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 v8.9.0 #136

Merged
merged 3 commits into from
Oct 13, 2023
Merged

Conversation

balvajs-renovate[bot]
Copy link
Contributor

@balvajs-renovate balvajs-renovate bot commented Oct 11, 2023

This PR contains the following updates:

Package Type Update Change
pnpm (source) packageManager minor 8.8.0 -> 8.9.0

Release Notes

pnpm/pnpm (pnpm)

v8.9.0

Compare Source

Minor Changes

  • 🚀Performance improvement: Use reflinks instead of hard links by default on macOS and Windows Dev Drives #​5001.

  • The list of packages that are allowed to run installation scripts now may be provided in a separate configuration file. The path to the file should be specified via the pnpm.onlyBuiltDependenciesFile field in package.json. For instance:

    {
      "dependencies": {
        "@​my-org/policy": "1.0.0"
      }
      "pnpm": {
        "onlyBuiltDependenciesFile": "node_modules/@​my-org/policy/allow-build.json"
      }
    }

    In the example above, the list is loaded from a dependency. The JSON file with the list should contain an array of package names. For instance:

    ["esbuild", "@​reflink/reflink"]

    With the above list, only esbuild and @reflink/reflink will be allowed to run scripts during installation.

    Related issue: #​7137.

  • Add disallow-workspace-cycles option to error instead of warn about cyclic dependencies

  • Allow env rm to remove multiple node versions at once, and introduce env add for installing node versions without setting as default #​7155.

Patch Changes

  • Fix memory error in pnpm why when the dependencies tree is too big, the command will now prune the tree to just 10 end leafs and now supports --depth argument #​7122.
  • Use neverBuiltDependencies and onlyBuiltDependencies from the root package.json of the workspace, when shared-workspace-lockfile is set to false #​7141.
  • Optimize peers resolution to avoid out-of-memory exceptions in some rare cases, when there are too many circular dependencies and peer dependencies #​7149.
  • Instead of pnpm.overrides replacing resolutions, the two are now merged. This is intended to make it easier to migrate from Yarn by allowing one to keep using resolutions for Yarn, but adding additional changes just for pnpm using pnpm.overrides.

Our Gold Sponsors

Our Silver Sponsors


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@balvajs-renovate balvajs-renovate bot requested a review from Balvajs as a code owner October 11, 2023 12:19
@balvajs-renovate balvajs-renovate bot enabled auto-merge (squash) October 11, 2023 12:19
@balvajs-renovate balvajs-renovate bot force-pushed the renovate/pnpm-8.x branch 4 times, most recently from 5cc52fe to 45aede2 Compare October 12, 2023 08:15
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 13, 2023
@github-actions github-actions bot dismissed kodiakhq[bot]’s stale review October 13, 2023 06:02
Following reviews were removed because related commit was overwritten by force push.

  • kodiakhq

kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 13, 2023
@balvajs-renovate
Copy link
Contributor Author

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.

@github-actions github-actions bot dismissed kodiakhq[bot]’s stale review October 13, 2023 06:14
Following reviews were removed because related commit was overwritten by force push.

  • kodiakhq

@balvajs-renovate balvajs-renovate bot merged commit fdd1f5d into main Oct 13, 2023
7 checks passed
@balvajs-renovate balvajs-renovate bot deleted the renovate/pnpm-8.x branch October 13, 2023 06:16
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