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

Commit 72dd7d5

Browse files
chore(runners): bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 in /modules/runners/lambdas/runners (#3010)
chore(runners): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.53.0 to 5.54.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d1d3bd commit 72dd7d5

File tree

2 files changed

+56
-22
lines changed

2 files changed

+56
-22
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/express": "^4.17.15",
2323
"@types/jest": "^29.2.5",
2424
"@types/node": "^18.11.18",
25-
"@typescript-eslint/eslint-plugin": "^5.53.0",
25+
"@typescript-eslint/eslint-plugin": "^5.54.0",
2626
"@typescript-eslint/parser": "^5.53.0",
2727
"@vercel/ncc": "^0.36.1",
2828
"eslint": "^8.33.0",

Diff for: modules/runners/lambdas/runners/yarn.lock

+55-21
Original file line numberDiff line numberDiff line change
@@ -1863,14 +1863,14 @@
18631863
dependencies:
18641864
"@types/yargs-parser" "*"
18651865

1866-
"@typescript-eslint/eslint-plugin@^5.53.0":
1867-
version "5.53.0"
1868-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
1869-
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
1870-
dependencies:
1871-
"@typescript-eslint/scope-manager" "5.53.0"
1872-
"@typescript-eslint/type-utils" "5.53.0"
1873-
"@typescript-eslint/utils" "5.53.0"
1866+
"@typescript-eslint/eslint-plugin@^5.54.0":
1867+
version "5.54.0"
1868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
1869+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
1870+
dependencies:
1871+
"@typescript-eslint/scope-manager" "5.54.0"
1872+
"@typescript-eslint/type-utils" "5.54.0"
1873+
"@typescript-eslint/utils" "5.54.0"
18741874
debug "^4.3.4"
18751875
grapheme-splitter "^1.0.4"
18761876
ignore "^5.2.0"
@@ -1897,13 +1897,21 @@
18971897
"@typescript-eslint/types" "5.53.0"
18981898
"@typescript-eslint/visitor-keys" "5.53.0"
18991899

1900-
"@typescript-eslint/type-utils@5.53.0":
1901-
version "5.53.0"
1902-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
1903-
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
1900+
"@typescript-eslint/scope-manager@5.54.0":
1901+
version "5.54.0"
1902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
1903+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
19041904
dependencies:
1905-
"@typescript-eslint/typescript-estree" "5.53.0"
1906-
"@typescript-eslint/utils" "5.53.0"
1905+
"@typescript-eslint/types" "5.54.0"
1906+
"@typescript-eslint/visitor-keys" "5.54.0"
1907+
1908+
"@typescript-eslint/[email protected]":
1909+
version "5.54.0"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
1911+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
1912+
dependencies:
1913+
"@typescript-eslint/typescript-estree" "5.54.0"
1914+
"@typescript-eslint/utils" "5.54.0"
19071915
debug "^4.3.4"
19081916
tsutils "^3.21.0"
19091917

@@ -1912,6 +1920,11 @@
19121920
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
19131921
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
19141922

1923+
"@typescript-eslint/[email protected]":
1924+
version "5.54.0"
1925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
1926+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
1927+
19151928
"@typescript-eslint/[email protected]":
19161929
version "5.53.0"
19171930
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
@@ -1925,16 +1938,29 @@
19251938
semver "^7.3.7"
19261939
tsutils "^3.21.0"
19271940

1928-
"@typescript-eslint/[email protected]":
1929-
version "5.53.0"
1930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
1931-
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
1941+
"@typescript-eslint/[email protected]":
1942+
version "5.54.0"
1943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
1944+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
1945+
dependencies:
1946+
"@typescript-eslint/types" "5.54.0"
1947+
"@typescript-eslint/visitor-keys" "5.54.0"
1948+
debug "^4.3.4"
1949+
globby "^11.1.0"
1950+
is-glob "^4.0.3"
1951+
semver "^7.3.7"
1952+
tsutils "^3.21.0"
1953+
1954+
"@typescript-eslint/[email protected]":
1955+
version "5.54.0"
1956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
1957+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
19321958
dependencies:
19331959
"@types/json-schema" "^7.0.9"
19341960
"@types/semver" "^7.3.12"
1935-
"@typescript-eslint/scope-manager" "5.53.0"
1936-
"@typescript-eslint/types" "5.53.0"
1937-
"@typescript-eslint/typescript-estree" "5.53.0"
1961+
"@typescript-eslint/scope-manager" "5.54.0"
1962+
"@typescript-eslint/types" "5.54.0"
1963+
"@typescript-eslint/typescript-estree" "5.54.0"
19381964
eslint-scope "^5.1.1"
19391965
eslint-utils "^3.0.0"
19401966
semver "^7.3.7"
@@ -1947,6 +1973,14 @@
19471973
"@typescript-eslint/types" "5.53.0"
19481974
eslint-visitor-keys "^3.3.0"
19491975

1976+
"@typescript-eslint/[email protected]":
1977+
version "5.54.0"
1978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
1979+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
1980+
dependencies:
1981+
"@typescript-eslint/types" "5.54.0"
1982+
eslint-visitor-keys "^3.3.0"
1983+
19501984
"@vercel/ncc@^0.36.1":
19511985
version "0.36.1"
19521986
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.1.tgz#d4c01fdbbe909d128d1bf11c7f8b5431654c5b95"

0 commit comments

Comments
 (0)