Update dependency eslint to v9.5.0 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| eslint (source) | devDependencies | minor | 9.0.0 -> 9.5.0 |
Release Notes
eslint/eslint (eslint)
v9.5.0
Features
-
b2d256cfeat:no-sparse-arraysreport on "comma" instead of the whole array (#18579) (fisker Cheung)
Bug Fixes
-
6880286fix: treat*as a universal pattern (#18586) (Milos Djermanovic) -
7fbe211fix: message template for all files ignored (#18564) (Milos Djermanovic) -
469cb36fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) -
5cff638fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)
Documentation
-
455f7fddocs: add section about including.gitignorefiles (#18590) (Milos Djermanovic) -
721eafedocs: update info about universalfilespatterns (#18587) (Francesco Trotta) -
8127127docs: Update README (GitHub Actions Bot) -
55c2a66docs: Update README (GitHub Actions Bot) -
eb76282docs: Update README (GitHub Actions Bot) -
ff6e96edocs:baseConfigandoverrideConfigcan be arrays (#18571) (Milos Djermanovic) -
d2d83e0docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) -
9ce6832docs: add callout box for unintuitive behavior (#18567) (Ben McCann) -
b8db99cdocs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) -
518a35cdocs: Mention config migrator (#18561) (Nicholas C. Zakas) -
eb440fcdocs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta) -
38c159edocs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas) -
d16a659docs: add link to migration guide for--extCLI option (#18537) (Milos Djermanovic) -
73408dedocs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)
Chores
-
f588160chore: upgrade @eslint/js@9.5.0 (#18591) (Milos Djermanovic) -
5890841chore: package.json update for @eslint/js release (Jenkins) -
e9f4ccdchore: remove unused eslint-disable directive (#18589) (Milos Djermanovic) -
4b23ffdrefactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas) -
1495b93chore: update WebdriverIO packages (#18558) (Christian Bromann) -
cea7edechore: add website donate link instead of opencollective (#18582) (Strek) -
ec94880chore: package.json update for eslint-config-eslint release (Jenkins) -
6912586chore: extract formatting rules into separate config (#18560) (Milos Djermanovic) -
9738f7eci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta) -
c6de7bbchore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot]) -
2c8fd34ci: pin @wdio/browser-runner v8.36.0 (#18540) (唯然)
v9.4.0
Features
Bug Fixes
-
f6534d1fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) -
7226ebdfix: allow implicit undefined return inno-constructor-return(#18515) (Ali Rezvani) -
389744bfix: use@eslint/config-inspector@latest(#18483) (唯然) -
70118a5fix:func-stylefalse positive with arrow functions andsuper(#18473) (Milos Djermanovic)
Documentation
-
d7ab6f5docs: update theme when whenprefers-color-schemechanges (#18510) (Nitin Kumar) -
525fdffdocs: fix components files (#18519) (Tanuj Kanti) -
80747d2docs: refactorprefer-destructuringrule (#18472) (Tanuj Kanti) -
f06e0b5docs: clarify func-style (#18477) (Cameron Steffen)
Chores
-
010dd2echore: upgrade to@eslint/js@9.4.0(#18534) (Francesco Trotta) -
5e1b5dcchore: package.json update for @eslint/js release (Jenkins) -
594145frefactor: switch to@eslint/config-array(#18527) (Francesco Trotta)
v9.3.0
Features
-
b32153cfeat: addoverrides.namedExportstofunc-stylerule (#18444) (Percy Ma) -
b67eba4feat: addrestrictedNamedExportsPatterntono-restricted-exports(#18431) (Akul Srivastava) -
069aa68feat: add optionallowEscapetono-misleading-character-classrule (#18208) (Francesco Trotta) -
05ef92dfeat: deprecatemultiline-comment-style&line-comment-position(#18435) (唯然) -
db0b174feat: addenforceForInnerExpressionsoption tono-extra-boolean-cast(#18222) (Kirk Waiblinger)
Bug Fixes
-
8db0efffix: Improve config error messages (#18457) (Nicholas C. Zakas) -
5c28d9afix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) -
39fb0eefix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) -
37eba48fix: don't crash whenfs.readFilereturns promise from another realm (#18416) (Milos Djermanovic)
Documentation
-
ceada8cdocs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) -
62e686cdocs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) -
e17e1c0docs: Update README (GitHub Actions Bot) -
2465a1edocs: Update README (GitHub Actions Bot) -
d23574cdocs: Clarify usage ofno-unreachablewith TypeScript (#18445) (benj-dobs) -
1db9baedocs: Fix typos (#18443) (Frieder Bluemle) -
7065196docs: Update README (GitHub Actions Bot) -
04e7c6edocs: update deprecation notice ofno-return-await(#18433) (Tanuj Kanti) -
e763512docs: Link global ignores section in config object property list (#18430) (MaoShizhong) -
ac7f718docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) -
0de0909docs: fix grammar in configuration file resolution (#18419) (Mike McCready)
Chores
-
58e2719chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta) -
b681ecbchore: package.json update for @eslint/js release (Jenkins) -
06f1d1cchore: update dependency @humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot]) -
a63ed72refactor: Usenode:protocol for built-in Node.js modules (#18434) (Milos Djermanovic) -
040700achore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot]) -
f47847cchore: update actions/stale action to v9 (#18426) (renovate[bot]) -
c18ad25chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot]) -
27e3060chore: Disable documentation label (#18423) (Nicholas C. Zakas)
v9.2.0
Features
-
8485d76feat:no-case-declarationsadd suggestions (#18388) (Josh Goldberg✨ ) -
a498f35feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)
Bug Fixes
Documentation
-
0f5df50docs: Update README (GitHub Actions Bot) -
1579ce0docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger) -
f12a02cdocs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)
Chores
-
b346605chore: upgrade @eslint/js@9.2.0 (#18413) (Milos Djermanovic) -
c4c18e0chore: package.json update for @eslint/js release (Jenkins) -
284722cchore: package.json update for eslint-config-eslint release (Jenkins) -
347d44fchore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic) -
f316e20ci: run tests in Node.js 22 (#18393) (Francesco Trotta)
v9.1.1
Bug Fixes
-
a26b402fix: use @eslint/create-config latest (#18373) (唯然)
v9.1.0
Features
-
03068f1feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas) -
751b518feat: replace dependency graphemer withIntl.Segmenter(#18110) (Francesco Trotta) -
4d11e56feat: addnameto eslint configs (#18289) (唯然) -
1cbe1f6feat: allowwhile(true)inno-constant-condition(#18286) (Tanuj Kanti) -
0db676ffeat: addIntlin es6 globals (#18318) (唯然)
Bug Fixes
-
8d18958fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas) -
594eb0efix: do not crash on error infs.walkfilter (#18295) (Francesco Trotta) -
0d8cf63fix: EMFILE errors (#18313) (Nicholas C. Zakas) -
e1ac0b5fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas) -
09675e1fix:--no-ignoreshould not apply to non-global ignores (#18334) (Milos Djermanovic)
Documentation
-
fb50077docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden) -
71c771fdocs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós) -
200fd4edocs: indicate eslintrc mode for.eslintignore(#18285) (Francesco Trotta) -
16b6a8bdocs: Update README (GitHub Actions Bot) -
df5f8a9docs:pathsandpatternsdifference inno-restricted-imports(#18273) (Tanuj Kanti) -
c537d76docs: updatenpm init @​eslint/configgenerated file names (#18298) (唯然) -
e1e305ddocs: fixlinebreak-styleexamples (#18262) (Francesco Trotta) -
113f51edocs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas) -
5c35321docs: add eslintrc-only note to--rulesdir(#18281) (Adam Lui 刘展鹏)
Build Related
Chores
-
d9a2983chore: upgrade @eslint/js to v9.1.1 (#18367) (Francesco Trotta) -
50d406dchore: package.json update for @eslint/js release (Jenkins) -
155c71cchore: package.json update for @eslint/js release (Jenkins) -
0588fc5refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas) -
9048e21chore: lintdocs/src/_datajs files (#18335) (Milos Djermanovic) -
4820790chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic) -
698d9ffchore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic) -
32c08cfchore: drop Node < 18 and use @eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic) -
a76fb55chore: @eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic) -
78e45b1chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然) -
36103a5chore: eslint-plugin-n v17.0.0 (#18315) (唯然)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by igswsihw-wmadepbot