Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit d1a7ea3

Browse files
chore(lambda): bump @typescript-eslint/parser from 5.59.5 to 6.1.0 in /lambdas (#3365)
chore(lambda): bump @typescript-eslint/parser in /lambdas Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.5 to 6.1.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1279e8c commit d1a7ea3

File tree

6 files changed

+44
-38
lines changed

6 files changed

+44
-38
lines changed

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.0",
2222
"@types/node": "^20.1.4",
2323
"@typescript-eslint/eslint-plugin": "^5.57.0",
24-
"@typescript-eslint/parser": "^5.57.0",
24+
"@typescript-eslint/parser": "^6.1.0",
2525
"@vercel/ncc": "^0.36.1",
2626
"aws-sdk-client-mock": "^2.1.1",
2727
"aws-sdk-client-mock-jest": "^2.1.1",

lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^20.1.4",
2424
"@types/request": "^2.48.8",
2525
"@typescript-eslint/eslint-plugin": "^5.54.1",
26-
"@typescript-eslint/parser": "^5.59.0",
26+
"@typescript-eslint/parser": "^6.1.0",
2727
"@vercel/ncc": "^0.36.1",
2828
"aws-sdk-client-mock": "^2.1.1",
2929
"aws-sdk-client-mock-jest": "^2.1.1",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/jest": "^29.5.0",
2424
"@types/node": "^20.1.4",
2525
"@typescript-eslint/eslint-plugin": "^5.57.0",
26-
"@typescript-eslint/parser": "^5.59.0",
26+
"@typescript-eslint/parser": "^6.1.0",
2727
"@vercel/ncc": "0.36.1",
2828
"body-parser": "^1.20.2",
2929
"eslint": "^8.38.0",

lambdas/libs/aws-powertools-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.0",
2222
"@types/node": "^20.1.4",
2323
"@typescript-eslint/eslint-plugin": "^5.57.0",
24-
"@typescript-eslint/parser": "^5.59.0",
24+
"@typescript-eslint/parser": "^6.1.0",
2525
"@vercel/ncc": "0.36.1",
2626
"body-parser": "^1.20.2",
2727
"eslint": "^8.38.0",

lambdas/libs/aws-ssm-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.0",
2222
"@types/node": "^20.1.4",
2323
"@typescript-eslint/eslint-plugin": "^5.57.0",
24-
"@typescript-eslint/parser": "^5.59.0",
24+
"@typescript-eslint/parser": "^6.1.0",
2525
"@vercel/ncc": "0.36.1",
2626
"body-parser": "^1.20.2",
2727
"eslint": "^8.38.0",

lambdas/yarn.lock

+39-33
Original file line numberDiff line numberDiff line change
@@ -2878,14 +2878,15 @@
28782878
semver "^7.3.7"
28792879
tsutils "^3.21.0"
28802880

2881-
"@typescript-eslint/parser@^5.57.0", "@typescript-eslint/parser@^5.59.0":
2882-
version "5.59.5"
2883-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.5.tgz#63064f5eafbdbfb5f9dfbf5c4503cdf949852981"
2884-
integrity sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==
2885-
dependencies:
2886-
"@typescript-eslint/scope-manager" "5.59.5"
2887-
"@typescript-eslint/types" "5.59.5"
2888-
"@typescript-eslint/typescript-estree" "5.59.5"
2881+
"@typescript-eslint/parser@^6.1.0":
2882+
version "6.1.0"
2883+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.1.0.tgz#3135bf65dca5340d8650703eb8cb83113e156ee5"
2884+
integrity sha512-hIzCPvX4vDs4qL07SYzyomamcs2/tQYXg5DtdAfj35AyJ5PIUqhsLf4YrEIFzZcND7R2E8tpQIZKayxg8/6Wbw==
2885+
dependencies:
2886+
"@typescript-eslint/scope-manager" "6.1.0"
2887+
"@typescript-eslint/types" "6.1.0"
2888+
"@typescript-eslint/typescript-estree" "6.1.0"
2889+
"@typescript-eslint/visitor-keys" "6.1.0"
28892890
debug "^4.3.4"
28902891

28912892
"@typescript-eslint/[email protected]":
@@ -2896,13 +2897,13 @@
28962897
"@typescript-eslint/types" "5.59.11"
28972898
"@typescript-eslint/visitor-keys" "5.59.11"
28982899

2899-
"@typescript-eslint/scope-manager@5.59.5":
2900-
version "5.59.5"
2901-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
2902-
integrity sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==
2900+
"@typescript-eslint/scope-manager@6.1.0":
2901+
version "6.1.0"
2902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.1.0.tgz#a6cdbe11630614f8c04867858a42dd56590796ed"
2903+
integrity sha512-AxjgxDn27hgPpe2rQe19k0tXw84YCOsjDJ2r61cIebq1t+AIxbgiXKvD4999Wk49GVaAcdJ/d49FYel+Pp3jjw==
29032904
dependencies:
2904-
"@typescript-eslint/types" "5.59.5"
2905-
"@typescript-eslint/visitor-keys" "5.59.5"
2905+
"@typescript-eslint/types" "6.1.0"
2906+
"@typescript-eslint/visitor-keys" "6.1.0"
29062907

29072908
"@typescript-eslint/[email protected]":
29082909
version "5.59.11"
@@ -2919,10 +2920,10 @@
29192920
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
29202921
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
29212922

2922-
"@typescript-eslint/types@5.59.5":
2923-
version "5.59.5"
2924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
2925-
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
2923+
"@typescript-eslint/types@6.1.0":
2924+
version "6.1.0"
2925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.1.0.tgz#2d607c62827bb416ada5c96ebfa2ef84e45a8dfa"
2926+
integrity sha512-+Gfd5NHCpDoHDOaU/yIF3WWRI2PcBRKKpP91ZcVbL0t5tQpqYWBs3z/GGhvU+EV1D0262g9XCnyqQh19prU0JQ==
29262927

29272928
"@typescript-eslint/[email protected]":
29282929
version "5.59.11"
@@ -2937,18 +2938,18 @@
29372938
semver "^7.3.7"
29382939
tsutils "^3.21.0"
29392940

2940-
"@typescript-eslint/typescript-estree@5.59.5":
2941-
version "5.59.5"
2942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
2943-
integrity sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==
2941+
"@typescript-eslint/typescript-estree@6.1.0":
2942+
version "6.1.0"
2943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.1.0.tgz#ea382f6482ba698d7e993a88ce5391ea7a66c33d"
2944+
integrity sha512-nUKAPWOaP/tQjU1IQw9sOPCDavs/iU5iYLiY/6u7gxS7oKQoi4aUxXS1nrrVGTyBBaGesjkcwwHkbkiD5eBvcg==
29442945
dependencies:
2945-
"@typescript-eslint/types" "5.59.5"
2946-
"@typescript-eslint/visitor-keys" "5.59.5"
2946+
"@typescript-eslint/types" "6.1.0"
2947+
"@typescript-eslint/visitor-keys" "6.1.0"
29472948
debug "^4.3.4"
29482949
globby "^11.1.0"
29492950
is-glob "^4.0.3"
2950-
semver "^7.3.7"
2951-
tsutils "^3.21.0"
2951+
semver "^7.5.4"
2952+
ts-api-utils "^1.0.1"
29522953

29532954
"@typescript-eslint/[email protected]":
29542955
version "5.59.11"
@@ -2972,13 +2973,13 @@
29722973
"@typescript-eslint/types" "5.59.11"
29732974
eslint-visitor-keys "^3.3.0"
29742975

2975-
"@typescript-eslint/visitor-keys@5.59.5":
2976-
version "5.59.5"
2977-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"
2978-
integrity sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==
2976+
"@typescript-eslint/visitor-keys@6.1.0":
2977+
version "6.1.0"
2978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.1.0.tgz#d2b84dff6b58944d3257ea03687e269a788c73be"
2979+
integrity sha512-yQeh+EXhquh119Eis4k0kYhj9vmFzNpbhM3LftWQVwqVjipCkwHBQOZutcYW+JVkjtTG9k8nrZU1UoNedPDd1A==
29792980
dependencies:
2980-
"@typescript-eslint/types" "5.59.5"
2981-
eslint-visitor-keys "^3.3.0"
2981+
"@typescript-eslint/types" "6.1.0"
2982+
eslint-visitor-keys "^3.4.1"
29822983

29832984
"@vercel/[email protected]", "@vercel/ncc@^0.36.1":
29842985
version "0.36.1"
@@ -7871,7 +7872,7 @@ semver@^6.0.0, semver@^6.3.0:
78717872
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
78727873
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
78737874

7874-
semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3:
7875+
semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
78757876
version "7.5.4"
78767877
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
78777878
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -8356,6 +8357,11 @@ trim-newlines@^3.0.0:
83568357
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz"
83578358
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
83588359

8360+
ts-api-utils@^1.0.1:
8361+
version "1.0.1"
8362+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
8363+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
8364+
83598365
ts-essentials@^7.0.3:
83608366
version "7.0.3"
83618367
resolved "https://registry.npmjs.org/ts-essentials/-/ts-essentials-7.0.3.tgz"

0 commit comments

Comments
 (0)