-
Notifications
You must be signed in to change notification settings - Fork 171
feat(migrate): migrate .nvmrc to .node-version during vp migrate
#1159
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
070e2e7
feat(config): add support for .nvmrc file detection
naokihaba 8cf6d89
feat(nvm): add support for detecting and migrating .nvmrc to .node-veβ¦
naokihaba 5b302a2
feat(report): add nodeVersionFileMigrated field to MigrationReport
naokihaba ff66ccf
feat(migration): add support for migrating node version manager filesβ¦
naokihaba d2e4dfd
feat(tests): add tests for parsing and migrating .nvmrc to .node-version
naokihaba 5a2b00f
style(bin): format conditional statement for better readability
naokihaba db3da18
feat(tests): add test for invalid version strings in parseNvmrcVersion
naokihaba b80bf48
feat(migration): enhance parseNvmrcVersion to handle additional unsupβ¦
naokihaba 759bcc9
feat(migration): add migration support for .nvmrc files to .node-version
naokihaba 93ae0f5
feat(migration): update parseNvmrcVersion to map 'node' and 'stable' β¦
naokihaba 7d64b46
feat(migration): update migration warning for 'node' alias and clarifβ¦
naokihaba 374677a
feat(migration): update migration message for 'node' alias and removeβ¦
naokihaba 4668548
feat(migration): improve logging for automatic mapping of .nvmrc aliaβ¦
naokihaba 5c0d45a
Merge branch 'main' into feat/migrate-nvmrc
naokihaba 065b321
feat(migration): update comments for nvmrc version handling and logging
naokihaba 61834d3
Merge branch 'feat/migrate-nvmrc' of github.com:naokihaba/vite-plus iβ¦
naokihaba fc533d4
Merge branch 'main' into feat/migrate-nvmrc
naokihaba d3997a3
refactor(migrator): simplify parseNvmrcVersion function and improve aβ¦
naokihaba 085b9df
refactor(migration): remove redundant auto-migration log message for β¦
naokihaba 215dd72
Merge branch 'main' into feat/migrate-nvmrc
naokihaba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.