Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pnpm to v9.12.1 - autoclosed #110

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b -> 9.12.1 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ec480a0) to head (a1b7ba9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #110   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          507       507           
  Branches       163       163           
=========================================
  Hits           507       507           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/pnpm-9.x branch 5 times, most recently from 95486c3 to f77d17a Compare April 24, 2024 17:01
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch 2 times, most recently from bc13974 to 50fec3d Compare May 12, 2024 22:52
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch 2 times, most recently from 57c1e65 to ee5c2c6 Compare May 27, 2024 10:50
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch 2 times, most recently from 7bebb89 to 6f98d17 Compare June 5, 2024 15:37
@renovate renovate bot changed the title Update pnpm to v9 Update pnpm to v9 - autoclosed Jun 6, 2024
@renovate renovate bot closed this Jun 6, 2024
@renovate renovate bot deleted the renovate/pnpm-9.x branch June 6, 2024 06:39
@renovate renovate bot changed the title Update pnpm to v9 - autoclosed Update pnpm to v9 Jun 10, 2024
@renovate renovate bot reopened this Jun 10, 2024
@renovate renovate bot restored the renovate/pnpm-9.x branch June 10, 2024 13:25
@renovate renovate bot changed the title Update pnpm to v9 Update pnpm to v9.3.0 Jun 10, 2024
@renovate renovate bot changed the title Update pnpm to v9.3.0 Update pnpm to v9.4.0 Jun 17, 2024
@renovate renovate bot changed the title Update pnpm to v9.4.0 Update pnpm to v9.5.0 Jul 7, 2024
@renovate renovate bot changed the title Update pnpm to v9.5.0 Update pnpm to v9.6.0 Jul 22, 2024
@renovate renovate bot changed the title Update pnpm to v9.6.0 Update pnpm to v9.7.0 Aug 7, 2024
@renovate renovate bot changed the title Update pnpm to v9.7.0 Update pnpm to v9.7.1 Aug 14, 2024
@renovate renovate bot changed the title Update pnpm to v9.7.1 Update pnpm to v9.7.1 - autoclosed Aug 17, 2024
@renovate renovate bot closed this Aug 17, 2024
@renovate renovate bot deleted the renovate/pnpm-9.x branch August 17, 2024 06:08
@renovate renovate bot changed the title Update pnpm to v9.7.1 - autoclosed Update pnpm to v9.7.1 Aug 22, 2024
@renovate renovate bot restored the renovate/pnpm-9.x branch August 22, 2024 11:37
@renovate renovate bot reopened this Aug 22, 2024
@renovate renovate bot changed the title Update pnpm to v9.7.1 Update pnpm to v9.8.0 Aug 22, 2024
@renovate renovate bot changed the title Update pnpm to v9.8.0 Update pnpm to v9.9.0 Aug 26, 2024
@renovate renovate bot changed the title Update pnpm to v9.9.0 Update pnpm to v9.10.0 Sep 9, 2024
@renovate renovate bot changed the title Update pnpm to v9.10.0 Update pnpm to v9.11.0 Sep 20, 2024
@renovate renovate bot changed the title Update pnpm to v9.11.0 Update pnpm to v9.11.0 - autoclosed Oct 1, 2024
@renovate renovate bot closed this Oct 1, 2024
@renovate renovate bot deleted the renovate/pnpm-9.x branch October 1, 2024 16:19
@renovate renovate bot restored the renovate/pnpm-9.x branch October 2, 2024 12:55
@renovate renovate bot changed the title Update pnpm to v9.11.0 - autoclosed Update pnpm to v9.11.0 Oct 2, 2024
@renovate renovate bot reopened this Oct 2, 2024
@renovate renovate bot changed the title Update pnpm to v9.11.0 Update pnpm to v9.12.0 Oct 2, 2024
@renovate renovate bot changed the title Update pnpm to v9.12.0 Update pnpm to v9.12.1 Oct 7, 2024
@renovate renovate bot changed the title Update pnpm to v9.12.1 Update pnpm to v9.12.1 - autoclosed Oct 8, 2024
@renovate renovate bot closed this Oct 8, 2024
@renovate renovate bot deleted the renovate/pnpm-9.x branch October 8, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants