Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config ^6.0.0 -> ^6.1.0 age confidence devDependencies minor
@nuxt/test-utils ^3.19.2 -> ^3.20.1 age confidence devDependencies minor
CodSpeedHQ/action v4.2.1 -> v4.3.1 age confidence action minor
eslint-plugin-jsdoc 61.1.5 -> 61.1.9 age confidence resolutions patch
h3-next (source) ^2.0.1-rc.4 -> ^2.0.1-rc.5 age confidence devDependencies patch
knip (source) ^5.66.2 -> ^5.66.3 age confidence devDependencies patch
magicast ^0.3.5 -> ^0.4.0 age confidence devDependencies minor
nitropack ^2.12.7 -> ^2.12.8 age confidence devDependencies patch
pnpm (source) 10.18.3 -> 10.19.0 age confidence packageManager minor
srvx (source) ^0.8.16 -> ^0.9.1 age confidence dependencies minor
srvx (source) ^0.8.16 -> ^0.9.1 age confidence devDependencies minor
tsdown ^0.15.9 -> ^0.15.11 age confidence devDependencies patch

Release Notes

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

v6.1.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.20.1

Compare Source

CodSpeedHQ/action (CodSpeedHQ/action)

v4.3.1

Compare Source

Release Notes

🚀 Features
🐛 Bug Fixes

Install codspeed-runner 4.3.1

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

Download codspeed-runner 4.3.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.2.1...v4.3.1

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v61.1.9

Compare Source

Bug Fixes
  • CJS: provide CJS version of to-valid-identiifer; fixes #​1583 (ca57a1f)

v61.1.8

Compare Source

Bug Fixes
  • no-undefined-types: consider module scope variables as defined; fixes #​1581 (f938fdc)

v61.1.7

Compare Source

Bug Fixes
  • imports-as-dependencies: handle resolve.exports errors (0c4e5b6)

v61.1.6

Compare Source

Bug Fixes
  • imports-as-dependencies: check within exports for types; fixes #​1114 (c0e4e7c)
h3js/h3 (h3-next)

v2.0.1-rc.5

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • assertBodySize: Disallow both content-length and transfer-encoding headers (9ccd301)
  • Adjust pathname for mounted sub-app routed middleware (#​1232)
  • middleware: Allow returning 404 response in middleware (#​1231)
💅 Refactors
📦 Build
  • Export toMiddleware (0f2e568)
  • Reduce dist size by stripping comments (#​1235)
  • Include bundled types (d833afb)
  • Inline rou3 related types (5d3a274)
  • Export RouterContext and MatchedRoute types (fd7dc8f)
🌊 Types
  • Fix _getMiddleware route typed (e090a76)
🏡 Chore
✅ Tests
  • Add case for middleware with 404 Response support (8791818)
  • Add coverage exclude (5558575)
🤖 CI
  • Fix nightly version bump (630bbb8)
⚠️ Breaking Changes
❤️ Contributors
webpro-nl/knip (knip)

v5.66.3

Compare Source

unjs/magicast (magicast)

v0.4.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Add introspection and improve proxy behavior (#​136)
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Add introspection and improve proxy behavior (#​136)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - nx@21.6.4 || 21.6.5
      - esbuild@0.25.1

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - nx@21.6.5
      - webpack@4.47.0 || 5.102.1
h3js/srvx (srvx)

v0.9.1

Compare Source

compare changes

📖 Documentation
  • Update fetching node handlers (d3a5cbe)
❤️ Contributors

v0.9.0

Compare Source

compare changes

🚀 Enhancements
  • fetchNodeHandler and nodeToFetchHandler (#​125)
  • toWebHandler: Accept fetch or node handler as input (2b0e232)
  • Better toNodeHandler / toFetchHandler utils (#​130)
  • Implement Symbol.hasInstance for all super classes (529b11b)
🔥 Performance
  • Use and cache parsed/fast url when possible (da1caba)
  • node: Fast req body methods (#​134)
🩹 Fixes
  • node: Trigger abort signal when body read is done (#​122)
  • node, deno: Use flatten headers only for node (#​129)
  • node: Catch uncaught response stream error (#​135)
  • node: Lowercase req header keys when iterating (6adeb8e)
💅 Refactors
  • ⚠️ Use esm imports for node entry (#​126)
  • ⚠️ Avoid splitting Set-Cookie value (#​127)
  • Rename to toWebHandler (3124480)
  • node: ⚠️ Reimplement fast headers based on raw headers (#​133)
  • Fix type issues (83cc771)
  • node: ⚠️ Hide some internals (e93b29c)
🏡 Chore
✅ Tests
  • Better abort tests (#​123)
  • Run node-compat tests against other runtimes (#​128)
⚠️ Breaking Changes
  • ⚠️ Use esm imports for node entry (#​126)
  • ⚠️ Avoid splitting Set-Cookie value (#​127)
  • node: ⚠️ Reimplement fast headers based on raw headers (#​133)
  • node: ⚠️ Hide some internals (e93b29c)
❤️ Contributors
rolldown/tsdown (tsdown)

v0.15.11

Compare Source

No significant changes

    View changes on GitHub

v0.15.10

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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 October 27, 2025 03:54
@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 27, 2025

nuxt-cli-playground

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

commit: db35f06

@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2025

📦 Bundle Size Comparison

📉 nuxi

Metric Base Head Diff
Rendered 4376.28 KB 4367.59 KB -8.69 KB (-0.20%)

📉 nuxt-cli

Metric Base Head Diff
Rendered 126.17 KB 123.33 KB -2.84 KB (-2.25%)

📉 create-nuxt

Metric Base Head Diff
Rendered 2321.85 KB 2320.92 KB -0.93 KB (-0.04%)

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 27, 2025

CodSpeed Performance Report

Merging #1099 will not alter performance

Comparing renovate/all-minor-patch (db35f06) with main (3afd02b)

Summary

✅ 2 untouched

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dca6cd2 to 8d8b273 Compare October 27, 2025 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d8b273 to db35f06 Compare October 28, 2025 04:49
@danielroe danielroe merged commit 0400b68 into main Oct 28, 2025
12 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch October 28, 2025 09:41
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.

2 participants