Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config ^7.0.1^7.2.0 age confidence devDependencies minor
CodSpeedHQ/action v4.7.0v4.8.2 age confidence action minor
citty ^0.1.6^0.2.0 age confidence dependencies minor
citty ^0.1.6^0.2.0 age confidence devDependencies minor
eslint-plugin-jsdoc 62.1.062.3.0 age confidence resolutions minor
h3-next (source) ^2.0.1-rc.8^2.0.1-rc.11 age confidence devDependencies patch
knip (source) ^5.82.0^5.82.1 age confidence devDependencies patch
nitro (source) ^3.0.1-alpha.1^3.0.1-alpha.2 age confidence devDependencies patch
nypm ^0.6.2^0.6.4 age confidence dependencies patch
nypm ^0.6.2^0.6.4 age confidence devDependencies patch
pnpm (source) 10.28.010.28.1 age confidence packageManager patch
rollup (source) ^4.55.2^4.55.3 age confidence devDependencies patch
srvx (source) ^0.10.0^0.10.1 age confidence dependencies patch
srvx (source) ^0.10.0^0.10.1 age confidence devDependencies patch
undici (source) ^7.18.2^7.19.0 age confidence devDependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v7.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v7.1.0

Compare Source

   🚀 Features
    View changes on GitHub
CodSpeedHQ/action (CodSpeedHQ/action)

v4.8.2

Compare Source

Release Notes

🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.8.2

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.8.2/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.8.2

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.8.1...v4.8.2

v4.8.1

Compare Source

Release Notes

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.8.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.8.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.8.1

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.8.0...v4.8.1

v4.8.0

Compare 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 🎉

jobs:
  codspeed:
    ...
    steps:
      ...
      - name: Build benchmarks
        run: cargo codspeed build -m analysis

      - name: Run benchmarks
        uses: CodSpeedHQ/action@v4
        with:
          run: cargo codspeed run
          mode: "simulation"

      - name: Run memory benchmarks
        uses: CodSpeedHQ/action@v4
        with:
          run: cargo codspeed run
          mode: "memory"
🚀 Features
🐛 Bug Fixes
🏗️ Refactor
⚙️ Internals

Install codspeed-runner 4.8.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.8.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.8.0

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

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.0

Compare Source

compare changes

