build(deps): bump pnpm from 8.9.2 to 10.10.0
Bumps pnpm from 8.9.2 to 10.10.0.
Release notes
Sourced from pnpm's releases.
pnpm 10.10
Minor Changes
- Allow loading the
preResolution,importPackage, andfetchershooks from local pnpmfile.Patch Changes
- Fix
cdcommand, whenshellEmulatoristrue#7838.- Sort keys in
pnpm-workspace.yaml#9453.- Pass the
npm_package_jsonenvironment variable to the executed scripts #9452.- Fixed a mistake in the description of the
--reporter=silentoption.Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.10.0
Minor Changes
- Allow loading the
preResolution,importPackage, andfetchershooks from local pnpmfile.Patch Changes
- Fix
cdcommand, whenshellEmulatoristrue#7838.- Sort keys in
pnpm-workspace.yaml#9453.- Pass the
npm_package_jsonenvironment variable to the executed scripts #9452.- Fixed a mistake in the description of the
--reporter=silentoption.10.9.0
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
pnpm add jsr:<pkg_name>or with a version range:
pnpm add jsr:<pkg_name>@<range>For example, running:
pnpm add jsr:@foo/barwill add the following entry to your
package.json:{ "dependencies": { "@foo/bar": "jsr:^0.1.2" } }When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
{ "dependencies": {
... (truncated)
Commits
7ab633dchore(release): 10.10.0a4ba06dchore(release): 10.9.08a9f3a4refactor: rename pref to bare specifier (#9445)9c3dd03feat: add support for thejsr:protocol (#9358)3b0b740refactor: usetoMatchObject(#9431)3cf337bfix(verifyDepsBeforeRun): hoisted/pnp node linker (#9430)f337e71chore(release): 10.8.14d95e93fix: writeallow-buildvalue topnpm-workspace.yaml(#9404)6574546chore(release): 10.8.0750ae7dfeat(cli): installing new configurational dependencies (#9377)- Additional commits viewable 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| devs-in-tech | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 28, 2025 9:56pm |
Deploy Preview for devsintech failed.
| Name | Link |
|---|---|
| Latest commit | 94b691137e12fe0083a07776a3d6eb0592a29bb9 |
| Latest deploy log | https://app.netlify.com/sites/devsintech/deploys/680ff91f91e5400008ddd83b |
Superseded by #831.