chore(deps): update all non-major dependencies #567
+1,575
−905
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.4.1→^6.7.3^28.0.0→^28.1.0^1.2.6→^1.2.7^3.19.0→^3.21.0^24.10.1→^24.10.47.0.0-dev.20251204.1→7.0.0-dev.20260108.1v6.0.0→v6.0.1v6.0.0→v6.1.0^1.3.3→^1.3.4^0.27.1→^0.27.2^9.39.1→^9.39.2^1.1.0→^1.2.0v2.0.2→v2.1.010.24.0→10.27.0^1.0.0-beta.53→^1.0.0-beta.59^4.53.3→^4.55.1^0.17.0→^0.18.4^0.8.2→^0.8.3^66.5.10→^66.5.12^7.2.6→^7.3.1^4.0.15→^4.0.16^3.5.25→^3.5.26^3.1.5→^3.2.2Release Notes
antfu/eslint-config (@antfu/eslint-config)
v6.7.3Compare Source
🐞 Bug Fixes
catalogModein the enforced settings - by @antfu (4fc09)View changes on GitHub
v6.7.2Compare Source
🐞 Bug Fixes
eslint-reactv2 - by @Rel1cx in #795 (6b425)View changes on GitHub
v6.7.1Compare Source
🐞 Bug Fixes
catalogModewhen catalogs is not enabled - by @antfu (0471e)View changes on GitHub
v6.7.0Compare Source
🚀 Features
🐞 Bug Fixes
yamlandjsoncconfig in the factory, close #791 - by @antfu in #791 (3e0c5)View changes on GitHub
v6.6.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.6.0Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.5.0Compare Source
🚀 Features
🐞 Bug Fixes
cleanupUnusedCatalogssetting - by @antfu (f712a)View changes on GitHub
v6.4.2Compare Source
🐞 Bug Fixes
pnpm-workspace.yamlsorting config fromyamltopnpm- by @antfu (fc2b1)View changes on GitHub
antfu-collective/ni (@antfu/ni)
v28.1.0Compare Source
🐞 Bug Fixes
View changes on GitHub
shikijs/shiki (@shikijs/vitepress-twoslash)
v3.21.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v3.20.0Compare Source
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20260108.1Compare Source
v7.0.0-dev.20260107.1Compare Source
v7.0.0-dev.20260106.1Compare Source
v7.0.0-dev.20260105.1Compare Source
v7.0.0-dev.20260104.1Compare Source
v7.0.0-dev.20260103.1Compare Source
v7.0.0-dev.20260102.1Compare Source
v7.0.0-dev.20260101.1Compare Source
v7.0.0-dev.20251231.1Compare Source
v7.0.0-dev.20251230.1Compare Source
v7.0.0-dev.20251229.1Compare Source
v7.0.0-dev.20251228.1Compare Source
v7.0.0-dev.20251227.1Compare Source
v7.0.0-dev.20251226.1Compare Source
v7.0.0-dev.20251225.1Compare Source
v7.0.0-dev.20251223.1Compare Source
v7.0.0-dev.20251222.1Compare Source
v7.0.0-dev.20251221.1Compare Source
v7.0.0-dev.20251220.1Compare Source
v7.0.0-dev.20251219.1Compare Source
v7.0.0-dev.20251218.3Compare Source
v7.0.0-dev.20251218.1Compare Source
v7.0.0-dev.20251217.1Compare Source
v7.0.0-dev.20251216.1Compare Source
v7.0.0-dev.20251215.1Compare Source
v7.0.0-dev.20251214.1Compare Source
v7.0.0-dev.20251213.1Compare Source
v7.0.0-dev.20251212.1Compare Source
v7.0.0-dev.20251211.1Compare Source
v7.0.0-dev.20251210.1Compare Source
v7.0.0-dev.20251209.1Compare Source
v7.0.0-dev.20251208.1Compare Source
v7.0.0-dev.20251207.1Compare Source
v7.0.0-dev.20251206.1Compare Source
v7.0.0-dev.20251205.1Compare Source
actions/checkout (actions/checkout)
v6.0.1Compare Source
actions/setup-node (actions/setup-node)
v6.1.0Compare Source
What's Changed
Enhancement:
Dependency updates:
Documentation update:
Full Changelog: actions/setup-node@v6...v6.1.0
alii/bun-types-no-globals (bun-types-no-globals)
v1.3.4Compare Source
Automated release of bun-types-no-globals v1.3.4
evanw/esbuild (esbuild)
v0.27.2Compare Source
Allow import path specifiers starting with
#/(#4361)Previously the specification for
package.jsondisallowed import path specifiers starting with#/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping#/*to./src/*(previously you had to use another character such as#_*instead, which was more confusing). There is some more context in nodejs/node#49182.This change was contributed by @hybrist.
Automatically add the
-webkit-maskprefix (#4357, #4358)This release automatically adds the
-webkit-vendor prefix for themaskCSS shorthand property:This change was contributed by @BPJEnnova.
Additional minification of
switchstatements (#4176, #4359)This release contains additional minification patterns for reducing
switchstatements. Here is an example:Forbid
usingdeclarations insideswitchclauses (#4323)This is a rare change to remove something that was previously possible. The Explicit Resource Management proposal introduced
usingdeclarations. These were previously allowed insidecaseanddefaultclauses inswitchstatements. This had well-defined semantics and was already widely implemented (by V8, SpiderMonkey, TypeScript, esbuild, and others). However, it was considered to be too confusing because of how scope works in switch statements, so it has been removed from the specification. This edge case will now be a syntax error. See tc39/proposal-explicit-resource-management#215 and rbuckton/ecma262#14 for details.Here is an example of code that is no longer allowed:
That code will now have to be modified to look like this instead (note the additional
{and}block statements around each case body):This is not being released in one of esbuild's breaking change releases since this feature hasn't been finalized yet, and esbuild always tracks the current state of the specification (so esbuild's previous behavior was arguably incorrect).
eslint/eslint (eslint)
v9.39.2Compare Source
antfu/eslint-plugin-format (eslint-plugin-format)
v1.2.0Compare Source
🚀 Features
View changes on GitHub
oven-sh/setup-bun (oven-sh/setup-bun)
v2.1.0Compare Source
oven-sh/setup-bunis the github action for setting up Bun.What's Changed
no-cacheinput by @bashonly in #149New Contributors
Full Changelog: oven-sh/setup-bun@v2...v2.1.0
pnpm/pnpm (pnpm)
v10.27.0Compare Source
v10.26.2: pnpm 10.26.2Compare Source
Patch Changes
Improve error message when a package version exists but does not meet the
minimumReleaseAgeconstraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #10307.Fix installation of Git dependencies using annotated tags #10335.
Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused
ERR_PNPM_GIT_CHECKOUT_FAILEDerrors because the checked-out commit hash didn't match the stored tag object hash.Binaries of runtime engines (Node.js, Deno, Bun) are written to
node_modules/.binbefore lifecycle scripts (install, postinstall, prepare) are executed #10244.Try to avoid making network calls with preferOffline #10334.
Platinum Sponsors
Gold Sponsors
v10.26.1: pnpm 10.26.1Compare Source
Patch Changes
pnpm add, whenblockExoticSubdepsis set totrue#10324.HEADpoints to the commit after checkout #10310.Platinum Sponsors
Gold Sponsors
v10.26.0Compare Source
v10.25.0Compare Source
rolldown/rolldown (rolldown)
v1.0.0-beta.59Compare Source
🚀 Features
import(..)(#7726) by @hyf0🐛 Bug Fixes
🚜 Refactor
preserve_entry_signaturesfromAddEntryModuleMsg(#7762) by @shulaodauser_defined_entriesby reference (#7756) by @shulaodaResolvedIdcorrectly (#7746) by @hyf0ModuleLoader(#7731) by @shulaodaresolve_user_defined_entries(#7727) by @shulaoda📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
output.dynamicImportInCjsrelated rollup test results (#7776) by @sapphi-redtest: vite-testslabel (#7770) by @shulaodaConfiguration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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.