-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps Node requirements from 14 to 18 (#5445)
**What's the problem this PR addresses?** We're still supporting Node 14, but it has reached end of life. Node 16 is still maintained, but will reach an early end of life in October, so I think it's reasonable to drop it now rather than publish a major release just for that. **How did you fix it?** Bumps the requirements from `14.16` to `18.12` (first LTS from the 18.x release line). **Checklist** <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed. --------- Co-authored-by: Kristoffer K <[email protected]>
- Loading branch information
Showing
76 changed files
with
194 additions
and
316 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.