chore(deps): update dependency eslint to v9.23.0 #461

Open
kjuulh wants to merge 1 commits from renovate/eslint-monorepo into main
Owner

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 9.21.0 -> 9.23.0

Release Notes

eslint/eslint (eslint)

v9.23.0

Compare Source

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#​19535) (Josh Goldberg )
  • 8320241 feat: support TypeScript syntax in default-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 in class-methods-use-this (#​19498) (Josh Goldberg )

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#​19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-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: allow RuleTester to test files inside node_modules/ (#​19499) (fisker Cheung)

Documentation

  • 2357edd build: exclude autogenerated files from Prettier formatting (#​19548) (Francesco Trotta)

Chores

v9.22.0

Compare Source

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#​19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-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: replace var with const 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.21.0` -> `9.23.0`](https://renovatebot.com/diffs/npm/eslint/9.21.0/9.23.0) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.23.0`](https://github.com/eslint/eslint/releases/tag/v9.23.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.22.0...v9.23.0) #### Features - [`557a0d2`](https://github.com/eslint/eslint/commit/557a0d23755f8af4f2aaab751805c7ba6496fc21) feat: support TypeScript syntax in no-useless-constructor ([#&#8203;19535](https://github.com/eslint/eslint/issues/19535)) (Josh Goldberg ✨) - [`8320241`](https://github.com/eslint/eslint/commit/83202412a1ceefd3eba4b97cc9dbe99ab70d59a2) feat: support TypeScript syntax in `default-param-last` ([#&#8203;19431](https://github.com/eslint/eslint/issues/19431)) (Josh Goldberg ✨) - [`833c4a3`](https://github.com/eslint/eslint/commit/833c4a301d4f7d21583d520d20d8a6724171733f) feat: defineConfig() supports "flat/" config prefix ([#&#8203;19533](https://github.com/eslint/eslint/issues/19533)) (Nicholas C. Zakas) - [`4a0df16`](https://github.com/eslint/eslint/commit/4a0df16f1ba7bed02d15c561119623199ea2ace0) feat: circular autofix/conflicting rules detection ([#&#8203;19514](https://github.com/eslint/eslint/issues/19514)) (Milos Djermanovic) - [`be56a68`](https://github.com/eslint/eslint/commit/be56a685bf1aadbf59d99d43e71c00802bc9ba27) feat: support TypeScript syntax in `class-methods-use-this` ([#&#8203;19498](https://github.com/eslint/eslint/issues/19498)) (Josh Goldberg ✨) #### Bug Fixes - [`0e20aa7`](https://github.com/eslint/eslint/commit/0e20aa72fec53b16a21c42ac9e82969efa8f94d2) fix: move deprecated `RuleContext` methods to subtype ([#&#8203;19531](https://github.com/eslint/eslint/issues/19531)) (Francesco Trotta) - [`cc3bd00`](https://github.com/eslint/eslint/commit/cc3bd00795708c4d7c06a6103983245cc9d9845b) fix: reporting variable used in catch block in `no-useless-assignment` ([#&#8203;19423](https://github.com/eslint/eslint/issues/19423)) (Tanuj Kanti) - [`d46ff83`](https://github.com/eslint/eslint/commit/d46ff832195aa841224a21086afda9d98be45ad6) fix: `no-dupe-keys` false positive with proto setter ([#&#8203;19508](https://github.com/eslint/eslint/issues/19508)) (Milos Djermanovic) - [`e732773`](https://github.com/eslint/eslint/commit/e7327736b92686e02721461ac9ccf6e65e0badac) fix: navigation of search results on pressing Enter ([#&#8203;19502](https://github.com/eslint/eslint/issues/19502)) (Tanuj Kanti) - [`f4e9c5f`](https://github.com/eslint/eslint/commit/f4e9c5fda9f8bcd36f1afe3706da60554cd07c48) fix: allow `RuleTester` to test files inside `node_modules/` ([#&#8203;19499](https://github.com/eslint/eslint/issues/19499)) (fisker Cheung) #### Documentation - [`5405939`](https://github.com/eslint/eslint/commit/5405939efcfe6a038a7c89354eae9c39c8ff21e3) docs: show red underlines in TypeScript examples in rules docs ([#&#8203;19547](https://github.com/eslint/eslint/issues/19547)) (Milos Djermanovic) - [`48b53d6`](https://github.com/eslint/eslint/commit/48b53d6e79945b4f5f66aa2073c2d51ff7896c7c) docs: replace var with const in examples ([#&#8203;19539](https://github.com/eslint/eslint/issues/19539)) (Nitin Kumar) - [`c39d7db`](https://github.com/eslint/eslint/commit/c39d7db7142ebdb8174da00358b80094eaad39c1) docs: Update README (GitHub Actions Bot) - [`a4f8760`](https://github.com/eslint/eslint/commit/a4f87604f4d8d53cb2efbd19aa067606dd1c409e) docs: revert accidental changes ([#&#8203;19542](https://github.com/eslint/eslint/issues/19542)) (Francesco Trotta) - [`280128f`](https://github.com/eslint/eslint/commit/280128f73def56479e32e7d40879fff05b7f44a2) docs: add copy button ([#&#8203;19512](https://github.com/eslint/eslint/issues/19512)) (xbinaryx) - [`cd83eaa`](https://github.com/eslint/eslint/commit/cd83eaa761b4acd9a43fd3888a12ea08483c3366) docs: replace `var` with `const` in examples ([#&#8203;19530](https://github.com/eslint/eslint/issues/19530)) (Nitin Kumar) - [`7ff0cde`](https://github.com/eslint/eslint/commit/7ff0cde23014909997dd493de890463d8b09205e) docs: Update README (GitHub Actions Bot) - [`996cfb9`](https://github.com/eslint/eslint/commit/996cfb9771734cb462b02a73c4aa87555854a05e) docs: migrate sass to module system ([#&#8203;19518](https://github.com/eslint/eslint/issues/19518)) (xbinaryx) - [`17cb958`](https://github.com/eslint/eslint/commit/17cb9586a706e75adee09b2388deea77a6ca8f14) docs: replace `var` with `let` and `const` in rule examples ([#&#8203;19515](https://github.com/eslint/eslint/issues/19515)) (Tanuj Kanti) - [`83e24f5`](https://github.com/eslint/eslint/commit/83e24f5be4d5723b5f79512b46ab68bc97a23247) docs: Replace var with let or const ([#&#8203;19511](https://github.com/eslint/eslint/issues/19511)) (Jenna Toff) - [`a59d0c0`](https://github.com/eslint/eslint/commit/a59d0c06b5a28ae5149eae6d10fa9f4968963b01) docs: Update docs for defineConfig ([#&#8203;19505](https://github.com/eslint/eslint/issues/19505)) (Nicholas C. Zakas) - [`fe92927`](https://github.com/eslint/eslint/commit/fe929270f33493d1a77be0f25a95d97817440c49) docs: `require-unicode-regexp` add note for `i` flag and `\w` ([#&#8203;19510](https://github.com/eslint/eslint/issues/19510)) (Chaemin-Lim) #### Build Related - [`2357edd`](https://github.com/eslint/eslint/commit/2357edd09beca1c3f70c92df23f2f99b9ebc7a70) build: exclude autogenerated files from Prettier formatting ([#&#8203;19548](https://github.com/eslint/eslint/issues/19548)) (Francesco Trotta) #### Chores - [`0ac8ea4`](https://github.com/eslint/eslint/commit/0ac8ea45350fa5819694a3775641e94b1da3282b) chore: update dependencies for v9.23.0 release ([#&#8203;19554](https://github.com/eslint/eslint/issues/19554)) (Francesco Trotta) - [`20591c4`](https://github.com/eslint/eslint/commit/20591c49ff27435b1555111a929a6966febc249f) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`901344f`](https://github.com/eslint/eslint/commit/901344f9441c746dfa82261a0d00ff6ef35bcdf1) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.11.0 ([#&#8203;19552](https://github.com/eslint/eslint/issues/19552)) (renovate\[bot]) - [`5228383`](https://github.com/eslint/eslint/commit/5228383e3e5c77c7dd07fc9d17b9a57c2ee5bb48) chore: fix update-readme formatting ([#&#8203;19544](https://github.com/eslint/eslint/issues/19544)) (Milos Djermanovic) - [`5439525`](https://github.com/eslint/eslint/commit/5439525925dc26b387cc6cebf0b01f42464b4ab0) chore: format JSON files in Trunk ([#&#8203;19541](https://github.com/eslint/eslint/issues/19541)) (Francesco Trotta) - [`75adc99`](https://github.com/eslint/eslint/commit/75adc99eab2878e58fc88f0d4b1b6f9091455914) chore: enabled Prettier in Trunk ([#&#8203;19354](https://github.com/eslint/eslint/issues/19354)) (Josh Goldberg ✨) - [`2395168`](https://github.com/eslint/eslint/commit/239516856fbf61828f5ac2c8b45e245103c41c04) chore: added .git-blame-ignore-revs for Prettier via trunk fmt ([#&#8203;19538](https://github.com/eslint/eslint/issues/19538)) (Josh Goldberg ✨) - [`129882d`](https://github.com/eslint/eslint/commit/129882d2fdb4e7f597ed78eeadd86377f3d6b078) chore: formatted files with Prettier via trunk fmt ([#&#8203;19355](https://github.com/eslint/eslint/issues/19355)) (Josh Goldberg ✨) - [`1738dbc`](https://github.com/eslint/eslint/commit/1738dbc36ce556745c230d3592e7f1aa673a1430) chore: temporarily disable prettier in trunk ([#&#8203;19537](https://github.com/eslint/eslint/issues/19537)) (Josh Goldberg ✨) - [`dc854fd`](https://github.com/eslint/eslint/commit/dc854fdd2634cdec575ae5fc508edd838056f006) chore: update dependency shelljs to ^0.9.0 ([#&#8203;19524](https://github.com/eslint/eslint/issues/19524)) (renovate\[bot]) - [`5d57496`](https://github.com/eslint/eslint/commit/5d574963b71529abbb84fbc4861230a050434664) chore: fix some comments ([#&#8203;19525](https://github.com/eslint/eslint/issues/19525)) (jimmycathy) - [`9c5c6ee`](https://github.com/eslint/eslint/commit/9c5c6ee7734c6a5918a5983d4f2bd971ca3225a8) test: fix an assertion failure ([#&#8203;19500](https://github.com/eslint/eslint/issues/19500)) (fisker Cheung) - [`7a699a6`](https://github.com/eslint/eslint/commit/7a699a6b2616c24fe58df1265f6148b406a17e41) chore: remove formatting-related lint rules internally ([#&#8203;19473](https://github.com/eslint/eslint/issues/19473)) (Josh Goldberg ✨) - [`c99db89`](https://github.com/eslint/eslint/commit/c99db89141f1601abe6f9d398a4b6c126e3a0bdb) test: replace WebdriverIO with Cypress ([#&#8203;19465](https://github.com/eslint/eslint/issues/19465)) (Pixel998) ### [`v9.22.0`](https://github.com/eslint/eslint/releases/tag/v9.22.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.21.0...v9.22.0) #### Features - [`7ddb095`](https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a) feat: Export defineConfig, globalIgnores ([#&#8203;19487](https://github.com/eslint/eslint/issues/19487)) (Nicholas C. Zakas) #### Bug Fixes - [`19c0127`](https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767) fix: improve message for `no-console` suggestions ([#&#8203;19483](https://github.com/eslint/eslint/issues/19483)) (Francesco Trotta) - [`49e624f`](https://github.com/eslint/eslint/commit/49e624f4a02e03762232cce2047febb36b1bcf4c) fix: improve error message for falsy parsed JS AST ([#&#8203;19458](https://github.com/eslint/eslint/issues/19458)) (Josh Goldberg ✨) #### Documentation - [`86c5f37`](https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645) docs: Update README (GitHub Actions Bot) - [`fbdeff0`](https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080) docs: Update README (GitHub Actions Bot) - [`c9e8510`](https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d) docs: generate deprecation notice in TSDoc comments from rule metadata ([#&#8203;19461](https://github.com/eslint/eslint/issues/19461)) (Francesco Trotta) - [`2f386ad`](https://github.com/eslint/eslint/commit/2f386ad203a672832c91e72c285a25bd64d48d9d) docs: replace `var` with `const` in rule examples ([#&#8203;19469](https://github.com/eslint/eslint/issues/19469)) (Tanuj Kanti) - [`0e688e3`](https://github.com/eslint/eslint/commit/0e688e3a0d53bad991d2b4ae3bda926cc29bd54b) docs: Update README (GitHub Actions Bot) - [`06b596d`](https://github.com/eslint/eslint/commit/06b596d221a2b4af644824bd10e0194e7237b6f2) docs: Restore the carrot to the position where the search input was lost ([#&#8203;19459](https://github.com/eslint/eslint/issues/19459)) (Amaresh S M) #### Chores - [`97f788b`](https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;9](https://github.com/9).22.0 ([#&#8203;19489](https://github.com/eslint/eslint/issues/19489)) (Milos Djermanovic) - [`eed409a`](https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f9a56d3`](https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9) chore: upgrade eslint-scope@8.3.0 ([#&#8203;19488](https://github.com/eslint/eslint/issues/19488)) (Milos Djermanovic) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIxNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-26 02:00:37 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-monorepo:renovate/eslint-monorepo
git checkout renovate/eslint-monorepo
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/todo#461
No description provided.