Skip to content

Commit a8158d4

Browse files
chore(lambda): bump @typescript-eslint/parser from 8.46.1 to 8.46.2 in /lambdas (#4869)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.46.1 to 8.46.2. <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.46.2</h2> <h2>8.46.2 (2025-10-20)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] skip optional chaining when it could change the result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702">#11702</a>)</li> <li><strong>typescript-estree:</strong> forbid invalid modifiers in object methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11689">#11689</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>fisker Cheung <a href="https://github.com/fisker"><code>@​fisker</code></a></li> <li>mdm317</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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.46.2 (2025-10-20)</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://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/55ca033ee88cc95cfac4ad6dea2257fbeb1d4657"><code>55ca033</code></a> chore(release): publish 8.46.2</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.46.1&new-version=8.46.2)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52de7e6 commit a8158d4

File tree

2 files changed

+54
-38
lines changed

2 files changed

+54
-38
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@swc/helpers": "~0.5.17",
3434
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3535
"@typescript-eslint/eslint-plugin": "^8.46.0",
36-
"@typescript-eslint/parser": "^8.46.1",
36+
"@typescript-eslint/parser": "^8.46.2",
3737
"@vitest/coverage-v8": "^4.0.5",
3838
"chalk": "^5.6.2",
3939
"eslint": "^9.38.0",

lambdas/yarn.lock

Lines changed: 53 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5217,19 +5217,19 @@ __metadata:
52175217
languageName: node
52185218
linkType: hard
52195219

5220-
"@typescript-eslint/parser@npm:^8.46.1":
5221-
version: 8.46.1
5222-
resolution: "@typescript-eslint/parser@npm:8.46.1"
5223-
dependencies:
5224-
"@typescript-eslint/scope-manager": "npm:8.46.1"
5225-
"@typescript-eslint/types": "npm:8.46.1"
5226-
"@typescript-eslint/typescript-estree": "npm:8.46.1"
5227-
"@typescript-eslint/visitor-keys": "npm:8.46.1"
5220+
"@typescript-eslint/parser@npm:^8.46.2":
5221+
version: 8.46.3
5222+
resolution: "@typescript-eslint/parser@npm:8.46.3"
5223+
dependencies:
5224+
"@typescript-eslint/scope-manager": "npm:8.46.3"
5225+
"@typescript-eslint/types": "npm:8.46.3"
5226+
"@typescript-eslint/typescript-estree": "npm:8.46.3"
5227+
"@typescript-eslint/visitor-keys": "npm:8.46.3"
52285228
debug: "npm:^4.3.4"
52295229
peerDependencies:
52305230
eslint: ^8.57.0 || ^9.0.0
52315231
typescript: ">=4.8.4 <6.0.0"
5232-
checksum: 10c0/4d14e9dbd5b4ba6001d35ae8833b1b03588911d44b1e01a7e38b1883148c3b1d22e4d4de50e5c6a698a4697ef067e235524b521023d0f5a830767d54c8c5fff5
5232+
checksum: 10c0/8a8b47abbbc8bbc68f423df23189afefd296305d50a31c6bec9bdde563adc9ddf99b89a6b8466965fda4aee9118263bae36422dd1c25d7595dd82f8897b5df61
52335233
languageName: node
52345234
linkType: hard
52355235

@@ -5246,16 +5246,16 @@ __metadata:
52465246
languageName: node
52475247
linkType: hard
52485248

5249-
"@typescript-eslint/project-service@npm:8.46.1":
5250-
version: 8.46.1
5251-
resolution: "@typescript-eslint/project-service@npm:8.46.1"
5249+
"@typescript-eslint/project-service@npm:8.46.3":
5250+
version: 8.46.3
5251+
resolution: "@typescript-eslint/project-service@npm:8.46.3"
52525252
dependencies:
5253-
"@typescript-eslint/tsconfig-utils": "npm:^8.46.1"
5254-
"@typescript-eslint/types": "npm:^8.46.1"
5253+
"@typescript-eslint/tsconfig-utils": "npm:^8.46.3"
5254+
"@typescript-eslint/types": "npm:^8.46.3"
52555255
debug: "npm:^4.3.4"
52565256
peerDependencies:
52575257
typescript: ">=4.8.4 <6.0.0"
5258-
checksum: 10c0/7218bb343eb371e468596947ef66f0ad5024a76f2787550e093af0fc2b34e1bba3e86840bdec719afd26368e9f75c1ea4ab09bdc84610a746acd89b66910cf8b
5258+
checksum: 10c0/24ef305bbb550a8e27a7d6377663c1f2773b39b7a9f12c8b95c66c0d15f8150787b036bbff9ae4c2a0a18ab68c62435b0e03889df294bef00b3ae8846cd20659
52595259
languageName: node
52605260
linkType: hard
52615261

@@ -5269,13 +5269,13 @@ __metadata:
52695269
languageName: node
52705270
linkType: hard
52715271

5272-
"@typescript-eslint/scope-manager@npm:8.46.1":
5273-
version: 8.46.1
5274-
resolution: "@typescript-eslint/scope-manager@npm:8.46.1"
5272+
"@typescript-eslint/scope-manager@npm:8.46.3":
5273+
version: 8.46.3
5274+
resolution: "@typescript-eslint/scope-manager@npm:8.46.3"
52755275
dependencies:
5276-
"@typescript-eslint/types": "npm:8.46.1"
5277-
"@typescript-eslint/visitor-keys": "npm:8.46.1"
5278-
checksum: 10c0/5cff63677e90f3307fe924b739a3fe9f5239f74ec389fa06d6fa0a3fa51f592d8fb038c0c71088157b5b6fb426145bff1239aa3676c05c7d71d3b9be0f8c2cba
5276+
"@typescript-eslint/types": "npm:8.46.3"
5277+
"@typescript-eslint/visitor-keys": "npm:8.46.3"
5278+
checksum: 10c0/de8c116477e2a05a895ecd848a8289974a76cab884e07683c8085b3a2ce53895871d9bcd9de94723d6b2a437a6c526c77afcc75d6030cc4f1dccb9b47f4fc069
52795279
languageName: node
52805280
linkType: hard
52815281

@@ -5288,7 +5288,16 @@ __metadata:
52885288
languageName: node
52895289
linkType: hard
52905290

5291-
"@typescript-eslint/tsconfig-utils@npm:8.46.1, @typescript-eslint/tsconfig-utils@npm:^8.46.0, @typescript-eslint/tsconfig-utils@npm:^8.46.1":
5291+
"@typescript-eslint/tsconfig-utils@npm:8.46.3, @typescript-eslint/tsconfig-utils@npm:^8.46.3":
5292+
version: 8.46.3
5293+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.3"
5294+
peerDependencies:
5295+
typescript: ">=4.8.4 <6.0.0"
5296+
checksum: 10c0/a9686141204a96591ee51814a79fa676a8da845638eabb2363f9d82902660fd48ea47f7ec15a618129e45021ad154e1d193127248915752546d60d475d6a566e
5297+
languageName: node
5298+
linkType: hard
5299+
5300+
"@typescript-eslint/tsconfig-utils@npm:^8.46.0":
52925301
version: 8.46.1
52935302
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.1"
52945303
peerDependencies:
@@ -5320,7 +5329,14 @@ __metadata:
53205329
languageName: node
53215330
linkType: hard
53225331

5323-
"@typescript-eslint/types@npm:8.46.1, @typescript-eslint/types@npm:^8.46.0, @typescript-eslint/types@npm:^8.46.1":
5332+
"@typescript-eslint/types@npm:8.46.3, @typescript-eslint/types@npm:^8.46.3":
5333+
version: 8.46.3
5334+
resolution: "@typescript-eslint/types@npm:8.46.3"
5335+
checksum: 10c0/6a6ccefbd086e6c38172fe14d04ba27c1c34755af7c25e752547c42d978b91bf6b97da56a5e63d098fbd679b4a5076c4dd4be6c947fd39b4c5feea5fed6deeb6
5336+
languageName: node
5337+
linkType: hard
5338+
5339+
"@typescript-eslint/types@npm:^8.46.0":
53245340
version: 8.46.1
53255341
resolution: "@typescript-eslint/types@npm:8.46.1"
53265342
checksum: 10c0/90887acaa5b33b45af20cf7f87ec4ae098c0daa88484245473e73903fa6e542f613247c22148132167891ca06af6549a60b9d2fd14a65b22871e016901ce3756
@@ -5347,14 +5363,14 @@ __metadata:
53475363
languageName: node
53485364
linkType: hard
53495365

5350-
"@typescript-eslint/typescript-estree@npm:8.46.1":
5351-
version: 8.46.1
5352-
resolution: "@typescript-eslint/typescript-estree@npm:8.46.1"
5366+
"@typescript-eslint/typescript-estree@npm:8.46.3":
5367+
version: 8.46.3
5368+
resolution: "@typescript-eslint/typescript-estree@npm:8.46.3"
53535369
dependencies:
5354-
"@typescript-eslint/project-service": "npm:8.46.1"
5355-
"@typescript-eslint/tsconfig-utils": "npm:8.46.1"
5356-
"@typescript-eslint/types": "npm:8.46.1"
5357-
"@typescript-eslint/visitor-keys": "npm:8.46.1"
5370+
"@typescript-eslint/project-service": "npm:8.46.3"
5371+
"@typescript-eslint/tsconfig-utils": "npm:8.46.3"
5372+
"@typescript-eslint/types": "npm:8.46.3"
5373+
"@typescript-eslint/visitor-keys": "npm:8.46.3"
53585374
debug: "npm:^4.3.4"
53595375
fast-glob: "npm:^3.3.2"
53605376
is-glob: "npm:^4.0.3"
@@ -5363,7 +5379,7 @@ __metadata:
53635379
ts-api-utils: "npm:^2.1.0"
53645380
peerDependencies:
53655381
typescript: ">=4.8.4 <6.0.0"
5366-
checksum: 10c0/610048f615d4487f3dc57b7440214a14614a9dca8783d142e7dd29e2948d9c8239773839a3bcdf509c266d5f8595ea9f3a20c53c38d7b3bf3cf2305de1491bd8
5382+
checksum: 10c0/3a2bb879a3b42eda478015beee42729efdc78c0cfc70fa009442706626813114f8f9a1e918638ab957df385681ab073cf2076c508973ff9a72e2425e4e521b4f
53675383
languageName: node
53685384
linkType: hard
53695385

@@ -5392,13 +5408,13 @@ __metadata:
53925408
languageName: node
53935409
linkType: hard
53945410

5395-
"@typescript-eslint/visitor-keys@npm:8.46.1":
5396-
version: 8.46.1
5397-
resolution: "@typescript-eslint/visitor-keys@npm:8.46.1"
5411+
"@typescript-eslint/visitor-keys@npm:8.46.3":
5412+
version: 8.46.3
5413+
resolution: "@typescript-eslint/visitor-keys@npm:8.46.3"
53985414
dependencies:
5399-
"@typescript-eslint/types": "npm:8.46.1"
5415+
"@typescript-eslint/types": "npm:8.46.3"
54005416
eslint-visitor-keys: "npm:^4.2.1"
5401-
checksum: 10c0/4139a8d78ad95e59fff2285beb623a530b7c2e6af89b994a92e9d8728d0c86eb8d86f64f2372aa874f9f24924253ba9887a2f77bec6bfc6028380b024c24e582
5417+
checksum: 10c0/c5f96840e0c31541e1a2390712a6cb290eff59fc97a3ffa7ecab353d3bb3cf0d8c6f62d68db271bf194aa8c4582be735b6121fcc5b30449e01799642be77de6e
54025418
languageName: node
54035419
linkType: hard
54045420

@@ -8193,7 +8209,7 @@ __metadata:
81938209
"@swc/helpers": "npm:~0.5.17"
81948210
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
81958211
"@typescript-eslint/eslint-plugin": "npm:^8.46.0"
8196-
"@typescript-eslint/parser": "npm:^8.46.1"
8212+
"@typescript-eslint/parser": "npm:^8.46.2"
81978213
"@vitest/coverage-v8": "npm:^4.0.5"
81988214
chalk: "npm:^5.6.2"
81998215
eslint: "npm:^9.38.0"

0 commit comments

Comments
 (0)