-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Bumps Node requirements from 14 to 18 #5445
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 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
ef2362d
Bumps Node requirements
arcanis 706739f
Versions
arcanis b390500
Removes getFormat / getSource
arcanis ecdc393
Updates the hook
arcanis fa65615
Removes the logic updates
arcanis f62c0d8
Revert "Removes the logic updates"
arcanis 6c7e6c0
Merge remote-tracking branch 'origin/master' into mael/bump-node-version
arcanis 77f6770
Update CHANGELOG.md
arcanis c773998
Artifacts from the merge
arcanis 4573433
Feedbacks
arcanis f516b09
Removes obsolete flags
arcanis c19d724
Merge branch 'master' into mael/bump-node-version
arcanis bc769af
Update integration-workflow.yml
arcanis 196c72f
Merge branch 'master' into mael/bump-node-version
merceyz a3f717b
chore: update artefacts
merceyz fc883aa
Update integration-workflow.yml
arcanis 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| releases: | ||
| "@yarnpkg/builder": major | ||
| "@yarnpkg/cli": major | ||
| "@yarnpkg/core": major | ||
| "@yarnpkg/doctor": major | ||
| "@yarnpkg/eslint-config": major | ||
| "@yarnpkg/extensions": major | ||
| "@yarnpkg/fslib": major | ||
| "@yarnpkg/libui": major | ||
| "@yarnpkg/libzip": major | ||
| "@yarnpkg/nm": major | ||
| "@yarnpkg/parsers": major | ||
| "@yarnpkg/plugin-compat": major | ||
| "@yarnpkg/plugin-constraints": major | ||
| "@yarnpkg/plugin-dlx": major | ||
| "@yarnpkg/plugin-essentials": major | ||
| "@yarnpkg/plugin-exec": major | ||
| "@yarnpkg/plugin-file": major | ||
| "@yarnpkg/plugin-git": major | ||
| "@yarnpkg/plugin-github": major | ||
| "@yarnpkg/plugin-http": major | ||
| "@yarnpkg/plugin-init": major | ||
| "@yarnpkg/plugin-interactive-tools": major | ||
| "@yarnpkg/plugin-link": major | ||
| "@yarnpkg/plugin-nm": major | ||
| "@yarnpkg/plugin-npm": major | ||
| "@yarnpkg/plugin-npm-cli": major | ||
| "@yarnpkg/plugin-pack": major | ||
| "@yarnpkg/plugin-patch": major | ||
| "@yarnpkg/plugin-pnp": major | ||
| "@yarnpkg/plugin-pnpm": major | ||
| "@yarnpkg/plugin-stage": major | ||
| "@yarnpkg/plugin-typescript": major | ||
| "@yarnpkg/plugin-version": major | ||
| "@yarnpkg/plugin-workspace-tools": major | ||
| "@yarnpkg/pnp": major | ||
| "@yarnpkg/pnpify": major | ||
| "@yarnpkg/sdks": major | ||
| "@yarnpkg/shell": major | ||
| "@yarnpkg/types": major | ||
| vscode-zipfs: major |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -90,6 +90,6 @@ | |
| "directory": "." | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,6 @@ | |
| "directory": "packages/acceptance-tests" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,6 +28,6 @@ | |
| "tslib": "^2.4.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,6 +29,6 @@ | |
| "directory": "packages/eslint-config" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -127,6 +127,6 @@ | |
| "@types/tinycolor2": "1.4.2" | ||
| }, | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,6 +49,6 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,6 +46,6 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,6 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,6 +53,6 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "2.3.1" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "2.3.1" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,7 +44,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "2.6.6" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "2.3.1" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "2.2.1" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "3.2.1" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,6 +53,6 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "2.2.1" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "3.1.5" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,7 +51,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "3.4.0" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,6 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,7 +45,7 @@ | |
| "/lib/**/*" | ||
| ], | ||
| "engines": { | ||
| "node": ">=14.15.0" | ||
| "node": ">=18.12.0" | ||
| }, | ||
| "stableVersion": "3.2.0" | ||
| } | ||
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.