🚀 Enhancements
  • Support hidden meta to hide command (#​111)
  • Support enum arg type (#​83)
  • Support number arg type (#​73)
  • Support negativeDescription for args (#​40)
  • ⚠️ Parsed optionals and enum type safety (#​174)
🩹 Fixes
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • types: Value type of NumberArgDef should be number (#​183)
  • Show cli error message (#​186)
  • Allow number arg to be optional (#​194)
💅 Refactors
  • Show error once (#​167)
  • More strict types (f597897)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • Use simple console formatting (#​219)
📦 Build
🏡 Chore
✅ Tests
⚠️ Breaking Changes
  • ⚠️ Parsed optionals and enum type safety (#​174)
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • ⚠️ Esm-only dist (42b57b0)
❤️ Contributors
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v62.3.0

Compare Source

v62.2.0

Compare Source

h3js/h3 (h3-next)

v2.0.1-rc.11

Compare Source

compare changes

📦 Build
❤️ Contributors

v2.0.1-rc.10

Compare Source

compare changes

📦 Build
  • Move fetchdts to dependencies due to bundle issues (0d753cf)
❤️ Contributors

v2.0.1-rc.9

Compare Source

compare changes

🩹 Fixes
  • basic-auth: Use jitter and constant-time string comparison (#​1283)
🌊 Types
  • onResponse: Allow returning any value (#​1277)
🏡 Chore
❤️ Contributors
nitrojs/nitro (nitro)

v3.0.1-alpha.2

Compare 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.

[!TIP]
Upgrade to the latest Nitro v3 with vite@beta (rolldown) and enjoy a seriously mind-blowing performance boost 🚀

📦 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_modules unless 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.

[!TIP]
If you need to trace additional dependencies that are incompatible with bundling, use the new traceDeps: [] config option to mark them as traced.

⚛ React Server Components Support

Thanks to @​hi-ogawa, you can now use Nitro with @vitejs/plugin-rsc.

[!TIP]
Cheeckout vite-rsc example for demo.

⬆️ 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:

import { defineConfig } from "vite"; 
import { nitro } from "nitro/vite";

export default defineConfig({
  plugins: [ nitro({ serverDir: "./server" })],
  resolve: { tsconfigPaths: true } // requires vite@beta
});

Changes

⚠️ Behavior Changes
  • Resolve virtual templates with single plugin (#​3819)
  • Remove nodeModulesDirs (#​3798)
  • Overhaul externals support (#​3799)
  • Opt-in experimental.tsconfigPaths (#​3859)
  • Remove nitro/deps/* (#​3878)
🚀 Enhancements
  • Enable native WASM support by default (#​3781)
  • Add manifest.deploymentId (#​3792)
  • vercel: Support skew protection (#​3787)
  • Export ServerRequest from nitro/types (#​3785)
  • netlify.config options namespace (#​3794)
  • Add serverEntry config (#​3795)
  • _lib chunks (#​3849)
  • cloudflare: Support exports.cloudflare.ts (#​3834)
  • Mock runtime virtual imports (#​3861)
  • Support renderer: false config (#​3822)
  • Allow custom ignore patterns for public assets (#​3883)
  • vite: Experimental React Server Components (RSC) support (#​3919)
  • Automatically trace known native packages (#​3923)
  • vite: Auto-register server consumer environments as services (#​3928)
  • cloudflare: Always augment request with cf context (#​3904)
  • vercel, netlify, cloudflare: Support req.ip (#​3952, #​3946)
  • Support rolldownConfig (#​3887)
🔥 Performance
  • Resolve virtual templates with a single plugin (#​3819)
  • Use filters for plugin hooks (#​3820)
  • Remove nodeModulesDirs (#​3798)
  • Disable externals if there is no include pattern (b407ed68)
  • vite: Add filter hooks for virtual imports (effb2c6b)
  • Reduce virtual dep plugin impact (#​3879)
  • vite: Patch assets plugin for hook filters (8872365b)
  • rolldown: Improve tree-shaking (ced5469f)
  • Lazy import unimport (e20c92d9)
  • Process static assets in parallel (#​3911)
🩹 Fixes
  • vite: Detect when SSR entry points to same file as server entry (#​3796)
  • deno: Always mark node: imports as external (1d48539f)
  • raw: Generate simple sourcemap (87e718da)
  • vite: Improve dev middleware (#​3804)
  • vite: Skip nitro middleware on mounted paths (#​3805)
  • aws-lambda-streaming: Handle empty body (#​3814)
  • vite: Skip early dev handler for special prefixes (#​3817)
  • rolldown: Log dev build errors (e08dbb32)
  • Update oxc-transform import (6382d116)
  • rolldown: Set platform config (cd142cc3)
  • vite: Remove bundler conditions for externalConditions (28aa37cd)
  • vite: Remove custom noExternal for server envs (d34a0450)
  • vite: Temporary workaround for react bundling (9b276e11)
  • dev: Remove transfer-encoding header from worker (33acd73f)
  • vercel: Handle ISR requests with passQuery: true (#​3851)
  • Properly compile wildcard only optimized route rule (22a293c5)
  • Update import to nitro/meta (8039866b)
  • Externals windows paths (4d2e6b8a)
  • Handle oxc transform errors (4754f28d)
  • Virtual routes (#​3862)
  • Cache nitro app instance in global (c3761400)
  • app: Unique prerender app id (1b1bcec7)
  • app: Improve instance caching (23a6c8f8)
  • app: Isolate instance per build (2e108f51)
  • task: Use http.request to support socketPath in dev fetch (#​3268)
  • cli: Respect devServer config (#​3881)
  • Handle void hook result (7f42bc15)
  • Use module condition and main fields for bundling (#​3886)
  • Cache rou3 compilation by options hash (#​3890)
  • openapi: Only filter undefined from array nodes (#​3894)
  • vite: Kill prerenderer child process when the vite preview server closes (#​3907)
  • vite: Wait on preview child port to be ready (#​3908)
  • vite: Trap unhandled errors in worker (301604f8)
  • dev: Respect opts.json when false for error handler (#​3920)
  • vercel: Add preview command (#​3921)
  • Collect errors in utils/parallel (#​3933)
  • Force trace pg dependency (0e06c714)
  • Avoid naming node_modules/.* as lib chunk (22bd0c63)
  • Use static replacement for websocket feature (#​3964)
💅 Refactors
  • Improve output chunk names (#​3780)
  • Overhaul externals support (#​3799)
  • Env runners (#​3836)
  • Update nf3 usage (c1bca694)
  • vite: Keep SSR bundle external dependencies (#​3854)
  • Opt-in experimental.tsconfigPaths (#​3859)
  • Use internal #runtime subpath import (#​3860)
  • Move silent warn codes to shared config (0939a38d)
  • vite@8 support (#​3867)
  • Improve VFS (#​3877)
  • vite: Remove experimental VFS for now (ba755e6a)
  • types: Avoid DeepPartial (#​3888)
  • Update assets plugin for better tree shake (#​3891)
  • rolldown: Migrate to codeSplitting config (02475fa0)
  • Include name of hoisted libs in chunk name (#​3962)
📖 Documentation
  • Update plugins section (#​3793)
  • Add serverDir (#​3812)
  • nightly: Mention bun.lock for lockfile (#​3816)
  • vercel: Fix ISR wording (#​3845)
  • v3: Add versions menu (#​3856)
  • Update defineNitroPlugin references (#​3857)
  • v3: Set branch name (#​3864)
  • cloudflare: Update local bindings section (#​3865)
  • routing: Update error handling description (#​3564)
  • Update runtime config usage (#​3885)
  • runtime-config: Emphasize NITRO_ env prefix requirement (#​3906)
  • nightly: Add note about bun package manager (#​3960)
❤️ Contributors
unjs/nypm (nypm)

v0.6.4

Compare Source

compare changes

📦 Build
❤️ Contributors

v0.6.3

Compare Source

compare changes

🚀 Enhancements
  • installDependencies: Support --ignore-workspace for pnpm (#​221)
  • Support corepack: false (#​226)
💅 Refactors
  • More strict types (8ee2aae)
  • Update citty to 0.2 (62c13b9)
  • cli: Replace consola with simple console (cc66b91)
  • Remove pkg-types dependency (549d93e)
📦 Build
🏡 Chore
✅ Tests
❤️ Contributors
  • Alejandro López Almeida <raky291@​gmail.com>
  • 山吹色御守 (@​KazariEX)
  • Pooya Parsa (@​pi0)
pnpm/pnpm (pnpm)

v10.28.1

Compare Source

rollup/rollup (rollup)

v4.55.3

Compare Source

2026-01-21

Bug Fixes
  • Fix JSX semicolon insert position in variable declarations (#​6241)
Pull Requests
nodejs/undici (undici)

v7.19.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danielroe as a code owner January 19, 2026 11:51
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 19, 2026

  • nuxt-cli-playground

    npm i https://pkg.pr.new/create-nuxt@1193
    
    npm i https://pkg.pr.new/nuxi@1193
    
    npm i https://pkg.pr.new/@nuxt/cli@1193
    

commit: f63b1dd

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 19, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing renovate/all-minor-patch (f63b1dd) with main (a7284ae)

Open in CodSpeed

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 377d0e6 to 49d5fec Compare January 19, 2026 16:58
@renovate renovate bot changed the title chore(deps): update pnpm to v10.28.1 chore(deps): update all non-major dependencies Jan 19, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 49d5fec to db22e63 Compare January 20, 2026 02:01
@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2026

📦 Bundle Size Comparison

📈 nuxi

Metric Base Head Diff
Rendered 4402.69 KB 4406.44 KB +3.75 KB (+0.09%)

➡️ nuxt-cli

Metric Base Head Diff
Rendered 137.36 KB 137.36 KB 0.00 KB (0.00%)

📈 create-nuxt

Metric Base Head Diff
Rendered 2369.38 KB 2371.43 KB +2.05 KB (+0.09%)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 92838cb to e187779 Compare January 21, 2026 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e187779 to f63b1dd Compare January 21, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant