Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt documentation about what the current LTS version is #21867

Open
3 of 4 tasks
default-kaas opened this issue Jun 30, 2023 · 3 comments
Open
3 of 4 tasks

Nuxt documentation about what the current LTS version is #21867

default-kaas opened this issue Jun 30, 2023 · 3 comments

Comments

@default-kaas
Copy link
Contributor

Describe the feature

It is unclear what the current LTS version is for Nuxt.
For example which Nuxt version is by the team currently the most recommended version to use?
Which version of Nuxt will have long time stable support?
And what is the current road map for LTS versions?

When creating a new Nuxt project you will get to use Nuxt V3.4.2,
But the latest version of Nuxt is V3.6.1.

Which one of the two would the Nuxt team recommend that you would use.

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

Copy link
Member

When creating a new Nuxt project it should be 3.6.1: https://github.com/nuxt/starter/blob/v3/package.json#L14

@default-kaas
Copy link
Contributor Author

default-kaas commented Jun 30, 2023

When creating a new Nuxt project it should be 3.6.1: https://github.com/nuxt/starter/blob/v3/package.json#L14

Sorry that is correct, a new Project will use nuxt 3.6.1.

I am new to contributing to a major open source project.
Can I add a setup for the information as an new page about the current LTS version?
Or add it as additional information to an existing page?
And that someone from the core team either fills the information in or checks if it is correct.

I would like to add the following information:

  • Current LTS version
  • Next LTS version
  • A table with all (Max 6) LTS versions
    • 3 LTS versions from the past (if available)
    • Current LTS version
    • 2 future LTS versions (if available)
    • The table will have the following columns
      • Version number (Number)
      • Status (String)
      • Codename (String|optional)
      • Initial Relase (Date)
      • Active LTS Start (Date)
      • Maintenance LTS Start (Date)
      • End Of Life (Date)
      • Vue version (number|optional)
      • Minimal node version (number|optional)

An example for this type of documention can be found on the nodejs site:

https://nodejs.dev/en/about/releases/

@danielroe
Copy link
Member

I would love this! Here's another example table: https://laravel.com/docs/10.x/releases#support-policy

default-kaas added a commit to default-kaas/nuxt that referenced this issue Jul 2, 2023
danielroe added a commit that referenced this issue Sep 19, 2023
Co-authored-by: Daniel Roe <daniel@roe.dev>
This was referenced Sep 19, 2023
manniL pushed a commit that referenced this issue Dec 11, 2023
Co-authored-by: Daniel Roe <daniel@roe.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants