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 6 updates (#227)
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.11.3` | `1.12.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.8.0` | `8.8.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.8.0` | `8.8.1` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.30.0` | `2.31.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` | Updates `@grpc/grpc-js` from 1.11.3 to 1.12.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@grpc/grpc-js</code>'s releases</a>.</em></p> <blockquote> <h2><code>@grpc/grpc-js</code> 1.12.1</h2> <ul> <li>Port bugfixes from 1.11.x into 1.12.x (<a href="https://redirect.github.com/grpc/grpc-node/issues/2836">#2836</a>)</li> </ul> <h2><code>@grpc/grpc-js-xds</code> 1.12.0</h2> <ul> <li>Enable dualstack socket support by default in xDS clients (<a href="https://redirect.github.com/grpc/grpc-node/issues/2832">#2832</a>)</li> </ul> <h2><code>@grpc/grpc-js</code> 1.12.0</h2> <h2>Changelog</h2> <ul> <li>Provide the method_name for the CallCredentials callback generateMetadata (<a href="https://redirect.github.com/grpc/grpc-node/issues/2814">#2814</a> contributed by <a href="https://github.com/becoded"><code>@becoded</code></a>)</li> <li>Add an optional <code>rejectUnauthorized</code> field to the <code>VerifyOptions</code> interface, which can be passed as an argument to <code>credentials.createSsl</code> and <code>createFromSecureContext</code> (<a href="https://redirect.github.com/grpc/grpc-node/issues/2812">#2812</a> contributed by <a href="https://github.com/vinothsa4891"><code>@vinothsa4891</code></a>)</li> </ul> <h2>Experimental API changes</h2> <p>Added:</p> <ul> <li><code>CaCertificateUpdate</code></li> <li><code>CaCertificateUpdateListener</code></li> <li><code>IdentityCertificateUpdate</code></li> <li><code>IdentityCertificateUpdateListener</code></li> <li><code>CertificateProvider</code></li> <li><code>FileWatcherCertificateProvider</code></li> <li><code>FileWatcherCertificateProviderConfig</code></li> <li><code>createCertificateProviderChannelCredentials</code></li> <li><code>createCertificateProviderServerCredentials</code></li> </ul> <p>Modified:</p> <ul> <li><code>LoadBalancer</code>: The constructor now takes an additional argument of type <code>ChannelCredentials</code>.</li> <li><code>ChannelControlHelper#createSubchannel</code>: Now takes an additional argument of type <code>ChannelCredentials | null</code>. This should be passed along if overriding this function.</li> <li><code>LeafLoadBalancer</code>: The constructor now takes an additional argument of type <code>ChannelCredentials</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/dce227236222f2613b24ef3451fb2c8ac6dfd7ef"><code>dce2272</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2836">#2836</a> from murgatroid99/grpc-js_1.12_1.11_bugfix_merge</li> <li><a href="https://github.com/grpc/grpc-node/commit/65cd9b678e65ca1bd3b8ce2d368cbac61adc00f4"><code>65cd9b6</code></a> grpc-js: Bump to 1.12.1</li> <li><a href="https://github.com/grpc/grpc-node/commit/f21855d8824c4f1736472bd0aa8b6b701721e3ee"><code>f21855d</code></a> Merge remote-tracking branch 'upstream/@grpc/<a href="mailto:[email protected]">[email protected]</a>' into grpc-js_1.1...</li> <li><a href="https://github.com/grpc/grpc-node/commit/8aacdfd1f321d6ff97687aaf7a9f4eb3148b8dc9"><code>8aacdfd</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2833">#2833</a> from murgatroid99/grpc-js_1.12.0_bump</li> <li><a href="https://github.com/grpc/grpc-node/commit/051c0480f5b91b12d583334ce99cb51a814aae4a"><code>051c048</code></a> grpc-js: Bump to 1.12.0</li> <li><a href="https://github.com/grpc/grpc-node/commit/707f6cb30d1e903b48215bf3e4b0fca96a0082bc"><code>707f6cb</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2832">#2832</a> from murgatroid99/grpc-js-xds_enable_dualstack</li> <li><a href="https://github.com/grpc/grpc-node/commit/50668f71646ab85bb23a3109712142afc54016b6"><code>50668f7</code></a> grpc-js-xds: Enable dualstack support by default</li> <li><a href="https://github.com/grpc/grpc-node/commit/3c9436be8eb3788173796d4c90d2abe036d0f798"><code>3c9436b</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2812">#2812</a> from vinothsa4891/bugfix/support-reject-unauthorized</li> <li><a href="https://github.com/grpc/grpc-node/commit/0430dc5523b210ab957b056fb5539502c6c3d629"><code>0430dc5</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2828">#2828</a> from murgatroid99/grpc-js_parse_duration_fix</li> <li><a href="https://github.com/grpc/grpc-node/commit/6d09389f95460c6b9faf3d80a8fe046e0adf7030"><code>6d09389</code></a> grpc-js: Fix duration parsing bug</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.7.4 to 22.7.5 <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.8.0 to 8.8.1 <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.8.1</h2> <h2>8.8.1 (2024-10-07)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> stop warning on <a href="https://github.com/ts-nocheck"><code>@ts-nocheck</code></a> comments which aren't at the beginning of the file (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10046">#10046</a>)</li> <li><strong>typescript-estree:</strong> fix crash when running from a <code>node --eval</code> script (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10098">#10098</a>)</li> <li><strong>typescript-estree:</strong> ensure mjs/mts files are always be parsed as ESM (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10011">#10011</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li> <li>Ronen Amiel</li> <li>WhitePiano <a href="https://github.com/goldentrash"><code>@goldentrash</code></a></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.8.1 (2024-10-07)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> stop warning on <a href="https://github.com/ts-nocheck"><code>@ts-nocheck</code></a> comments which aren't at the beginning of the file</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher</li> <li>Ronen Amiel</li> <li>WhitePiano</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>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f898248934fe8bba8a1a961373b86d508a9fca9c"><code>f898248</code></a> chore(release): publish 8.8.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2d6ee87a30f1272845d5483da2f28dd742ca9843"><code>2d6ee87</code></a> fix(eslint-plugin): stop warning on <a href="https://github.com/ts-nocheck"><code>@ts-nocheck</code></a> comments which aren't at the ...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1 <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.8.1</h2> <h2>8.8.1 (2024-10-07)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> stop warning on <a href="https://github.com/ts-nocheck"><code>@ts-nocheck</code></a> comments which aren't at the beginning of the file (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10046">#10046</a>)</li> <li><strong>typescript-estree:</strong> fix crash when running from a <code>node --eval</code> script (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10098">#10098</a>)</li> <li><strong>typescript-estree:</strong> ensure mjs/mts files are always be parsed as ESM (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10011">#10011</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li> <li>Ronen Amiel</li> <li>WhitePiano <a href="https://github.com/goldentrash"><code>@goldentrash</code></a></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.8.1 (2024-10-07)</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/f898248934fe8bba8a1a961373b86d508a9fca9c"><code>f898248</code></a> chore(release): publish 8.8.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-import` from 2.30.0 to 2.31.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.31.0</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>] [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><a href="./docs/rules/order.md"><code>order</code></a>: allow validating named imports (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>, thanks [<a href="https://github.com/manuth"><code>@manuth</code></a>])</li> <li><a href="./docs/rules/extensions.md"><code>extensions</code></a>: add the <code>checkTypeImports</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>, thanks [<a href="https://github.com/phryneas"><code>@phryneas</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li><code>ExportMap</code> / flat config: include <code>languageOptions</code> in context (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><a href="./docs/rules/no-named-as-default.md"><code>no-named-as-default</code></a>: Allow using an identifier if the export is both a named and a default export (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>, thanks [<a href="https://github.com/akwodkiewicz"><code>@akwodkiewicz</code></a>])</li> <li><a href="./docs/rules/export.md"><code>export</code></a>: False positive for exported overloaded functions in TS (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>, thanks [<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>])</li> <li><code>exportMap</code>: export map cache is tainted by unreliable parse results (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><code>exportMap</code>: improve cacheKey when using flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>adjust "is source type module" checks for flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] <a href="./docs/rules/no-relative-packages.md"><code>no-relative-packages</code></a>: fix typo (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>, thanks [<a href="https://github.com/joshuaobrien"><code>@joshuaobrien</code></a>])</li> <li>[Performance] <a href="./docs/rules/no-cycle.md"><code>no-cycle</code></a>: dont scc for each linted file (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] <a href="./docs/rules/no-cycle.md"><code>no-cycle</code></a>: add <code>disableScc</code> to docs (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Tests] use re-exported <code>RuleTester</code> (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> <li>[Docs] <a href="./docs/rules/no-restricted-paths.md"><code>no-restricted-paths</code></a>: fix grammar (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>, thanks [<a href="https://github.com/unbeauvoyage"><code>@unbeauvoyage</code></a>])</li> <li>[Tests] <a href="./docs/rules/no-default-export.md"><code>no-default-export</code></a>, <a href="./docs/rules/no-named-export.md"><code>no-named-export</code></a>: add test case (thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> <p><a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3073">import-js/eslint-plugin-import#3073</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3072">import-js/eslint-plugin-import#3072</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3071">import-js/eslint-plugin-import#3071</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3070">import-js/eslint-plugin-import#3070</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3068">import-js/eslint-plugin-import#3068</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3066">import-js/eslint-plugin-import#3066</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3065">import-js/eslint-plugin-import#3065</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3062">import-js/eslint-plugin-import#3062</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3052">import-js/eslint-plugin-import#3052</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3043">import-js/eslint-plugin-import#3043</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/3032">import-js/eslint-plugin-import#3032</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/2996">import-js/eslint-plugin-import#2996</a> <a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>: <a href="https://redirect.github.com/import-js/eslint-plugin-import/pull/2817">import-js/eslint-plugin-import#2817</a> [<a href="https://github.com/akwodkiewicz"><code>@akwodkiewicz</code></a>]: <a href="https://github.com/akwodkiewicz">https://github.com/akwodkiewicz</a> [<a href="https://github.com/joshuaobrien"><code>@joshuaobrien</code></a>]: <a href="https://github.com/joshuaobrien">https://github.com/joshuaobrien</a> [<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>]: <a href="https://github.com/liuxingbaoyu">https://github.com/liuxingbaoyu</a> [<a href="https://github.com/manuth"><code>@manuth</code></a>]: <a href="https://github.com/manuth">https://github.com/manuth</a> [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>]: <a href="https://github.com/michaelfaith">https://github.com/michaelfaith</a> [<a href="https://github.com/phryneas"><code>@phryneas</code></a>]: <a href="https://github.com/phryneas">https://github.com/phryneas</a></p> <!-- 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.31.0] - 2024-10-03</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>] [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>[<code>order</code>]: allow validating named imports (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3043">#3043</a>, thanks [<a href="https://github.com/manuth"><code>@manuth</code></a>])</li> <li>[<code>extensions</code>]: add the <code>checkTypeImports</code> option (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2817">#2817</a>, thanks [<a href="https://github.com/phryneas"><code>@phryneas</code></a>])</li> </ul> <h3>Fixed</h3> <ul> <li><code>ExportMap</code> / flat config: include <code>languageOptions</code> in context (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3052">#3052</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>[<code>no-named-as-default</code>]: Allow using an identifier if the export is both a named and a default export (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3032">#3032</a>, thanks [<a href="https://github.com/akwodkiewicz"><code>@akwodkiewicz</code></a>])</li> <li>[<code>export</code>]: False positive for exported overloaded functions in TS (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3065">#3065</a>, thanks [<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>])</li> <li><code>exportMap</code>: export map cache is tainted by unreliable parse results (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3062">#3062</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li><code>exportMap</code>: improve cacheKey when using flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3072">#3072</a>, thanks [<a href="https://github.com/michaelfaith"><code>@michaelfaith</code></a>])</li> <li>adjust "is source type module" checks for flat config (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/2996">#2996</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>no-relative-packages</code>]: fix typo (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3066">#3066</a>, thanks [<a href="https://github.com/joshuaobrien"><code>@joshuaobrien</code></a>])</li> <li>[Performance] [<code>no-cycle</code>]: dont scc for each linted file (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3068">#3068</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Docs] [<code>no-cycle</code>]: add <code>disableScc</code> to docs (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3070">#3070</a>, thanks [<a href="https://github.com/soryy708"><code>@soryy708</code></a>])</li> <li>[Tests] use re-exported <code>RuleTester</code> (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3071">#3071</a>, thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> <li>[Docs] [<code>no-restricted-paths</code>]: fix grammar (<a href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3073">#3073</a>, thanks [<a href="https://github.com/unbeauvoyage"><code>@unbeauvoyage</code></a>])</li> <li>[Tests] [<code>no-default-export</code>], [<code>no-named-export</code>]: add test case (thanks [<a href="https://github.com/G-Rath"><code>@G-Rath</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/91f809b28323bfbd27749bae84daed00511b07e5"><code>91f809b</code></a> v2.31.0</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/3f1ac249272db87f0191727beeaa368fcbe7aab4"><code>3f1ac24</code></a> [utils] [refactor] <code>parse</code>: avoid using a regex here</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/d225176343d491db07a1c9e6e521ea90f169c928"><code>d225176</code></a> [New] <code>extensions</code>: add the <code>checkTypeImports</code> option</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/5a51b9a4ca13cb5fa5cfa349a99999826b5e2aed"><code>5a51b9a</code></a> [Tests] <code>rule-tester</code>: try this babel class workaround</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/d66cde00ee15c49951071636ccf0b3c4ed8ba831"><code>d66cde0</code></a> [New] support eslint v9</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/d27a639f338a77a6a0de87cb40c17d7b81a65b41"><code>d27a639</code></a> [Fix] adjust "is source type module" checks for flat config</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/1fa8a07a791b2497c8003e63e45f359eb65b1508"><code>1fa8a07</code></a> [Refactor] create <code>sourceType</code> helper</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/0bc13553d44e962b416d602da779364515d3df28"><code>0bc1355</code></a> [Tests] <code>no-default-export</code>, <code>no-named-export</code>: add test cases with non-modu...</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/55fa203518fe71a28c697407b436619961009166"><code>55fa203</code></a> [Tests] <code>no-default-export</code>, <code>no-named-export</code>: add test case</li> <li><a href="https://github.com/import-js/eslint-plugin-import/commit/6be20dfa1170c9c5f3cf12f328c1a7cc5cd04c13"><code>6be20df</code></a> [Docs] <code>no-restricted-paths</code>: fix grammar</li> <li>Additional commits viewable in <a href="https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.6.2 to 5.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.6.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for Typescript 5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+">fixed issues query for Typescript 5.6.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/d48a5cf89a62a62d6c6ed53ffa18f070d9458b85"><code>d48a5cf</code></a> Bump version to 5.6.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/fefa70aa18df825b6b06e79ae3d5b54f17571128"><code>fefa70a</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/60083">#60083</a> (Don't issue implicit any when obtai...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ff716921496ab538e74450d32443c899afbf4657"><code>ff71692</code></a> [release-5.6] Remove tsbuildInfo specification error now that we need it for ...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1f44dcf4e1d7db05fab64dea6949fe3c0e642d25"><code>1f44dcf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/60157">#60157</a> (fix automatic type acquisition) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/60169">#60169</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3">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