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

Commit 84411cb

Browse files
chore: Bump @typescript-eslint/parser from 5.47.1 to 5.48.0 in /modules/runners/lambdas/runners (#2830)
chore: Bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.47.1 to 5.48.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/v5.48.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3937a69 commit 84411cb

File tree

2 files changed

+44
-17
lines changed

2 files changed

+44
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/jest": "^29.2.5",
2424
"@types/node": "^18.11.18",
2525
"@typescript-eslint/eslint-plugin": "^5.47.1",
26-
"@typescript-eslint/parser": "^5.47.1",
26+
"@typescript-eslint/parser": "^5.48.0",
2727
"@vercel/ncc": "^0.36.0",
2828
"eslint": "^8.30.0",
2929
"eslint-plugin-prettier": "4.2.1",

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

+43-16
Original file line numberDiff line numberDiff line change
@@ -1870,14 +1870,14 @@
18701870
semver "^7.3.7"
18711871
tsutils "^3.21.0"
18721872

1873-
"@typescript-eslint/parser@^5.47.1":
1874-
version "5.47.1"
1875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.47.1.tgz#c4bf16f8c3c7608ce4bf8ff804b677fc899f173f"
1876-
integrity sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==
1877-
dependencies:
1878-
"@typescript-eslint/scope-manager" "5.47.1"
1879-
"@typescript-eslint/types" "5.47.1"
1880-
"@typescript-eslint/typescript-estree" "5.47.1"
1873+
"@typescript-eslint/parser@^5.48.0":
1874+
version "5.48.0"
1875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.0.tgz#02803355b23884a83e543755349809a50b7ed9ba"
1876+
integrity sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==
1877+
dependencies:
1878+
"@typescript-eslint/scope-manager" "5.48.0"
1879+
"@typescript-eslint/types" "5.48.0"
1880+
"@typescript-eslint/typescript-estree" "5.48.0"
18811881
debug "^4.3.4"
18821882

18831883
"@typescript-eslint/[email protected]":
@@ -1888,6 +1888,14 @@
18881888
"@typescript-eslint/types" "5.47.1"
18891889
"@typescript-eslint/visitor-keys" "5.47.1"
18901890

1891+
"@typescript-eslint/[email protected]":
1892+
version "5.48.0"
1893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz#607731cb0957fbc52fd754fd79507d1b6659cecf"
1894+
integrity sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==
1895+
dependencies:
1896+
"@typescript-eslint/types" "5.48.0"
1897+
"@typescript-eslint/visitor-keys" "5.48.0"
1898+
18911899
"@typescript-eslint/[email protected]":
18921900
version "5.47.1"
18931901
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.1.tgz#aee13314f840ab336c1adb49a300856fd16d04ce"
@@ -1903,6 +1911,11 @@
19031911
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e"
19041912
integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==
19051913

1914+
"@typescript-eslint/[email protected]":
1915+
version "5.48.0"
1916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
1917+
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
1918+
19061919
"@typescript-eslint/[email protected]":
19071920
version "5.47.1"
19081921
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.1.tgz#b9d8441308aca53df7f69b2c67a887b82c9ed418"
@@ -1916,6 +1929,19 @@
19161929
semver "^7.3.7"
19171930
tsutils "^3.21.0"
19181931

1932+
"@typescript-eslint/[email protected]":
1933+
version "5.48.0"
1934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
1935+
integrity sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==
1936+
dependencies:
1937+
"@typescript-eslint/types" "5.48.0"
1938+
"@typescript-eslint/visitor-keys" "5.48.0"
1939+
debug "^4.3.4"
1940+
globby "^11.1.0"
1941+
is-glob "^4.0.3"
1942+
semver "^7.3.7"
1943+
tsutils "^3.21.0"
1944+
19191945
"@typescript-eslint/[email protected]":
19201946
version "5.47.1"
19211947
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.1.tgz#595f25ac06e9ee28c339fd43c709402820b13d7b"
@@ -1938,6 +1964,14 @@
19381964
"@typescript-eslint/types" "5.47.1"
19391965
eslint-visitor-keys "^3.3.0"
19401966

1967+
"@typescript-eslint/[email protected]":
1968+
version "5.48.0"
1969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz#4446d5e7f6cadde7140390c0e284c8702d944904"
1970+
integrity sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==
1971+
dependencies:
1972+
"@typescript-eslint/types" "5.48.0"
1973+
eslint-visitor-keys "^3.3.0"
1974+
19411975
"@vercel/ncc@^0.36.0":
19421976
version "0.36.0"
19431977
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.0.tgz#1f262b86fc4f0770bbc0fc1d331d5aaa1bd47334"
@@ -2352,14 +2386,7 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
23522386
shebang-command "^2.0.0"
23532387
which "^2.0.1"
23542388

2355-
debug@^4.1.0, debug@^4.1.1:
2356-
version "4.3.3"
2357-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
2358-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
2359-
dependencies:
2360-
ms "2.1.2"
2361-
2362-
debug@^4.3.2, debug@^4.3.4:
2389+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
23632390
version "4.3.4"
23642391
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
23652392
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)