Skip to content

Commit 4a28613

Browse files
chore(lambda): bump @typescript-eslint/parser from 8.46.0 to 8.46.1 in /lambdas (#4827)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.46.0 to 8.46.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.46.1</h2> <h2>8.46.1 (2025-10-13)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>ast-spec:</strong> cleanup <code>TSLiteralType</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11624">#11624</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] include mixed &quot;nullish comparison style&quot; chains in checks (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11533">#11533</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] special-case <code>.finally</code> not to report when a promise returning function is provided as an argument (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11667">#11667</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>mdm317</li> <li>Ronen Amiel</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.1 (2025-10-13)</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/3f5fbf698e75ddd87874885ffbf937913761cdb0"><code>3f5fbf6</code></a> chore(release): publish 8.46.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.1/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.0&new-version=8.46.1)](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 8d0a9d7 commit 4a28613

File tree

2 files changed

+80
-11
lines changed

2 files changed

+80
-11
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.0",
36+
"@typescript-eslint/parser": "^8.46.1",
3737
"@vitest/coverage-v8": "^3.2.4",
3838
"chalk": "^5.6.2",
3939
"eslint": "^9.37.0",

lambdas/yarn.lock

Lines changed: 79 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5114,19 +5114,19 @@ __metadata:
51145114
languageName: node
51155115
linkType: hard
51165116

5117-
"@typescript-eslint/parser@npm:^8.46.0":
5118-
version: 8.46.0
5119-
resolution: "@typescript-eslint/parser@npm:8.46.0"
5120-
dependencies:
5121-
"@typescript-eslint/scope-manager": "npm:8.46.0"
5122-
"@typescript-eslint/types": "npm:8.46.0"
5123-
"@typescript-eslint/typescript-estree": "npm:8.46.0"
5124-
"@typescript-eslint/visitor-keys": "npm:8.46.0"
5117+
"@typescript-eslint/parser@npm:^8.46.1":
5118+
version: 8.46.1
5119+
resolution: "@typescript-eslint/parser@npm:8.46.1"
5120+
dependencies:
5121+
"@typescript-eslint/scope-manager": "npm:8.46.1"
5122+
"@typescript-eslint/types": "npm:8.46.1"
5123+
"@typescript-eslint/typescript-estree": "npm:8.46.1"
5124+
"@typescript-eslint/visitor-keys": "npm:8.46.1"
51255125
debug: "npm:^4.3.4"
51265126
peerDependencies:
51275127
eslint: ^8.57.0 || ^9.0.0
51285128
typescript: ">=4.8.4 <6.0.0"
5129-
checksum: 10c0/2e8c75b72c7cf170aca554014dbe30e85478d96799a2eb782c4fb61423c0c9e4416e98d6e7903601b1738ea1d0936417dbf61ac0293a0500f56e0eaeefbb2ecd
5129+
checksum: 10c0/4d14e9dbd5b4ba6001d35ae8833b1b03588911d44b1e01a7e38b1883148c3b1d22e4d4de50e5c6a698a4697ef067e235524b521023d0f5a830767d54c8c5fff5
51305130
languageName: node
51315131
linkType: hard
51325132

@@ -5143,6 +5143,19 @@ __metadata:
51435143
languageName: node
51445144
linkType: hard
51455145

5146+
"@typescript-eslint/project-service@npm:8.46.1":
5147+
version: 8.46.1
5148+
resolution: "@typescript-eslint/project-service@npm:8.46.1"
5149+
dependencies:
5150+
"@typescript-eslint/tsconfig-utils": "npm:^8.46.1"
5151+
"@typescript-eslint/types": "npm:^8.46.1"
5152+
debug: "npm:^4.3.4"
5153+
peerDependencies:
5154+
typescript: ">=4.8.4 <6.0.0"
5155+
checksum: 10c0/7218bb343eb371e468596947ef66f0ad5024a76f2787550e093af0fc2b34e1bba3e86840bdec719afd26368e9f75c1ea4ab09bdc84610a746acd89b66910cf8b
5156+
languageName: node
5157+
linkType: hard
5158+
51465159
"@typescript-eslint/scope-manager@npm:8.46.0":
51475160
version: 8.46.0
51485161
resolution: "@typescript-eslint/scope-manager@npm:8.46.0"
@@ -5153,6 +5166,16 @@ __metadata:
51535166
languageName: node
51545167
linkType: hard
51555168

5169+
"@typescript-eslint/scope-manager@npm:8.46.1":
5170+
version: 8.46.1
5171+
resolution: "@typescript-eslint/scope-manager@npm:8.46.1"
5172+
dependencies:
5173+
"@typescript-eslint/types": "npm:8.46.1"
5174+
"@typescript-eslint/visitor-keys": "npm:8.46.1"
5175+
checksum: 10c0/5cff63677e90f3307fe924b739a3fe9f5239f74ec389fa06d6fa0a3fa51f592d8fb038c0c71088157b5b6fb426145bff1239aa3676c05c7d71d3b9be0f8c2cba
5176+
languageName: node
5177+
linkType: hard
5178+
51565179
"@typescript-eslint/tsconfig-utils@npm:8.46.0, @typescript-eslint/tsconfig-utils@npm:^8.46.0":
51575180
version: 8.46.0
51585181
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.0"
@@ -5162,6 +5185,15 @@ __metadata:
51625185
languageName: node
51635186
linkType: hard
51645187

5188+
"@typescript-eslint/tsconfig-utils@npm:8.46.1, @typescript-eslint/tsconfig-utils@npm:^8.46.1":
5189+
version: 8.46.1
5190+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.1"
5191+
peerDependencies:
5192+
typescript: ">=4.8.4 <6.0.0"
5193+
checksum: 10c0/c373bd4e2f43e03d8d4dc91cacbc0acdb217809f0e7b23fb4dd349fdab2503489dd79a3adb394491763ec967fa1312c5c9aebdbc5799ad3ed773b036a6eddb9d
5194+
languageName: node
5195+
linkType: hard
5196+
51655197
"@typescript-eslint/type-utils@npm:8.46.0":
51665198
version: 8.46.0
51675199
resolution: "@typescript-eslint/type-utils@npm:8.46.0"
@@ -5185,6 +5217,13 @@ __metadata:
51855217
languageName: node
51865218
linkType: hard
51875219

5220+
"@typescript-eslint/types@npm:8.46.1, @typescript-eslint/types@npm:^8.46.1":
5221+
version: 8.46.1
5222+
resolution: "@typescript-eslint/types@npm:8.46.1"
5223+
checksum: 10c0/90887acaa5b33b45af20cf7f87ec4ae098c0daa88484245473e73903fa6e542f613247c22148132167891ca06af6549a60b9d2fd14a65b22871e016901ce3756
5224+
languageName: node
5225+
linkType: hard
5226+
51885227
"@typescript-eslint/typescript-estree@npm:8.46.0":
51895228
version: 8.46.0
51905229
resolution: "@typescript-eslint/typescript-estree@npm:8.46.0"
@@ -5205,6 +5244,26 @@ __metadata:
52055244
languageName: node
52065245
linkType: hard
52075246

5247+
"@typescript-eslint/typescript-estree@npm:8.46.1":
5248+
version: 8.46.1
5249+
resolution: "@typescript-eslint/typescript-estree@npm:8.46.1"
5250+
dependencies:
5251+
"@typescript-eslint/project-service": "npm:8.46.1"
5252+
"@typescript-eslint/tsconfig-utils": "npm:8.46.1"
5253+
"@typescript-eslint/types": "npm:8.46.1"
5254+
"@typescript-eslint/visitor-keys": "npm:8.46.1"
5255+
debug: "npm:^4.3.4"
5256+
fast-glob: "npm:^3.3.2"
5257+
is-glob: "npm:^4.0.3"
5258+
minimatch: "npm:^9.0.4"
5259+
semver: "npm:^7.6.0"
5260+
ts-api-utils: "npm:^2.1.0"
5261+
peerDependencies:
5262+
typescript: ">=4.8.4 <6.0.0"
5263+
checksum: 10c0/610048f615d4487f3dc57b7440214a14614a9dca8783d142e7dd29e2948d9c8239773839a3bcdf509c266d5f8595ea9f3a20c53c38d7b3bf3cf2305de1491bd8
5264+
languageName: node
5265+
linkType: hard
5266+
52085267
"@typescript-eslint/utils@npm:8.46.0":
52095268
version: 8.46.0
52105269
resolution: "@typescript-eslint/utils@npm:8.46.0"
@@ -5230,6 +5289,16 @@ __metadata:
52305289
languageName: node
52315290
linkType: hard
52325291

5292+
"@typescript-eslint/visitor-keys@npm:8.46.1":
5293+
version: 8.46.1
5294+
resolution: "@typescript-eslint/visitor-keys@npm:8.46.1"
5295+
dependencies:
5296+
"@typescript-eslint/types": "npm:8.46.1"
5297+
eslint-visitor-keys: "npm:^4.2.1"
5298+
checksum: 10c0/4139a8d78ad95e59fff2285beb623a530b7c2e6af89b994a92e9d8728d0c86eb8d86f64f2372aa874f9f24924253ba9887a2f77bec6bfc6028380b024c24e582
5299+
languageName: node
5300+
linkType: hard
5301+
52335302
"@vercel/ncc@npm:0.38.4, @vercel/ncc@npm:^0.38.4":
52345303
version: 0.38.4
52355304
resolution: "@vercel/ncc@npm:0.38.4"
@@ -8002,7 +8071,7 @@ __metadata:
80028071
"@swc/helpers": "npm:~0.5.17"
80038072
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
80048073
"@typescript-eslint/eslint-plugin": "npm:^8.46.0"
8005-
"@typescript-eslint/parser": "npm:^8.46.0"
8074+
"@typescript-eslint/parser": "npm:^8.46.1"
80068075
"@vitest/coverage-v8": "npm:^3.2.4"
80078076
chalk: "npm:^5.6.2"
80088077
eslint: "npm:^9.37.0"

0 commit comments

Comments
 (0)