Update eslint 9.27.0 → 9.29.0 (minor) #18360
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (9.27.0 → 9.29.0) · Repo · Changelog
Release Notes
9.29.0
9.28.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 58 commits:
9.29.0
Build: changelog update for 9.29.0
chore: upgrade @eslint/[email protected] (#19851)
chore: package.json update for @eslint/js release
feat: add `ecmaVersion: 2026`, parsing `using` and `await using` (#19832)
fix: explicit matching behavior with negated patterns and arrays (#19845)
docs: add support for custom name parameter to `includeIgnoreFile` (#19795)
fix: fix `LintOptions.filterCodeBlock` types (#19837)
refactor: Remove eslintrc from flat config functionality (#19833)
feat: prune suppressions for non-existent files (#19825)
feat: add ES2025 globals (#19835)
feat: add auto-accessor fields support to class-methods-use-this (#19789)
docs: Update README
fix: correct breaking deprecation of FlatConfig type (#19826)
docs: enhance documentation with links and fix typos (#19761)
feat: allow global type declaration in `no-var` (#19714)
test: switch to flat config mode in code path analysis tests (#19824)
chore: Update first-party dependencies faster with Renovate (#19822)
refactor: SafeEmitter -> SourceCodeVisitor (#19708)
feat: ignore type annotations in no-restricted-globals (#19781)
perf: improve time complexity of `getLocFromIndex` (#19782)
fix: add `language` and `dialects` to `no-use-before-define` (#19808)
feat: add allowProperties option to no-restricted-properties (#19772)
feat: add `sourceCode.isGlobalReference(node)` method (#19695)
docs: update to clarify prompt usage (#19748)
chore: remove accidentally committed file (#19807)
9.28.0
Build: changelog update for 9.28.0
chore: upgrade to `@eslint/[email protected]` (#19802)
chore: package.json update for @eslint/js release
feat: Customization of serialization for languageOptions (#19760)
docs: Nested arrays in files config entry (#19799)
docs: clarify how config arrays can apply to subsets of files (#19788)
docs: Add description of meta.namespace to plugin docs (#19798)
fix: Remove configured global variables from `GlobalScope#implicit` (#19779)
feat: Add `--pass-on-unpruned-suppressions` CLI option (#19773)
fix: update context.report types (#19751)
docs: update `func-style` with examples (#19793)
chore: update globals to v16 (#19791)
feat: support TypeScript syntax in `no-use-before-define` (#19566)
feat: support TS syntax in `no-shadow` (#19565)
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786)
feat: support TS syntax in `no-magic-numbers` (#19561)
chore: Add Copilot Instructions file (#19753)
feat: add allowTypeAnnotation to func-style (#19754)
fix: remove interopDefault to use jiti's default (#19697)
test: update `SourceCodeTraverser` tests (#19763)
feat: add TypeScript support to `prefer-arrow-callback` (#19678)
docs: add global scope's `implicit` field to Scope Manager docs (#19770)
feat: ignore overloaded function declarations in func-style rule (#19755)
chore: add `*.code-workspace` to `.gitignore` (#19771)
fix: avoid false positive in `no-unassigned-vars` for declare module (#19746)
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679)
fix: curly types (#19750)
docs: fix minor typos and add links (#19743)
refactor: use a service to emit warnings (#19725)
chore: update dependency shelljs to ^0.10.0 (#19740)
docs: upfront recommend against using the no-return-await rule (#19727)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands