Skip to content

Commit 5412490

Browse files
build(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.33.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.1 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.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]>
1 parent ff86741 commit 5412490

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@types/is": "^0.0.21",
104104
"@types/lodash": "^4.14.173",
105105
"@typescript-eslint/eslint-plugin": "^4.31.1",
106-
"@typescript-eslint/parser": "^4.31.1",
106+
"@typescript-eslint/parser": "^4.33.0",
107107
"@zeplin/cli": "^1.1.12",
108108
"@zeplin/cli-connect-react-plugin": "^1.1.1",
109109
"@zeplin/cli-connect-storybook-plugin": "^0.5.4",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4162,14 +4162,14 @@
41624162
eslint-scope "^5.0.0"
41634163
eslint-utils "^2.0.0"
41644164

4165-
"@typescript-eslint/parser@^4.31.1", "@typescript-eslint/parser@^4.5.0":
4166-
version "4.31.1"
4167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.1.tgz#8f9a2672033e6f6d33b1c0260eebdc0ddf539064"
4168-
integrity sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==
4169-
dependencies:
4170-
"@typescript-eslint/scope-manager" "4.31.1"
4171-
"@typescript-eslint/types" "4.31.1"
4172-
"@typescript-eslint/typescript-estree" "4.31.1"
4165+
"@typescript-eslint/parser@^4.33.0", "@typescript-eslint/parser@^4.5.0":
4166+
version "4.33.0"
4167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
4168+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
4169+
dependencies:
4170+
"@typescript-eslint/scope-manager" "4.33.0"
4171+
"@typescript-eslint/types" "4.33.0"
4172+
"@typescript-eslint/typescript-estree" "4.33.0"
41734173
debug "^4.3.1"
41744174

41754175
"@typescript-eslint/[email protected]":
@@ -4180,6 +4180,14 @@
41804180
"@typescript-eslint/types" "4.31.1"
41814181
"@typescript-eslint/visitor-keys" "4.31.1"
41824182

4183+
"@typescript-eslint/[email protected]":
4184+
version "4.33.0"
4185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
4186+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
4187+
dependencies:
4188+
"@typescript-eslint/types" "4.33.0"
4189+
"@typescript-eslint/visitor-keys" "4.33.0"
4190+
41834191
"@typescript-eslint/[email protected]":
41844192
version "3.10.1"
41854193
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
@@ -4190,6 +4198,11 @@
41904198
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66"
41914199
integrity sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==
41924200

4201+
"@typescript-eslint/[email protected]":
4202+
version "4.33.0"
4203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
4204+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
4205+
41934206
"@typescript-eslint/[email protected]":
41944207
version "3.10.1"
41954208
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
@@ -4217,6 +4230,19 @@
42174230
semver "^7.3.5"
42184231
tsutils "^3.21.0"
42194232

4233+
"@typescript-eslint/[email protected]":
4234+
version "4.33.0"
4235+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
4236+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
4237+
dependencies:
4238+
"@typescript-eslint/types" "4.33.0"
4239+
"@typescript-eslint/visitor-keys" "4.33.0"
4240+
debug "^4.3.1"
4241+
globby "^11.0.3"
4242+
is-glob "^4.0.1"
4243+
semver "^7.3.5"
4244+
tsutils "^3.21.0"
4245+
42204246
"@typescript-eslint/[email protected]":
42214247
version "3.10.1"
42224248
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -4232,6 +4258,14 @@
42324258
"@typescript-eslint/types" "4.31.1"
42334259
eslint-visitor-keys "^2.0.0"
42344260

4261+
"@typescript-eslint/[email protected]":
4262+
version "4.33.0"
4263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
4264+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
4265+
dependencies:
4266+
"@typescript-eslint/types" "4.33.0"
4267+
eslint-visitor-keys "^2.0.0"
4268+
42354269
"@webassemblyjs/[email protected]":
42364270
version "1.9.0"
42374271
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)