chore(deps): update all non-major dependencies #688
+1,637
−860
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:
3.5.0->3.6.23.0.0->3.0.124.10.0->24.10.1v5.0.0->v5.0.1v0.1.0->v0.1.1^0.25.12->^0.27.05.68.0->5.70.010.21.0->10.22.04.52.5->4.53.31.1.4->1.1.70.16.0->0.16.51.17.1->1.17.21.17.1->1.17.2Release Notes
seek-oss/capsize (@capsizecss/metrics)
v3.6.2Compare Source
Patch Changes
7e46f3dThanks @michaeltaranto! - metrics: Fix font metric typesv3.6.1Compare Source
Patch Changes
41ef5b0Thanks @delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.v3.6.0Compare Source
Minor Changes
9776218Thanks @michaeltaranto! - Update Google Fontsseek-oss/capsize (@capsizecss/unpack)
v3.0.1Compare Source
Patch Changes
41ef5b0Thanks @delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.actions/checkout (actions/checkout)
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
danielroe/provenance-action (danielroe/provenance-action)
v0.1.1Compare Source
compare changes
🚀 Enhancements
📖 Documentation
@mainconstraint for example (237ceea)❤️ Contributors
evanw/esbuild (esbuild)
v0.27.0Compare Source
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuildin yourpackage.jsonfile (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.26.0or~0.26.0. See npm's documentation about semver for more information.Use
Uint8Array.fromBase64if available (#4286)With this release, esbuild's
binaryloader will now use the newUint8Array.fromBase64function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specifytargetwhen using this feature with Node (for example--target=node22) unless you're using Node v25+.Update the Go compiler from v1.23.12 to v1.25.4 (#4208, #4311)
This raises the operating system requirements for running esbuild:
v0.26.0Compare Source
Enable trusted publishing (#4281)
GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.
Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).
webpro-nl/knip (knip)
v5.70.0Compare Source
f1406b5)9f80aa4) - thanks @CHC383!b19282b)bba25f3)63d6117)a63b0dc)c64d905) - thanks @skvale!e364589)isIdentifierReferenced(f31eab4)92cbcef)e4affd2)f64b72c) - thanks @elierotenberg!e0f497c)5195888)da9440f)v5.69.1Compare Source
8740516)5eb8a69)f9cf9dc) - thanks @remcohaszing!issue.fixes(d7b45cf)74a0bd8)95d2c04)6b6b80b)9b87b1a)6653f35)v5.69.0Compare Source
88e772a)c44b8bf)5d3d74d)88ad825)2083810)71a4d12) - thanks @remcohaszing!pnpm-workspace.yaml(#1342) (46e33d9) - thanks @taro-28!e1462d3) - thanks @remcohaszing!6dc700a) - thanks @CHC383!2ee1f1b)4cb18bb)cdd2173)379e798)b422f10)import.meta.url(resolves #1310) (ffff5a6)9a0ace7)d922df4)KnipConfigthat can be an (async) function (4310d20)153ced0)catalogissue type (#1204) (063b647)Plugintype annotation (f1e8b82)0339f49)f606570)pnpm/pnpm (pnpm)
v10.22.0: pnpm 10.22Compare Source
Minor Changes
Added support for
trustPolicyExclude#10164.You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:
Allow to override the
enginesfield on publish by thepublishConfig.enginesfield.Patch Changes
Platinum Sponsors
Gold Sponsors
rollup/rollup (rollup)
v4.53.3Compare Source
2025-11-19
Bug Fixes
Pull Requests
v4.53.2Compare Source
2025-11-10
Bug Fixes
Pull Requests
v4.53.1Compare Source
2025-11-07
Bug Fixes
Pull Requests
v4.53.0Compare Source
2025-11-07
Features
Pull Requests
ZTL-UwU/shadcn-docs-nuxt (shadcn-docs-nuxt)
v1.1.7Compare Source
🌐 i18n
zhcnandzhtwas alternative language codesView changes on GitHub
v1.1.6Compare Source
🐞 Bug Fixes
v1.1.5Compare Source
rolldown/tsdown (tsdown)
v0.16.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.16.4Compare Source
🚀 Features
1.0.0-beta.50- by @sxzz (597d9)View changes on GitHub
v0.16.3Compare Source
🏎 Performance
debugwithobug- by @sxzz (222e9)View changes on GitHub
v0.16.2Compare Source
🚀 Features
View changes on GitHub
v0.16.1Compare Source
🚀 Features
unconfig-core& markunrunstable - by @sxzz in #585 (339f5)🐞 Bug Fixes
rootto cwd - by @sxzz (844c9)View changes on GitHub
unjs/unstorage (unstorage)
v1.17.2Compare Source
compare changes
📦 Build
❤️ Contributors
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), 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.
👻 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.