chore(deps): update all non-major dependencies #31
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:
^6.1.1->^6.1.2^9.24.0->^9.25.010.8.1->10.9.0^0.8.0-beta.4->^0.9.1^3.1.1->^3.1.2Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v6.1.2Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.25.0Compare Source
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.rolldown/tsdown (tsdown)
v0.9.1Compare Source
🚀 Features
🐞 Bug Fixes
PackageType- by @sxzz (abbbd)View changes on GitHub
v0.9.0Compare Source
🚨 Breaking Changes
dts.isolatedDeclarationtodts.isolatedDeclarations- by @sxzz (afc8e)🚀 Features
outExtensionsoption - by @sxzz (97154)🐞 Bug Fixes
View changes on GitHub
v0.8.1Compare Source
🚀 Features
rolldown-plugin-dtsfor input alias support - by @sxzz (20c9a)tsconfigoption - by @sxzz (64eef)🐞 Bug Fixes
tsup-nodeduring migration - by @KazariEX in https://github.com/rolldown/tsdown/issues/99 (9060e)View changes on GitHub
v0.8.0Compare Source
🚀 Features
onSuccess- by @sxzz (52a7e)rolldown-plugin-dtsfor bunding dts - by @sxzz (70a76)View changes on GitHub
vitest-dev/vitest (vitest)
v3.1.2Compare Source
🚀 Features
🐞 Bug Fixes
chaivariable invitest/globals(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.excludewhen same object passed incoverage.exclude- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)awaitprofiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.