Skip to content

Latest commit

Β 

History

History
328 lines (169 loc) Β· 22.5 KB

CHANGELOG.md

File metadata and controls

328 lines (169 loc) Β· 22.5 KB

Changelog

17.10.2 (2024-08-05)

🩹 Fixes

17.10.1 (2024-07-26)

🩹 Fixes

17.10.0 (2024-07-26)

🌟 Features

πŸ“š Documentation

🧹 Chores

  • upgrade compatible deps (8f6f11d)

17.9.0 (2024-06-14)

🌟 Features

  • Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431)

17.8.1 (2024-06-06)

🩹 Fixes

  • hashbang + eslint v8 compat issue (e82974f)
  • hashbang + eslint v8 compat issue (#290) (e82974f)

17.8.0 (2024-06-05)

🌟 Features

  • node-builtin: Add node 22.2.0 support (#282) (5221c40)

🩹 Fixes

  • Allow for misconfigured default exports (#288) (92e18b5)

🧹 Chores

17.7.0 (2024-05-14)

🌟 Features

  • hashbang: Add support to map extensions to executables (#278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0)

🩹 Fixes

  • node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9)

πŸ“š Documentation

  • node-builtins: Specify that only static properties are supported (#272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#275) (cb8ffa6)

17.6.0 (2024-05-10)

🌟 Features

  • Add support for ignoring experemental features (#269) (c046376)

πŸ“š Documentation

17.5.1 (2024-05-07)

🩹 Fixes

  • Add supported version to Buffer constructor (#266) (030f51b)

17.5.0 (2024-05-07)

🌟 Features

  • import-target: Add resolution error reason (#264) (982a723)
  • node-builtins: Add node globals (#261) (9466731)

🩹 Fixes

🧹 Chores

  • update dependency markdownlint-cli to ^0.40.0 (#263) (1e41e7c)

17.4.0 (2024-04-30)

🌟 Features

  • no-deprecated-api support removed api (#240) (36fd35d)

🩹 Fixes

  • unsupported-features/node-builtins-modules version comparation (#257) (5c67787)

🧹 Chores

17.3.0 (2024-04-24)

🌟 Features

🩹 Fixes

  • unsupported-features/node-builtins-modules range compare (#252) (d50ae85)

🧹 Chores

17.2.1 (2024-04-15)

🩹 Fixes

🧹 Chores

  • update dependency @typescript-eslint/typescript-estree to v7 (#236) (a0b45ee)
  • update dependency eslint-plugin-eslint-plugin to v6 (#237) (7addf99)

17.2.0 (2024-04-10)

🌟 Features

  • no-missing-imports: add tryExtensions option (#228) (ae5329c)
  • no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#229) (a8d0539)

🩹 Fixes

  • stream/promises is stable (02a264e)
  • no-unsupported-features: stream/promises is stable (#235) (02a264e), closes #234

17.1.0 (2024-04-09)

🌟 Features

πŸ“š Documentation

17.0.0 (2024-04-08)

πŸ’₯ Breaking changes:

  • feat!: drop eslint v7 & node.js < 18 (#161) (41ceed7)
  • feat!: Start using enhanced-resolve to improve ts support (#139) (dc9f473)
  • rename rule shebang => hashbang, deprecate rule shebang (#198)

Features

  • typescript (jsdoc) checking and definition generation (#169) (6d8ed14)
  • rename rule shebang => hashbang, deprecate rule shebang (#198) (cefdb1c), closes #196
  • shebang: add support for env's split-string option (#195) (b383b49)
  • Update ES Syntax (#189) (4778ae8)
  • feat: Update es-builtins (#174) (fbc9e7b)
  • feat(no-unsupported-features): Update to v21.6.1 of node (#180) (d24f645)
  • feat: Add n/prefer-node-protocol rule (#183) (88d1c37)
  • feat(shebang): Add options to ignore unpublished files (#172) (5609abb)

Bugfixes

  • prefer-node-protocol: not first target (#204) (caab777)
  • prefer-node-protocol: continue on version range check (#206) (14d2ea9)
  • prefer-node-prefix: pass moduleName (#203)
  • no-unsupported-features: Remove use of static as a variable (#190) (e31d868)
  • fix: Remove require("util") import in import-target (#181) (d32eff3)

Chores

  • use ts-ignore-import to lighten the dependencies (#219) (fb0aaae)
  • update dependency @typescript-eslint/parser to v7 (#207) (0b8aeb3)
  • update dependency husky to v9 (#208) (e84d47b)
  • Enable global strict eslint rule (#191) (99fe387)
  • Migrate to manifest config (#192) (c8a87f3)
  • docs: improve wording of file-extension-in-import docs (#110) (3f178ab)
  • build: run test on eslint pre-releases (#171) (77de809)
  • ci: Make release-please publish pre-releases (#186) (4b12cdc)
  • chore: update dependency globals to v14 (#185) (9930101)
  • chore: update dependency markdownlint-cli to ^0.39.0 (#179) (cd5cbbb)
  • chore: Merge supported and backport properties (#177) (5d1cb98)
  • chore: npm run format (#175) (17e658e)
  • chore!: remove "n/no-unsupported-features" #140 (#173) (372b283)
  • chore: update dependency minimatch to v9 (#167) (5ad657c)
  • chore: add release-please (#170) (fc77da2)
  • chore: update dependency @typescript-eslint/parser to v6 (#166) (4265094)
  • chore: update dependency markdownlint-cli to ^0.38.0 (#149) (3fd61be)
  • chore: update dependency release-it to v17 (#168) (1c91e05)
  • chore: upgrade prettier v3 (#165) (bbfde8d)

17.0.0-8 (2024-04-08)

Chores

  • use ts-ignore-import to lighten the dependencies (#219) (fb0aaae)

17.0.0-7 (2024-04-07)

Features

  • typescript (jsdoc) checking and definition generation (#169) (6d8ed14)

Bug Fixes

  • change peer dependencies to allow eslint v9 (#216) (5e82d7f)

17.0.0-6 (2024-03-25)

Bug Fixes

  • prefer-node-protocol: not first target (#204) (caab777)
  • prefer-node-protocol: continue on version range check (#206) (14d2ea9)

Chores

  • update dependency @typescript-eslint/parser to v7 (#207) (0b8aeb3)
  • update dependency husky to v9 (#208) (e84d47b)

17.0.0-5 (2024-03-19)

⚠ BREAKING CHANGES

  • prefer-node-prefix: pass moduleName (#203)

Features

Bug Fixes

  • explicitly support ESLint 9.0.0 pre-releases (#200) (a5eaa9c)

Documentation

  • Remove text "Node does not support modules yet" (#202) (5abca5b)

17.0.0-4 (2024-03-06)

⚠ BREAKING CHANGES

  • rename rule shebang => hashbang, deprecate rule shebang (#198)

Features

  • rename rule shebang => hashbang, deprecate rule shebang (#198) (cefdb1c), closes #196
  • shebang: add support for env's split-string option (#195) (b383b49)
  • Update ES Syntax (#189) (4778ae8)

Bug Fixes

  • no-unsupported-features: Remove use of static as a variable (#190) (e31d868)

Chores