Skip to content
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

Update Node.js support to 18-20 from 12-16, dependencies, documentation, some practices #19

Merged
merged 31 commits into from
Oct 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e5cb4dd
Update name of repo for repository, homepage, bugs
danyalaytekin Oct 4, 2023
b35be14
Remove unused Grunt task 'ci'
danyalaytekin Oct 4, 2023
5947cfc
Update sinon to 16 from 1.7, to fix circular dependency warnings invo…
danyalaytekin Oct 4, 2023
9d92fbe
Use github: syntax for package.repository
danyalaytekin Oct 4, 2023
760fc62
Update copyright range end to 2023 from 2019
danyalaytekin Oct 4, 2023
d84be46
Update year in examples to 2023 from 2013
danyalaytekin Oct 4, 2023
2f0e95c
Remove $ from example code blocks of type shell
danyalaytekin Oct 4, 2023
d00cdff
Use const instead of var
danyalaytekin Oct 4, 2023
70f9e08
Upgrade native actions (checkout, setup-node); remove repetition pres…
danyalaytekin Oct 4, 2023
edb1aa0
Run on pull_request regardless of target branch
danyalaytekin Oct 4, 2023
0e4186c
Run on push to main as well as master, pending rename
danyalaytekin Oct 4, 2023
32b7a1e
Fix Node.js version format (use N not N.x); also use array syntax
danyalaytekin Oct 5, 2023
6e1a8b3
Add Node.js 18, 20; drop 12
danyalaytekin Oct 5, 2023
56eb6e0
Replace deprecated 'es3: false' with 'esversion: 6'
danyalaytekin Oct 5, 2023
5433995
Set minimum package.engines.node to 14
danyalaytekin Oct 5, 2023
f026437
Upgrade Grunt and plugins to latest
danyalaytekin Oct 5, 2023
7ec88c3
Upgrade mockery to 2.1 from 1.4 (soft major)
danyalaytekin Oct 5, 2023
ec5d45c
Update Mocha to 10.2 from 8.4
danyalaytekin Oct 5, 2023
deffcb1
Use const instead of var for some constants
danyalaytekin Oct 5, 2023
85c7323
Retire recommendation for grunt-cli installed globally
danyalaytekin Oct 5, 2023
bf55836
Make small changes to readme for clarity
danyalaytekin Oct 5, 2023
a3e5c44
Separate tool usage code blocks to allow them to be copied individually
danyalaytekin Oct 5, 2023
e774ac6
Clarify inferred support policy
danyalaytekin Oct 5, 2023
7558950
Recommend npm >=8 and update lockfile using this version (also upgrad…
danyalaytekin Oct 5, 2023
c16a654
Prepare version 4's details for README and MIGRATION; sunset <= 3
danyalaytekin Oct 5, 2023
c17bfa5
Remove support symbols since their validity is affected by the passag…
danyalaytekin Oct 5, 2023
9c4d1c5
Fix build badge and info link
danyalaytekin Oct 5, 2023
7fc14d8
Rename job 'checkout_and_test' to 'test'
danyalaytekin Oct 5, 2023
e84b8bb
Recommend npm version 8 or above, or equivalent, in migration guide f…
danyalaytekin Oct 5, 2023
84c7ec9
End support for post-LTS Node.js versions 14 and 16
danyalaytekin Oct 6, 2023
78836b1
Reverse change to support policy section pending discussion
danyalaytekin Oct 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reverse change to support policy section pending discussion
danyalaytekin committed Oct 6, 2023
commit 78836b17cdbc8fb64e053a45bad2d2c11f895222
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -151,18 +151,17 @@ grunt

## Support and Migration

We maintain a [migration guide](MIGRATION.md) to help you migrate between major versions.
Major versions are normally supported for 6 months after their last minor release. This means that patch-level changes will be added and bugs will be fixed. The table below outlines the end-of-support dates for major versions, and the last minor release for that version.

A previous major version of this client will be supported for a minimum of 6 months from its final minor release. During this time bugs will continue to be fixed and released in the form of patch versions. If you're opening an issue related to this project, please mention the specific version that the issue affects.
We also maintain a [migration guide](MIGRATION.md) to help you migrate.

The following table lists the major versions available and, for each previous major version, its end-of-support date, and its final minor version released.
| :grey_question: | Major Version | Last Release | Node.js Versions | Support End Date |
| :-------------- | :------------ | :----------- | :--------------- | :--------------- |
| :heart: | 3 | N/A | 12+ | N/A |
| :hourglass: | 2 | 2.0.0 | 8+ | 2022-05-26 |
| :skull: | 1 | 1.2.1 | 0.10+ | 2020-01-05 |

| Major version | Last release | Node.js required | End of support |
| :------------ | :----------- | :--------------- | :--------------------------------------- |
| 4 | 4.0.0 | 18+ | :white_check_mark: Current major version |
| 3 | 3.0.0 | 12+ | 2023-11-01 |
| 2 | 2.0.0 | 8+ | 2022-05-26 |
| 1 | 1.2.1 | 0.10+ | 2020-01-05 |
If you're opening issues related to these, please mention the version that the issue relates to.

## License