⬆️ Update all non-major dependencies #401
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
471d1dc->14487ce10.8.1->10.9.010.8.1->10.9.03.24.2->3.24.3Release 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.colinhacks/zod (zod)
v3.24.3Compare Source
Commits:
de1f090Switch to featured sponsors (#4001)eea05aeFix headers (#4003)446644fTweak feature layout (#4008)1d6e1cbdocs(README): add GQLoom to tools and integrations section (#3995)e2b9a5fUpdate feature (#4009)0b5d29eFeature Mintlify (#4014)47dbb2dUpdate mintlify feature (#4015)69d8436Add Clerk fellowship mention (#4020)850871dFix table formatf204123WIP (#4028)5041dfaWIP (#4045)cb2b857docs: add TanStack Form to Ecosystem/Form integrations (#4055)099fe85docs: add oRPC to Ecosystem (#4042)b999b4bdocs: Remove outdated doc 'avoid coercions that throw uncaught errors' (#4005)19c6d2edocs: update README_KO (#4025)1061293WIP (#4060)07ff0daUpdate link4c7d8e5Update Fern art/link (#4062)91dcd30removed unnecessary console logs (#4059)859ad24Update alt tag for Retool and Stainless URL (#4071)220aedaFix imagesb865062update readme.md with zod-csv library (#4021)0615af8Fix formatting12e5866Add zod 4 beta anno (#4081)faac697Fix CI8cca93bFix CId114394Added FullProduct.dev to 'Powered by Zod' in Ecosystem section (#4131)a801dddFix broken logo link (#3974)8fc309aAdd packages/docsbfd0913Remove packages/docs3e602d4OptimizeextendShape(#4150)06db7f83.24.3a18d25badd back packages/docsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.