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

Merged
nemunaire merged 1 commits from renovate/eslint-9.x-lockfile into master 2025-03-25 09:09:19 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 9.19.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

v9.21.0

Compare Source

Features

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: replace var with let and const 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 for Rule.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)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features

  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)

Chores


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.19.0` -> `9.23.0`](https://renovatebot.com/diffs/npm/eslint/9.19.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) ### [`v9.21.0`](https://github.com/eslint/eslint/releases/tag/v9.21.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.20.1...v9.21.0) #### Features - [`418717f`](https://github.com/eslint/eslint/commit/418717f1150bb794c40014eca60c9116de2b0488) feat: introduce new deprecated types for rules ([#&#8203;19238](https://github.com/eslint/eslint/issues/19238)) (fnx) - [`5c5b802`](https://github.com/eslint/eslint/commit/5c5b8025d3e2a2a796909bdf7866fdce2a2f334c) feat: Add `--ext` CLI option ([#&#8203;19405](https://github.com/eslint/eslint/issues/19405)) (Milos Djermanovic) #### Bug Fixes - [`db5340d`](https://github.com/eslint/eslint/commit/db5340d57bff6b6e3a148f0f2bb56c7da6614ec0) fix: update missing plugin message template ([#&#8203;19445](https://github.com/eslint/eslint/issues/19445)) (Milos Djermanovic) - [`d8ffdd4`](https://github.com/eslint/eslint/commit/d8ffdd4e51ac46cef51b4118aa3d97195b38de63) fix: do not exit process on rule crash ([#&#8203;19436](https://github.com/eslint/eslint/issues/19436)) (Francesco Trotta) #### Documentation - [`c5561ea`](https://github.com/eslint/eslint/commit/c5561ea7fcc9d48f7c8017f51fb64fcdf13ff832) docs: Update README (GitHub Actions Bot) - [`80b0485`](https://github.com/eslint/eslint/commit/80b048535e1d951692e838fe502fb0edb72c837f) docs: replace `var` with `let` and `const` in rule example ([#&#8203;19434](https://github.com/eslint/eslint/issues/19434)) (Tanuj Kanti) - [`f67d5e8`](https://github.com/eslint/eslint/commit/f67d5e875324a9d899598b11807a9c7624021432) docs: Update README (GitHub Actions Bot) - [`75afc61`](https://github.com/eslint/eslint/commit/75afc61ff89c8c38a31877d1302584af9266f6d3) docs: Update README (GitHub Actions Bot) - [`0636cab`](https://github.com/eslint/eslint/commit/0636caba7dd7c77c1845a69257bda68d5287a097) docs: Update Eleventy from v2 to v3 ([#&#8203;19415](https://github.com/eslint/eslint/issues/19415)) (Amaresh S M) - [`dd7d930`](https://github.com/eslint/eslint/commit/dd7d93063418a9a9064a0e7cb7f556f5b8b6e96b) docs: Update README (GitHub Actions Bot) #### Chores - [`a8c9a9f`](https://github.com/eslint/eslint/commit/a8c9a9f1b30db08094b145dd79921ae302b6ae24) chore: update `@eslint/eslintrc` and `@eslint/js` ([#&#8203;19453](https://github.com/eslint/eslint/issues/19453)) (Francesco Trotta) - [`265e0cf`](https://github.com/eslint/eslint/commit/265e0cf6d03df44f0e65ce5bcb0bac382189486a) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`3401b85`](https://github.com/eslint/eslint/commit/3401b85faaf75629900b7592433169fc00d8b224) test: add test for `Rule.ReportDescriptor` type ([#&#8203;19449](https://github.com/eslint/eslint/issues/19449)) (Francesco Trotta) - [`e497aa7`](https://github.com/eslint/eslint/commit/e497aa75f5441406985d417303081944f24acf6f) chore: update rewrite dependencies ([#&#8203;19448](https://github.com/eslint/eslint/issues/19448)) (Francesco Trotta) - [`dab5478`](https://github.com/eslint/eslint/commit/dab5478e8628447dbf9eaaa8b6f36d7ca253ed48) chore: better error message for missing plugin in config ([#&#8203;19402](https://github.com/eslint/eslint/issues/19402)) (Tanuj Kanti) - [`ebfe2eb`](https://github.com/eslint/eslint/commit/ebfe2ebc3d8b8f2d84caf309b2fc6bc8fd66fc22) chore: set js language for bug report issue config block ([#&#8203;19439](https://github.com/eslint/eslint/issues/19439)) (Josh Goldberg ✨) - [`5fd211d`](https://github.com/eslint/eslint/commit/5fd211d00b6f0fc58cf587196a432325b7b88ec2) test: processors can return subpaths ([#&#8203;19425](https://github.com/eslint/eslint/issues/19425)) (Milos Djermanovic) ### [`v9.20.1`](https://github.com/eslint/eslint/releases/tag/v9.20.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.20.0...v9.20.1) #### Bug Fixes - [`274f054`](https://github.com/eslint/eslint/commit/274f054f19f5f490d9496c6eee4bcd8620d2f4be) fix: fix `RuleContext` type ([#&#8203;19417](https://github.com/eslint/eslint/issues/19417)) (Francesco Trotta) #### Documentation - [`fe3ccb2`](https://github.com/eslint/eslint/commit/fe3ccb2ff43a9f20a7801c679f7d41f6a7ed3ddc) docs: allow typing in search box while dropdown is open ([#&#8203;19424](https://github.com/eslint/eslint/issues/19424)) (Amaresh S M) - [`93c78a5`](https://github.com/eslint/eslint/commit/93c78a5c58edb7ead9bff87c874d2ff9b824ec04) docs: Add instructions for pnpm compat ([#&#8203;19422](https://github.com/eslint/eslint/issues/19422)) (Nicholas C. Zakas) - [`b476a93`](https://github.com/eslint/eslint/commit/b476a930bb3a6d644c482747d985f5da0d89e1e9) docs: Fix Keyboard Navigation for Search Results ([#&#8203;19416](https://github.com/eslint/eslint/issues/19416)) (Amaresh S M) - [`ccb60c0`](https://github.com/eslint/eslint/commit/ccb60c0b1452e73750e3734c9cd7c7b12c473827) docs: Update README (GitHub Actions Bot) ### [`v9.20.0`](https://github.com/eslint/eslint/releases/tag/v9.20.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.19.0...v9.20.0) #### Features - [`e89a54a`](https://github.com/eslint/eslint/commit/e89a54a3090f3503daf5e36b02b0035c993e3fd1) feat: change behavior of inactive flags ([#&#8203;19386](https://github.com/eslint/eslint/issues/19386)) (Milos Djermanovic) #### Bug Fixes - [`91d4d9f`](https://github.com/eslint/eslint/commit/91d4d9f62095e302c71595cc04c47073f366315c) fix: Bring types in sync with [@&#8203;eslint/core](https://github.com/eslint/core) ([#&#8203;19157](https://github.com/eslint/eslint/issues/19157)) (Nicholas C. Zakas) - [`fa25c7a`](https://github.com/eslint/eslint/commit/fa25c7a79edee280f275fbc35b83bcde906d1480) fix: Emit warning when empty config file is used ([#&#8203;19399](https://github.com/eslint/eslint/issues/19399)) (Nicholas C. Zakas) - [`31a9fd0`](https://github.com/eslint/eslint/commit/31a9fd03d23aecf2b1e0c9b3df27554aff245723) fix: Clearer error message for wrong plugin format ([#&#8203;19380](https://github.com/eslint/eslint/issues/19380)) (Nicholas C. Zakas) - [`61d99e3`](https://github.com/eslint/eslint/commit/61d99e38f248f4d9abc09d970c4eebddd1af86ca) fix: Better error message for unserializable parser ([#&#8203;19384](https://github.com/eslint/eslint/issues/19384)) (Nicholas C. Zakas) - [`db1b9a6`](https://github.com/eslint/eslint/commit/db1b9a66e387e573f45885687dfefc04ab2877fe) fix: Ensure module scope is checked for references in `consistent-this` ([#&#8203;19383](https://github.com/eslint/eslint/issues/19383)) (Nicholas C. Zakas) - [`8bcd820`](https://github.com/eslint/eslint/commit/8bcd820f37f2361e4f7261a9876f52d21bd9de8f) fix: `arrow-body-style` crash with single-token body ([#&#8203;19379](https://github.com/eslint/eslint/issues/19379)) (Milos Djermanovic) #### Documentation - [`b7012c8`](https://github.com/eslint/eslint/commit/b7012c85f3c0f683baeffb6d856faf86c4d41702) docs: rewrite examples with var using let and const ([#&#8203;19407](https://github.com/eslint/eslint/issues/19407)) (Mueez Javaid Hashmi) - [`6406376`](https://github.com/eslint/eslint/commit/64063765afa5bf29855d996ccabfaa93b19bd458) docs: Update README (GitHub Actions Bot) - [`350f2b9`](https://github.com/eslint/eslint/commit/350f2b9349bc8d2230cd953c14b77071f2961f47) docs: rewrite some examples with var using let and const ([#&#8203;19404](https://github.com/eslint/eslint/issues/19404)) (Mueez Javaid Hashmi) - [`93c325a`](https://github.com/eslint/eslint/commit/93c325a7a841d0fe4b5bf79efdec832e7c8f805f) docs: rewrite examples with var using let and const ([#&#8203;19398](https://github.com/eslint/eslint/issues/19398)) (Mueez Javaid Hashmi) - [`56ff404`](https://github.com/eslint/eslint/commit/56ff4048e053374db39201e7e880bde4c930e19f) docs: replace var with let or const in rules docs ([#&#8203;19396](https://github.com/eslint/eslint/issues/19396)) (Daniel Harbrueger) - [`4053226`](https://github.com/eslint/eslint/commit/4053226996bbdec1ffdef8af1b9d7f5aa4b11b86) docs: change `sourceType` in `no-eval` examples ([#&#8203;19393](https://github.com/eslint/eslint/issues/19393)) (Milos Djermanovic) - [`1324af0`](https://github.com/eslint/eslint/commit/1324af027986d655848ee1a9dcb89a527917ea3e) docs: replace var with let and const in rules docs ([#&#8203;19392](https://github.com/eslint/eslint/issues/19392)) (Daniel Harbrueger) - [`8b87e00`](https://github.com/eslint/eslint/commit/8b87e007bb2ba59b73061d22ef34baffb5656b79) docs: replace `var` with `const` and `let` in rules ([#&#8203;19389](https://github.com/eslint/eslint/issues/19389)) (Tanuj Kanti) - [`758c66b`](https://github.com/eslint/eslint/commit/758c66bc8d83cd4eda9639b0745f0d0fb70f04f4) docs: Explain what frozen rules mean ([#&#8203;19382](https://github.com/eslint/eslint/issues/19382)) (Nicholas C. Zakas) - [`0ef8bb8`](https://github.com/eslint/eslint/commit/0ef8bb859c988e558683c2d8bd9c9606f22e456c) docs: additional checks for rule examples ([#&#8203;19358](https://github.com/eslint/eslint/issues/19358)) (Milos Djermanovic) - [`58ab2f6`](https://github.com/eslint/eslint/commit/58ab2f69d2d4cf9b49bf3fd303795040ec761ebd) docs: fix order of installation steps in getting started ([#&#8203;19326](https://github.com/eslint/eslint/issues/19326)) (Tanuj Kanti) #### Chores - [`979097a`](https://github.com/eslint/eslint/commit/979097a3b4c656e2d9faabd4a52010d6647911f6) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;9](https://github.com/9).20.0 ([#&#8203;19412](https://github.com/eslint/eslint/issues/19412)) (Francesco Trotta) - [`031734e`](https://github.com/eslint/eslint/commit/031734efcb27e0d800da7ec32f5d5dae55f80564) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`d4c47c3`](https://github.com/eslint/eslint/commit/d4c47c3738f2bf53b4f6a1cf505861b35875ac5f) test: avoid empty config warning in test output ([#&#8203;19408](https://github.com/eslint/eslint/issues/19408)) (Milos Djermanovic) - [`67dd82a`](https://github.com/eslint/eslint/commit/67dd82ab88d784b6f36e471b6a5c6f64e37f9485) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.10.0 ([#&#8203;19387](https://github.com/eslint/eslint/issues/19387)) (renovate\[bot]) - [`15ac0e1`](https://github.com/eslint/eslint/commit/15ac0e182486f32d63171a310050383e15767697) chore: add permissions: read-all to stale.yml workflow ([#&#8203;19374](https://github.com/eslint/eslint/issues/19374)) (Josh Goldberg ✨) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-02-11 14:16:22 +00:00
chore(deps): update dependency eslint to v9.20.0
Some checks are pending
continuous-integration/drone/push Build is running
87b4b41409
renovate-bot changed title from chore(deps): update dependency eslint to v9.20.0 to chore(deps): update dependency eslint to v9.20.1 2025-02-11 18:42:25 +00:00
renovate-bot force-pushed renovate/eslint-9.x-lockfile from 87b4b41409 to 2ab4e3662c 2025-02-11 18:42:26 +00:00 Compare
renovate-bot force-pushed renovate/eslint-9.x-lockfile from 2ab4e3662c to 1868a1d395 2025-02-12 04:59:58 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint to v9.20.1 to chore(deps): update dependency eslint to v9.21.0 2025-02-21 22:34:48 +00:00
renovate-bot force-pushed renovate/eslint-9.x-lockfile from 1868a1d395 to 18685055c1 2025-02-21 22:34:49 +00:00 Compare
renovate-bot force-pushed renovate/eslint-9.x-lockfile from 18685055c1 to d1cd5181c3 2025-03-07 23:33:55 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint to v9.21.0 to chore(deps): update dependency eslint to v9.22.0 2025-03-07 23:34:01 +00:00
renovate-bot force-pushed renovate/eslint-9.x-lockfile from d1cd5181c3 to 5c9b088dbb 2025-03-21 20:27:05 +00:00 Compare
renovate-bot force-pushed renovate/eslint-9.x-lockfile from 5c9b088dbb to e5143f61e4 2025-03-21 22:27:27 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint to v9.22.0 to chore(deps): update dependency eslint to v9.23.0 2025-03-21 22:27:29 +00:00
renovate-bot force-pushed renovate/eslint-9.x-lockfile from e5143f61e4 to f658cc73af 2025-03-24 22:22:45 +00:00 Compare
nemunaire merged commit e9a6f83f2f into master 2025-03-25 09:09:19 +00:00
nemunaire deleted branch renovate/eslint-9.x-lockfile 2025-03-25 09:09:20 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fic/server#527
No description provided.