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

Commit e68487d

Browse files
chore(runners): bump @typescript-eslint/parser from 5.48.1 to 5.53.0 in /modules/runners/lambdas/runners (#2976)
chore(runners): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.1 to 5.53.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.53.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a5a8ae commit e68487d

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
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.53.0",
26-
"@typescript-eslint/parser": "^5.48.1",
26+
"@typescript-eslint/parser": "^5.53.0",
2727
"@vercel/ncc": "^0.36.1",
2828
"eslint": "^8.33.0",
2929
"eslint-plugin-prettier": "4.2.1",

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

+8-42
Original file line numberDiff line numberDiff line change
@@ -1879,23 +1879,15 @@
18791879
semver "^7.3.7"
18801880
tsutils "^3.21.0"
18811881

1882-
"@typescript-eslint/parser@^5.48.1":
1883-
version "5.48.1"
1884-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
1885-
integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
1886-
dependencies:
1887-
"@typescript-eslint/scope-manager" "5.48.1"
1888-
"@typescript-eslint/types" "5.48.1"
1889-
"@typescript-eslint/typescript-estree" "5.48.1"
1890-
debug "^4.3.4"
1891-
1892-
"@typescript-eslint/[email protected]":
1893-
version "5.48.1"
1894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
1895-
integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
1882+
"@typescript-eslint/parser@^5.53.0":
1883+
version "5.53.0"
1884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
1885+
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
18961886
dependencies:
1897-
"@typescript-eslint/types" "5.48.1"
1898-
"@typescript-eslint/visitor-keys" "5.48.1"
1887+
"@typescript-eslint/scope-manager" "5.53.0"
1888+
"@typescript-eslint/types" "5.53.0"
1889+
"@typescript-eslint/typescript-estree" "5.53.0"
1890+
debug "^4.3.4"
18991891

19001892
"@typescript-eslint/[email protected]":
19011893
version "5.53.0"
@@ -1915,29 +1907,11 @@
19151907
debug "^4.3.4"
19161908
tsutils "^3.21.0"
19171909

1918-
"@typescript-eslint/[email protected]":
1919-
version "5.48.1"
1920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
1921-
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
1922-
19231910
"@typescript-eslint/[email protected]":
19241911
version "5.53.0"
19251912
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
19261913
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
19271914

1928-
"@typescript-eslint/[email protected]":
1929-
version "5.48.1"
1930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
1931-
integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
1932-
dependencies:
1933-
"@typescript-eslint/types" "5.48.1"
1934-
"@typescript-eslint/visitor-keys" "5.48.1"
1935-
debug "^4.3.4"
1936-
globby "^11.1.0"
1937-
is-glob "^4.0.3"
1938-
semver "^7.3.7"
1939-
tsutils "^3.21.0"
1940-
19411915
"@typescript-eslint/[email protected]":
19421916
version "5.53.0"
19431917
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
@@ -1965,14 +1939,6 @@
19651939
eslint-utils "^3.0.0"
19661940
semver "^7.3.7"
19671941

1968-
"@typescript-eslint/[email protected]":
1969-
version "5.48.1"
1970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
1971-
integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
1972-
dependencies:
1973-
"@typescript-eslint/types" "5.48.1"
1974-
eslint-visitor-keys "^3.3.0"
1975-
19761942
"@typescript-eslint/[email protected]":
19771943
version "5.53.0"
19781944
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"

0 commit comments

Comments
 (0)