Skip to content

Commit 3ef388b

Browse files
chore(lambda): bump @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0 in /lambdas (#4818)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.45.0 to 8.46.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.46.0</h2> <h2>8.46.0 (2025-10-06)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-member-access] add allowOptionalChaining option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11659">#11659</a>)</li> <li><strong>eslint-plugin-internal:</strong> [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11323">#11323</a>)</li> <li><strong>rule-schema-to-typescript-types:</strong> clean up and make public (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11633">#11633</a>)</li> <li><strong>typescript-eslint:</strong> export util types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10848">#10848</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10849">#10849</a>)</li> <li><strong>typescript-estree:</strong> mention file specifics in project service allowDefaultProject error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11635">#11635</a>)</li> <li><strong>typescript-estree:</strong> private identifiers can only appear on LHS of in expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9232">#9232</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] remove excess parentheses in suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11487">#11487</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] improve wording around <code>this: void</code> and binding (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11634">#11634</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] ignore deprecated <code>export import</code>s (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11603">#11603</a>)</li> <li><strong>eslint-plugin:</strong> removed error type previously deprecated (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11674">#11674</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] ignore tagged primitives (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11660">#11660</a>)</li> <li><strong>rule-tester:</strong> deprecate TestCaseError#type and LintMessage#nodeType (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11628">#11628</a>)</li> <li><strong>typescript-estree:</strong> forbid <code>abstract</code> modifier in object methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11656">#11656</a>)</li> <li><strong>typescript-estree:</strong> forbid abstract method and accessor to have implementation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11657">#11657</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>Josh Goldberg ✨</li> <li>Joshua Chen</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@​peanutenthusiast</code></a></li> <li>Mister-Hope <a href="https://github.com/Mister-Hope"><code>@​Mister-Hope</code></a></li> <li>Richard Torres <a href="https://github.com/richardtorres314"><code>@​richardtorres314</code></a></li> <li>Victor Genaev <a href="https://github.com/mainframev"><code>@​mainframev</code></a></li> <li>Younsang Na <a href="https://github.com/nayounsang"><code>@​nayounsang</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/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.46.0 (2025-10-06)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unsafe-member-access] add allowOptionalChaining option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11659">#11659</a>)</li> <li><strong>rule-schema-to-typescript-types:</strong> clean up and make public (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11633">#11633</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] ignore tagged primitives (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11660">#11660</a>)</li> <li><strong>typescript-estree:</strong> forbid abstract method and accessor to have implementation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11657">#11657</a>)</li> <li><strong>eslint-plugin:</strong> removed error type previously deprecated (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11674">#11674</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] ignore deprecated <code>export import</code>s (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11603">#11603</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] improve wording around <code>this: void</code> and binding (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11634">#11634</a>)</li> <li><strong>rule-tester:</strong> deprecate TestCaseError#type and LintMessage#nodeType (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11628">#11628</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] remove excess parentheses in suggestions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11487">#11487</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@​peanutenthusiast</code></a></li> <li>Richard Torres <a href="https://github.com/richardtorres314"><code>@​richardtorres314</code></a></li> <li>Victor Genaev <a href="https://github.com/mainframev"><code>@​mainframev</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/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/aec785e33d63b248231c3e68c9aeb792caf21acc"><code>aec785e</code></a> chore(release): publish 8.46.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a97419124f93aef7e7748e4d0d768d6e79c28e28"><code>a974191</code></a> fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/02e02787425300e6b3e27903138fef4ead94c182"><code>02e0278</code></a> fix(typescript-estree): forbid abstract method and accessor to have implement...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f0837984cb587a47bfa7737ed252fedf67346168"><code>f083798</code></a> feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a62f625521385447fd5e22bd02a3cbc3dbdf7f2c"><code>a62f625</code></a> fix(eslint-plugin): removed error type previously deprecated (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11674">#11674</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7f5fed7922385479613f4d79a28615014174a556"><code>7f5fed7</code></a> chore: remove unused batchedSingleLineTests test utility (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11675">#11675</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f8412ce22b6e7e12121759d34b306d5f4019f1e5"><code>f8412ce</code></a> fix(eslint-plugin): [no-deprecated] ignore deprecated <code>export import</code>s (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11603">#11603</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8de997ef305b3244238d85505f132410110e09c7"><code>8de997e</code></a> feat(eslint-plugin): [no-unused-vars] support explicit resource management wi...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/740a63fd3e0fe2d9c30ae5eff6a41b0941a3129b"><code>740a63f</code></a> feat(rule-schema-to-typescript-types): clean up and make public (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11633">#11633</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/692d4eeeca905fe1c4e11808a4b73f6bfdcc34d8"><code>692d4ee</code></a> docs(eslint-plugin): [prefer-for-of] mention DOM elements and lib: dom.iterab...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=8.45.0&new-version=8.46.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>
1 parent c48ebbf commit 3ef388b

File tree

2 files changed

+25
-94
lines changed

2 files changed

+25
-94
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@swc/core": "~1.13.20",
3333
"@swc/helpers": "~0.5.17",
3434
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
35-
"@typescript-eslint/eslint-plugin": "^8.45.0",
35+
"@typescript-eslint/eslint-plugin": "^8.46.0",
3636
"@typescript-eslint/parser": "^8.46.0",
3737
"@vitest/coverage-v8": "^3.2.4",
3838
"chalk": "^5.6.2",

lambdas/yarn.lock

Lines changed: 24 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -5094,24 +5094,24 @@ __metadata:
50945094
languageName: node
50955095
linkType: hard
50965096

5097-
"@typescript-eslint/eslint-plugin@npm:^8.45.0":
5098-
version: 8.45.0
5099-
resolution: "@typescript-eslint/eslint-plugin@npm:8.45.0"
5097+
"@typescript-eslint/eslint-plugin@npm:^8.46.0":
5098+
version: 8.46.0
5099+
resolution: "@typescript-eslint/eslint-plugin@npm:8.46.0"
51005100
dependencies:
51015101
"@eslint-community/regexpp": "npm:^4.10.0"
5102-
"@typescript-eslint/scope-manager": "npm:8.45.0"
5103-
"@typescript-eslint/type-utils": "npm:8.45.0"
5104-
"@typescript-eslint/utils": "npm:8.45.0"
5105-
"@typescript-eslint/visitor-keys": "npm:8.45.0"
5102+
"@typescript-eslint/scope-manager": "npm:8.46.0"
5103+
"@typescript-eslint/type-utils": "npm:8.46.0"
5104+
"@typescript-eslint/utils": "npm:8.46.0"
5105+
"@typescript-eslint/visitor-keys": "npm:8.46.0"
51065106
graphemer: "npm:^1.4.0"
51075107
ignore: "npm:^7.0.0"
51085108
natural-compare: "npm:^1.4.0"
51095109
ts-api-utils: "npm:^2.1.0"
51105110
peerDependencies:
5111-
"@typescript-eslint/parser": ^8.45.0
5111+
"@typescript-eslint/parser": ^8.46.0
51125112
eslint: ^8.57.0 || ^9.0.0
51135113
typescript: ">=4.8.4 <6.0.0"
5114-
checksum: 10c0/0c60a0e5d07fa8618348db38b5a81e66143d528e1b3cdb5678bbc6c60590cd559b27c98c36f5663230fc4cf6920dff2cd604de30b58df26a37fcfcc5dc1dbd45
5114+
checksum: 10c0/9de2b2127b977b0d73733042602a744e5b69bfe906c6dac424123ff9726816dcc4bb3d4ba470bc1fc5c741421f53274a3a896c09fbb50e298352d4a72011b2c2
51155115
languageName: node
51165116
linkType: hard
51175117

@@ -5131,19 +5131,6 @@ __metadata:
51315131
languageName: node
51325132
linkType: hard
51335133

5134-
"@typescript-eslint/project-service@npm:8.45.0":
5135-
version: 8.45.0
5136-
resolution: "@typescript-eslint/project-service@npm:8.45.0"
5137-
dependencies:
5138-
"@typescript-eslint/tsconfig-utils": "npm:^8.45.0"
5139-
"@typescript-eslint/types": "npm:^8.45.0"
5140-
debug: "npm:^4.3.4"
5141-
peerDependencies:
5142-
typescript: ">=4.8.4 <6.0.0"
5143-
checksum: 10c0/98af065a1a3ed9d3d1eb265e09d3e9c2ae676d500a8c1d764f5609fe2c1b86749516b709804eb814fae688be7809d11748b9ae691d43c28da51dac390ca81fa9
5144-
languageName: node
5145-
linkType: hard
5146-
51475134
"@typescript-eslint/project-service@npm:8.46.0":
51485135
version: 8.46.0
51495136
resolution: "@typescript-eslint/project-service@npm:8.46.0"
@@ -5157,16 +5144,6 @@ __metadata:
51575144
languageName: node
51585145
linkType: hard
51595146

5160-
"@typescript-eslint/scope-manager@npm:8.45.0":
5161-
version: 8.45.0
5162-
resolution: "@typescript-eslint/scope-manager@npm:8.45.0"
5163-
dependencies:
5164-
"@typescript-eslint/types": "npm:8.45.0"
5165-
"@typescript-eslint/visitor-keys": "npm:8.45.0"
5166-
checksum: 10c0/54cd36206f6b4fc8e1e48576ed01e0d6ab20c2a9c4c7d90d5cc3a2d317dd8a13abe148ffecf471b16f1224aba5749e0905472745626bef9ae5bed771776f4abe
5167-
languageName: node
5168-
linkType: hard
5169-
51705147
"@typescript-eslint/scope-manager@npm:8.46.0":
51715148
version: 8.46.0
51725149
resolution: "@typescript-eslint/scope-manager@npm:8.46.0"
@@ -5177,15 +5154,6 @@ __metadata:
51775154
languageName: node
51785155
linkType: hard
51795156

5180-
"@typescript-eslint/tsconfig-utils@npm:8.45.0, @typescript-eslint/tsconfig-utils@npm:^8.45.0":
5181-
version: 8.45.0
5182-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.45.0"
5183-
peerDependencies:
5184-
typescript: ">=4.8.4 <6.0.0"
5185-
checksum: 10c0/227a9b7a5baaf35466fd369992cb933192515df1156ddf22f438deb344c2523695208e1036f5590b20603f31724de75a47fe0ee84e2fd4c8e9f3606f23f68112
5186-
languageName: node
5187-
linkType: hard
5188-
51895157
"@typescript-eslint/tsconfig-utils@npm:8.46.0, @typescript-eslint/tsconfig-utils@npm:^8.46.0":
51905158
version: 8.46.0
51915159
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.0"
@@ -5195,26 +5163,19 @@ __metadata:
51955163
languageName: node
51965164
linkType: hard
51975165

5198-
"@typescript-eslint/type-utils@npm:8.45.0":
5199-
version: 8.45.0
5200-
resolution: "@typescript-eslint/type-utils@npm:8.45.0"
5166+
"@typescript-eslint/type-utils@npm:8.46.0":
5167+
version: 8.46.0
5168+
resolution: "@typescript-eslint/type-utils@npm:8.46.0"
52015169
dependencies:
5202-
"@typescript-eslint/types": "npm:8.45.0"
5203-
"@typescript-eslint/typescript-estree": "npm:8.45.0"
5204-
"@typescript-eslint/utils": "npm:8.45.0"
5170+
"@typescript-eslint/types": "npm:8.46.0"
5171+
"@typescript-eslint/typescript-estree": "npm:8.46.0"
5172+
"@typescript-eslint/utils": "npm:8.46.0"
52055173
debug: "npm:^4.3.4"
52065174
ts-api-utils: "npm:^2.1.0"
52075175
peerDependencies:
52085176
eslint: ^8.57.0 || ^9.0.0
52095177
typescript: ">=4.8.4 <6.0.0"
5210-
checksum: 10c0/ce0f4c209c2418ebeb65e7de053499fb68bf6000bdd71068594fdb8c8ac3dbbd62935a3cea233989491f7da3ef5db87e7efd2910133c6abf6d0cbf57248f6442
5211-
languageName: node
5212-
linkType: hard
5213-
5214-
"@typescript-eslint/types@npm:8.45.0, @typescript-eslint/types@npm:^8.45.0":
5215-
version: 8.45.0
5216-
resolution: "@typescript-eslint/types@npm:8.45.0"
5217-
checksum: 10c0/0213a0573c671d13bc91961a2b2e814ec7f6381ff093bce6704017bd96b2fc7fee25906c815cedb32a0601cf5071ca6c7c5f940d087c3b0d3dd7d4bc03478278
5178+
checksum: 10c0/a0fa4617a998094bc217be1989b76a3e45c058117cda027a723ff6f98f15e5237abfa123284afbdea7f320b4da65e1053ed47c8a211dd012591908a9daa46f02
52185179
languageName: node
52195180
linkType: hard
52205181

@@ -5225,26 +5186,6 @@ __metadata:
52255186
languageName: node
52265187
linkType: hard
52275188

5228-
"@typescript-eslint/typescript-estree@npm:8.45.0":
5229-
version: 8.45.0
5230-
resolution: "@typescript-eslint/typescript-estree@npm:8.45.0"
5231-
dependencies:
5232-
"@typescript-eslint/project-service": "npm:8.45.0"
5233-
"@typescript-eslint/tsconfig-utils": "npm:8.45.0"
5234-
"@typescript-eslint/types": "npm:8.45.0"
5235-
"@typescript-eslint/visitor-keys": "npm:8.45.0"
5236-
debug: "npm:^4.3.4"
5237-
fast-glob: "npm:^3.3.2"
5238-
is-glob: "npm:^4.0.3"
5239-
minimatch: "npm:^9.0.4"
5240-
semver: "npm:^7.6.0"
5241-
ts-api-utils: "npm:^2.1.0"
5242-
peerDependencies:
5243-
typescript: ">=4.8.4 <6.0.0"
5244-
checksum: 10c0/8c2f44a00fe859a6cd4b50157c484c5b6a1c7af5d48e89ae79c5f4924947964962fc8f478ad4c2ade788907fceee9b72d4e376508ea79b51392f91082a37d239
5245-
languageName: node
5246-
linkType: hard
5247-
52485189
"@typescript-eslint/typescript-estree@npm:8.46.0":
52495190
version: 8.46.0
52505191
resolution: "@typescript-eslint/typescript-estree@npm:8.46.0"
@@ -5265,28 +5206,18 @@ __metadata:
52655206
languageName: node
52665207
linkType: hard
52675208

5268-
"@typescript-eslint/utils@npm:8.45.0":
5269-
version: 8.45.0
5270-
resolution: "@typescript-eslint/utils@npm:8.45.0"
5209+
"@typescript-eslint/utils@npm:8.46.0":
5210+
version: 8.46.0
5211+
resolution: "@typescript-eslint/utils@npm:8.46.0"
52715212
dependencies:
52725213
"@eslint-community/eslint-utils": "npm:^4.7.0"
5273-
"@typescript-eslint/scope-manager": "npm:8.45.0"
5274-
"@typescript-eslint/types": "npm:8.45.0"
5275-
"@typescript-eslint/typescript-estree": "npm:8.45.0"
5214+
"@typescript-eslint/scope-manager": "npm:8.46.0"
5215+
"@typescript-eslint/types": "npm:8.46.0"
5216+
"@typescript-eslint/typescript-estree": "npm:8.46.0"
52765217
peerDependencies:
52775218
eslint: ^8.57.0 || ^9.0.0
52785219
typescript: ">=4.8.4 <6.0.0"
5279-
checksum: 10c0/b3c83a23813b15e20e303d7153789508c01e06dec355b1a80547c59aa36998d498102f45fcd13f111031fac57270608abb04d20560248d4448fd00b1cf4dc4ab
5280-
languageName: node
5281-
linkType: hard
5282-
5283-
"@typescript-eslint/visitor-keys@npm:8.45.0":
5284-
version: 8.45.0
5285-
resolution: "@typescript-eslint/visitor-keys@npm:8.45.0"
5286-
dependencies:
5287-
"@typescript-eslint/types": "npm:8.45.0"
5288-
eslint-visitor-keys: "npm:^4.2.1"
5289-
checksum: 10c0/119adcf50c902dad7f7757bcdd88fad0a23a171d309d9b7cefe78af12e451cf84c04ae611f4c31f7e23f16c2b47665ad92e6e5648fc77d542ef306f465bf1f29
5220+
checksum: 10c0/77cc7dff9132d9f02e8766d128edbeb7c2f2b56f9ebdac7308e75a04924e2369857da27b23f0054476c9640609a9707b8dd8ca8b1c59a067e45f65bf5ef4cc1b
52905221
languageName: node
52915222
linkType: hard
52925223

@@ -8071,7 +8002,7 @@ __metadata:
80718002
"@swc/core": "npm:~1.13.20"
80728003
"@swc/helpers": "npm:~0.5.17"
80738004
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
8074-
"@typescript-eslint/eslint-plugin": "npm:^8.45.0"
8005+
"@typescript-eslint/eslint-plugin": "npm:^8.46.0"
80758006
"@typescript-eslint/parser": "npm:^8.46.0"
80768007
"@vitest/coverage-v8": "npm:^3.2.4"
80778008
chalk: "npm:^5.6.2"

0 commit comments

Comments
 (0)