fix(deps): update eslint
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@eslint/js (source) | ^9.21.0 -> ^9.22.0 |
||||
eslint (source) | ^9.21.0 -> ^9.22.0 |
||||
eslint-config-prettier | ^10.0.2 -> ^10.1.1 |
||||
typescript-eslint (source) | ^8.25.0 -> ^8.26.0 |
Release Notes
eslint/eslint (@eslint/js)
v9.22.0
Features
Bug Fixes
-
19c0127
fix: improve message forno-console
suggestions (#19483) (Francesco Trotta) -
49e624f
fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg✨ )
Documentation
-
86c5f37
docs: Update README (GitHub Actions Bot) -
fbdeff0
docs: Update README (GitHub Actions Bot) -
c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta) -
2f386ad
docs: replacevar
withconst
in rule examples (#19469) (Tanuj Kanti) -
0e688e3
docs: Update README (GitHub Actions Bot) -
06b596d
docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Chores
-
97f788b
chore: upgrade @eslint/js@9.22.0 (#19489) (Milos Djermanovic) -
eed409a
chore: package.json update for @eslint/js release (Jenkins) -
f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.1
Patch Changes
-
#309
eb56a5e
Thanks @JounQin! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property for config-inspector, we just can't add it for the default entry for compatibility.See also #308
// before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat";
v10.1.0
Minor Changes
v10.0.3
Patch Changes
-
#294
8dbbd6d
Thanks @FloEdelmann! - feat: add name to config -
#280
cba5737
Thanks @zanminkian! - feat: add declaration file
typescript-eslint/typescript-eslint (typescript-eslint)
v8.26.0
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk @dirkluijk
You can read about our versioning strategy and releases on our website.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.