Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minor-and-patch group with 7 updates (#220)
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.1` | `22.5.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.3.0` | `8.4.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.3.0` | `8.4.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.0` | `28.8.2` | | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.9.0` | `6.10.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.35.2` | Updates `@types/node` from 22.5.1 to 22.5.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 8.3.0 to 8.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.4.0</h2> <h2>8.4.0 (2024-09-02)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> make withoutProjectParserOptions generic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9877">#9877</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.4.0 (2024-09-02)</h2> <p>This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3920c937e8a7b56e6134a073f03e89faeed4dd9a"><code>3920c93</code></a> chore(release): publish 8.4.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ad3404690cd601d1bbb80daa7f861ab5bb127e4"><code>2ad3404</code></a> chore: enable <code>unicorn/prefer-export-from</code> and `@typescript-eslint/consistent...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/46f27e6b1c5d5150dbacf06796dc3836d88b0abf"><code>46f27e6</code></a> docs: added note on async generator support in require-await (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9795">#9795</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e5d1ac4a29180c0b8d32e89f4831e09f903d3b05"><code>e5d1ac4</code></a> docs: add dedicated TypeOrValueSpecifier docs page (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9875">#9875</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5fd42513ce9c99b2c8232fe2c1a021920c7deb35"><code>5fd4251</code></a> docs: fill in most remaining rule option descriptions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9868">#9868</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2421575f7db4056bb309eecd85d6077a3f53c101"><code>2421575</code></a> docs: add global variable rule disabling FAQ for ESLint (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9865">#9865</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.3.0 to 8.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.4.0</h2> <h2>8.4.0 (2024-09-02)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> make withoutProjectParserOptions generic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9877">#9877</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.4.0 (2024-09-02)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3920c937e8a7b56e6134a073f03e89faeed4dd9a"><code>3920c93</code></a> chore(release): publish 8.4.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ad3404690cd601d1bbb80daa7f861ab5bb127e4"><code>2ad3404</code></a> chore: enable <code>unicorn/prefer-export-from</code> and `@typescript-eslint/consistent...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-import` from 2.29.1 to 2.30.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/releases">eslint-plugin-import's releases</a>.</em></p> <blockquote> <h2>v2.30.0</h2> <h3>Added</h3> <ul> <li><a href="./docs/rules/dynamic-import-chunkname.md"><code>dynamic-import-chunkname</code></a>: add <code>allowEmpty</code> option to allow empty leading comments (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2942">#2942</a>, thanks [<a href="https://github.com/JiangWeixian"><code>@JiangWeixian</code></a>])</li> <li><a href="./docs/rules/dynamic-import-chunkname.md"><code>dynamic-import-chunkname</code></a>: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3004">#3004</a>, thanks [<a href="https://github.com/amsardesai"><code>@amsardesai</code></a>])</li> <li>[<code>no-unused-modules</code>]: Add <code>ignoreUnusedTypeExports</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3011">#3011</a>, thanks [<a href="https://github.com/silverwind"><code>@silverwind</code></a>])</li> <li>add support for Flat Config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3018">#3018</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-extraneous-dependencies</code>]: allow wrong path (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3012">#3012</a>, thanks [<a href="https://github.com/chabb"><code>@chabb</code></a>])</li> <li>[<code>no-cycle</code>]: use scc algorithm to optimize (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2998">#2998</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[<code>no-duplicates</code>]: Removing duplicates breaks in TypeScript (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3033">#3033</a>, thanks [<a href="https://github.com/yesl-kim"><code>@yesl-kim</code></a>])</li> <li><a href="./docs/rules/newline-after-import.md"><code>newline-after-import</code></a>: fix considerComments option when require (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2952">#2952</a>, thanks [<a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a>])</li> <li>[<code>order</code>]: do not compare first path segment for relative paths (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2682">#2682</a>) (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2885">#2885</a>, thanks [<a href="https://github.com/mihkeleidast"><code>@mihkeleidast</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] <code>no-extraneous-dependencies</code>: Make glob pattern description more explicit (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2944">#2944</a>, thanks [<a href="https://github.com/mulztob"><code>@mulztob</code></a>])</li> <li>[<code>no-unused-modules</code>]: add console message to help debug <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2866">#2866</a></li> <li>[Refactor] <code>ExportMap</code>: make procedures static instead of monkeypatching exportmap (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2982">#2982</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Refactor] <code>ExportMap</code>: separate ExportMap instance from its builder logic (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2985">#2985</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] <code>order</code>: Add a quick note on how unbound imports and --fix (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2640">#2640</a>, thanks [<a href="https://github.com/minervabot"><code>@minervabot</code></a>])</li> <li>[Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2987">#2987</a>, thanks [<a href="https://github.com/joeyguerra"><code>@joeyguerra</code></a>])</li> <li>[actions] migrate OSX tests to GHA ([ljharb#37], thanks [<a href="https://github.com/aks"><code>@aks</code></a>-])</li> <li>[Refactor] <code>exportMapBuilder</code>: avoid hoisting (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2989">#2989</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Refactor] <code>ExportMap</code>: extract "builder" logic to separate files (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2991">#2991</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] [<code>order</code>]: update the description of the <code>pathGroupsExcludedImportTypes</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3036">#3036</a>, thanks [<a href="https://github.com/liby"><code>@liby</code></a>])</li> <li>[readme] Clarify how to install the plugin (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2993">#2993</a>, thanks [<a href="https://github.com/jwbth"><code>@jwbth</code></a>])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md">eslint-plugin-import's changelog</a>.</em></p> <blockquote> <h2>[2.30.0] - 2024-09-02</h2> <h3>Added</h3> <ul> <li>[<code>dynamic-import-chunkname</code>]: add <code>allowEmpty</code> option to allow empty leading comments (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2942">#2942</a>, thanks [<a href="https://github.com/JiangWeixian"><code>@JiangWeixian</code></a>])</li> <li>[<code>dynamic-import-chunkname</code>]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3004">#3004</a>, thanks [<a href="https://github.com/amsardesai"><code>@amsardesai</code></a>])</li> <li>[<code>no-unused-modules</code>]: Add <code>ignoreUnusedTypeExports</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3011">#3011</a>, thanks [<a href="https://github.com/silverwind"><code>@silverwind</code></a>])</li> <li>add support for Flat Config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3018">#3018</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-extraneous-dependencies</code>]: allow wrong path (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3012">#3012</a>, thanks [<a href="https://github.com/chabb"><code>@chabb</code></a>])</li> <li>[<code>no-cycle</code>]: use scc algorithm to optimize (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2998">#2998</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[<code>no-duplicates</code>]: Removing duplicates breaks in TypeScript (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3033">#3033</a>, thanks [<a href="https://github.com/yesl-kim"><code>@yesl-kim</code></a>])</li> <li>[<code>newline-after-import</code>]: fix considerComments option when require (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2952">#2952</a>, thanks [<a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a>])</li> <li>[<code>order</code>]: do not compare first path segment for relative paths (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2682">#2682</a>) (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2885">#2885</a>, thanks [<a href="https://github.com/mihkeleidast"><code>@mihkeleidast</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] <code>no-extraneous-dependencies</code>: Make glob pattern description more explicit (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2944">#2944</a>, thanks [<a href="https://github.com/mulztob"><code>@mulztob</code></a>])</li> <li>[<code>no-unused-modules</code>]: add console message to help debug <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2866">#2866</a></li> <li>[Refactor] <code>ExportMap</code>: make procedures static instead of monkeypatching exportmap (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2982">#2982</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Refactor] <code>ExportMap</code>: separate ExportMap instance from its builder logic (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2985">#2985</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] <code>order</code>: Add a quick note on how unbound imports and --fix (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2640">#2640</a>, thanks [<a href="https://github.com/minervabot"><code>@minervabot</code></a>])</li> <li>[Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2987">#2987</a>, thanks [<a href="https://github.com/joeyguerra"><code>@joeyguerra</code></a>])</li> <li>[actions] migrate OSX tests to GHA ([ljharb#37], thanks [<a href="https://github.com/aks"><code>@aks</code></a>-])</li> <li>[Refactor] <code>exportMapBuilder</code>: avoid hoisting (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2989">#2989</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Refactor] <code>ExportMap</code>: extract "builder" logic to separate files (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2991">#2991</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] [<code>order</code>]: update the description of the <code>pathGroupsExcludedImportTypes</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3036">#3036</a>, thanks [<a href="https://github.com/liby"><code>@liby</code></a>])</li> <li>[readme] Clarify how to install the plugin (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2993">#2993</a>, thanks [<a href="https://github.com/jwbth"><code>@jwbth</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/18787d3e6966028983af81a878d1a505893932d4"><code>18787d3</code></a> Bump to 2.30.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/990229879c6790d64f3673ac59b0c9a9736f79fe"><code>9902298</code></a> [Deps] update <code>eslint-module-utils</code></li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/9d194a6e4690cc8afed68cb7736a81dd3a919135"><code>9d194a6</code></a> [utils] v2.9.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/0a58d7572c8267203182043608d56ead1c50f4ce"><code>0a58d75</code></a> [resolvers/webpack] v0.13.9</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/a3015ebd1bb6251990aee79e292d7116e9f191ff"><code>a3015eb</code></a> [Test] <code>namespace</code>: ensure valid case is actually included</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/8bdb32bc8be5364f4adeb781b2321ea62c9ab46e"><code>8bdb32b</code></a> [Test] add explicit marker for trailing whitespace in cases</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/038c26cade3c85c823ba2eafd52bb91ae458f2b2"><code>038c26c</code></a> [readme] Clarify how to install the plugin</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/32a2b8986961639cc9c19ebac1f1f0640fb78ef5"><code>32a2b89</code></a> [Fix] <code>order</code>: do not compare first path segment for relative paths (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2682">#2682</a>)</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/ee1ea025a6843fe4380927832a31761f1f4ae339"><code>ee1ea02</code></a> [Fix] <code>newline-after-import</code>: fix considerComments option when require</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/806e3c2ccc65456a2d8532d575c9f443355bda82"><code>806e3c2</code></a> [New] add support for Flat Config</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-jest` from 28.8.0 to 28.8.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v28.8.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a> (2024-09-02)</h2> <h3>Performance Improvements</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> stop collecting import specifiers for no reason (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8">0660242</a>)</li> </ul> <h2>v28.8.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">28.8.1</a> (2024-08-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> support typescript-eslint parser (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb">307f6a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a> (2024-09-02)</h2> <h3>Performance Improvements</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> stop collecting import specifiers for no reason (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8">0660242</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">28.8.1</a> (2024-08-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-importing-jest-globals:</strong> support typescript-eslint parser (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb">307f6a7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9adda0ae0bb7de3093f85d669ca998aee3689fa6"><code>9adda0a</code></a> chore(release): 28.8.2 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/066024289ec09e2ecf83db001cc93930aa6288a8"><code>0660242</code></a> perf(prefer-importing-jest-globals): stop collecting import specifiers for no...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/a789420ba57e0df632c493e85e4c4939f26f5f80"><code>a789420</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1df45e9dcb16edc4d78b24fe5544a5fa8d3aca3c"><code>1df45e9</code></a> chore(release): 28.8.1 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/307f6a7b3aad7a5c891d8fea9f115e5d2f4f3fbb"><code>307f6a7</code></a> fix(prefer-importing-jest-globals): support typescript-eslint parser (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/267702dc6a1cb7c0524b53de5498599341d00032"><code>267702d</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f969f92a0a3b72df5f87d898d9e3249474fcf8e5"><code>f969f92</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f5f3e991cbc473133797f1b0697f61518fffa217"><code>f5f3e99</code></a> chore(deps): lock file maintenance</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-jsx-a11y` from 6.9.0 to 6.10.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md">eslint-plugin-jsx-a11y's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.0">v6.10.0</a> - 2024-09-03</h2> <h3>Fixed</h3> <ul> <li>[New] <code>label-has-associated-control</code>: add additional error message <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1005"><code>[#1005](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1005)</code></a></li> <li>[Fix] <code>label-has-associated-control</code>: ignore undetermined label text <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966"><code>[#966](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966)</code></a></li> </ul> <h3>Commits</h3> <ul> <li>[Tests] switch from jest to tape <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/a284cbf4eb21292c4cff87f02be0bfb82764757f"><code>a284cbf</code></a></li> <li>[New] add eslint 9 support <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/deac4fd06eff4c0f5da27611c2a44a009b7e7fda"><code>deac4fd</code></a></li> <li>[New] add <code>attributes</code> setting <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/a1ee7f8810efafe416eb5d7f6eb0505b52873495"><code>a1ee7f8</code></a></li> <li>[New] allow polymorphic linting to be restricted <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6cd1a7011446e3925f2b49c51ff26246a21491d1"><code>6cd1a70</code></a></li> <li>[Tests] remove duplicate tests <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/74d5decb6f2e42c05ce40a45630041fd695a2e7f"><code>74d5dec</code></a></li> <li>[Dev Deps] update <code>@babel/cli</code>, <code>@babel/core</code>, <code>@babel/eslint-parser</code>, <code>@babel/plugin-transform-flow-strip-types</code> <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6eca2359f5457af72dbfba265b73297c9232cb3e"><code>6eca235</code></a></li> <li>[readme] remove deprecated travis ci badge; add github actions badge <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0be7ea95f560c6afc6817d381054d914ebd0b2ca"><code>0be7ea9</code></a></li> <li>[Tests] use <code>npm audit</code> instead of <code>aud</code> <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/05a5e4992900e0d5d61e29e13046c90797b68a7c"><code>05a5e49</code></a></li> <li>[Deps] update <code>axobject-query</code> <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/912e98c425ef9fcc2d7d22b45b4f7e3b445112a5"><code>912e98c</code></a></li> <li>[Deps] unpin <code>axobject-query</code> <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75147aa68888fc150a4efea5b99809969bdc32b2"><code>75147aa</code></a></li> <li>[Deps] update <code>axe-core</code> <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/27ff7cbf562bf2685fd5a6062e58eb4727cb85c6"><code>27ff7cb</code></a></li> <li>[readme] fix jsxA11y import name <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/ce846e00414c41676a6a8601022059878bcc0b89"><code>ce846e0</code></a></li> <li>[readme] fix typo in shareable config section in readme <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/cca288b73a39fa0932a57c02a7a88de68fc971fc"><code>cca288b</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/65c9338c62c558d3c1c2dbf5ecc55cf04dbfe80c"><code>65c9338</code></a> v6.10.0</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/912e98c425ef9fcc2d7d22b45b4f7e3b445112a5"><code>912e98c</code></a> [Deps] update <code>axobject-query</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6cd1a7011446e3925f2b49c51ff26246a21491d1"><code>6cd1a70</code></a> [New] allow polymorphic linting to be restricted</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/a1ee7f8810efafe416eb5d7f6eb0505b52873495"><code>a1ee7f8</code></a> [New] add <code>attributes</code> setting</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/83fd9c453e3a0f2965ecf0cfde821d0141d1a1c3"><code>83fd9c4</code></a> [New] <code>label-has-associated-control</code>: add additional error message</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75147aa68888fc150a4efea5b99809969bdc32b2"><code>75147aa</code></a> [Deps] unpin <code>axobject-query</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/a284cbf4eb21292c4cff87f02be0bfb82764757f"><code>a284cbf</code></a> [Tests] switch from jest to tape</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/deac4fd06eff4c0f5da27611c2a44a009b7e7fda"><code>deac4fd</code></a> [New] add eslint 9 support</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/74d5decb6f2e42c05ce40a45630041fd695a2e7f"><code>74d5dec</code></a> [Tests] remove duplicate tests</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/05a5e4992900e0d5d61e29e13046c90797b68a7c"><code>05a5e49</code></a> [Tests] use <code>npm audit</code> instead of <code>aud</code></li> <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-react` from 7.35.0 to 7.35.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.35.2</h2> <h3>Fixed</h3> <ul> <li><a href="docs/rules/jsx-curly-brace-presence.md"><code>jsx-curly-brace-presence</code></a>: avoid autofixing attributes with double quotes to a double quoted attribute (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">#3814</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">#3814</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">jsx-eslint/eslint-plugin-react#3814</a> <a href="docs/rules/jsx-curly-brace-presence.md"><code>jsx-curly-brace-presence</code></a>: docs/rules/jsx-curly-brace-presence.md</p> <h2>v7.35.1</h2> <h3>Fixed</h3> <ul> <li><a href="docs/rules/jsx-curly-brace-presence.md"><code>jsx-curly-brace-presence</code></a>: do not trigger on strings containing a quote character (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3798">#3798</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3798">#3798</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3798">jsx-eslint/eslint-plugin-react#3798</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2>[7.35.2] - 2024.09.03</h2> <h3>Fixed</h3> <ul> <li>[<code>jsx-curly-brace-presence</code>]: avoid autofixing attributes with double quotes to a double quoted attribute (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">#3814</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">#3814</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3814">jsx-eslint/eslint-plugin-react#3814</a></p> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.35.1">7.35.1</a> - 2024.09.02</h2> <h3>Fixed</h3> <ul> <li>[<code>jsx-curly-brace-presence</code>]: do not trigger on strings containing a quote character (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3798">#3798</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3798">#3798</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3798">jsx-eslint/eslint-plugin-react#3798</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/4c10849b44d38e0cc5db7894c5791e05d3d7e906"><code>4c10849</code></a> Update CHANGELOG and bump version</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/45ba6bcb5658052b7fcd989871b620e5301f6c63"><code>45ba6bc</code></a> [Fix] <code>jsx-curly-brace-presence</code>: avoid autofixing attributes with double quo...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/e538ee98164b96ef551a2d680f1fb0bbf408ccdf"><code>e538ee9</code></a> [Tests] <code>jsx-curly-brace-presence</code>: clean up formatting</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/5fc0f872a01827ce33f6452cafb10c1ff0c02669"><code>5fc0f87</code></a> Update CHANGELOG and bump version</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/a2306e7a88762ced2c15cefa3df5a865e9976617"><code>a2306e7</code></a> [Tests] use <code>npm audit</code> instead of <code>aud</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/d9c7ef132944a5c27ebd6854f24382abfe9d63bd"><code>d9c7ef1</code></a> [Dev Deps] update <code>@babel/core</code>, <code>@babel/eslint-parser</code>, <code>aud</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/10eb2350a42e4645f33a594f63e74fc3aceef939"><code>10eb235</code></a> [Fix] <code>jsx-curly-brace-presence</code>: do not trigger on strings containing a quot...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/0170dbed4e48e17594546767fa686a430b5675fd"><code>0170dbe</code></a> [Refactor] add <code>astUtil.isCallExpression</code> predicate</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/3b6bacc18344204bd587f721fcf4ba71e41d530b"><code>3b6bacc</code></a> [Refactor] general cleanup</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/8dc0215fdc907d931de3eb78e97d94d35fa12078"><code>8dc0215</code></a> [Refactor] hoist functions to module level</li> <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.35.2">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information