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

chore(deps): Update pnpm to v9.12.0 #15

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 9.7.0 -> 9.12.0 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

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

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot enabled auto-merge (squash) August 15, 2024 02:00
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 7587e0c to b872afc Compare August 22, 2024 13:31
@renovate renovate bot changed the title chore(deps): Update pnpm to v9.7.1 chore(deps): Update pnpm to v9.8.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from b872afc to 812d2b6 Compare August 26, 2024 19:31
@renovate renovate bot changed the title chore(deps): Update pnpm to v9.8.0 chore(deps): Update pnpm to v9.9.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 812d2b6 to 59b5bca Compare September 9, 2024 17:38
@renovate renovate bot changed the title chore(deps): Update pnpm to v9.9.0 chore(deps): Update pnpm to v9.10.0 Sep 9, 2024
@renovate renovate bot changed the title chore(deps): Update pnpm to v9.10.0 chore(deps): Update pnpm to v9.11.0 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch 3 times, most recently from 60f6e3f to 0adc504 Compare September 24, 2024 08:15
@renovate renovate bot changed the title chore(deps): Update pnpm to v9.11.0 chore(deps): Update pnpm to v9.12.0 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 0adc504 to 8a0a1fe Compare October 2, 2024 12:55
@pull-request-size pull-request-size bot added size/XS and removed size/L labels Oct 2, 2024
@renovate renovate bot requested a review from Kathund October 2, 2024 16:36
@Kathund Kathund closed this Oct 3, 2024
auto-merge was automatically disabled October 3, 2024 03:49

Pull request was closed

Copy link
Author

renovate bot commented Oct 3, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (9.12.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/pnpm-9.x branch October 3, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant