Skip to content

chore(deps): update all non-major dependencies - #1526

Merged
danielroe merged 3 commits into
mainfrom
renovate/all-minor-patch
Sep 17, 2026
Merged

danielroe merged 3 commits into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@antfu/eslint-config ^9.3.0^9.5.1 age confidence devDependencies minor
@clack/prompts (source) ^1.7.0^1.8.1 age confidence dependencies minor
@clack/prompts (source) ^1.7.0^1.8.1 age confidence devDependencies minor
@nuxt/test-utils ^4.2.0^4.3.2 age confidence devDependencies minor
@types/node (source) ^24.13.3^24.13.5 age confidence devDependencies patch
clickable-path ^0.1.0^0.1.1 age confidence dependencies patch
confbox ^0.2.4^0.3.1 age confidence dependencies minor
eslint (source) ^10.9.1^10.10.0 age confidence devDependencies minor
eslint-plugin-jsdoc 64.3.264.5.1 age confidence pnpm-workspace.overrides minor 64.5.2
fast-check (source) ^4.9.0^4.10.1 age confidence devDependencies minor
knip (source) ^6.33.0^6.35.1 age confidence devDependencies minor 6.36.0
node (source) 2222.23.2 age confidence uses-with minor
node (source) 24.20.024.21.0 age confidence image minor
nypm ^0.6.9^0.6.10 age confidence devDependencies patch
pkg-types ^2.3.1^2.3.3 age confidence dependencies patch
pkg-types ^2.3.1^2.3.3 age confidence devDependencies patch
rc9 ^3.0.1^3.1.0 age confidence dependencies minor
rollup (source) ^4.63.1^4.63.3 age confidence devDependencies patch
srvx ^1.0.3^1.0.5 age confidence dependencies patch
tinyclip ^1.0.1^1.0.3 age confidence dependencies patch
tinyexec ^1.3.0^1.3.1 age confidence dependencies patch
tinyexec ^1.3.0^1.3.1 age confidence devDependencies patch
tsdown (source) ^0.22.14^0.23.0 age confidence devDependencies minor
undici (source) ^8.10.0^8.10.2 age confidence devDependencies patch
vue-router (source) ^5.3.0^5.3.1 age confidence dependencies patch
vue-router (source) ^5.3.0^5.3.1 age confidence devDependencies patch
vue-router (source) 5.3.05.3.1 age confidence dependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v9.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.4.1

Compare Source

   🚀 Features
  • pnpm: Enforce new-line style for pnpm-workspace.yaml  -  by @​antfu (ab400)
    View changes on GitHub

v9.4.0

Compare Source

   🚀 Features
    View changes on GitHub
bombshell-dev/clack (@​clack/prompts)

v1.8.1

Compare Source

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • #​592 caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #​594 37fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type / and Tab again). Powered by a new opt-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #​583 ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

Patch Changes
nuxt/test-utils (@​nuxt/test-utils)

v4.3.2

Compare Source

v4.3.2 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • vitest-environment: keep vitest/environments import opaque to rolldown (6d1195d38)
❤️ Contributors

v4.3.1

Compare Source

v4.3.1 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • deps: allow vitest ^5 as peer dependency (#​1809)
🏡 Chore
🎉 New Contributors
❤️ Contributors

v4.3.0

Compare Source

v4.3.0 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: add unmockNuxtImport helper (#​1795)
  • config: support vitest 5 (#​1802)
🩹 Fixes
  • config: default nuxt test pattern to nested for simple non-nuxt setup (#​1801)
✅ Tests
  • make sure tests are collected at runtime, not statically (#​1797)
🎉 New Contributors
❤️ Contributors
danielroe/clickable-path (clickable-path)

v0.1.1

Compare Source

v0.1.1 is the next minor release.

👉 Changelog

compare changes

🚀 Enhancements
  • add generic hyperlink() export (#​25)
🤖 CI
  • add explicit permissions (#​21)
❤️ Contributors
eslint/eslint (eslint)

v10.10.0

Compare Source

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

v64.5.1

Compare Source

Bug Fixes
  • specify typescript as an optional peer dependency; fixes #​1768 (d147779)

v64.5.0

Compare Source

Features
  • ts-ban-ts-comments: add rule mirrorring typescript-eslint's ban-ts-comments rule (afff498)

v64.4.0

Compare Source

Features
  • convert-to-jsdoc-comments, no-bad-blocks: add LibreJS tags (99d2abf)

v64.3.10

Compare Source

Bug Fixes
  • convert-to-jsdoc-comments: merge stacked line comments into a single JSDoc block (64a8dca), closes #​1764

v64.3.9

Compare Source

Bug Fixes
  • no-undefined-types: recognize class members from the class's own JSDoc (eade377), closes #​1762

v64.3.8

Compare Source

Bug Fixes
  • getJsdocProcessorPlugin: key positions by file; drop suggestions (1b3c339)

v64.3.7

Compare Source

Bug Fixes
  • no-undefined-types: recognize sibling class members from a property's JSDoc (5cac70a), closes #​1760

v64.3.6

Compare Source

Bug Fixes
  • no-unnecessarry-type-assertion: avoid treating as redundant object annotations which clarify method argument types (342b6f6)
  • no-unnecessary-type-assertion: handle array literal annotations whose element type is a literal or union of literals narrowing element type (543b24f)

v64.3.5

Compare Source

Bug Fixes
  • no-unnecessary-type-assertion: don't flag array-to-tuple assertions; add preferConstToLiteralTuples (8546f77), closes #​1756

v64.3.4

Compare Source

Bug Fixes
  • require-asterisk-prefix: avoid crashing on custom languages (8f78214)

v64.3.3

Compare Source

Bug Fixes
  • convert-to-jsdoc-comments: handle "any" context and avoid extra line break when there is already multiline text; fixes #​1747 (ca2668b)
  • no-blank-block-descriptions: strip out initial line breaks when text is present (with or without tags); fixes #​1748 (0ad1ae2)
dubzzz/fast-check (fast-check)

v4.10.1

Compare Source

Fix fake-timer compatibility in timeout and interrupt plugins
[Code][Diff]

Fixes

  • (PR#7293) Bug: Capture timers for interruptAfterTimeLimit plugin
  • (PR#7282) CI: Temporarily disable documentation updates until v5
  • (PR#7279) Doc: Release note for 4.10.0

v4.10.0

Compare Source

New plugin API and deprecations ahead of v5
[Code][Diff]

Features

  • (PR#7216) Introduce a plugin API
  • (PR#7221) Refine plugin API
  • (PR#7222) Add ability to configure plugins globally
  • (PR#7224) Add the beforeEach plugin to hook in life-cycle
  • (PR#7227) Create an afterEach plugin
  • (PR#7232) Deprecate life-cycle methods
  • (PR#7235) Support teardown of beforeEach plugin
  • (PR#7228) Add timeout plugin to stop long running predicates
  • (PR#7237) Deprecate timeout from parameters
  • (PR#7238) Pass a store to plugins
  • (PR#7239) Add extra plugin's method called onAllRunsComplete
  • (PR#7240) Deprecate reporter and asyncReporter from parameters
  • (PR#7229) Add plugin to interrupt after time limit
  • (PR#7245) Support failOnInterrupt on the plugin
  • (PR#7230) Add plugins to drop runs on already covered cases
  • (PR#7259) Add ability to decorate generate via Plugins
  • (PR#7231) Add the unbiased plugin to generate without bias
  • (PR#7260) Deprecate parameters superseded by plugins
  • (PR#7261) Deprecate v5 removals

Fixes

  • (PR#7225) Bug: Proper ordering between plugins
  • (PR#7127) CI: Announce on Bluesky when drafting the release
  • (PR#7217) CI: Dedupe packages for pnpm
  • (PR#7137) Doc: Release note for 4.9.0
  • (PR#7226) Doc: Fix admonition titles on the website
  • (PR#7246) Doc: Add jkomyno as code contributor
  • (PR#7251) Performance: Single timer for interruptAfterTimeLimit

webpro-nl/knip (knip)

v6.35.1: Release 6.35.1

Compare Source

v6.35.0: Release 6.35.0

Compare Source

v6.34.0: Release 6.34.0

Compare Source

nodejs/node (node)

v22.23.2: 2026-07-29, Version 22.23.2 'Jod' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-56846) http2: retain header memory in session accounting (Matteo Collina) – High
  • (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High
  • (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High
  • (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium
  • (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium
  • (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium
  • (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium
  • (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low
  • (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low
  • (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low
  • deps: update llhttp to 9.4.3 (Paolo Insogna)
  • deps: update undici to 6.28.0 (Node.js GitHub Bot)
Commits

v22.23.1: 2026-06-23, Version 22.23.1 'Jod' (LTS), @​RafaelGSS

Compare Source

This release includes a fix for an unexpected behavior introduced
by the recent security release (22.23.0).

Commits

v22.23.0: 2026-06-18, Version 22.23.0 'Jod' (LTS), @​aduh95

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
  • (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
  • (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
  • (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
  • (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
  • (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
  • (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
  • (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
  • (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
  • (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
  • (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
Commits

v22.22.3: 2026-05-13, Version 22.22.3 'Jod' (LTS), @​marco-ippolito

Compare Source

Commits

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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 September 7, 2026 03:58
@socket-security

socket-security Bot commented Sep 7, 2026

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from ba0e6b1 to ccc31a2 Compare September 14, 2026 08:22
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 038a51a to e6fe0f2 Compare September 17, 2026 09:58
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e6fe0f2 to 08b57b0 Compare September 17, 2026 10:52
@danielroe
danielroe enabled auto-merge September 17, 2026 11:13
@pkg-pr-new

pkg-pr-new Bot commented Sep 17, 2026

Copy link
Copy Markdown
  • nuxt-cli-playground

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

commit: b02a92d

@github-actions

Copy link
Copy Markdown
Contributor

CLI benchmark

@nuxt/cli v4.0.0-alpha.1 (baseline) vs v4.0.0-alpha.1 (this PR)

Metric baseline v4.0.0-alpha.1 head v4.0.0-alpha.1 Delta
nuxt --version wall time (median) 64 ms 63 ms -0.4%
nuxt --help wall time (median) 142 ms 140 ms -1.5%
nuxt dev --help wall time (median) 106 ms 104 ms -1.7%
nuxt --version modules loaded 37 37 0.0%
nuxt --help modules loaded 147 139 -5.4%
nuxt dev --help modules loaded 82 82 0.0%
Installed node_modules 2.48 MB 2.35 MB -5.3%
Published tarball (packed) 227.3 kB 227.3 kB -0.0%
Full report

@nuxt/cli v4.0.0-alpha.1 (baseline) vs v4.0.0-alpha.1 (head)

Setting Value
Baseline ref:b0a0ff4c500cd30812f159d84e3ae35d35d40cfc (v4.0.0-alpha.1)
Head local packages/nuxt-cli at ae65414 (v4.0.0-alpha.1)
Node v24.21.0
OS Linux 6.17.0 (kernel 6.17.0-1022-azure)
CPU AMD EPYC 7763 64-Core Processor x 4
Memory 15.6 GB
Load average at start 1.71, 0.49, 0.17
Run started 2026-09-17T11:16:06.709Z

Cold CLI startup

Median of 15 interleaved runs per command, one warmup discarded.

Command baseline v4.0.0-alpha.1 median head v4.0.0-alpha.1 median Delta baseline v4.0.0-alpha.1 min / p95 head v4.0.0-alpha.1 min / p95
nuxt --version 64 ms 63 ms -0.4% 62 ms / 69 ms 61 ms / 65 ms
nuxt --version (first output byte) 60 ms 59 ms -0.7% 58 ms / 63 ms 57 ms / 61 ms
nuxt --help 142 ms 140 ms -1.5% 138 ms / 144 ms 136 ms / 143 ms
nuxt --help (first output byte) 137 ms 134 ms -1.8% 133 ms / 139 ms 130 ms / 138 ms
nuxt dev --help 106 ms 104 ms -1.7% 102 ms / 108 ms 102 ms / 108 ms
nuxt dev --help (first output byte) 101 ms 99 ms -2.0% 98 ms / 103 ms 97 ms / 103 ms
nuxt <unknown-command> (no-op) 152 ms 149 ms -1.6% 148 ms / 156 ms 147 ms / 152 ms
nuxt <unknown-command> (no-op) (first output byte) 147 ms 144 ms -1.6% 142 ms / 151 ms 142 ms / 147 ms

Module load cost

Counted with a module.registerHooks load hook, compile cache disabled. Counts every JS module actually evaluated on that code path (built-ins excluded, native addons excluded).

Command baseline v4.0.0-alpha.1 modules head v4.0.0-alpha.1 modules Delta baseline v4.0.0-alpha.1 source bytes head v4.0.0-alpha.1 source bytes Delta
nuxt --version 37 37 0.0% 302.3 kB 302.3 kB 0.0%
nuxt --help 147 139 -5.4% 1.04 MB 1.03 MB -1.0%
nuxt dev --help 82 82 0.0% 642.0 kB 642.0 kB 0.0%

Install footprint and published tarball

Each version installed on its own into an empty project with nothing but @nuxt/cli as a dependency, so the tree is exactly the CLI and its transitive dependencies. npm cache is warm and the registry is only consulted for metadata, so install wall time is indicative, not a network benchmark.

Metric baseline v4.0.0-alpha.1 head v4.0.0-alpha.1 Delta
Direct dependencies of @nuxt/cli 22 22 0.0%
Packages in the installed tree (unique name@version) 39 38 -2.6%
Unique package names 38 38 0.0%
Package directories on disk (cross-check) 32 31 -3.1%
Installed node_modules on disk 2.48 MB 2.35 MB -5.3%
Installed files 433 407 -6.0%
Install wall time (warm npm cache, median of 3) 1.26 s 1.25 s -0.9%
Published tarball (packed) 227.3 kB 227.3 kB -0.0%
Published tarball (unpacked) 742.0 kB 742.0 kB +0.0%
Files in tarball 84 84 0.0%

Interleaved runs on a shared runner: trust the deltas, not the absolute timings. The dev, restart and build suites run locally via pnpm bench:cli.

@codspeed

codspeed Bot commented Sep 17, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing renovate/all-minor-patch (b02a92d) with main (b0a0ff4)

Open in CodSpeed

@danielroe
danielroe added this pull request to the merge queue Sep 17, 2026
@renovate

renovate Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Merged via the queue into main with commit bc958da Sep 17, 2026
27 of 28 checks passed
@danielroe
danielroe deleted the renovate/all-minor-patch branch September 17, 2026 11:33
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