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

Commit db36ae4

Browse files
chore(syncer): bump @typescript-eslint/parser from 5.57.1 to 5.59.0 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3189)
chore(syncer): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.1 to 5.59.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.59.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 2015dcf commit db36ae4

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "^18.15.11",
2525
"@types/request": "^2.48.8",
2626
"@typescript-eslint/eslint-plugin": "^5.54.1",
27-
"@typescript-eslint/parser": "^5.57.1",
27+
"@typescript-eslint/parser": "^5.59.0",
2828
"@vercel/ncc": "^0.36.1",
2929
"aws-sdk-client-mock": "^2.1.1",
3030
"aws-sdk-client-mock-jest": "^2.1.1",

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -2092,14 +2092,14 @@
20922092
semver "^7.3.7"
20932093
tsutils "^3.21.0"
20942094

2095-
"@typescript-eslint/parser@^5.57.1":
2096-
version "5.57.1"
2097-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.1.tgz#af911234bd4401d09668c5faf708a0570a17a748"
2098-
integrity sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==
2099-
dependencies:
2100-
"@typescript-eslint/scope-manager" "5.57.1"
2101-
"@typescript-eslint/types" "5.57.1"
2102-
"@typescript-eslint/typescript-estree" "5.57.1"
2095+
"@typescript-eslint/parser@^5.59.0":
2096+
version "5.59.0"
2097+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.0.tgz#0ad7cd019346cc5d150363f64869eca10ca9977c"
2098+
integrity sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==
2099+
dependencies:
2100+
"@typescript-eslint/scope-manager" "5.59.0"
2101+
"@typescript-eslint/types" "5.59.0"
2102+
"@typescript-eslint/typescript-estree" "5.59.0"
21032103
debug "^4.3.4"
21042104

21052105
"@typescript-eslint/[email protected]":
@@ -2110,13 +2110,13 @@
21102110
"@typescript-eslint/types" "5.55.0"
21112111
"@typescript-eslint/visitor-keys" "5.55.0"
21122112

2113-
"@typescript-eslint/scope-manager@5.57.1":
2114-
version "5.57.1"
2115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
2116-
integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==
2113+
"@typescript-eslint/scope-manager@5.59.0":
2114+
version "5.59.0"
2115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
2116+
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
21172117
dependencies:
2118-
"@typescript-eslint/types" "5.57.1"
2119-
"@typescript-eslint/visitor-keys" "5.57.1"
2118+
"@typescript-eslint/types" "5.59.0"
2119+
"@typescript-eslint/visitor-keys" "5.59.0"
21202120

21212121
"@typescript-eslint/[email protected]":
21222122
version "5.55.0"
@@ -2133,10 +2133,10 @@
21332133
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.55.0.tgz"
21342134
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
21352135

2136-
"@typescript-eslint/types@5.57.1":
2137-
version "5.57.1"
2138-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
2139-
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
2136+
"@typescript-eslint/types@5.59.0":
2137+
version "5.59.0"
2138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
2139+
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
21402140

21412141
"@typescript-eslint/[email protected]":
21422142
version "5.55.0"
@@ -2151,13 +2151,13 @@
21512151
semver "^7.3.7"
21522152
tsutils "^3.21.0"
21532153

2154-
"@typescript-eslint/typescript-estree@5.57.1":
2155-
version "5.57.1"
2156-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
2157-
integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==
2154+
"@typescript-eslint/typescript-estree@5.59.0":
2155+
version "5.59.0"
2156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
2157+
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
21582158
dependencies:
2159-
"@typescript-eslint/types" "5.57.1"
2160-
"@typescript-eslint/visitor-keys" "5.57.1"
2159+
"@typescript-eslint/types" "5.59.0"
2160+
"@typescript-eslint/visitor-keys" "5.59.0"
21612161
debug "^4.3.4"
21622162
globby "^11.1.0"
21632163
is-glob "^4.0.3"
@@ -2186,12 +2186,12 @@
21862186
"@typescript-eslint/types" "5.55.0"
21872187
eslint-visitor-keys "^3.3.0"
21882188

2189-
"@typescript-eslint/visitor-keys@5.57.1":
2190-
version "5.57.1"
2191-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"
2192-
integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==
2189+
"@typescript-eslint/visitor-keys@5.59.0":
2190+
version "5.59.0"
2191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
2192+
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
21932193
dependencies:
2194-
"@typescript-eslint/types" "5.57.1"
2194+
"@typescript-eslint/types" "5.59.0"
21952195
eslint-visitor-keys "^3.3.0"
21962196

21972197
"@vercel/ncc@^0.36.1":

0 commit comments

Comments
 (0)