Update eslint 9.21.0 → 9.23.0 (minor) #725
Open
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.21.0 → 9.23.0) · Repo · Changelog
Release Notes
9.23.0
9.22.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 53 commits:
9.23.0
Build: changelog update for 9.23.0
chore: update dependencies for v9.23.0 release (#19554)
chore: package.json update for @eslint/js release
chore: update dependency @eslint/json to ^0.11.0 (#19552)
feat: support TypeScript syntax in no-useless-constructor (#19535)
build: exclude autogenerated files from Prettier formatting (#19548)
docs: show red underlines in TypeScript examples in rules docs (#19547)
docs: replace var with const in examples (#19539)
fix: move deprecated `RuleContext` methods to subtype (#19531)
chore: fix update-readme formatting (#19544)
docs: Update README
docs: revert accidental changes (#19542)
chore: format JSON files in Trunk (#19541)
chore: enabled Prettier in Trunk (#19354)
chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538)
chore: formatted files with Prettier via trunk fmt (#19355)
chore: temporarily disable prettier in trunk (#19537)
feat: support TypeScript syntax in `default-param-last` (#19431)
docs: add copy button (#19512)
feat: defineConfig() supports "flat/" config prefix (#19533)
fix: reporting variable used in catch block in `no-useless-assignment` (#19423)
docs: replace `var` with `const` in examples (#19530)
docs: Update README
docs: migrate sass to module system (#19518)
chore: update dependency shelljs to ^0.9.0 (#19524)
feat: circular autofix/conflicting rules detection (#19514)
chore: fix some comments (#19525)
docs: replace `var` with `let` and `const` in rule examples (#19515)
docs: Replace var with let or const (#19511)
docs: Update docs for defineConfig (#19505)
fix: `no-dupe-keys` false positive with proto setter (#19508)
fix: navigation of search results on pressing Enter (#19502)
docs: `require-unicode-regexp` add note for `i` flag and `\w` (#19510)
fix: allow `RuleTester` to test files inside `node_modules/` (#19499)
test: fix an assertion failure (#19500)
feat: support TypeScript syntax in `class-methods-use-this` (#19498)
chore: remove formatting-related lint rules internally (#19473)
test: replace WebdriverIO with Cypress (#19465)
9.22.0
Build: changelog update for 9.22.0
chore: upgrade @eslint/js@9.22.0 (#19489)
chore: package.json update for @eslint/js release
chore: upgrade eslint-scope@8.3.0 (#19488)
feat: Export defineConfig, globalIgnores (#19487)
docs: Update README
fix: improve message for `no-console` suggestions (#19483)
docs: Update README
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461)
docs: replace `var` with `const` in rule examples (#19469)
docs: Update README
fix: improve error message for falsy parsed JS AST (#19458)
docs: Restore the carrot to the position where the search input was lost (#19459)
Release Notes
3.3.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
chore: release 3.3.1 (#185)
docs: update readme to include bun install (#182)
fix: correct `types` field in package.json (#184)
Release Notes
9.23.0
9.22.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 53 commits:
9.23.0
Build: changelog update for 9.23.0
chore: update dependencies for v9.23.0 release (#19554)
chore: package.json update for @eslint/js release
chore: update dependency @eslint/json to ^0.11.0 (#19552)
feat: support TypeScript syntax in no-useless-constructor (#19535)
build: exclude autogenerated files from Prettier formatting (#19548)
docs: show red underlines in TypeScript examples in rules docs (#19547)
docs: replace var with const in examples (#19539)
fix: move deprecated `RuleContext` methods to subtype (#19531)
chore: fix update-readme formatting (#19544)
docs: Update README
docs: revert accidental changes (#19542)
chore: format JSON files in Trunk (#19541)
chore: enabled Prettier in Trunk (#19354)
chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538)
chore: formatted files with Prettier via trunk fmt (#19355)
chore: temporarily disable prettier in trunk (#19537)
feat: support TypeScript syntax in `default-param-last` (#19431)
docs: add copy button (#19512)
feat: defineConfig() supports "flat/" config prefix (#19533)
fix: reporting variable used in catch block in `no-useless-assignment` (#19423)
docs: replace `var` with `const` in examples (#19530)
docs: Update README
docs: migrate sass to module system (#19518)
chore: update dependency shelljs to ^0.9.0 (#19524)
feat: circular autofix/conflicting rules detection (#19514)
chore: fix some comments (#19525)
docs: replace `var` with `let` and `const` in rule examples (#19515)
docs: Replace var with let or const (#19511)
docs: Update docs for defineConfig (#19505)
fix: `no-dupe-keys` false positive with proto setter (#19508)
fix: navigation of search results on pressing Enter (#19502)
docs: `require-unicode-regexp` add note for `i` flag and `\w` (#19510)
fix: allow `RuleTester` to test files inside `node_modules/` (#19499)
test: fix an assertion failure (#19500)
feat: support TypeScript syntax in `class-methods-use-this` (#19498)
chore: remove formatting-related lint rules internally (#19473)
test: replace WebdriverIO with Cypress (#19465)
9.22.0
Build: changelog update for 9.22.0
chore: upgrade @eslint/js@9.22.0 (#19489)
chore: package.json update for @eslint/js release
chore: upgrade eslint-scope@8.3.0 (#19488)
feat: Export defineConfig, globalIgnores (#19487)
docs: Update README
fix: improve message for `no-console` suggestions (#19483)
docs: Update README
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461)
docs: replace `var` with `const` in rule examples (#19469)
docs: Update README
fix: improve error message for falsy parsed JS AST (#19458)
docs: Restore the carrot to the position where the search input was lost (#19459)
🆕 @eslint/config-helpers (added, 0.2.0)
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