Skip to content

Commit c9da102

Browse files
chore(lambda): bump @typescript-eslint/parser in /lambdas
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.9.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/v7.9.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]>
1 parent fd7681c commit c9da102

File tree

8 files changed

+67
-50
lines changed

8 files changed

+67
-50
lines changed

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^7.4.0",
24-
"@typescript-eslint/parser": "^6.21.0",
24+
"@typescript-eslint/parser": "^7.9.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^3.0.0",
2727
"aws-sdk-client-mock-jest": "^3.0.0",

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^7.4.0",
24-
"@typescript-eslint/parser": "^6.21.0",
24+
"@typescript-eslint/parser": "^7.9.0",
2525
"@vercel/ncc": "^0.38.1",
2626
"aws-sdk-client-mock": "^3.0.0",
2727
"aws-sdk-client-mock-jest": "^3.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^20.8.9",
2424
"@types/request": "^2.48.11",
2525
"@typescript-eslint/eslint-plugin": "^7.4.0",
26-
"@typescript-eslint/parser": "^6.21.0",
26+
"@typescript-eslint/parser": "^7.9.0",
2727
"@vercel/ncc": "^0.38.1",
2828
"aws-sdk-client-mock": "^3.0.0",
2929
"aws-sdk-client-mock-jest": "^3.0.0",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.6",
2020
"@types/node": "^20.8.9",
2121
"@typescript-eslint/eslint-plugin": "^7.4.0",
22-
"@typescript-eslint/parser": "^6.21.0",
22+
"@typescript-eslint/parser": "^7.9.0",
2323
"@vercel/ncc": "^0.38.1",
2424
"aws-sdk-client-mock": "^3.0.0",
2525
"aws-sdk-client-mock-jest": "^3.0.0",

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/jest": "^29.5.12",
2424
"@types/node": "^20.8.9",
2525
"@typescript-eslint/eslint-plugin": "^7.4.0",
26-
"@typescript-eslint/parser": "^6.21.0",
26+
"@typescript-eslint/parser": "^7.9.0",
2727
"@vercel/ncc": "0.38.1",
2828
"body-parser": "^1.20.2",
2929
"eslint": "^8.56.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^7.4.0",
24-
"@typescript-eslint/parser": "^6.21.0",
24+
"@typescript-eslint/parser": "^7.9.0",
2525
"@vercel/ncc": "0.38.1",
2626
"body-parser": "^1.20.2",
2727
"eslint": "^8.56.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^7.4.0",
24-
"@typescript-eslint/parser": "^6.21.0",
24+
"@typescript-eslint/parser": "^7.9.0",
2525
"@vercel/ncc": "0.38.1",
2626
"body-parser": "^1.20.2",
2727
"eslint": "^8.56.0",

lambdas/yarn.lock

Lines changed: 60 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3725,25 +3725,17 @@
37253725
semver "^7.5.4"
37263726
ts-api-utils "^1.0.1"
37273727

3728-
"@typescript-eslint/parser@^6.21.0":
3729-
version "6.21.0"
3730-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
3731-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
3732-
dependencies:
3733-
"@typescript-eslint/scope-manager" "6.21.0"
3734-
"@typescript-eslint/types" "6.21.0"
3735-
"@typescript-eslint/typescript-estree" "6.21.0"
3736-
"@typescript-eslint/visitor-keys" "6.21.0"
3728+
"@typescript-eslint/parser@^7.9.0":
3729+
version "7.9.0"
3730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
3731+
integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==
3732+
dependencies:
3733+
"@typescript-eslint/scope-manager" "7.9.0"
3734+
"@typescript-eslint/types" "7.9.0"
3735+
"@typescript-eslint/typescript-estree" "7.9.0"
3736+
"@typescript-eslint/visitor-keys" "7.9.0"
37373737
debug "^4.3.4"
37383738

3739-
"@typescript-eslint/[email protected]":
3740-
version "6.21.0"
3741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
3742-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
3743-
dependencies:
3744-
"@typescript-eslint/types" "6.21.0"
3745-
"@typescript-eslint/visitor-keys" "6.21.0"
3746-
37473739
"@typescript-eslint/[email protected]":
37483740
version "7.4.0"
37493741
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz#acfc69261f10ece7bf7ece1734f1713392c3655f"
@@ -3752,6 +3744,14 @@
37523744
"@typescript-eslint/types" "7.4.0"
37533745
"@typescript-eslint/visitor-keys" "7.4.0"
37543746

