Skip to content

chore(deps): update pnpm to v9.12.1 #565

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

Merged
merged 1 commit into from
Oct 10, 2024
Merged

chore(deps): update pnpm to v9.12.1 #565

merged 1 commit into from
Oct 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 9.10.0 -> 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


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 20, 2024
Copy link

github-actions bot commented Sep 20, 2024

📊 Package size report   No changes

File Before (Size / Gzip) After (Size / Gzip)
Total (Includes all files) 58.6 kB / 20.5 kB 58.6 kB / 0%↑20.5 kB
Tarball size 12.6 kB -0.02%↓12.6 kB
Unchanged files
File Size (Size / Gzip)
esm/components/Tab.js 1.5 kB / 630 B
esm/components/TabList.js 658 B / 331 B
esm/components/TabPanel.js 975 B / 456 B
esm/components/Tabs.js 2.9 kB / 1.1 kB
esm/components/UncontrolledTabs.js 6.2 kB / 1.8 kB
esm/helpers/childrenDeepMap.js 846 B / 299 B
esm/helpers/count.js 205 B / 157 B
esm/helpers/elementTypes.js 244 B / 144 B
esm/helpers/propTypes.js 2.6 kB / 927 B
esm/index.js 200 B / 94 B
index.d.ts 2.0 kB / 542 B
lib/components/Tab.js 2.6 kB / 978 B
lib/components/TabList.js 974 B / 418 B
lib/components/TabPanel.js 1.3 kB / 546 B
lib/components/Tabs.js 4.0 kB / 1.4 kB
lib/components/UncontrolledTabs.js 7.4 kB / 2.2 kB
lib/helpers/childrenDeepMap.js 1.0 kB / 344 B
lib/helpers/count.js 325 B / 193 B
lib/helpers/elementTypes.js 369 B / 187 B
lib/helpers/propTypes.js 2.8 kB / 978 B
lib/index.js 558 B / 209 B
LICENSE 1.1 kB / 653 B
package.json 3.2 kB / 1.2 kB
README.md 12.1 kB / 3.6 kB
style/react-tabs.css 842 B / 369 B
style/react-tabs.less 879 B / 391 B
style/react-tabs.scss 879 B / 391 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/pnpm-9.x branch from 4a9b80a to 2ac25f3 Compare October 2, 2024 13:01
@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 2ac25f3 to 6b7cab0 Compare October 2, 2024 19:00
@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 6b7cab0 to 8201d01 Compare October 7, 2024 15:32
@danez danez merged commit 1f353af into main Oct 10, 2024
17 checks passed
@danez danez deleted the renovate/pnpm-9.x branch October 10, 2024 16:23
Copy link

🎉 This PR is included in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant