Skip to content

Commit 158b548

Browse files
chore: Bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.32.0 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.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]>
1 parent 9aa7456 commit 158b548

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/aws-lambda": "^8.10.82",
2020
"@types/express": "^4.17.11",
2121
"@types/jest": "^27.0.1",
22-
"@typescript-eslint/eslint-plugin": "^4.29.2",
22+
"@typescript-eslint/eslint-plugin": "^4.33.0",
2323
"@typescript-eslint/parser": "^4.29.2",
2424
"@vercel/ncc": "^0.31.1",
2525
"eslint": "^7.32.0",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,29 +1559,29 @@
15591559
dependencies:
15601560
"@types/yargs-parser" "*"
15611561

1562-
"@typescript-eslint/eslint-plugin@^4.29.2":
1563-
version "4.32.0"
1564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz#46d2370ae9311092f2a6f7246d28357daf2d4e89"
1565-
integrity sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==
1562+
"@typescript-eslint/eslint-plugin@^4.33.0":
1563+
version "4.33.0"
1564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1565+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
15661566
dependencies:
1567-
"@typescript-eslint/experimental-utils" "4.32.0"
1568-
"@typescript-eslint/scope-manager" "4.32.0"
1567+
"@typescript-eslint/experimental-utils" "4.33.0"
1568+
"@typescript-eslint/scope-manager" "4.33.0"
15691569
debug "^4.3.1"
15701570
functional-red-black-tree "^1.0.1"
15711571
ignore "^5.1.8"
15721572
regexpp "^3.1.0"
15731573
semver "^7.3.5"
15741574
tsutils "^3.21.0"
15751575

1576-
"@typescript-eslint/experimental-utils@4.32.0":
1577-
version "4.32.0"
1578-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz#53a8267d16ca5a79134739129871966c56a59dc4"
1579-
integrity sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==
1576+
"@typescript-eslint/experimental-utils@4.33.0":
1577+
version "4.33.0"
1578+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1579+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
15801580
dependencies:
15811581
"@types/json-schema" "^7.0.7"
1582-
"@typescript-eslint/scope-manager" "4.32.0"
1583-
"@typescript-eslint/types" "4.32.0"
1584-
"@typescript-eslint/typescript-estree" "4.32.0"
1582+
"@typescript-eslint/scope-manager" "4.33.0"
1583+
"@typescript-eslint/types" "4.33.0"
1584+
"@typescript-eslint/typescript-estree" "4.33.0"
15851585
eslint-scope "^5.1.1"
15861586
eslint-utils "^3.0.0"
15871587

@@ -1603,11 +1603,24 @@
16031603
"@typescript-eslint/types" "4.32.0"
16041604
"@typescript-eslint/visitor-keys" "4.32.0"
16051605

1606+
"@typescript-eslint/[email protected]":
1607+
version "4.33.0"
1608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1609+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1610+
dependencies:
1611+
"@typescript-eslint/types" "4.33.0"
1612+
"@typescript-eslint/visitor-keys" "4.33.0"
1613+
16061614
"@typescript-eslint/[email protected]":
16071615
version "4.32.0"
16081616
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
16091617
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
16101618

1619+
"@typescript-eslint/[email protected]":
1620+
version "4.33.0"
1621+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1622+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1623+
16111624
"@typescript-eslint/[email protected]":
16121625
version "4.32.0"
16131626
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b"
@@ -1621,6 +1634,19 @@
16211634
semver "^7.3.5"
16221635
tsutils "^3.21.0"
16231636

1637+
"@typescript-eslint/[email protected]":
1638+
version "4.33.0"
1639+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1640+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1641+
dependencies:
1642+
"@typescript-eslint/types" "4.33.0"
1643+
"@typescript-eslint/visitor-keys" "4.33.0"
1644+
debug "^4.3.1"
1645+
globby "^11.0.3"
1646+
is-glob "^4.0.1"
1647+
semver "^7.3.5"
1648+
tsutils "^3.21.0"
1649+
16241650
"@typescript-eslint/[email protected]":
16251651
version "4.32.0"
16261652
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"
@@ -1629,6 +1655,14 @@
16291655
"@typescript-eslint/types" "4.32.0"
16301656
eslint-visitor-keys "^2.0.0"
16311657

1658+
"@typescript-eslint/[email protected]":
1659+
version "4.33.0"
1660+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1661+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1662+
dependencies:
1663+
"@typescript-eslint/types" "4.33.0"
1664+
eslint-visitor-keys "^2.0.0"
1665+
16321666
"@vercel/ncc@^0.31.1":
16331667
version "0.31.1"
16341668
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.31.1.tgz#9346c7e59326f5eeac75c0286e47df94c2d6d8f7"

0 commit comments

Comments
 (0)