Skip to content

Commit 942bae2

Browse files
chore(deps-dev): bump @stylistic/eslint-plugin from 2.12.1 to 3.0.0 (#126)
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.12.1 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@​stylistic/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.13.0...v3.0.0">3.0.0</a> (2025-01-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)</li> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c424d63eda46bc471d871d699b375d84ff3262bb">c424d63</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80ec2e4e3dc5c06e4c0837ac38b41bfad337bfe6">80ec2e4</a>)</li> <li><strong>quotes:</strong> Option to allow template literals only to avoid escape (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/643">#643</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822">5558bdb</a>)</li> <li><strong>type-generic-spacing:</strong> remove whitespaces in generic types (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/667">#667</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda">8dd68e2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>jsx-wrap-multilines:</strong> prevent crash when using tabs (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/653">#653</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6">8cbc9f8</a>)</li> <li><strong>plus:</strong> dependencies bundle (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba9ed81029c7cc06a38a36f16faf443138bd4800">ba9ed81</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add <code>flat: true</code> to flat config customize example (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/669">#669</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4710771c11548a4b854c89188351d0d4a1b27fd7">4710771</a>)</li> <li>typo (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/662">#662</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0">a87f5bd</a>)</li> </ul> <h3>Chores</h3> <ul> <li>cross test <code>indent</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/563">#563</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8">80c5486</a>)</li> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546">a06ed18</a>)</li> </ul> <h2>v2.13.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.12.1...v2.13.0">2.13.0</a> (2025-01-13)</h2> <h3>Features</h3> <ul> <li><strong>key-spacing:</strong> add ignoredNodes option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/640">#640</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/33ae1f6fbeb15f36967998fe566b74df7db8d3d5">33ae1f6</a>)</li> <li><strong>no-extra-parens:</strong> introduce <code>nestedConditionalExpressions</code> option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/657">#657</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bf63800c49218d554c79b4da6513c8ef90f59857">bf63800</a>)</li> <li><strong>padded-blocks:</strong> add start and end options (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/655">#655</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cf49939a716a8f66f2d5be1d043a7c736133a986">cf49939</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent-binary-ops:</strong> correctly handle <code>TypeAliasDeclaration</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/647">#647</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ca2aabc52a9d219cd16889cc9c4ea8b04d6af054">ca2aabc</a>)</li> <li><strong>indent-binary-ops:</strong> indent on multiline assignment (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/644">#644</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d7085874e84d7113a140878650f90f4efae87766">d708587</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md"><code>@​stylistic/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.13.0...v3.0.0">3.0.0</a> (2025-01-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)</li> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c424d63eda46bc471d871d699b375d84ff3262bb">c424d63</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80ec2e4e3dc5c06e4c0837ac38b41bfad337bfe6">80ec2e4</a>)</li> <li><strong>quotes:</strong> Option to allow template literals only to avoid escape (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/643">#643</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822">5558bdb</a>)</li> <li><strong>type-generic-spacing:</strong> remove whitespaces in generic types (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/667">#667</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda">8dd68e2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>jsx-wrap-multilines:</strong> prevent crash when using tabs (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/653">#653</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6">8cbc9f8</a>)</li> <li><strong>plus:</strong> dependencies bundle (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba9ed81029c7cc06a38a36f16faf443138bd4800">ba9ed81</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add <code>flat: true</code> to flat config customize example (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/669">#669</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4710771c11548a4b854c89188351d0d4a1b27fd7">4710771</a>)</li> <li>typo (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/662">#662</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0">a87f5bd</a>)</li> </ul> <h3>Chores</h3> <ul> <li>cross test <code>indent</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/563">#563</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8">80c5486</a>)</li> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546">a06ed18</a>)</li> </ul> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.12.1...v2.13.0">2.13.0</a> (2025-01-13)</h2> <h3>Features</h3> <ul> <li><strong>key-spacing:</strong> add ignoredNodes option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/640">#640</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/33ae1f6fbeb15f36967998fe566b74df7db8d3d5">33ae1f6</a>)</li> <li><strong>no-extra-parens:</strong> introduce <code>nestedConditionalExpressions</code> option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/657">#657</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bf63800c49218d554c79b4da6513c8ef90f59857">bf63800</a>)</li> <li><strong>padded-blocks:</strong> add start and end options (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/655">#655</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cf49939a716a8f66f2d5be1d043a7c736133a986">cf49939</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent-binary-ops:</strong> correctly handle <code>TypeAliasDeclaration</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/647">#647</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ca2aabc52a9d219cd16889cc9c4ea8b04d6af054">ca2aabc</a>)</li> <li><strong>indent-binary-ops:</strong> indent on multiline assignment (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/644">#644</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d7085874e84d7113a140878650f90f4efae87766">d708587</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/770a0a84e238c6ab3dea96e5f7cb71ebf28e68d3"><code>770a0a8</code></a> chore: release v3.0.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/660">#660</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda"><code>8dd68e2</code></a> feat(type-generic-spacing): remove whitespaces in generic types (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/667">#667</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/50b23715ff68439efdbaf0ec1c6b8c7b651410fa"><code>50b2371</code></a> chore: update deps</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dd40b057bcec2309c8c0697429990dee838915c2"><code>dd40b05</code></a> chore: typo (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/663">#663</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0"><code>a87f5bd</code></a> docs: typo (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/662">#662</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546"><code>a06ed18</code></a> refactor(indent-binary-ops)!: remove unnecessary logic (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/645">#645</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6"><code>8cbc9f8</code></a> fix(jsx-wrap-multilines): prevent crash when using tabs (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/653">#653</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822"><code>5558bdb</code></a> feat(quotes): Option to allow template literals only to avoid escape (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/643">#643</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8"><code>80c5486</code></a> test: cross test <code>indent</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/563">#563</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80ec2e4e3dc5c06e4c0837ac38b41bfad337bfe6"><code>80ec2e4</code></a> feat!: cross test <code>function-call-spacing</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/565">#565</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stylistic/eslint-plugin&package-manager=npm_and_yarn&previous-version=2.12.1&new-version=3.0.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> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jason Weinzierl <[email protected]>
1 parent c0ade40 commit 942bae2

File tree

4 files changed

+70
-10
lines changed

4 files changed

+70
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"devDependencies": {
7676
"@eslint/js": "^9.17.0",
77-
"@stylistic/eslint-plugin": "^2.12.1",
77+
"@stylistic/eslint-plugin": "^3.0.0",
7878
"@types/common-tags": "^1.8.4",
7979
"@types/node": "~18.18.0",
8080
"@typescript-eslint/rule-tester": "^8.19.1",

src/rules/no-floating-observables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const defaultOptions: readonly {
88

99
const messageBase
1010
= 'Observables must be subscribed to, returned, converted to a promise and awaited, '
11-
+ 'or be explicitly marked as ignored with the `void` operator.';
11+
+ 'or be explicitly marked as ignored with the `void` operator.';
1212

1313
const messageBaseNoVoid
1414
= 'Observables must be subscribed to, returned, or converted to a promise and awaited.';

src/rules/no-sharereplay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const noSharereplayRule = ruleCreator({
3939
if (allowConfig) {
4040
report
4141
= node.arguments.length !== 1
42-
|| node.arguments[0].type !== AST_NODE_TYPES.ObjectExpression;
42+
|| node.arguments[0].type !== AST_NODE_TYPES.ObjectExpression;
4343
}
4444
if (report) {
4545
context.report({

yarn.lock

Lines changed: 67 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -805,18 +805,18 @@ __metadata:
805805
languageName: node
806806
linkType: hard
807807

808-
"@stylistic/eslint-plugin@npm:^2.12.1":
809-
version: 2.12.1
810-
resolution: "@stylistic/eslint-plugin@npm:2.12.1"
808+
"@stylistic/eslint-plugin@npm:^3.0.0":
809+
version: 3.0.0
810+
resolution: "@stylistic/eslint-plugin@npm:3.0.0"
811811
dependencies:
812-
"@typescript-eslint/utils": "npm:^8.13.0"
812+
"@typescript-eslint/utils": "npm:8.13.0"
813813
eslint-visitor-keys: "npm:^4.2.0"
814814
espree: "npm:^10.3.0"
815815
estraverse: "npm:^5.3.0"
816816
picomatch: "npm:^4.0.2"
817817
peerDependencies:
818818
eslint: ">=8.40.0"
819-
checksum: 10c0/52859e4148a268c8a16cad53dd2d89a641a26e1e61bb4f7368cf5ee1b7fc9904519ade65719096607dc03f22cf2a06d6d363f5b0e8510609e0a2ebd89acc344d
819+
checksum: 10c0/14d4fef1a7c7a1cb21f4b88636d256a85108d0dcb948535d9fe9273eb063ea3a65ec5b33f1d337eb0621a82174fc32177659d1fe1db4c2775885038ea51cb6bc
820820
languageName: node
821821
linkType: hard
822822

@@ -940,6 +940,16 @@ __metadata:
940940
languageName: node
941941
linkType: hard
942942

943+
"@typescript-eslint/scope-manager@npm:8.13.0":
944+
version: 8.13.0
945+
resolution: "@typescript-eslint/scope-manager@npm:8.13.0"
946+
dependencies:
947+
"@typescript-eslint/types": "npm:8.13.0"
948+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
949+
checksum: 10c0/1924b3e740e244d98f8a99740b4196d23ae3263303b387c66db94e140455a3132e603a130f3f70fc71e37f4bda5d0c0c67224ae3911908b097ef3f972c136be4
950+
languageName: node
951+
linkType: hard
952+
943953
"@typescript-eslint/scope-manager@npm:8.19.1, @typescript-eslint/scope-manager@npm:^8.1.0":
944954
version: 8.19.1
945955
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
@@ -965,13 +975,39 @@ __metadata:
965975
languageName: node
966976
linkType: hard
967977

978+
"@typescript-eslint/types@npm:8.13.0":
979+
version: 8.13.0
980+
resolution: "@typescript-eslint/types@npm:8.13.0"
981+
checksum: 10c0/bd3f88b738a92b2222f388bcf831357ef8940a763c2c2eb1947767e1051dd2f8bee387020e8cf4c2309e4142353961b659abc2885e30679109a0488b0bfefc23
982+
languageName: node
983+
linkType: hard
984+
968985
"@typescript-eslint/types@npm:8.19.1":
969986
version: 8.19.1
970987
resolution: "@typescript-eslint/types@npm:8.19.1"
971988
checksum: 10c0/e907bf096d5ed7a812a1e537a98dd881ab5d2d47e072225bfffaa218c1433115a148b27a15744db8374b46dac721617c6d13a1da255fdeb369cf193416533f6e
972989
languageName: node
973990
linkType: hard
974991

992+
"@typescript-eslint/typescript-estree@npm:8.13.0":
993+
version: 8.13.0
994+
resolution: "@typescript-eslint/typescript-estree@npm:8.13.0"
995+
dependencies:
996+
"@typescript-eslint/types": "npm:8.13.0"
997+
"@typescript-eslint/visitor-keys": "npm:8.13.0"
998+
debug: "npm:^4.3.4"
999+
fast-glob: "npm:^3.3.2"
1000+
is-glob: "npm:^4.0.3"
1001+
minimatch: "npm:^9.0.4"
1002+
semver: "npm:^7.6.0"
1003+
ts-api-utils: "npm:^1.3.0"
1004+
peerDependenciesMeta:
1005+
typescript:
1006+
optional: true
1007+
checksum: 10c0/2d45bc5ed4ac352bea927167ac28ef23bd13b6ae352ff50e85cddfdc4b06518f1dd4ae5f2495e30d6f62d247987677a4e807065d55829ba28963908a821dc96d
1008+
languageName: node
1009+
linkType: hard
1010+
9751011
"@typescript-eslint/typescript-estree@npm:8.19.1":
9761012
version: 8.19.1
9771013
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
@@ -990,7 +1026,21 @@ __metadata:
9901026
languageName: node
9911027
linkType: hard
9921028

993-
"@typescript-eslint/utils@npm:8.19.1, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.13.0":
1029+
"@typescript-eslint/utils@npm:8.13.0":
1030+
version: 8.13.0
1031+
resolution: "@typescript-eslint/utils@npm:8.13.0"
1032+
dependencies:
1033+
"@eslint-community/eslint-utils": "npm:^4.4.0"
1034+
"@typescript-eslint/scope-manager": "npm:8.13.0"
1035+
"@typescript-eslint/types": "npm:8.13.0"
1036+
"@typescript-eslint/typescript-estree": "npm:8.13.0"
1037+
peerDependencies:
1038+
eslint: ^8.57.0 || ^9.0.0
1039+
checksum: 10c0/3fc5a7184a949df5f5b64f6af039a1d21ef7fe15f3d88a5d485ccbb535746d18514751143993a5aee287228151be3e326baf8f899a0a0a93368f6f20857ffa6d
1040+
languageName: node
1041+
linkType: hard
1042+
1043+
"@typescript-eslint/utils@npm:8.19.1, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.1.0":
9941044
version: 8.19.1
9951045
resolution: "@typescript-eslint/utils@npm:8.19.1"
9961046
dependencies:
@@ -1005,6 +1055,16 @@ __metadata:
10051055
languageName: node
10061056
linkType: hard
10071057

1058+
"@typescript-eslint/visitor-keys@npm:8.13.0":
1059+
version: 8.13.0
1060+
resolution: "@typescript-eslint/visitor-keys@npm:8.13.0"
1061+
dependencies:
1062+
"@typescript-eslint/types": "npm:8.13.0"
1063+
eslint-visitor-keys: "npm:^3.4.3"
1064+
checksum: 10c0/50b35f3cf673aaed940613f0007f7c4558a89ebef15c49824e65b6f084b700fbf01b01a4e701e24bbe651297a39678645e739acd255255f1603867a84bef0383
1065+
languageName: node
1066+
linkType: hard
1067+
10081068
"@typescript-eslint/visitor-keys@npm:8.19.1":
10091069
version: 8.19.1
10101070
resolution: "@typescript-eslint/visitor-keys@npm:8.19.1"
@@ -2133,7 +2193,7 @@ __metadata:
21332193
resolution: "eslint-plugin-rxjs-x@workspace:."
21342194
dependencies:
21352195
"@eslint/js": "npm:^9.17.0"
2136-
"@stylistic/eslint-plugin": "npm:^2.12.1"
2196+
"@stylistic/eslint-plugin": "npm:^3.0.0"
21372197
"@types/common-tags": "npm:^1.8.4"
21382198
"@types/node": "npm:~18.18.0"
21392199
"@typescript-eslint/rule-tester": "npm:^8.19.1"

0 commit comments

Comments
 (0)