Skip to content

chore(deps): update dependency nuxt to v5.0.0-29833927.169a4bee - #1556

Merged
danielroe merged 1 commit into
mainfrom
renovate/nuxt-nightly
Sep 23, 2026
Merged

danielroe merged 1 commit into
mainfrom
renovate/nuxt-nightly

Conversation

@renovate

@renovate renovate Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
nuxt (source) 5.0.0-29830089.dc5195225.0.0-29833927.169a4bee age confidence

Warning

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Every minute (* * * * *)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 22, 2026 12:07
@socket-security

socket-security Bot commented Sep 22, 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
Updatednuxt-nightly@​5.0.0-29830089.dc519522 ⏵ 5.0.0-29833927.169a4bee90 -3100100 +197100

View full report

@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@1556
    
    npm i https://pkg.pr.new/nuxi@1556
    
    npm i https://pkg.pr.new/@nuxt/cli@1556
    

commit: 9e794f0

@github-actions

github-actions Bot commented Sep 22, 2026

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) 65 ms 66 ms +1.0%
nuxt --help wall time (median) 145 ms 144 ms -0.5%
nuxt dev --help wall time (median) 102 ms 103 ms +1.1%
nuxt --version modules loaded 38 38 0.0%
nuxt --help modules loaded 144 144 0.0%
nuxt dev --help modules loaded 63 63 0.0%
Installed node_modules 2.39 MB 2.39 MB -0.0%
Published tarball (packed) 235.9 kB 235.9 kB 0.0%
Full report

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

Setting Value
Baseline ref:cf0e756120d79a296d2bc66fe0b7b17f965c911d (v4.0.0-alpha.1)
Head local packages/nuxt-cli at 42f32bb (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.64, 0.20, 0.07
Run started 2026-09-23T02:25:13.331Z

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 65 ms 66 ms +1.0% 64 ms / 70 ms 63 ms / 72 ms
nuxt --version (first output byte) 61 ms 62 ms +1.1% 59 ms / 66 ms 59 ms / 67 ms
nuxt --help 145 ms 144 ms -0.5% 142 ms / 149 ms 141 ms / 148 ms
nuxt --help (first output byte) 139 ms 139 ms -0.3% 137 ms / 144 ms 136 ms / 143 ms
nuxt dev --help 102 ms 103 ms +1.1% 98 ms / 107 ms 100 ms / 109 ms
nuxt dev --help (first output byte) 97 ms 98 ms +0.7% 93 ms / 102 ms 94 ms / 104 ms
nuxt <unknown-command> (no-op) 153 ms 154 ms +0.7% 150 ms / 157 ms 152 ms / 157 ms
nuxt <unknown-command> (no-op) (first output byte) 148 ms 148 ms +0.2% 145 ms / 152 ms 146 ms / 152 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 38 38 0.0% 296.7 kB 296.7 kB 0.0%
nuxt --help 144 144 0.0% 958.9 kB 958.9 kB 0.0%
nuxt dev --help 63 63 0.0% 449.8 kB 449.8 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) 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.39 MB 2.39 MB -0.0%
Installed files 420 420 0.0%
Install wall time (warm npm cache, median of 3) 1.30 s 1.33 s +1.9%
Published tarball (packed) 235.9 kB 235.9 kB 0.0%
Published tarball (unpacked) 768.9 kB 768.9 kB 0.0%
Files in tarball 97 97 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/nuxt-nightly (9e794f0) with main (cf0e756)

Open in CodSpeed

@renovate
renovate Bot force-pushed the renovate/nuxt-nightly branch 2 times, most recently from 481ec46 to 4f31452 Compare September 22, 2026 14:39
@renovate renovate Bot changed the title chore(deps): update dependency nuxt to v5.0.0-29833065.3475e78e chore(deps): update dependency nuxt to v5.0.0-29833227.e5f51e8c Sep 22, 2026
@renovate
renovate Bot force-pushed the renovate/nuxt-nightly branch from 4f31452 to 9e794f0 Compare September 23, 2026 02:24
@renovate renovate Bot changed the title chore(deps): update dependency nuxt to v5.0.0-29833227.e5f51e8c chore(deps): update dependency nuxt to v5.0.0-29833927.169a4bee Sep 23, 2026
@danielroe
danielroe added this pull request to the merge queue Sep 23, 2026
Merged via the queue into main with commit 6352baf Sep 23, 2026
24 checks passed
@danielroe
danielroe deleted the renovate/nuxt-nightly branch September 23, 2026 08:26
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