-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: drop support for node14 and node16 (#718)
BREAKING CHANGE: Support for node14 and node16 has been dropped. If you need to use one of these versions, please use [@mrgrain/cdk-esbuild@v4](https://github.com/mrgrain/cdk-esbuild/tree/v4)
- Loading branch information
Showing
9 changed files
with
407 additions
and
9,827 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
v14 | ||
v18 |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Supported Versions | ||
|
||
Only the latest release of each major version is supported. | ||
|
||
| Package version | CDK version | Node.js versions | Support | | ||
| --------------- | ----------- | ---------------- | -------------------------------------------------------------- | | ||
| v5 | ^2.12.0 | >=18 | :white_check_mark: | | ||
| v4 | ^2.12.0 | >=14 | :white_check_mark: | | ||
| v3 | ^2.0.0 | >=14 | Security updates and critical bug fixes until February 1, 2024 | | ||
| v2 | ^1.99.0 | >=12 | :x: Support ended on June 1, 2023 | | ||
| v1 | ^1.99.0 | >=12 | :x: | | ||
|
||
## Tags on npm | ||
|
||
| Tag | Description | Current version | Will the version change? | | ||
| ------------ | ------------------------------------------------------------------------------------------ | --------------- | ------------------------------------ | | ||
| `latest` | The latest stable release of the package | `v4` | Yes, with new major versions | | ||
| `old-stable` | The previous major release. This tag will be updated when a new major version is released. | `v3` | Yes, with new major versions | | ||
| `cdk-v2` | The latest stable release compatible with AWS CDK v2 | `v4` | Yes, with new major versions | | ||
| `cdk-v1` | The latest stable release compatible with AWS CDK v1 | `v2` | Unlikely | | ||
| `next` | Preview versions, if available `>= latest` | `v4` | Yes | | ||
| `unstable` | Used for development purposes only. **Do not use!** | undefined | May change to any version at anytime | |
Oops, something went wrong.