-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update pnpm to v10.9.0 - autoclosed #15
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
Conversation
|
5378ed8 to
bbe2cae
Compare
bbe2cae to
3f96d3a
Compare
3f96d3a to
64e40c6
Compare
64e40c6 to
8db7d14
Compare
8db7d14 to
7cbdffc
Compare
7f34eb2 to
db03baa
Compare
db03baa to
4f5b103
Compare
f819d6e to
88462ae
Compare
88462ae to
d99c6ca
Compare
d99c6ca to
5a8fb53
Compare
5a8fb53 to
6b1fd6e
Compare
b920a0c to
9542886
Compare
e2a1414 to
7684d59
Compare
4b82028 to
7684d59
Compare
7684d59 to
7e154bc
Compare
This PR contains the following updates:
10.8.1->10.9.0Release Notes
pnpm/pnpm (pnpm)
v10.9.0Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will 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": { "@​foo/bar": "npm:@​jsr/foo__bar@^0.1.2" } }Related issue: #8941.
Note: The
@jsrscope defaults to https://npm.jsr.io/ if the@jsr:registrysetting is not defined.Added a new setting,
dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml:dangerouslyAllowAllBuildshas the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRunwhennodeLinkerishoistedand there is a workspace package without dependencies andnode_modulesdirectory #9424.verifyDepsBeforeRunsupport fornodeLinker: pnp. CombiningverifyDepsBeforeRunandnodeLinker: pnpwill now print a warning.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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.