Bump the npm group with 3 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(28 days ago)
(28 days ago)
(28 days ago)
dependencies javascript
poad
Bumps the npm group with 3 updates: pnpm, electron-to-chromium and path-scurry.
Updates pnpm from 10.20.0 to 10.21.0
Release notes
Sourced from pnpm's releases.
pnpm 10.21
Minor Changes
Node.js Runtime Installation for Dependencies. Added support for automatic Node.js runtime installation for dependencies. pnpm will now install the Node.js version required by a dependency if that dependency declares a Node.js runtime in the "engines" field. For example:
{ "engines": { "runtime": { "name": "node", "version": "^24.11.0", "onFail": "download" } } }If the package with the Node.js runtime dependency is a CLI app, pnpm will bind the CLI app to the required Node.js version. This ensures that, regardless of the globally installed Node.js instance, the CLI will use the compatible version of Node.js.
If the package has a
postinstallscript, that script will be executed using the specified Node.js version.Related PR: #10141
Added a new setting:
trustPolicy.When set to
no-downgrade, pnpm will fail installation if a package’s trust level has decreased compared to previous releases — for example, if it was previously published by a trusted publisher but now only has provenance or no trust evidence. This helps prevent installing potentially compromised versions of a package.Related issue: #8889.
Added support for
pnpm config get globalconfigto retrieve the global config file path #9977.Patch Changes
- When a user runs
pnpm updateon a dependency that is not directly listed inpackage.json, none of the direct dependencies should be updated #10155.- Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #10160.
- Setting
gitBranchLockfileand related settings viapnpm-workspace.yamlshould work #9651.Platinum Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.21.0
Minor Changes
Node.js Runtime Installation for Dependencies. Added support for automatic Node.js runtime installation for dependencies. pnpm will now install the Node.js version required by a dependency if that dependency declares a Node.js runtime in the "engines" field. For example:
{ "engines": { "runtime": { "name": "node", "version": "^24.11.0", "onFail": "download" } } }If the package with the Node.js runtime dependency is a CLI app, pnpm will bind the CLI app to the required Node.js version. This ensures that, regardless of the globally installed Node.js instance, the CLI will use the compatible version of Node.js.
If the package has a
postinstallscript, that script will be executed using the specified Node.js version.Related PR: #10141
Added a new setting:
trustPolicy.When set to
no-downgrade, pnpm will fail installation if a package’s trust level has decreased compared to previous releases — for example, if it was previously published by a trusted publisher but now only has provenance or no trust evidence. This helps prevent installing potentially compromised versions of a package.Related issue: #8889.
Added support for
pnpm config get globalconfigto retrieve the global config file path #9977.Patch Changes
- When a user runs
pnpm updateon a dependency that is not directly listed inpackage.json, none of the direct dependencies should be updated #10155.- Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #10160.
- Setting
gitBranchLockfileand related settings viapnpm-workspace.yamlshould work #9651.
Commits
c1ec45bchore: fix repository URLs in package.json files of utils2e2dc27chore(release): 10.21.068ad086feat: add support for npm package trust evidence check via a new trustPolicy ...17344cafix(update): prevent package.json updates when updating indirect dependencies...5847af4feat: install js runtime as prod dependency (#10141)- See full diff in compare view
Updates electron-to-chromium from 1.5.248 to 1.5.249
Commits
a6d9e7d1.5.24975bcf1fgenerate new version- See full diff in compare view
Updates path-scurry from 2.0.0 to 2.0.1
Commits
810d4162.0.1fb58069Limit size of path normalization cachesf02c74ftest: fix that some Stats fields are no longer iterable- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 10949439 |
| UUID: | 3608363540 |
| Node ID: | PR_kwDOGmPE6c6yjOe9 |
| Host: | GitHub |
| Repository: | poad/github-oauth-example |