chore(deps): update all non-major dependencies #1193
+523
−412
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:
^7.0.1→^7.2.0v4.7.0→v4.8.2^0.1.6→^0.2.0^0.1.6→^0.2.062.1.0→62.3.0^2.0.1-rc.8→^2.0.1-rc.11^5.82.0→^5.82.1^3.0.1-alpha.1→^3.0.1-alpha.2^0.6.2→^0.6.4^0.6.2→^0.6.410.28.0→10.28.1^4.55.2→^4.55.3^0.10.0→^0.10.1^0.10.0→^0.10.1^7.18.2→^7.19.0Release Notes
antfu/eslint-config (@antfu/eslint-config)
v7.2.0Compare Source
🚀 Features
eslint-flat-config-utils, support nativeextends, close #800 - by @antfu in #800 (15685)View changes on GitHub
v7.1.0Compare Source
🚀 Features
View changes on GitHub
CodSpeedHQ/action (CodSpeedHQ/action)
v4.8.2Compare Source
Release Notes
🐛 Bug Fixes
⚙️ Internals
Install codspeed-runner 4.8.2
Install prebuilt binaries via shell script
Download codspeed-runner 4.8.2
Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.8.1...v4.8.2
v4.8.1Compare Source
Release Notes
🚀 Features
🐛 Bug Fixes
⚙️ Internals
Install codspeed-runner 4.8.1
Install prebuilt binaries via shell script
Download codspeed-runner 4.8.1
Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.8.0...v4.8.1
v4.8.0Compare Source
Release Notes
It is now possible to do consecutive CodSpeed run in the same GitHub job. This will allow using multiple instruments without having to spawn another job 🎉
🚀 Features
memaligncalls by @not-matthiastimefield and usevalueinstead by @GuillaumeLagrange🐛 Bug Fixes
run_part_idcomputation by @fargito in #200🏗️ Refactor
⚙️ Internals
Install codspeed-runner 4.8.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.8.0
Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.7.0...v4.8.0
unjs/citty (citty)
v0.2.0Compare Source
compare changes
🚀 Enhancements
hiddenmeta to hide command (#111)enumarg type (#83)numberarg type (#73)negativeDescriptionfor args (#40)🩹 Fixes
numberarg to be optional (#194)💅 Refactors
node:util.parseArgsfor arg parsing (#218)📦 Build
🏡 Chore
✅ Tests
node:util.parseArgsfor arg parsing (#218)❤️ Contributors
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v62.3.0Compare Source
v62.2.0Compare Source
h3js/h3 (h3-next)
v2.0.1-rc.11Compare Source
compare changes
📦 Build
❤️ Contributors
v2.0.1-rc.10Compare Source
compare changes
📦 Build
❤️ Contributors
v2.0.1-rc.9Compare Source
compare changes
🩹 Fixes
🌊 Types
🏡 Chore
❤️ Contributors
nitrojs/nitro (nitro)
v3.0.1-alpha.2Compare Source
🔋 This release contains many improvements since the alpha.1 release.
⏳ We took extra time to ensure everything works well by testing against real-world projects using Nitro v3.
🎯 We are closer to Beta now. Expect more regular v3 releases!
💬 Join the Nitro Discord for discussions and to report any issues you encounter with Nitro v3 alpha.
🌟 What’s new?
🔥 Rolldown-optimized
We optimized all internal and built-in Nitro plugins and configurations for first-class Rolldown support. We recommend that everyone migrate to rolldown and
vite@beta, powered by rolldown.📦 Dependencies are bundled by default
Nitro always generates an optimized and portable build output, containing all of your production dependencies.
Previously, all dependencies were copied (traced) into
.output/server/node_modulesunless configured to be inlined (bundled).After adopting Rolldown, we found that bundling produces a more optimized and predictable output, but also is WAY faster to bundle dependencies with Rolldown rather than tracing (copying) them. Nitro now bundles dependencies by default using Rolldown (or Rollup).
Nitro has a built-in list of known dependencies with native Node.js bindings or incompatibilities. Only those dependencies are traced.
⚛ React Server Components Support
Thanks to @hi-ogawa, you can now use Nitro with
@vitejs/plugin-rsc.⬆️ Migration
We have added an experimental feature to support path aliases from
tsconfig.json. The experimental flag is now disabled by default.With
vite@beta, you can use rolldown's native support:Changes
nodeModulesDirs(#3798)experimental.tsconfigPaths(#3859)nitro/deps/*(#3878)🚀 Enhancements
manifest.deploymentId(#3792)ServerRequestfromnitro/types (#3785)netlify.configoptions namespace (#3794)serverEntryconfig (#3795)_libchunks (#3849)exports.cloudflare.ts(#3834)renderer: falseconfig (#3822)cfcontext (#3904)req.ip(#3952, #3946)rolldownConfig(#3887)🔥 Performance
nodeModulesDirs(#3798)unimport(e20c92d9)🩹 Fixes
node:imports as external (1d48539f)oxc-transformimport (6382d116)platformconfig (cd142cc3)externalConditions(28aa37cd)noExternalfor server envs (d34a0450)transfer-encodingheader from worker (33acd73f)nitro/meta(8039866b)http.requestto supportsocketPathin dev fetch (#3268)devServerconfig (#3881)modulecondition andmainfields for bundling (#3886)rou3compilation by options hash (#3890)undefinedfrom array nodes (#3894)opts.jsonwhenfalsefor error handler (#3920)pgdependency (0e06c714)node_modules/.*as lib chunk (22bd0c63)💅 Refactors
nf3usage (c1bca694)experimental.tsconfigPaths(#3859)#runtimesubpath import (#3860)vite@8support (#3867)DeepPartial(#3888)📖 Documentation
serverDir(#3812)bun.lockfor lockfile (#3816)defineNitroPluginreferences (#3857)NITRO_env prefix requirement (#3906)❤️ Contributors
unjs/nypm (nypm)
v0.6.4Compare Source
compare changes
📦 Build
❤️ Contributors
v0.6.3Compare Source
compare changes
🚀 Enhancements
--ignore-workspacefor pnpm (#221)corepack: false(#226)💅 Refactors
pkg-typesdependency (549d93e)📦 Build
🏡 Chore
✅ Tests
bun.lock(5fc7ad8)❤️ Contributors
pnpm/pnpm (pnpm)
v10.28.1Compare Source
rollup/rollup (rollup)
v4.55.3Compare Source
2026-01-21
Bug Fixes
Pull Requests
nodejs/undici (undici)
v7.19.0Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v7.18.2...v7.19.0
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 becomes conflicted, 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.