Update all of eslint 9.28.0 → 9.29.0 (minor) #682
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @eslint/js (9.28.0 → 9.29.0) · Repo · Changelog
Release Notes
9.29.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
9.29.0
Build: changelog update for 9.29.0
chore: upgrade @eslint/js@9.29.0 (#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)
✳️ eslint (9.28.0 → 9.29.0) · Repo · Changelog
Release Notes
9.29.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
9.29.0
Build: changelog update for 9.29.0
chore: upgrade @eslint/js@9.29.0 (#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)
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