Skip to content

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

Merged
danielroe merged 2 commits into
mainfrom
renovate/all-minor-patch
Sep 22, 2026
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^24.13.5 → ^24.13.6 age confidence
eslint (source) ^10.10.0 → ^10.11.0 age confidence
eslint-plugin-jsdoc 64.5.1 → 64.5.4 age confidence
fast-check (source) ^4.10.1 → ^4.10.2 age confidence
knip (source) ^6.35.1 → ^6.37.0 age confidence
rollup (source) ^4.63.3 → ^4.63.4 age confidence
verkit ^0.4.0 → ^0.5.0 age confidence
vue (source) ^3.5.42 → ^3.5.43 age confidence

Warning

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


Release Notes

eslint/eslint (eslint)

v10.11.0

Compare Source

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

v64.5.4

Compare Source

Bug Fixes
  • no-unnecessary-type-assertion: only try typescript if the rule is enabled; fixes #​1773 (3c1c209)

v64.5.3

Compare Source

Bug Fixes

v64.5.2

Compare Source

Bug Fixes
  • set optional typescript peer dep. to any to undo breaking change (f469cdf)
dubzzz/fast-check (fast-check)

v4.10.2

Compare Source

Fix interrupt plugin (throwing)
[Code][Diff]

Fixes

  • (PR#7333) Bug: Plugin interruptAfterTimeLimit crashes
webpro-nl/knip (knip)

v6.37.0: Release 6.37.0

Compare Source

  • fix(graphql-codegen): mark near-operation-file outputs as entries, not the documents directory (#​2048) (06a68fc) - thanks @​RobHannay!
  • fix: enable JSX in the config loader (#​1959) (5b21dc9) - thanks @​addielaruee!
  • Match binaries only to their actual dependency providers (c5bdb69)
  • Preserve executable references across package manager commands (54af171)
  • Correct binary provider metadata in Relay fixtures (e67dfcb)
  • Separate shell binary expectations from reporting exemptions (resolve #​2022) (c1d7d75)
  • Respect npx no-install flags before the executable (4237010)
  • Update dependencies (038ea17)
  • Remove npm auth check now that's in release-it (4aaf77c)
  • Fix --format name resolution in the ESLint plugin (#​2046) (1269e98) - thanks @​bytedoe!

v6.36.0: Release 6.36.0

Compare Source

rollup/rollup (rollup)

v4.63.4

Compare Source

2026-09-19

Bug Fixes
  • Ensure meta information of the cached module is exposed in shouldTransformCachedModule (#​6442)
  • Do not create invalid code if import attribute values contain special characters (#​6502)
Pull Requests
sxzz/verkit (verkit)

v0.5.0

Compare Source

Migration guide

v0.5.0 removes the deprecated shorthand aliases for version comparisons.
Replace any imports of these APIs with their *Than equivalents:

Removed API Replacement
isGreater isGreaterThan
isGreaterOrEqual isGreaterThanOrEqual
isLess isLessThan
isLessOrEqual isLessThanOrEqual
// Before
import { isGreater, isLessOrEqual } from 'verkit'

// After
import { isGreaterThan, isLessThanOrEqual } from 'verkit'

The replacement functions have the same behavior and arguments; only their exported names have changed.

   🚨 Breaking Changes
    View changes on GitHub

v0.4.1

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/core (vue)

v3.5.43

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 21, 2026 03:49
@socket-security

socket-security Bot commented Sep 21, 2026 •

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​24.13.5 ⏵ 24.13.61001008196 +1100
Addedverkit@​0.5.010010010089100
Updatedoxc-parser@​0.148.0 ⏵ 0.150.08910010096100
Updatedvue@​3.5.42 ⏵ 3.5.439910091 +198100
Updatedfast-check@​4.10.1 ⏵ 4.10.210010010093 +2100
Updatedknip@​6.35.1 ⏵ 6.37.09910095 +196100
Updatedrollup@​4.63.3 ⏵ 4.63.49610010099100
Updatedeslint@​10.10.0 ⏵ 10.11.097 +110010097100

View full report

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 897ccf9 to b0a1a29 Compare September 21, 2026 10:51
@pkg-pr-new

pkg-pr-new Bot commented Sep 22, 2026

Copy link
Copy Markdown
  • nuxt-cli-playground

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

commit: 62b6492

@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) 67 ms 65 ms -2.2%
nuxt --help wall time (median) 146 ms 147 ms +0.4%
nuxt dev --help wall time (median) 112 ms 109 ms -2.1%
nuxt --version modules loaded 37 37 0.0%
nuxt --help modules loaded 139 139 0.0%
nuxt dev --help modules loaded 82 82 0.0%
Installed node_modules 2.37 MB 2.38 MB +0.5%
Published tarball (packed) 228.1 kB 231.9 kB +1.7%
Full report

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

Setting Value
Baseline ref:0783def13733e3358c35b0f9dcc819d909565597 (v4.0.0-alpha.1)
Head local packages/nuxt-cli at 028f028 (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 0.94, 0.26, 0.09
Run started 2026-09-22T08:41:46.652Z

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 67 ms 65 ms -2.2% 63 ms / 72 ms 64 ms / 68 ms
nuxt --version (first output byte) 63 ms 61 ms -2.9% 59 ms / 68 ms 60 ms / 63 ms
nuxt --help 146 ms 147 ms +0.4% 142 ms / 152 ms 140 ms / 150 ms
nuxt --help (first output byte) 140 ms 141 ms +0.4% 137 ms / 147 ms 135 ms / 144 ms
nuxt dev --help 112 ms 109 ms -2.1% 108 ms / 115 ms 106 ms / 113 ms
nuxt dev --help (first output byte) 107 ms 104 ms -2.1% 104 ms / 110 ms 102 ms / 108 ms
nuxt <unknown-command> (no-op) 157 ms 157 ms +0.1% 152 ms / 164 ms 153 ms / 167 ms
nuxt <unknown-command> (no-op) (first output byte) 152 ms 152 ms +0.1% 146 ms / 158 ms 147 ms / 159 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.8 kB +0.2%
nuxt --help 139 139 0.0% 1.03 MB 1.03 MB +0.3%
nuxt dev --help 82 82 0.0% 643.0 kB 645.9 kB +0.5%

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) 38 38 0.0%
Unique package names 38 38 0.0%
Package directories on disk (cross-check) 31 31 0.0%
Installed node_modules on disk 2.37 MB 2.38 MB +0.5%
Installed files 407 407 0.0%
Install wall time (warm npm cache, median of 3) 1.28 s 1.28 s -0.1%
Published tarball (packed) 228.1 kB 231.9 kB +1.7%
Published tarball (unpacked) 745.0 kB 757.4 kB +1.7%
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 22, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing renovate/all-minor-patch (62b6492) with main (991a4bd)

Open in CodSpeed

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

renovate Bot commented Sep 22, 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 c89e798 Sep 22, 2026
23 checks passed
@danielroe
danielroe deleted the renovate/all-minor-patch branch September 22, 2026 08:56
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