fix(deps): update all minor dependency updates
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@eslint/js (source) | dependencies | minor | ^9.20.0 -> ^9.21.0 |
@typescript-eslint/eslint-plugin (source) | dependencies | minor | ^8.24.0 -> ^8.25.0 |
@typescript-eslint/parser (source) | dependencies | minor | ^8.24.0 -> ^8.25.0 |
typescript-eslint (source) | dependencies | minor | ^8.24.0 -> ^8.25.0 |
Release Notes
eslint/eslint (@eslint/js)
v9.21.0
Features
-
418717f
feat: introduce new deprecated types for rules (#19238) (fnx) -
5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)
Bug Fixes
-
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic) -
d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)
Documentation
-
c5561ea
docs: Update README (GitHub Actions Bot) -
80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti) -
f67d5e8
docs: Update README (GitHub Actions Bot) -
75afc61
docs: Update README (GitHub Actions Bot) -
0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M) -
dd7d930
docs: Update README (GitHub Actions Bot)
Chores
-
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta) -
265e0cf
chore: package.json update for @eslint/js release (Jenkins) -
3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta) -
e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta) -
dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti) -
ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg✨ ) -
5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.25.0
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
❤️ Thank You
- Olivier Zalmanski @OlivierZal
- Ronen Amiel
- YeonJuan @yeonjuan
You can read about our versioning strategy and releases on our website.
v8.24.1
🩹 Fixes
-
eslint-plugin: [class-methods-use-this] check
accessor
methods with a function initializer (#10796) -
eslint-plugin: [no-misused-promises] don't report on
static
accessor
properties (#10814) -
eslint-plugin: [no-deprecated] don't report on deprecated
accessor
property declaration (#10813) -
eslint-plugin: [explicit-member-accessibility] check
accessor
class properties for missing accessibility modifier (#10805) -
eslint-plugin: [explicit-module-boundary-types] check
accessor
class properties with a function initializer (#10804) -
eslint-plugin: [prefer-return-this-type] check
accessor
properties with a function initializer (#10794) -
eslint-plugin: [consistent-generic-constructors] check
accessor
class properties (#10789) -
eslint-plugin: [no-unsafe-assignment] report on an
any
value assigned as an initializer of anaccessor
property (#10785) - eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#10782)
- eslint-plugin: [no-inferrable-types] handle accessor (#10780)
❤️ Thank You
- Ronen Amiel
- YeonJuan
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.25.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.24.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (typescript-eslint)
v8.25.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.24.1
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
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.