Update eslint 9.22.0 → 9.24.0 (minor) #17656
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.22.0 → 9.24.0) · Repo · Changelog
Release Notes
9.24.0
9.23.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
9.24.0
Build: changelog update for 9.24.0
chore: upgrade @eslint/js@9.24.0 (#19602)
chore: package.json update for @eslint/js release
docs: update documentation for `--experimental-strip-types` (#19594)
docs: simplify gitignore path handling in includeIgnoreFile section (#19596)
docs: Update README
fix: deduplicate variable names in no-loop-func error messages (#19595)
feat: support loading TS config files using `--experimental-strip-types` (#19401)
docs: Update README
chore: correct 'flter'/'filter' typo in package script (#19587)
feat: support TS syntax in `init-declarations` (#19540)
feat: normalize patterns to handle "./" prefix in files and ignores (#19568)
test: skip symlink test on Windows (#19503)
chore: remove `Rule` & `FormatterFunction` from `shared/types.js` (#19556)
fix: use `any[]` type for `context.options` (#19584)
feat: support TS syntax in `no-dupe-class-members` (#19558)
docs: replace existing var with const (#19578)
chore: modify .editorconfig to keep parity with prettier config (#19577)
chore: fix some typos in comment (#19576)
feat: Introduce a way to suppress violations (#19159)
feat: support TS syntax in `no-loss-of-precision` (#19560)
build: re-enable Prettier formatting for `package.json` files (#19569)
feat: add new options to class-methods-use-this (#19527)
feat: support TypeScript syntax in `no-array-constructor` (#19493)
docs: don't pass filename when linting rule examples (#19571)
test: ignore `package-lock.json` for `eslint-webpack-plugin` (#19572)
docs: Update custom-rules.md code example of fixer (#19555)
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)
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