Skip to content

v4.9.6

Latest

Choose a tag to compare

@github-actions github-actions released this 15 May 15:09
· 5 commits to main since this release
4be45cc

Patch Changes

  • Set reportUnusedDisableDirectives to "error". (by @alexander-akait in #146)

  • Ignore test module in n/no-unsupported-features/node-builtins rule. (by @alexander-akait in #157)

  • Respect minor engines.node versions when picking the ES feature set. The node-to-ES mapping now lives in configs/utils/get-es-version-from-node.js and uses semver ranges, so >=7.6 lands on ES2017 (async/await) instead of ES2016, and >=16.11 lands on ES2022 (Object.hasOwn) instead of older 16.x ranges that lack it. (by @alexander-akait in #156)