stack.pulse
#stacks/eslint/tooling

ESLint release notes, breaking changes, and upgrade notes.

Find and fix problems in your JavaScript code StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
6
breaking
0
security
0
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

ESLint releases from GitHub

StackPulse watches ESLint release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v10.6.0mediumfeatureJun 26, 2026

v10.6.0

This release introduces new rule checks for Symbol() and BigInt() in binary expressions, and adds relational comparison checks to no-constant-binary-expression. Several bug fixes address issues with shadow variables, autofix behavior, and rule reporting.

affected

Users relying on binary expression checks or affected by shadow variable issues will notice changes.

action

Update ESLint to benefit from improved rule checks and bug fixes.

release_signals
+Detect Symbol() and BigInt() in no-constant-binary-expression
+Add checkRelationalComparisons to no-constant-binary-expression
view source on github->
v10.5.0mediumfeatureJun 12, 2026

v10.5.0

This release introduces several enhancements to rule reporting locations and improves error handling for nested structures like `else-if` chains and callback functions.

affected

Developers using ESLint rules like `max-nested-callbacks`, `no-with`, `max-lines-per-function`, and `max-depth` will benefit from improved error reporting locations.

release_signals
+Correct stack tracking in `max-nested-callbacks`
+Report `no-with` violations at the `with` keyword
+Report `max-lines-per-function` violations at the function head
+Report `max-nested-callbacks` violations at the function head
+Report `max-depth` violations on keywords
view source on github->
v10.4.1mediumMay 29, 2026

v10.4.1

This release focuses on bug fixes, documentation updates, and internal chores. Key fixes include resolving issues with `prefer-arrow-callback` autofix, `finally` block references, and delegated command failures.

affected

Users experiencing issues with `prefer-arrow-callback`, `finally` block references, or delegated command failures will benefit from this release.

action

Update to version 10.4.1 to benefit from the latest bug fixes.

view source on github->
v10.4.0mediumfeatureMay 15, 2026

v10.4.0

This release introduces new features like enhanced sequence expression checks in `for-direction` and the addition of `includeIgnoreFile()` to `eslint/config`. It also includes several bug fixes and documentation updates.

affected

Developers using ESLint for linting JavaScript code will benefit from the new features and bug fixes.

action

Update to the latest version to take advantage of new features and fixes.

release_signals
+Check sequence expressions in `for-direction`
+Add `includeIgnoreFile()` to `eslint/config`
view source on github->
v10.3.0mediumfeatureMay 1, 2026

v10.3.0

This release introduces a new feature for suggesting fixes in the `no-unused-private-class-members` rule and includes several bug fixes and documentation updates.

affected

Developers using the `no-unused-private-class-members` rule will benefit from new suggestions.

release_signals
+Added suggestions for `no-unused-private-class-members` rule (#20773)
view source on github->
v10.2.1mediumApr 17, 2026

v10.2.1

This release focuses on bug fixes, documentation updates, and minor chores. Key fixes include improvements to code path analysis, false positives in the `no-async-promise-executor` rule, and clearer validation error messages.

affected

Users experiencing issues with code path analysis, `no-async-promise-executor` false positives, or validation errors will benefit from this release.

action

Update to version 10.2.1 to benefit from the latest bug fixes and improvements.

view source on github->
ESLint release notes, breaking changes, and upgrade notes · StackPulse