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

Commit ad6ad93

Browse files
chore(runners): bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.57.0 in /modules/runners/lambdas/runners (#3113)
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.54.0 to 5.57.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.57.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 adde33a commit ad6ad93

File tree

2 files changed

+35
-57
lines changed

2 files changed

+35
-57
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.17",
2323
"@types/jest": "^29.5.0",
2424
"@types/node": "^18.11.18",
25-
"@typescript-eslint/eslint-plugin": "^5.54.0",
25+
"@typescript-eslint/eslint-plugin": "^5.57.0",
2626
"@typescript-eslint/parser": "^5.57.0",
2727
"@vercel/ncc": "^0.36.1",
2828
"eslint": "^8.33.0",

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

+34-56
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,18 @@
10891089
dependencies:
10901090
"@jridgewell/trace-mapping" "0.3.9"
10911091

1092+
"@eslint-community/eslint-utils@^4.2.0":
1093+
version "4.4.0"
1094+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1095+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1096+
dependencies:
1097+
eslint-visitor-keys "^3.3.0"
1098+
1099+
"@eslint-community/regexpp@^4.4.0":
1100+
version "4.5.0"
1101+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
1102+
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
1103+
10921104
"@eslint/eslintrc@^1.4.1":
10931105
version "1.4.1"
10941106
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
@@ -1824,19 +1836,19 @@
18241836
dependencies:
18251837
"@types/yargs-parser" "*"
18261838

1827-
"@typescript-eslint/eslint-plugin@^5.54.0":
1828-
version "5.54.0"
1829-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
1830-
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
1839+
"@typescript-eslint/eslint-plugin@^5.57.0":
1840+
version "5.57.0"
1841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
1842+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
18311843
dependencies:
1832-
"@typescript-eslint/scope-manager" "5.54.0"
1833-
"@typescript-eslint/type-utils" "5.54.0"
1834-
"@typescript-eslint/utils" "5.54.0"
1844+
"@eslint-community/regexpp" "^4.4.0"
1845+
"@typescript-eslint/scope-manager" "5.57.0"
1846+
"@typescript-eslint/type-utils" "5.57.0"
1847+
"@typescript-eslint/utils" "5.57.0"
18351848
debug "^4.3.4"
18361849
grapheme-splitter "^1.0.4"
18371850
ignore "^5.2.0"
18381851
natural-compare-lite "^1.4.0"
1839-
regexpp "^3.2.0"
18401852
semver "^7.3.7"
18411853
tsutils "^3.21.0"
18421854

@@ -1850,14 +1862,6 @@
18501862
"@typescript-eslint/typescript-estree" "5.57.0"
18511863
debug "^4.3.4"
18521864

1853-
"@typescript-eslint/[email protected]":
1854-
version "5.54.0"
1855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
1856-
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
1857-
dependencies:
1858-
"@typescript-eslint/types" "5.54.0"
1859-
"@typescript-eslint/visitor-keys" "5.54.0"
1860-
18611865
"@typescript-eslint/[email protected]":
18621866
version "5.57.0"
18631867
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
@@ -1866,39 +1870,21 @@
18661870
"@typescript-eslint/types" "5.57.0"
18671871
"@typescript-eslint/visitor-keys" "5.57.0"
18681872

1869-
"@typescript-eslint/type-utils@5.54.0":
1870-
version "5.54.0"
1871-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
1872-
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
1873+
"@typescript-eslint/type-utils@5.57.0":
1874+
version "5.57.0"
1875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
1876+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
18731877
dependencies:
1874-
"@typescript-eslint/typescript-estree" "5.54.0"
1875-
"@typescript-eslint/utils" "5.54.0"
1878+
"@typescript-eslint/typescript-estree" "5.57.0"
1879+
"@typescript-eslint/utils" "5.57.0"
18761880
debug "^4.3.4"
18771881
tsutils "^3.21.0"
18781882

1879-
"@typescript-eslint/[email protected]":
1880-
version "5.54.0"
1881-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
1882-
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
1883-
18841883
"@typescript-eslint/[email protected]":
18851884
version "5.57.0"
18861885
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
18871886
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
18881887

1889-
"@typescript-eslint/[email protected]":
1890-
version "5.54.0"
1891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
1892-
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
1893-
dependencies:
1894-
"@typescript-eslint/types" "5.54.0"
1895-
"@typescript-eslint/visitor-keys" "5.54.0"
1896-
debug "^4.3.4"
1897-
globby "^11.1.0"
1898-
is-glob "^4.0.3"
1899-
semver "^7.3.7"
1900-
tsutils "^3.21.0"
1901-
19021888
"@typescript-eslint/[email protected]":
19031889
version "5.57.0"
19041890
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
@@ -1912,28 +1898,20 @@
19121898
semver "^7.3.7"
19131899
tsutils "^3.21.0"
19141900

1915-
"@typescript-eslint/utils@5.54.0":
1916-
version "5.54.0"
1917-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
1918-
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
1901+
"@typescript-eslint/utils@5.57.0":
1902+
version "5.57.0"
1903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
1904+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
19191905
dependencies:
1906+
"@eslint-community/eslint-utils" "^4.2.0"
19201907
"@types/json-schema" "^7.0.9"
19211908
"@types/semver" "^7.3.12"
1922-
"@typescript-eslint/scope-manager" "5.54.0"
1923-
"@typescript-eslint/types" "5.54.0"
1924-
"@typescript-eslint/typescript-estree" "5.54.0"
1909+
"@typescript-eslint/scope-manager" "5.57.0"
1910+
"@typescript-eslint/types" "5.57.0"
1911+
"@typescript-eslint/typescript-estree" "5.57.0"
19251912
eslint-scope "^5.1.1"
1926-
eslint-utils "^3.0.0"
19271913
semver "^7.3.7"
19281914

1929-
"@typescript-eslint/[email protected]":
1930-
version "5.54.0"
1931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
1932-
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
1933-
dependencies:
1934-
"@typescript-eslint/types" "5.54.0"
1935-
eslint-visitor-keys "^3.3.0"
1936-
19371915
"@typescript-eslint/[email protected]":
19381916
version "5.57.0"
19391917
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"

0 commit comments

Comments
 (0)