3747+
"@typescript-eslint/[email protected]":
3748+
version "7.9.0"
3749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
3750+
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
3751+
dependencies:
3752+
"@typescript-eslint/types" "7.9.0"
3753+
"@typescript-eslint/visitor-keys" "7.9.0"
3754+
37553755
"@typescript-eslint/[email protected]":
37563756
version "7.4.0"
37573757
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz#cfcaab21bcca441c57da5d3a1153555e39028cbd"
@@ -3762,29 +3762,15 @@
37623762
debug "^4.3.4"
37633763
ts-api-utils "^1.0.1"
37643764

3765-
"@typescript-eslint/[email protected]":
3766-
version "6.21.0"
3767-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
3768-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
3769-
37703765
"@typescript-eslint/[email protected]":
37713766
version "7.4.0"
37723767
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
37733768
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
37743769

3775-
"@typescript-eslint/[email protected]":
3776-
version "6.21.0"
3777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
3778-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
3779-
dependencies:
3780-
"@typescript-eslint/types" "6.21.0"
3781-
"@typescript-eslint/visitor-keys" "6.21.0"
3782-
debug "^4.3.4"
3783-
globby "^11.1.0"
3784-
is-glob "^4.0.3"
3785-
minimatch "9.0.3"
3786-
semver "^7.5.4"
3787-
ts-api-utils "^1.0.1"
3770+
"@typescript-eslint/[email protected]":
3771+
version "7.9.0"
3772+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
3773+
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
37883774

37893775
"@typescript-eslint/[email protected]":
37903776
version "7.4.0"
@@ -3800,6 +3786,20 @@
38003786
semver "^7.5.4"
38013787
ts-api-utils "^1.0.1"
38023788

3789+
"@typescript-eslint/[email protected]":
3790+
version "7.9.0"
3791+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
3792+
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
3793+
dependencies:
3794+
"@typescript-eslint/types" "7.9.0"
3795+
"@typescript-eslint/visitor-keys" "7.9.0"
3796+
debug "^4.3.4"
3797+
globby "^11.1.0"
3798+
is-glob "^4.0.3"
3799+
minimatch "^9.0.4"
3800+
semver "^7.6.0"
3801+
ts-api-utils "^1.3.0"
3802+
38033803
"@typescript-eslint/[email protected]":
38043804
version "7.4.0"
38053805
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.4.0.tgz#d889a0630cab88bddedaf7c845c64a00576257bd"
@@ -3813,14 +3813,6 @@
38133813
"@typescript-eslint/typescript-estree" "7.4.0"
38143814
semver "^7.5.4"
38153815

3816-
"@typescript-eslint/[email protected]":
3817-
version "6.21.0"
3818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
3819-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
3820-
dependencies:
3821-
"@typescript-eslint/types" "6.21.0"
3822-
eslint-visitor-keys "^3.4.1"
3823-
38243816
"@typescript-eslint/[email protected]":
38253817
version "7.4.0"
38263818
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
@@ -3829,6 +3821,14 @@
38293821
"@typescript-eslint/types" "7.4.0"
38303822
eslint-visitor-keys "^3.4.1"
38313823

3824+
"@typescript-eslint/[email protected]":
3825+
version "7.9.0"
3826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
3827+
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
3828+
dependencies:
3829+
"@typescript-eslint/types" "7.9.0"
3830+
eslint-visitor-keys "^3.4.3"
3831+
38323832
"@ungap/structured-clone@^1.2.0":
38333833
version "1.2.0"
38343834
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -6527,6 +6527,13 @@ minimatch@^5.0.1:
65276527
dependencies:
65286528
brace-expansion "^2.0.1"
65296529

6530+
minimatch@^9.0.4:
6531+
version "9.0.4"
6532+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6533+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6534+
dependencies:
6535+
brace-expansion "^2.0.1"
6536+
65306537
minimist@^1.2.0, minimist@^1.2.6:
65316538
version "1.2.8"
65326539
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
@@ -7248,6 +7255,11 @@ semver@^7.0.0, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4:
72487255
dependencies:
72497256
lru-cache "^6.0.0"
72507257

7258+
semver@^7.6.0:
7259+
version "7.6.2"
7260+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
7261+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
7262+
72517263
72527264
version "0.18.0"
72537265
resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz"
@@ -7582,6 +7594,11 @@ ts-api-utils@^1.0.1:
75827594
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
75837595
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
75847596

7597+
ts-api-utils@^1.3.0:
7598+
version "1.3.0"
7599+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
7600+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
7601+
75857602
ts-essentials@^9.4.2:
75867603
version "9.4.2"
75877604
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-9.4.2.tgz#6d4bd23b46b61bf3e031816cc887e839eb62c33c"

0 commit comments

Comments
 (0)