eslint-community / eslint-plugin-security

ESLint rules for Node Security
Apache License 2.0
2.22k stars 109 forks source link

feat!: requires node ^18.18.0 || ^20.9.0 || >=21.1.0 #146

Closed aladdin-add closed 7 months ago

aladdin-add commented 7 months ago

engines.node was not specified in this package before, so this commit seems not considered a breaking change?

nzakas commented 7 months ago

This is a breaking change because the plugin will no longer be flagged for Node.js 16, 19, etc.