Bump eslint from 9.21.0 to 9.24.0 #35

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/eslint-9.24.0 into main
dependabot[bot] commented 2025-04-07 07:23:48 -04:00 (Migrated from github.com)

Bumps eslint from 9.21.0 to 9.24.0.

Release notes

Sourced from eslint's releases.

v9.24.0

Features

  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#19493) (Tanuj Kanti)

Bug Fixes

  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#19584) (Francesco Trotta)

Documentation

  • f857820 docs: update documentation for --experimental-strip-types (#19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • e849dc0 docs: replace existing var with const (#19578) (Sweta Tanwar)
  • 0c65c62 docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)

Build Related

  • 366e369 build: re-enable Prettier formatting for package.json files (#19569) (Francesco Trotta)

Chores

  • ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) (Milos Djermanovic)
  • 4946847 chore: package.json update for @​eslint/js release (Jenkins)
  • a995acb chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg )
  • b9a5efa test: skip symlink test on Windows (#19503) (fisker Cheung)
  • 46eea6d chore: remove Rule & FormatterFunction from shared/types.js (#19556) (Nitin Kumar)
  • bdcc91d chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)
  • 7790d83 chore: fix some typos in comment (#19576) (todaymoon)
  • 76064a6 test: ignore package-lock.json for eslint-webpack-plugin (#19572) (Francesco Trotta)

v9.23.0

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)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.24.0 - April 4, 2025

  • ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) (Milos Djermanovic)
  • 4946847 chore: package.json update for @​eslint/js release (Jenkins)
  • f857820 docs: update documentation for --experimental-strip-types (#19594) (Nikolas Schröter)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)
  • 6d979cc docs: Update README (GitHub Actions Bot)
  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)
  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami)
  • 82177e4 docs: Update README (GitHub Actions Bot)
  • a995acb chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg )
  • 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)
  • b9a5efa test: skip symlink test on Windows (#19503) (fisker Cheung)
  • 46eea6d chore: remove Rule & FormatterFunction from shared/types.js (#19556) (Nitin Kumar)
  • fb8cdb8 fix: use any[] type for context.options (#19584) (Francesco Trotta)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar)
  • e849dc0 docs: replace existing var with const (#19578) (Sweta Tanwar)
  • bdcc91d chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)
  • 7790d83 chore: fix some typos in comment (#19576) (todaymoon)
  • cd72bcc feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#19560) (Nitin Kumar)
  • 366e369 build: re-enable Prettier formatting for package.json files (#19569) (Francesco Trotta)
  • 30ae4ed feat: add new options to class-methods-use-this (#19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#19493) (Tanuj Kanti)
  • 0c65c62 docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)
  • 76064a6 test: ignore package-lock.json for eslint-webpack-plugin (#19572) (Francesco Trotta)
  • 6be36c9 docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)

v9.23.0 - March 21, 2025

  • 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])
  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg )
  • 2357edd build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)
  • 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)
  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
  • 5228383 chore: fix update-readme formatting (#19544) (Milos Djermanovic)
  • c39d7db docs: Update README (GitHub Actions Bot)
  • a4f8760 docs: revert accidental changes (#19542) (Francesco Trotta)
  • 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 )
  • 8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg )
  • 280128f docs: add copy button (#19512) (xbinaryx)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)

... (truncated)

Commits
  • d49f5b7 9.24.0
  • 9b6ed8a Build: changelog update for 9.24.0
  • ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602)
  • 4946847 chore: package.json update for @​eslint/js release
  • f857820 docs: update documentation for --experimental-strip-types (#19594)
  • 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596)
  • 6d979cc docs: Update README
  • b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595)
  • 556c25b feat: support loading TS config files using --experimental-strip-types (#19...
  • 82177e4 docs: Update README
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.24.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/556c25bbadd640ba9465ca6ec152f10959591666"><code>556c25b</code></a> feat: support loading TS config files using <code>--experimental-strip-types</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19401">#19401</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/72650acdb715fc25c675dc6368877b0e3f8d3885"><code>72650ac</code></a> feat: support TS syntax in <code>init-declarations</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19540">#19540</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/03fb0bca2be41597fcea7c0e84456bbaf2e5acca"><code>03fb0bc</code></a> feat: normalize patterns to handle &quot;./&quot; prefix in files and ignores (<a href="https://redirect.github.com/eslint/eslint/issues/19568">#19568</a>) (Pixel998)</li> <li><a href="https://github.com/eslint/eslint/commit/071dcd3a8e34aeeb52d0b9c23c2c4a1e58b45858"><code>071dcd3</code></a> feat: support TS syntax in <code>no-dupe-class-members</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19558">#19558</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/cd72bcc0c8d81fbf47ff3c8fe05ae48e1d862246"><code>cd72bcc</code></a> feat: Introduce a way to suppress violations (<a href="https://redirect.github.com/eslint/eslint/issues/19159">#19159</a>) (Iacovos Constantinou)</li> <li><a href="https://github.com/eslint/eslint/commit/2a81578ac179b1eeb1484fddee31913ed99042a2"><code>2a81578</code></a> feat: support TS syntax in <code>no-loss-of-precision</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19560">#19560</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/30ae4ed093d19e9950d09c2ab57f43d3564e31c9"><code>30ae4ed</code></a> feat: add new options to class-methods-use-this (<a href="https://redirect.github.com/eslint/eslint/issues/19527">#19527</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/b79ade6c1e0765457637f7ddaa52a39eed3aad38"><code>b79ade6</code></a> feat: support TypeScript syntax in <code>no-array-constructor</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19493">#19493</a>) (Tanuj Kanti)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b23d1c5f0297c5e2e9a4ff70533f3c0bdbfc34b8"><code>b23d1c5</code></a> fix: deduplicate variable names in no-loop-func error messages (<a href="https://redirect.github.com/eslint/eslint/issues/19595">#19595</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/fb8cdb842edcc035969e14b7b7e3ee372304f2d7"><code>fb8cdb8</code></a> fix: use <code>any[]</code> type for <code>context.options</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19584">#19584</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f8578206cc9b9fcd03dc5311f8a2d96b7b3359a5"><code>f857820</code></a> docs: update documentation for <code>--experimental-strip-types</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19594">#19594</a>) (Nikolas Schröter)</li> <li><a href="https://github.com/eslint/eslint/commit/803e4af48e7fc3a2051e8c384f30fe4a318520e3"><code>803e4af</code></a> docs: simplify gitignore path handling in includeIgnoreFile section (<a href="https://redirect.github.com/eslint/eslint/issues/19596">#19596</a>) (Thomas Broyer)</li> <li><a href="https://github.com/eslint/eslint/commit/6d979ccc183454e616bc82a598db5402e9d63dcf"><code>6d979cc</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/82177e4108d6b3e63ece6072d923c0a2c08907bf"><code>82177e4</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e849dc01286cde5b6e2f0e04bf36928710633715"><code>e849dc0</code></a> docs: replace existing var with const (<a href="https://redirect.github.com/eslint/eslint/issues/19578">#19578</a>) (Sweta Tanwar)</li> <li><a href="https://github.com/eslint/eslint/commit/0c65c628022ff3ce40598c1a6ce95728e7eda317"><code>0c65c62</code></a> docs: don't pass filename when linting rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19571">#19571</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6be36c99432ecdc72e33b6fb3293cf28f66ab78d"><code>6be36c9</code></a> docs: Update custom-rules.md code example of fixer (<a href="https://redirect.github.com/eslint/eslint/issues/19555">#19555</a>) (Yifan Pan)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/366e3694afd85ab6605adf4fee4dfa1316be8b74"><code>366e369</code></a> build: re-enable Prettier formatting for <code>package.json</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/19569">#19569</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ef6742091d49fc1809ad933f1daeff7124f57e93"><code>ef67420</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.24.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19602">#19602</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4946847bb675ee26c3a52bfe3bca63a0dc5e5c61"><code>4946847</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/a995acbe32471ce8c20cbf9f48b4f3e1d8bc2229"><code>a995acb</code></a> chore: correct 'flter'/'filter' typo in package script (<a href="https://redirect.github.com/eslint/eslint/issues/19587">#19587</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/b9a5efa937046f2d3f97e6caabb67a4bc182c983"><code>b9a5efa</code></a> test: skip symlink test on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/19503">#19503</a>) (fisker Cheung)</li> <li><a href="https://github.com/eslint/eslint/commit/46eea6d1cbed41d020cb76841ebba30710b0afd0"><code>46eea6d</code></a> chore: remove <code>Rule</code> &amp; <code>FormatterFunction</code> from <code>shared/types.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19556">#19556</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/bdcc91d5b61ad1b3e55044767362548c906f5462"><code>bdcc91d</code></a> chore: modify .editorconfig to keep parity with prettier config (<a href="https://redirect.github.com/eslint/eslint/issues/19577">#19577</a>) (Sweta Tanwar)</li> <li><a href="https://github.com/eslint/eslint/commit/7790d8305a8cef7cc95c331205d59d6b3c2b4e2e"><code>7790d83</code></a> chore: fix some typos in comment (<a href="https://redirect.github.com/eslint/eslint/issues/19576">#19576</a>) (todaymoon)</li> <li><a href="https://github.com/eslint/eslint/commit/76064a632438533bbb90e253ec72d172e948d200"><code>76064a6</code></a> test: ignore <code>package-lock.json</code> for <code>eslint-webpack-plugin</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19572">#19572</a>) (Francesco Trotta)</li> </ul> <h2>v9.23.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/557a0d23755f8af4f2aaab751805c7ba6496fc21"><code>557a0d2</code></a> feat: support TypeScript syntax in no-useless-constructor (<a href="https://redirect.github.com/eslint/eslint/issues/19535">#19535</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/83202412a1ceefd3eba4b97cc9dbe99ab70d59a2"><code>8320241</code></a> feat: support TypeScript syntax in <code>default-param-last</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19431">#19431</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/833c4a301d4f7d21583d520d20d8a6724171733f"><code>833c4a3</code></a> feat: defineConfig() supports &quot;flat/&quot; config prefix (<a href="https://redirect.github.com/eslint/eslint/issues/19533">#19533</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/4a0df16f1ba7bed02d15c561119623199ea2ace0"><code>4a0df16</code></a> feat: circular autofix/conflicting rules detection (<a href="https://redirect.github.com/eslint/eslint/issues/19514">#19514</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/be56a685bf1aadbf59d99d43e71c00802bc9ba27"><code>be56a68</code></a> feat: support TypeScript syntax in <code>class-methods-use-this</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19498">#19498</a>) (Josh Goldberg ✨)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/0e20aa72fec53b16a21c42ac9e82969efa8f94d2"><code>0e20aa7</code></a> fix: move deprecated <code>RuleContext</code> methods to subtype (<a href="https://redirect.github.com/eslint/eslint/issues/19531">#19531</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/cc3bd00795708c4d7c06a6103983245cc9d9845b"><code>cc3bd00</code></a> fix: reporting variable used in catch block in <code>no-useless-assignment</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19423">#19423</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/d46ff832195aa841224a21086afda9d98be45ad6"><code>d46ff83</code></a> fix: <code>no-dupe-keys</code> false positive with proto setter (<a href="https://redirect.github.com/eslint/eslint/issues/19508">#19508</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/e7327736b92686e02721461ac9ccf6e65e0badac"><code>e732773</code></a> fix: navigation of search results on pressing Enter (<a href="https://redirect.github.com/eslint/eslint/issues/19502">#19502</a>) (Tanuj Kanti)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.24.0 - April 4, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/ef6742091d49fc1809ad933f1daeff7124f57e93"><code>ef67420</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.24.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19602">#19602</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4946847bb675ee26c3a52bfe3bca63a0dc5e5c61"><code>4946847</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f8578206cc9b9fcd03dc5311f8a2d96b7b3359a5"><code>f857820</code></a> docs: update documentation for <code>--experimental-strip-types</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19594">#19594</a>) (Nikolas Schröter)</li> <li><a href="https://github.com/eslint/eslint/commit/803e4af48e7fc3a2051e8c384f30fe4a318520e3"><code>803e4af</code></a> docs: simplify gitignore path handling in includeIgnoreFile section (<a href="https://redirect.github.com/eslint/eslint/issues/19596">#19596</a>) (Thomas Broyer)</li> <li><a href="https://github.com/eslint/eslint/commit/6d979ccc183454e616bc82a598db5402e9d63dcf"><code>6d979cc</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b23d1c5f0297c5e2e9a4ff70533f3c0bdbfc34b8"><code>b23d1c5</code></a> fix: deduplicate variable names in no-loop-func error messages (<a href="https://redirect.github.com/eslint/eslint/issues/19595">#19595</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/556c25bbadd640ba9465ca6ec152f10959591666"><code>556c25b</code></a> feat: support loading TS config files using <code>--experimental-strip-types</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19401">#19401</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/82177e4108d6b3e63ece6072d923c0a2c08907bf"><code>82177e4</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a995acbe32471ce8c20cbf9f48b4f3e1d8bc2229"><code>a995acb</code></a> chore: correct 'flter'/'filter' typo in package script (<a href="https://redirect.github.com/eslint/eslint/issues/19587">#19587</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/72650acdb715fc25c675dc6368877b0e3f8d3885"><code>72650ac</code></a> feat: support TS syntax in <code>init-declarations</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19540">#19540</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/03fb0bca2be41597fcea7c0e84456bbaf2e5acca"><code>03fb0bc</code></a> feat: normalize patterns to handle &quot;./&quot; prefix in files and ignores (<a href="https://redirect.github.com/eslint/eslint/issues/19568">#19568</a>) (Pixel998)</li> <li><a href="https://github.com/eslint/eslint/commit/b9a5efa937046f2d3f97e6caabb67a4bc182c983"><code>b9a5efa</code></a> test: skip symlink test on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/19503">#19503</a>) (fisker Cheung)</li> <li><a href="https://github.com/eslint/eslint/commit/46eea6d1cbed41d020cb76841ebba30710b0afd0"><code>46eea6d</code></a> chore: remove <code>Rule</code> &amp; <code>FormatterFunction</code> from <code>shared/types.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19556">#19556</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/fb8cdb842edcc035969e14b7b7e3ee372304f2d7"><code>fb8cdb8</code></a> fix: use <code>any[]</code> type for <code>context.options</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19584">#19584</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/071dcd3a8e34aeeb52d0b9c23c2c4a1e58b45858"><code>071dcd3</code></a> feat: support TS syntax in <code>no-dupe-class-members</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19558">#19558</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e849dc01286cde5b6e2f0e04bf36928710633715"><code>e849dc0</code></a> docs: replace existing var with const (<a href="https://redirect.github.com/eslint/eslint/issues/19578">#19578</a>) (Sweta Tanwar)</li> <li><a href="https://github.com/eslint/eslint/commit/bdcc91d5b61ad1b3e55044767362548c906f5462"><code>bdcc91d</code></a> chore: modify .editorconfig to keep parity with prettier config (<a href="https://redirect.github.com/eslint/eslint/issues/19577">#19577</a>) (Sweta Tanwar)</li> <li><a href="https://github.com/eslint/eslint/commit/7790d8305a8cef7cc95c331205d59d6b3c2b4e2e"><code>7790d83</code></a> chore: fix some typos in comment (<a href="https://redirect.github.com/eslint/eslint/issues/19576">#19576</a>) (todaymoon)</li> <li><a href="https://github.com/eslint/eslint/commit/cd72bcc0c8d81fbf47ff3c8fe05ae48e1d862246"><code>cd72bcc</code></a> feat: Introduce a way to suppress violations (<a href="https://redirect.github.com/eslint/eslint/issues/19159">#19159</a>) (Iacovos Constantinou)</li> <li><a href="https://github.com/eslint/eslint/commit/2a81578ac179b1eeb1484fddee31913ed99042a2"><code>2a81578</code></a> feat: support TS syntax in <code>no-loss-of-precision</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19560">#19560</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/366e3694afd85ab6605adf4fee4dfa1316be8b74"><code>366e369</code></a> build: re-enable Prettier formatting for <code>package.json</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/19569">#19569</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/30ae4ed093d19e9950d09c2ab57f43d3564e31c9"><code>30ae4ed</code></a> feat: add new options to class-methods-use-this (<a href="https://redirect.github.com/eslint/eslint/issues/19527">#19527</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/b79ade6c1e0765457637f7ddaa52a39eed3aad38"><code>b79ade6</code></a> feat: support TypeScript syntax in <code>no-array-constructor</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19493">#19493</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/0c65c628022ff3ce40598c1a6ce95728e7eda317"><code>0c65c62</code></a> docs: don't pass filename when linting rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19571">#19571</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/76064a632438533bbb90e253ec72d172e948d200"><code>76064a6</code></a> test: ignore <code>package-lock.json</code> for <code>eslint-webpack-plugin</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19572">#19572</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/6be36c99432ecdc72e33b6fb3293cf28f66ab78d"><code>6be36c9</code></a> docs: Update custom-rules.md code example of fixer (<a href="https://redirect.github.com/eslint/eslint/issues/19555">#19555</a>) (Yifan Pan)</li> </ul> <p>v9.23.0 - March 21, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/0ac8ea45350fa5819694a3775641e94b1da3282b"><code>0ac8ea4</code></a> chore: update dependencies for v9.23.0 release (<a href="https://redirect.github.com/eslint/eslint/issues/19554">#19554</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/20591c49ff27435b1555111a929a6966febc249f"><code>20591c4</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/901344f9441c746dfa82261a0d00ff6ef35bcdf1"><code>901344f</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.11.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19552">#19552</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/557a0d23755f8af4f2aaab751805c7ba6496fc21"><code>557a0d2</code></a> feat: support TypeScript syntax in no-useless-constructor (<a href="https://redirect.github.com/eslint/eslint/issues/19535">#19535</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/2357edd09beca1c3f70c92df23f2f99b9ebc7a70"><code>2357edd</code></a> build: exclude autogenerated files from Prettier formatting (<a href="https://redirect.github.com/eslint/eslint/issues/19548">#19548</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5405939efcfe6a038a7c89354eae9c39c8ff21e3"><code>5405939</code></a> docs: show red underlines in TypeScript examples in rules docs (<a href="https://redirect.github.com/eslint/eslint/issues/19547">#19547</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/48b53d6e79945b4f5f66aa2073c2d51ff7896c7c"><code>48b53d6</code></a> docs: replace var with const in examples (<a href="https://redirect.github.com/eslint/eslint/issues/19539">#19539</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/0e20aa72fec53b16a21c42ac9e82969efa8f94d2"><code>0e20aa7</code></a> fix: move deprecated <code>RuleContext</code> methods to subtype (<a href="https://redirect.github.com/eslint/eslint/issues/19531">#19531</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5228383e3e5c77c7dd07fc9d17b9a57c2ee5bb48"><code>5228383</code></a> chore: fix update-readme formatting (<a href="https://redirect.github.com/eslint/eslint/issues/19544">#19544</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c39d7db7142ebdb8174da00358b80094eaad39c1"><code>c39d7db</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a4f87604f4d8d53cb2efbd19aa067606dd1c409e"><code>a4f8760</code></a> docs: revert accidental changes (<a href="https://redirect.github.com/eslint/eslint/issues/19542">#19542</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5439525925dc26b387cc6cebf0b01f42464b4ab0"><code>5439525</code></a> chore: format JSON files in Trunk (<a href="https://redirect.github.com/eslint/eslint/issues/19541">#19541</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/75adc99eab2878e58fc88f0d4b1b6f9091455914"><code>75adc99</code></a> chore: enabled Prettier in Trunk (<a href="https://redirect.github.com/eslint/eslint/issues/19354">#19354</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/239516856fbf61828f5ac2c8b45e245103c41c04"><code>2395168</code></a> chore: added .git-blame-ignore-revs for Prettier via trunk fmt (<a href="https://redirect.github.com/eslint/eslint/issues/19538">#19538</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/129882d2fdb4e7f597ed78eeadd86377f3d6b078"><code>129882d</code></a> chore: formatted files with Prettier via trunk fmt (<a href="https://redirect.github.com/eslint/eslint/issues/19355">#19355</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/1738dbc36ce556745c230d3592e7f1aa673a1430"><code>1738dbc</code></a> chore: temporarily disable prettier in trunk (<a href="https://redirect.github.com/eslint/eslint/issues/19537">#19537</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/83202412a1ceefd3eba4b97cc9dbe99ab70d59a2"><code>8320241</code></a> feat: support TypeScript syntax in <code>default-param-last</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19431">#19431</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/280128f73def56479e32e7d40879fff05b7f44a2"><code>280128f</code></a> docs: add copy button (<a href="https://redirect.github.com/eslint/eslint/issues/19512">#19512</a>) (xbinaryx)</li> <li><a href="https://github.com/eslint/eslint/commit/833c4a301d4f7d21583d520d20d8a6724171733f"><code>833c4a3</code></a> feat: defineConfig() supports &quot;flat/&quot; config prefix (<a href="https://redirect.github.com/eslint/eslint/issues/19533">#19533</a>) (Nicholas C. Zakas)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/d49f5b7333e9a46aabdb0cff267a1d36cdbde598"><code>d49f5b7</code></a> 9.24.0</li> <li><a href="https://github.com/eslint/eslint/commit/9b6ed8a57aa7ec558d6a8a0aca263053fc878eb1"><code>9b6ed8a</code></a> Build: changelog update for 9.24.0</li> <li><a href="https://github.com/eslint/eslint/commit/ef6742091d49fc1809ad933f1daeff7124f57e93"><code>ef67420</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.24.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19602">#19602</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4946847bb675ee26c3a52bfe3bca63a0dc5e5c61"><code>4946847</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/f8578206cc9b9fcd03dc5311f8a2d96b7b3359a5"><code>f857820</code></a> docs: update documentation for <code>--experimental-strip-types</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19594">#19594</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/803e4af48e7fc3a2051e8c384f30fe4a318520e3"><code>803e4af</code></a> docs: simplify gitignore path handling in includeIgnoreFile section (<a href="https://redirect.github.com/eslint/eslint/issues/19596">#19596</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6d979ccc183454e616bc82a598db5402e9d63dcf"><code>6d979cc</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/b23d1c5f0297c5e2e9a4ff70533f3c0bdbfc34b8"><code>b23d1c5</code></a> fix: deduplicate variable names in no-loop-func error messages (<a href="https://redirect.github.com/eslint/eslint/issues/19595">#19595</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/556c25bbadd640ba9465ca6ec152f10959591666"><code>556c25b</code></a> feat: support loading TS config files using <code>--experimental-strip-types</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19">#19</a>...</li> <li><a href="https://github.com/eslint/eslint/commit/82177e4108d6b3e63ece6072d923c0a2c08907bf"><code>82177e4</code></a> docs: Update README</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.21.0...v9.24.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=9.21.0&new-version=9.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-04-21 08:11:10 -04:00 (Migrated from github.com)

Superseded by #38.

Superseded by #38.

Pull request closed

Sign in to join this conversation.
No description provided.