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

fix(node)!: drop support for Node.js 12, Node.js 15, and Node.js 17 #427

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

sounisi5011
Copy link
Owner

@sounisi5011 sounisi5011 commented May 27, 2022

Node.js 12 and Node.js 15 has reached the end-of-life. Also, soon Node.js 17 will reach end-of-life.
This project will support Node.js v14.6 or later from now on.
The reason for Node.js v14.6 is that it is the minimum version supported by pnpm v7.2.1 or later.

Node.js 12 has reached the end-of-life.
This project will support Node.js v14.19 or later from now on.
The reason for Node.js v14.19 is that it is the [smallest version supported by pnpm v7](https://github.com/pnpm/pnpm/releases/tag/v7.0.0).
@sounisi5011 sounisi5011 changed the title chore(node)!: drop support for Node.js 12 fix(node)!: drop support for Node.js 12 May 28, 2022
+ Node.js 15 is no longer supported after 2021-06-01
+ Node.js 17 will no longer be supported after 2022-06-01
@sounisi5011 sounisi5011 changed the title fix(node)!: drop support for Node.js 12 fix(node)!: drop support for Node.js 12, Node.js 15, and Node.js 17 May 28, 2022
@sounisi5011
Copy link
Owner Author

To the future editor: I used the following command to find the Node.js version string contained within this repository.

git grep -F 12 -- ':(exclude,glob)**/dist/**' ':(exclude,glob)**/pnpm-lock.yaml' ':(exclude,glob)**/*.svg' ':(exclude,glob)**/__snapshots__/**' ':(exclude,glob)**/*.md'

git grep -F 12 -- ':(exclude,glob)**/dist/**' ':(exclude,glob)**/pnpm-lock.yaml' ':(exclude,glob)**/*.svg' ':(exclude,glob)**/__snapshots__/**' ':(exclude,glob)**/CHANGELOG.md'

git grep -E '15|17' -- ':(exclude,glob)**/dist/**' ':(exclude,glob)**/pnpm-lock.yaml' ':(exclude,glob)**/*.svg' ':(exclude,glob)**/__snapshots__/**' ':(exclude,glob)**/*.md'

git grep -E '15|17' -- ':(exclude,glob)**/dist/**' ':(exclude,glob)**/pnpm-lock.yaml' ':(exclude,glob)**/*.svg' ':(exclude,glob)**/__snapshots__/**' ':(exclude,glob)**/CHANGELOG.md'

@codeclimate
Copy link

codeclimate bot commented Jun 20, 2022

Code Climate has analyzed commit 3d9be61 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant