E

ESLint

E
ESLint Dev Tools v10.8.0

v10.8.0

Features 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus) Bug Fixes 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta) 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel) e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte) 20b5ad0 fix: quadra…

E
ESLint Dev Tools v10.7.0

v10.7.0

Features cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus) f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx) 557fde8 feat: support computed Number.parseInt member access in radix rule (#21041) (Pixel) 0b4a73b feat: add suggestions to no-compare-neg-zero (#21034) (den$) 96cdd42 feat: report invalid signed numeric radix values…

E
ESLint Dev Tools v9.39.5

v9.39.5

Bug Fixes 253be16 fix: handle unavailable require cache (backport of #20812 to v9.x) (#21065) (Eric) Documentation 74930ed docs: switch build to Node.js 24 (#20894) (Milos Djermanovic) eaec8bb docs: Add ESLint v9.x EOL notice (#20828) (Milos Djermanovic) Chores 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#21077) (Francesco Trotta) 202117b chore: package.json update for @esli…

E
ESLint Dev Tools v10.6.0

v10.6.0

Features b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim) f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus) Bug Fixes 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic) bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (…

E
ESLint Dev Tools v10.5.0

v10.5.0

Features 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998) b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998) 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998) 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998) f9c138a feat: report max-depth violations on key…

E
ESLint Dev Tools v10.4.1

v10.4.1

Bug Fixes e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta) d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu) f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar) c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti) 27538c0 fix: add missing CodePath and CodePathSe…

E
ESLint Dev Tools v10.4.0

v10.4.0

Features 1a45ec5 feat: check sequence expressions in for-direction (#20701) (kuldeep kumar) 450040b feat: add includeIgnoreFile() to eslint/config (#20735) (Kirk Waiblinger) Bug Fixes 544c0c3 fix: escape code path DOT labels in debug output (#20866) (Pixel998) 6799431 fix: update dependency @eslint/config-helpers to ^0.6.0 (#20850) (renovate[bot]) f078fef fix: handle non-array deprecated rule repl…

E
ESLint Dev Tools v10.3.0

v10.3.0

Features 379571a feat: add suggestions for no-unused-private-class-members (#20773) (sethamus) Bug Fixes b6ae5cf fix: handle unavailable require cache (#20812) (Simon Podlipsky) 6fb3685 fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic) Documentation 32cc7ab docs: fix typos in docs and comments (#20809) (Tanuj Kanti) 7f47937 docs: Update README (GitHub Actions Bot)…

E
ESLint Dev Tools v10.2.1

v10.2.1

Bug Fixes 14be92b fix: model generator yield resumption paths in code path analysis (#20665) (sethamus) 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#20740) (xbinaryx) af764af fix: clarify language and processor validation errors (#20729) (Pixel998) e251b89 fix: update eslint (#20715) (renovate[bot]) Documentation ca92ca0 docs: reuse markdown-it instance for markdow…

E
ESLint Dev Tools v10.2.0

v10.2.0

Features 586ec2f feat: Add meta.languages support to rules (#20571) (Copilot) 14207de feat: add Temporal to no-obj-calls (#20675) (Pixel998) bbb2c93 feat: add Temporal to ES2026 globals (#20672) (Pixel998) Bug Fixes 542cb3e fix: update first-party dependencies (#20714) (Francesco Trotta) Documentation a2af743 docs: add language to configuration objects (#20712) (Francesco Trotta) 845f23f docs: Upd…

E
ESLint Dev Tools v10.1.0

v10.1.0

Features ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti) 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager) Bug Fixes 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M) e58b4bf fix: update eslint (#20597) (renovate[bot]) Documentation b7b57fe docs: use correct JSDoc link in require-jsdoc.md…

E
ESLint Dev Tools v10.0.3

v10.0.3

Bug Fixes e511b58 fix: update eslint (#20595) (renovate[bot]) f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus) ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic) Documentation 9fc31b0 docs: Update README (GitHub Actions Bot) 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane) 23b2759 docs: add v10 m…

E
ESLint Dev Tools v9.39.4

v9.39.4

Bug Fixes f18f6c8 fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic) a3c868f fix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic) 234d005 fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles) b1b37ee fix: update ajv to 6.14.0 to address security vulnerabilities (#20538) (루밀LuMir) Documentation 4675152 docs: add deprecation notic…