Skip to content

chore(deps): update dependency nuxt to v5.0.0-29795707.ddefa441 - #1499

Merged
danielroe merged 1 commit into
mainfrom
renovate/nuxt-nightly
Aug 27, 2026
Merged

chore(deps): update dependency nuxt to v5.0.0-29795707.ddefa441#1499
danielroe merged 1 commit into
mainfrom
renovate/nuxt-nightly

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
nuxt (source) 5.0.0-29794788.935b503a5.0.0-29795707.ddefa441 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 August 27, 2026 12:51
@pkg-pr-new

pkg-pr-new Bot commented Aug 27, 2026

Copy link
Copy Markdown
  • nuxt-cli-playground

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

commit: 2a76d57

@github-actions

Copy link
Copy Markdown
Contributor

CLI benchmark

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

Metric baseline v4.0.0-alpha.0 head v4.0.0-alpha.0 Delta
nuxt --version wall time (median) 46 ms 46 ms -1.6%
nuxt --help wall time (median) 92 ms 93 ms +1.6%
nuxt dev --help wall time (median) 72 ms 71 ms -1.1%
nuxt --version modules loaded 38 38 0.0%
nuxt --help modules loaded 135 135 0.0%
nuxt dev --help modules loaded 80 80 0.0%
Installed node_modules 2.37 MB 2.37 MB -0.0%
Published tarball (packed) 282.3 kB 282.3 kB 0.0%
Full report

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

Setting Value
Baseline ref:b5de69a3d9745f7440955b7c14c10e9558c3c77f (v4.0.0-alpha.0)
Head local packages/nuxt-cli at f12e5c5 (v4.0.0-alpha.0)
Node v24.19.0
OS Linux 6.17.0 (kernel 6.17.0-1022-azure)
CPU Intel(R) Xeon(R) 6973P-C x 4
Memory 15.6 GB
Load average at start 1.44, 0.49, 0.20
Run started 2026-08-27T12:52:17.157Z

Cold CLI startup

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

Command baseline v4.0.0-alpha.0 median head v4.0.0-alpha.0 median Delta baseline v4.0.0-alpha.0 min / p95 head v4.0.0-alpha.0 min / p95
nuxt --version 46 ms 46 ms -1.6% 44 ms / 50 ms 44 ms / 50 ms
nuxt --version (first output byte) 44 ms 43 ms -1.4% 42 ms / 47 ms 42 ms / 47 ms
nuxt --help 92 ms 93 ms +1.6% 87 ms / 99 ms 88 ms / 101 ms
nuxt --help (first output byte) 89 ms 90 ms +1.4% 83 ms / 95 ms 84 ms / 98 ms
nuxt dev --help 72 ms 71 ms -1.1% 68 ms / 77 ms 68 ms / 77 ms
nuxt dev --help (first output byte) 69 ms 68 ms -1.2% 66 ms / 73 ms 65 ms / 74 ms
nuxt <unknown-command> (no-op) 98 ms 98 ms +0.5% 94 ms / 102 ms 91 ms / 103 ms
nuxt <unknown-command> (no-op) (first output byte) 95 ms 95 ms +0.1% 91 ms / 98 ms 88 ms / 99 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.0 modules head v4.0.0-alpha.0 modules Delta baseline v4.0.0-alpha.0 source bytes head v4.0.0-alpha.0 source bytes Delta
nuxt --version 38 38 0.0% 298.1 kB 298.1 kB 0.0%
nuxt --help 135 135 0.0% 1014.9 kB 1014.9 kB 0.0%
nuxt dev --help 80 80 0.0% 615.2 kB 615.2 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.0 head v4.0.0-alpha.0 Delta
Direct dependencies of @nuxt/cli 21 21 0.0%
Packages in the installed tree (unique name@version) 34 34 0.0%
Unique package names 34 34 0.0%
Package directories on disk (cross-check) 28 28 0.0%
Installed node_modules on disk 2.37 MB 2.37 MB -0.0%
Installed files 418 418 0.0%
Install wall time (warm npm cache, median of 3) 488 ms 483 ms -0.9%
Published tarball (packed) 282.3 kB 282.3 kB 0.0%
Published tarball (unpacked) 975.7 kB 975.7 kB 0.0%
Files in tarball 130 130 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-hq

codspeed-hq Bot commented Aug 27, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing renovate/nuxt-nightly (2a76d57) with main (b5de69a)

Open in CodSpeed

@danielroe
danielroe added this pull request to the merge queue Aug 27, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 27, 2026
@danielroe
danielroe added this pull request to the merge queue Aug 27, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 27, 2026
@danielroe
danielroe added this pull request to the merge queue Aug 27, 2026
Merged via the queue into main with commit b6a1399 Aug 27, 2026
23 checks passed
@danielroe
danielroe deleted the renovate/nuxt-nightly branch August 27, 2026 20:34
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