Skip to content

feat(migrate): support volta node version migration to .node-version #1201

Merged
fengmk2 merged 21 commits intovoidzero-dev:mainfrom
naokihaba:feat/migrate-volta-to-node-version
Apr 1, 2026
Merged

feat(migrate): support volta node version migration to .node-version #1201
fengmk2 merged 21 commits intovoidzero-dev:mainfrom
naokihaba:feat/migrate-volta-to-node-version

Conversation

@naokihaba
Copy link
Copy Markdown
Contributor

@naokihaba naokihaba commented Mar 29, 2026

🔗 Linked issue

resolves #1183

📚 Description

We have added migration support features for projects that use Volta for Node.js version management.

If a volta.node setting is found in package.json, vp migrate will now automatically detect it and create a .node-version file.
If an .nvmrc file also exists, its settings will take priority. In such cases, a manual cleanup step will be added to remove the volta field from package.json.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 29, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit c93ecca
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69cd0f0574418d00081ba821

@naokihaba naokihaba changed the title Feat/migrate volta to node version wip: migrate volta to node version Mar 29, 2026
@naokihaba
Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@naokihaba
Copy link
Copy Markdown
Contributor Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d1e44531be

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@naokihaba
Copy link
Copy Markdown
Contributor Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: daa26a88cd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@naokihaba
Copy link
Copy Markdown
Contributor Author

@codex review

@naokihaba naokihaba changed the title wip: migrate volta to node version feat(migrate): support volta node version migration to .node-version Mar 31, 2026
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@naokihaba naokihaba marked this pull request as ready for review March 31, 2026 17:05
@fengmk2 fengmk2 merged commit 70300c8 into voidzero-dev:main Apr 1, 2026
32 checks passed
@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented Apr 1, 2026

@naokihaba Thanks!

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.

vp migrate handles migration from Volta

2 participants