Update eslint 9.10.0 → 9.11.0 (minor) #607
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 (9.10.0 → 9.11.0) · Repo · Changelog
Release Notes
9.11.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
9.11.0
Build: changelog update for 9.11.0
chore: upgrade @eslint/[email protected] (#18927)
chore: package.json update for @eslint/js release
fix: add missing types for `no-restricted-exports` rule (#18914)
docs: correct `prefer-object-has-own` type definition comment (#18924)
fix: add missing types for `no-param-reassign` options (#18906)
fix: add missing types for `no-extra-boolean-cast` options (#18902)
refactor: Extract processor logic into ProcessorService (#18818)
feat: add "eslint/universal" to export `Linter` (#18883)
feat: Add language to types (#18917)
docs: add unicode abbreviations in no-irregular-whitespace rule (#18894)
build: Support updates to previous major versions (#18871)
chore: updates for v8.57.1 release
feat: limit the name given to `ImportSpecifier` in `id-length` (#18861)
fix: add missing types for `no-misleading-character-class` options (#18905)
fix: add missing types for `no-implicit-coercion` options (#18903)
feat: Add `no-useless-constructor` suggestion (#18799)
fix: add missing types for `no-empty-function` options (#18901)
fix: add missing types for `camelcase` options (#18897)
refactor: use optional chaining when validating config rules (#18893)
chore: Add PR note to all templates (#18892)
refactor: use `Directive` class from `@eslint/plugin-kit` (#18884)
feat: add type `FormatterFunction`, update `LoadedFormatter` (#18872)
chore: update dependency @eslint/core to ^0.6.0 (#18863)
docs: clarify `resultsMeta` in `LoadedFormatter` type (#18881)
chore: Update change.yml (#18882)
chore: enable `$ExpectType` comments in .ts files (#18869)
docs: Update README
docs: Update README
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