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.1 #980

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1 -> 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

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


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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 added the dependencies Pull requests that update a dependency file label Sep 11, 2024
Copy link
Contributor Author

renovate bot commented Sep 11, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: corepack use [email protected]

File name: undefined
Command failed: corepack use [email protected]

File name: undefined
Command failed: corepack use [email protected]

File name: undefined
Command failed: corepack use [email protected]

File name: undefined
Command failed: corepack use [email protected]

File name: undefined
Command failed: corepack use [email protected]

Copy link

changeset-bot bot commented Sep 11, 2024

⚠️ No Changeset found

Latest commit: 610ca2f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@e6ecb6e). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             main    #980   +/-   ##
======================================
  Coverage        ?   3.29%           
======================================
  Files           ?      41           
  Lines           ?    2702           
  Branches        ?      44           
======================================
  Hits            ?      89           
  Misses          ?    2613           
  Partials        ?       0           

☔ 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 from 69f9e46 to d801fd1 Compare September 11, 2024 22:40
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from d801fd1 to 8fb1475 Compare September 12, 2024 10:26
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 8fb1475 to ae0db49 Compare September 12, 2024 16:36
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from ae0db49 to ca8935d Compare September 12, 2024 19:29
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from ca8935d to c0144c9 Compare September 16, 2024 09:52
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from c0144c9 to 16972ba Compare September 18, 2024 09:34
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 16972ba to 77c61d1 Compare September 18, 2024 11:05
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 77c61d1 to c2d2957 Compare September 18, 2024 12:15
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from c2d2957 to 4cea137 Compare September 18, 2024 15:20
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 4cea137 to 32a71d0 Compare September 18, 2024 15:25
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 32a71d0 to e1649fd Compare September 18, 2024 19:10
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from e1649fd to 86a8080 Compare September 19, 2024 16:00
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 86a8080 to 8deea00 Compare September 20, 2024 07:55
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 66e8ec5 to 235c032 Compare October 4, 2024 13:12
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 235c032 to 47790ed Compare October 4, 2024 13:15
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 47790ed to 6df35a7 Compare October 4, 2024 13:18
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 6df35a7 to df8393c Compare October 7, 2024 15:57
@renovate renovate bot changed the title chore(deps): update pnpm to v9.12.0 chore(deps): update pnpm to v9.12.1 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from df8393c to fb8055d Compare October 8, 2024 22:41
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from fb8055d to b08335e Compare October 8, 2024 23:40
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from b08335e to c5d500c Compare October 9, 2024 07:14
@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from c5d500c to 0d9a1bb Compare October 9, 2024 07:17
…col, ui): update pnpm package manager references

Updated pnpm package manager references with a new version checksum in various package.json files. Also, removed deprecated warnings in pnpm-lock.yaml for better maintenance.

Signed-off-by: Giovanni Ravalico <[email protected]>
Copy link
Contributor Author

renovate bot commented Oct 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"

'@babel/helper-optimise-call-expression': 7.22.5

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"

'@babel/helper-optimise-call-expression': 7.22.5

@suddenlyGiovanni suddenlyGiovanni merged commit 4de9e67 into main Oct 9, 2024
16 checks passed
@suddenlyGiovanni suddenlyGiovanni deleted the renovate/pnpm-9.x branch October 9, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants