Skip to content

Commit e368282

Browse files
chore: Bump @typescript-eslint/parser (#1084)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.1 to 4.29.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f0fe03 commit e368282

File tree

2 files changed

+44
-10
lines changed

2 files changed

+44
-10
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/express": "^4.17.11",
2121
"@types/jest": "^27.0.0",
2222
"@typescript-eslint/eslint-plugin": "^4.29.1",
23-
"@typescript-eslint/parser": "^4.29.1",
23+
"@typescript-eslint/parser": "^4.29.2",
2424
"@vercel/ncc": "^0.29.0",
2525
"eslint": "^7.32.0",
2626
"eslint-plugin-prettier": "3.4.0",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,14 +1568,14 @@
15681568
eslint-scope "^5.1.1"
15691569
eslint-utils "^3.0.0"
15701570

1571-
"@typescript-eslint/parser@^4.29.1":
1572-
version "4.29.1"
1573-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.1.tgz#17dfbb45c9032ffa0fe15881d20fbc2a4bdeb02d"
1574-
integrity sha512-3fL5iN20hzX3Q4OkG7QEPFjZV2qsVGiDhEwwh+EkmE/w7oteiOvUNzmpu5eSwGJX/anCryONltJ3WDmAzAoCMg==
1575-
dependencies:
1576-
"@typescript-eslint/scope-manager" "4.29.1"
1577-
"@typescript-eslint/types" "4.29.1"
1578-
"@typescript-eslint/typescript-estree" "4.29.1"
1571+
"@typescript-eslint/parser@^4.29.2":
1572+
version "4.29.2"
1573+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.2.tgz#1c7744f4c27aeb74610c955d3dce9250e95c370a"
1574+
integrity sha512-WQ6BPf+lNuwteUuyk1jD/aHKqMQ9jrdCn7Gxt9vvBnzbpj7aWEf+aZsJ1zvTjx5zFxGCt000lsbD9tQPEL8u6g==
1575+
dependencies:
1576+
"@typescript-eslint/scope-manager" "4.29.2"
1577+
"@typescript-eslint/types" "4.29.2"
1578+
"@typescript-eslint/typescript-estree" "4.29.2"
15791579
debug "^4.3.1"
15801580

15811581
"@typescript-eslint/[email protected]":
@@ -1586,11 +1586,24 @@
15861586
"@typescript-eslint/types" "4.29.1"
15871587
"@typescript-eslint/visitor-keys" "4.29.1"
15881588

1589+
"@typescript-eslint/[email protected]":
1590+
version "4.29.2"
1591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b"
1592+
integrity sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA==
1593+
dependencies:
1594+
"@typescript-eslint/types" "4.29.2"
1595+
"@typescript-eslint/visitor-keys" "4.29.2"
1596+
15891597
"@typescript-eslint/[email protected]":
15901598
version "4.29.1"
15911599
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
15921600
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
15931601

1602+
"@typescript-eslint/[email protected]":
1603+
version "4.29.2"
1604+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
1605+
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
1606+
15941607
"@typescript-eslint/[email protected]":
15951608
version "4.29.1"
15961609
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
@@ -1604,6 +1617,19 @@
16041617
semver "^7.3.5"
16051618
tsutils "^3.21.0"
16061619

1620+
"@typescript-eslint/[email protected]":
1621+
version "4.29.2"
1622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
1623+
integrity sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg==
1624+
dependencies:
1625+
"@typescript-eslint/types" "4.29.2"
1626+
"@typescript-eslint/visitor-keys" "4.29.2"
1627+
debug "^4.3.1"
1628+
globby "^11.0.3"
1629+
is-glob "^4.0.1"
1630+
semver "^7.3.5"
1631+
tsutils "^3.21.0"
1632+
16071633
"@typescript-eslint/[email protected]":
16081634
version "4.29.1"
16091635
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
@@ -1612,6 +1638,14 @@
16121638
"@typescript-eslint/types" "4.29.1"
16131639
eslint-visitor-keys "^2.0.0"
16141640

1641+
"@typescript-eslint/[email protected]":
1642+
version "4.29.2"
1643+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"
1644+
integrity sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag==
1645+
dependencies:
1646+
"@typescript-eslint/types" "4.29.2"
1647+
eslint-visitor-keys "^2.0.0"
1648+
16151649
"@vercel/ncc@^0.29.0":
16161650
version "0.29.0"
16171651
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.29.0.tgz#ac23fc23f1593b05c72360108bcf6d849d2f317a"
@@ -2310,7 +2344,7 @@ eslint-visitor-keys@^2.0.0:
23102344
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
23112345
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
23122346

2313-
eslint@^7.22.0:
2347+
eslint@^7.32.0:
23142348
version "7.32.0"
23152349
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
23162350
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==

0 commit comments

Comments
 (0)