Skip to content

chore(deps): update dependency nuxt to v5.0.0-29833227.e5f51e8c - #1556

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuxt-nightly
Open

renovate[bot] wants to merge 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-29833227.e5f51e8c 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-29833227.e5f51e8c91 -310010097100

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: 4f31452

@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) 66 ms 66 ms +1.4%
nuxt --help wall time (median) 140 ms 138 ms -1.2%
nuxt dev --help wall time (median) 102 ms 102 ms -0.3%
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:d36ea91297c9ef0e2bf48de20d5a2a3230cdb7d2 (v4.0.0-alpha.1)
Head local packages/nuxt-cli at 196a221 (v4.0.0-alpha.1)
Node v24.21.0
OS Linux 6.17.0 (kernel 6.17.0-1022-azure)
CPU AMD EPYC 9V74 80-Core Processor x 4
Memory 15.6 GB
Load average at start 0.55, 0.22, 0.12
Run started 2026-09-22T14:42:41.554Z

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 66 ms 66 ms +1.4% 64 ms / 68 ms 64 ms / 70 ms
nuxt --version (first output byte) 61 ms 62 ms +1.4% 59 ms / 64 ms 60 ms / 65 ms
nuxt --help 140 ms 138 ms -1.2% 135 ms / 142 ms 136 ms / 142 ms
nuxt --help (first output byte) 134 ms 133 ms -1.4% 130 ms / 137 ms 131 ms / 137 ms
nuxt dev --help 102 ms 102 ms -0.3% 98 ms / 104 ms 98 ms / 105 ms
nuxt dev --help (first output byte) 97 ms 97 ms -0.0% 94 ms / 99 ms 93 ms / 100 ms
nuxt <unknown-command> (no-op) 147 ms 148 ms +0.2% 144 ms / 151 ms 145 ms / 151 ms
nuxt <unknown-command> (no-op) (first output byte) 142 ms 142 ms +0.2% 139 ms / 146 ms 140 ms / 146 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.24 s 1.24 s -0.1%
Published tarball (packed) 235.9 kB 235.9 kB 0.0%
Published tarball (unpacked) 768.5 kB 768.5 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 (481ec46) with main (f830442)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (d36ea91) during the generation of this report, so f830442 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@renovate
renovate Bot force-pushed the renovate/nuxt-nightly branch from a2af3e9 to 481ec46 Compare September 22, 2026 12:16
@renovate
renovate Bot force-pushed the renovate/nuxt-nightly branch 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

This branch has not been deployed

No deployments
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.

0 participants