Skip to content

Conversation

@erwanjugand
Copy link
Contributor

🔗 Linked issue

📚 Description

This pull request updates the Nuxt roadmap documentation to reflect the release of Nuxt 4 as the current active version and clarifies the maintenance and end-of-life timelines for Nuxt 3 and other versions.

Updates to version status and support timelines:

  • Updated the documentation to indicate that Nuxt 4 is now the current active version available as nuxt on npm, replacing Nuxt 3.
  • Clarified that Nuxt 3 will continue to receive maintenance updates, including bug fixes and backports from Nuxt 4, until the end of January 2026.
  • Updated the release table to show Nuxt 4 as stable, Nuxt 3 as maintenance, and adjusted their respective release and end-of-life dates.

Sources: https://nuxt.com/blog/v4

@erwanjugand erwanjugand requested a review from danielroe as a code owner August 6, 2025 20:30
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@coderabbitai
Copy link

coderabbitai bot commented Aug 6, 2025

Walkthrough

The documentation for the Nuxt roadmap was updated to reflect the current status of Nuxt versions. Nuxt v4 is now marked as stable and is available under the latest npm tag, while Nuxt 3 has moved to maintenance mode with support until 31 January 2026. The release date for Nuxt 4 was updated to 16 July 2025, and a projected release for Nuxt 5 is listed for Q4 2025. The end-of-life schedule for Nuxt 4 is set to six months after the v5 release. The release table was revised and reformatted to clarify these changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (3)
docs/5.community/6.roadmap.md (3)

62-62: Insert a comma after “v4” for correct clause separation
Add a comma before the non-restrictive clause “which is available as nuxt…”.

-The current active version of [Nuxt](https://nuxt.com) is **v4** which is available as `nuxt` on npm with the `latest` tag.
+The current active version of [Nuxt](https://nuxt.com) is **v4**, which is available as `nuxt` on npm with the `latest` tag.

66-66: Missing comma after “releases”
For readability, insert a comma after “releases”.

-Each active version has its own nightly releases which are generated automatically.
+Each active version has its own nightly releases, which are generated automatically.

68-69: Consider naming the otherwise-blank second column header
The second column is currently empty, yet contains version badges in the rows below. Giving it a descriptive header such as “npm badge” or “Version badge” would improve table clarity and accessibility for screen-reader users.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8ea3fc3 and e8a9296.

📒 Files selected for processing (1)
  • docs/5.community/6.roadmap.md (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: ensure that ai-generated summaries accurately reflect the key changes in the pr, focusing on notable...
Learnt from: Tofandel
PR: nuxt/nuxt#0
File: :0-0
Timestamp: 2024-11-11T12:34:22.648Z
Learning: Ensure that AI-generated summaries accurately reflect the key changes in the PR, focusing on notable changes such as the removal of unused imports and variables starting with underscores.

Applied to files:

  • docs/5.community/6.roadmap.md
📚 Learning: in nuxt, using `rolldownversion` (not `rollupversion`) is intentional when detecting if rolldown-vit...
Learnt from: TheAlexLichter
PR: nuxt/nuxt#31812
File: packages/nuxt/src/components/plugins/islands-transform.ts:202-202
Timestamp: 2025-04-18T18:33:41.753Z
Learning: In Nuxt, using `rolldownVersion` (not `rollupVersion`) is intentional when detecting if rolldown-vite is being used, even though TypeScript may show an error because the property isn't in standard type definitions yet.

Applied to files:

  • docs/5.community/6.roadmap.md
🪛 LanguageTool
docs/5.community/6.roadmap.md

[uncategorized] ~66-~66: Possible missing comma found.
Context: ...Each active version has its own nightly releases which are generated automatically. For ...

(AI_HYDRA_LEO_MISSING_COMMA)

@erwanjugand erwanjugand changed the title docs(roadmap): udpate package informations docs: udpate package informations Aug 6, 2025
@erwanjugand erwanjugand changed the title docs: udpate package informations docs: update package information in roadmap section Aug 6, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
docs/5.community/6.roadmap.md (1)

62-62: Insert a comma after “v4” for clarity

Small readability nit ‒ add a comma after the version number to separate the non-restrictive clause.

-The current active version of [Nuxt](https://nuxt.com) is **v4** which is available as `nuxt` on npm with the `latest` tag.
+The current active version of [Nuxt](https://nuxt.com) is **v4**, which is available as `nuxt` on npm with the `latest` tag.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e8a9296 and 0cbad51.

📒 Files selected for processing (1)
  • docs/5.community/6.roadmap.md (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: ensure that ai-generated summaries accurately reflect the key changes in the pr, focusing on notable...
Learnt from: Tofandel
PR: nuxt/nuxt#0
File: :0-0
Timestamp: 2024-11-11T12:34:22.648Z
Learning: Ensure that AI-generated summaries accurately reflect the key changes in the PR, focusing on notable changes such as the removal of unused imports and variables starting with underscores.

Applied to files:

  • docs/5.community/6.roadmap.md
📚 Learning: in nuxt, using `rolldownversion` (not `rollupversion`) is intentional when detecting if rolldown-vit...
Learnt from: TheAlexLichter
PR: nuxt/nuxt#31812
File: packages/nuxt/src/components/plugins/islands-transform.ts:202-202
Timestamp: 2025-04-18T18:33:41.753Z
Learning: In Nuxt, using `rolldownVersion` (not `rollupVersion`) is intentional when detecting if rolldown-vite is being used, even though TypeScript may show an error because the property isn't in standard type definitions yet.

Applied to files:

  • docs/5.community/6.roadmap.md
🪛 LanguageTool
docs/5.community/6.roadmap.md

[uncategorized] ~66-~66: Possible missing comma found.
Context: ...Each active version has its own nightly releases which are generated automatically. For ...

(AI_HYDRA_LEO_MISSING_COMMA)

🔇 Additional comments (2)
docs/5.community/6.roadmap.md (2)

64-64: Cross-check “maintenance updates” wording against the Support Status table

Line 64 states that Nuxt 3 will keep receiving bug-fix and feature back-port updates, whereas the “Maintenance” status in the table (Lines 81-82) is defined as security-patches only.
If Nuxt 3 will indeed receive more than security fixes, consider adjusting the status description or adding a clarifying note to avoid confusion.


68-72: Verify new table links and forthcoming docs path

  1. The docs column for 4.x points to /docs/4.x. Ensure that this route is (or will be) live before the site is deployed; otherwise visitors will hit a 404.
  2. Badge links rely on npm version tags—double-check that the nuxt package already exposes the expected v4 versions via latest before the page goes public.

No code change required if the links are confirmed, but worth validating.

Copy link
Member

@danielroe danielroe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! ❤️

@danielroe danielroe merged commit 2980c73 into nuxt:main Aug 10, 2025
6 of 7 checks passed
This was referenced Aug 10, 2025
@github-actions github-actions bot mentioned this pull request Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants