fix(deps): update eslint
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@eslint/js (source) | ^9.22.0 -> ^9.23.0 |
||||
eslint (source) | ^9.22.0 -> ^9.23.0 |
||||
eslint-import-resolver-typescript | ^4.0.0 -> ^4.2.2 |
||||
eslint-plugin-import-x | ^4.6.1 -> ^4.9.1 |
||||
typescript-eslint (source) | ^8.26.0 -> ^8.27.0 |
Release Notes
eslint/eslint (@eslint/js)
v9.23.0
Features
-
557a0d2
feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg✨ ) -
8320241
feat: support TypeScript syntax indefault-param-last
(#19431) (Josh Goldberg✨ ) -
833c4a3
feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas) -
4a0df16
feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic) -
be56a68
feat: support TypeScript syntax inclass-methods-use-this
(#19498) (Josh Goldberg✨ )
Bug Fixes
-
0e20aa7
fix: move deprecatedRuleContext
methods to subtype (#19531) (Francesco Trotta) -
cc3bd00
fix: reporting variable used in catch block inno-useless-assignment
(#19423) (Tanuj Kanti) -
d46ff83
fix:no-dupe-keys
false positive with proto setter (#19508) (Milos Djermanovic) -
e732773
fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti) -
f4e9c5f
fix: allowRuleTester
to test files insidenode_modules/
(#19499) (fisker Cheung)
Documentation
-
5405939
docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic) -
48b53d6
docs: replace var with const in examples (#19539) (Nitin Kumar) -
c39d7db
docs: Update README (GitHub Actions Bot) -
a4f8760
docs: revert accidental changes (#19542) (Francesco Trotta) -
280128f
docs: add copy button (#19512) (xbinaryx) -
cd83eaa
docs: replacevar
withconst
in examples (#19530) (Nitin Kumar) -
7ff0cde
docs: Update README (GitHub Actions Bot) -
996cfb9
docs: migrate sass to module system (#19518) (xbinaryx) -
17cb958
docs: replacevar
withlet
andconst
in rule examples (#19515) (Tanuj Kanti) -
83e24f5
docs: Replace var with let or const (#19511) (Jenna Toff) -
a59d0c0
docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas) -
fe92927
docs:require-unicode-regexp
add note fori
flag and\w
(#19510) (Chaemin-Lim)
Build Related
Chores
-
0ac8ea4
chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta) -
20591c4
chore: package.json update for @eslint/js release (Jenkins) -
901344f
chore: update dependency @eslint/json to ^0.11.0 (#19552) (renovate[bot]) -
5228383
chore: fix update-readme formatting (#19544) (Milos Djermanovic) -
5439525
chore: format JSON files in Trunk (#19541) (Francesco Trotta) -
75adc99
chore: enabled Prettier in Trunk (#19354) (Josh Goldberg✨ ) -
2395168
chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg✨ ) -
129882d
chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg✨ ) -
1738dbc
chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg✨ ) -
dc854fd
chore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot]) -
5d57496
chore: fix some comments (#19525) (jimmycathy) -
9c5c6ee
test: fix an assertion failure (#19500) (fisker Cheung) -
7a699a6
chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg✨ ) -
c99db89
test: replace WebdriverIO with Cypress (#19465) (Pixel998)
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.2.2
Patch Changes
-
#397
14a7688
Thanks @JounQin! - chore: bumprspack-resolver
for better P'n'P supportNow
rspack-resolver
resolvespnpapi
natively.
v4.2.1
Patch Changes
-
#394
9f11f6b
Thanks @JounQin! - fix: don't set emptyconfigFile
when notsconfig
found -
#394
9f11f6b
Thanks @JounQin! - chore: bumprspack-resolver
to v1.2.0
v4.2.0
Minor Changes
-
#391
c8121e5
Thanks @JounQin! - feat: makeis-bun-module
as optional peer dependencyTechnically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects
bun
users,bun --bun eslint
even works without this dependency, so I'd consider this as a minor change.So for
bun
users, there are three options:- install
is-bun-module
dependency manually and usebun: true
option - run
eslint
withbun --bun eslint
w/obun: true
option - enable
run#bun
inbunfig.toml
w/obun: true
option
- install
v4.1.1
Patch Changes
-
#389
1b97d8a
Thanks @JounQin! - fix: should prefermodule.isBuiltin
whenprocess.versions.bun
available
v4.1.0
Minor Changes
-
#387
ef5cd10
Thanks @JounQin! - feat: add a newbun?: boolean
option forbun
users - close #386process.versions.bun
is unavailable even withbun eslint
due to its own design, but checkingbun
modules for non-bun users is incorrect behavior and just wasting time, so a new option is added for such case, you can still run withbun --bun eslint
without this option enabled
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.9.1
Patch Changes
v4.9.0
Minor Changes
-
#248
6940b14
Thanks @TrevorBurnham! - feat: port allorder
rule new options from upstream
v4.8.1
Patch Changes
v4.8.0
Minor Changes
v4.7.2
Patch Changes
v4.7.1
Patch Changes
-
#243
5bc8976
Thanks @JounQin! - fix: userspack-resolver
fork for pnp support
v4.7.0
Minor Changes
-
#237
53b316c
Thanks @JounQin! - feat: migrateenhanced-resolve
tooxc-resolver
-
#214
091d2da
Thanks @mrginglymus! - Improve windows support
Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)
v8.27.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.26.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.