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 v10.2.0 #249

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 10.0.0+sha256.43abf6e720fb7bc53c591b0862605c7d323d0a9d2dd33bcac07b062e13cf4948 -> 10.2.0 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v10.2.0

Compare Source

Minor Changes
  • Packages executed via pnpm dlx and pnpm create are allowed to be built (run postinstall scripts) by default.

    If the packages executed by dlx or create have dependencies that have to be built, they should be listed via the --allow-build flag. For instance, if you want to run a package called bundle that has esbuild in dependencies and want to allow esbuild to run postinstall scripts, run:

    pnpm --allow-build=esbuild dlx bundle
    

    Related PR: #​9026.

Patch Changes
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Fix a bug in which pnpm deploy fails to read the correct projectId when the deploy source is the same as the workspace directory #​9001.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Prevent overrides from adding invalid version ranges to peerDependencies by keeping the peerDependencies and overriding them with prod dependencies #​8978.
  • Sort the package names in the "pnpm.onlyBuiltDependencies" list saved by pnpm approve-builds.

v10.1.0

Compare Source

Minor Changes
  • Added a new command for printing the list of dependencies with ignored build scripts: pnpm ignored-builds #​8963.
  • Added a new command for approving dependencies for running scripts during installation: pnpm approve-builds #​8963.
  • Added a new setting called optimistic-repeat-install. When enabled, a fast check will be performed before proceeding to installation. This way a repeat install or an install on a project with everything up-to-date becomes a lot faster. But some edge cases might arise, so we keep it disabled by default for now #​8977.
  • Added a new field "pnpm.ignoredBuiltDependencies" for explicitly listing packages that should not be built. When a package is in the list, pnpm will not print an info message about that package not being built #​8935.
Patch Changes
  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Allow workspace: and catalog: to be part of wider version range in peerDependencies.
  • pnpm deploy should inherit the pnpm object from the root package.json #​8991.
  • Make sure that the deletion of a node_modules in a sub-project of a monorepo is detected as out-of-date #​8959.
  • Fix infinite loop caused by lifecycle scripts using pnpm to execute other scripts during pnpm install with verify-deps-before-run=install #​8954.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.
  • Do not print patched dependencies as ignored dependencies that require a build #​8952.

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

cloudflare-workers-and-pages bot commented Jan 5, 2025

Deploying site with  Cloudflare Pages  Cloudflare Pages

Latest commit: b11800b
Status: ✅  Deploy successful!
Preview URL: https://b64fd17b.uncenter.pages.dev
Branch Preview URL: https://renovate-pnpm-10-x.uncenter.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update pnpm to v10.0.0-rc.3 chore(deps): update pnpm to v10.0.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 5ee1617 to c0a652b Compare January 8, 2025 15:24
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from c0a652b to 91b03f4 Compare January 23, 2025 17:14
@renovate renovate bot changed the title chore(deps): update pnpm to v10.0.0 chore(deps): update pnpm to v10.0.0 - autoclosed Jan 25, 2025
@renovate renovate bot closed this Jan 25, 2025
@renovate renovate bot deleted the renovate/pnpm-10.x branch January 25, 2025 22:19
@renovate renovate bot changed the title chore(deps): update pnpm to v10.0.0 - autoclosed chore(deps): update pnpm to v10.0.0 Jan 27, 2025
@renovate renovate bot reopened this Jan 27, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 2477ac8 to 91b03f4 Compare January 27, 2025 01:35
@renovate renovate bot changed the title chore(deps): update pnpm to v10.0.0 chore(deps): update pnpm to v10.1.0 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 91b03f4 to b11800b Compare January 27, 2025 05:36
@renovate renovate bot changed the title chore(deps): update pnpm to v10.1.0 chore(deps): update pnpm to v10.2.0 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from b11800b to b85add0 Compare February 3, 2025 21:51
Copy link

cloudflare-workers-and-pages bot commented Feb 3, 2025

Deploying uncenterdotdev with  Cloudflare Pages  Cloudflare Pages

Latest commit: b85add0
Status: ✅  Deploy successful!
Preview URL: https://d5c3ebf3.uncenter.pages.dev
Branch Preview URL: https://renovate-pnpm-10-x.uncenter.pages.dev

View logs

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