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

feat!: drop Node v14 support #886

Merged
merged 1 commit into from
Jun 28, 2023
Merged

feat!: drop Node v14 support #886

merged 1 commit into from
Jun 28, 2023

Conversation

maxbeatty
Copy link
Contributor

@maxbeatty maxbeatty commented Jun 26, 2023

EOL 2023-04-30. blocking dependency upgrades (like #882 which will address #880)

https://github.com/nodejs/release#end-of-life-releases

EOL 2023-04-30. blocking dependency upgrades
@maxbeatty maxbeatty added the breaking Breaking changes for major releases label Jun 26, 2023
@@ -144,7 +144,6 @@ module.exports = {
'unicorn/prefer-dom-node-remove': 'off', // This incorrectly autofixes `remove()` on non-DOM-nodes.
'unicorn/prefer-dom-node-text-content': 'off', // The autofixer can be unsafe.
'unicorn/prefer-module': 'off', // Not ready for this yet.
'unicorn/prefer-node-protocol': 'off', // TODO: Enable once we drop support for Node 14 entirely.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxbeatty maxbeatty requested review from raycohen and bmish June 26, 2023 23:49
@maxbeatty maxbeatty merged commit ecbe9f6 into master Jun 28, 2023
@maxbeatty maxbeatty deleted the drop-node-14-support branch June 28, 2023 16:42
@bmish
Copy link
Collaborator

bmish commented Jun 30, 2023

You'll want to drop Node 19 as well. Example: qunitjs/eslint-plugin-qunit#373

@maxbeatty maxbeatty mentioned this pull request Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking changes for major releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants