Skip to content

Commit 49c95a3

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4
1 parent 7ce032d commit 49c95a3

File tree

2 files changed

+53
-43
lines changed

2 files changed

+53
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@types/react": "^16.9.33",
6161
"@types/react-dom": "^16.9.6",
6262
"@types/styled-components": "4.4.3",
63-
"@typescript-eslint/eslint-plugin": "3.10.1",
64-
"@typescript-eslint/parser": "3.10.1",
63+
"@typescript-eslint/eslint-plugin": "4.1.0",
64+
"@typescript-eslint/parser": "4.1.0",
6565
"@zendeskgarden/css-bedrock": "8.0.1",
6666
"@zendeskgarden/eslint-config": "15.0.0",
6767
"@zendeskgarden/scripts": "0.1.11",

yarn.lock

Lines changed: 51 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4253,11 +4253,6 @@
42534253
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
42544254
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
42554255

4256-
"@types/eslint-visitor-keys@^1.0.0":
4257-
version "1.0.0"
4258-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
4259-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
4260-
42614256
"@types/estree@*":
42624257
version "0.0.45"
42634258
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
@@ -4642,26 +4637,28 @@
46424637
dependencies:
46434638
"@types/yargs-parser" "*"
46444639

4645-
"@typescript-eslint/eslint-plugin@3.10.1":
4646-
version "3.10.1"
4647-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
4648-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
4640+
"@typescript-eslint/eslint-plugin@4.1.0":
4641+
version "4.1.0"
4642+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.0.tgz#7d309f60815ff35e9627ad85e41928d7b7fd443f"
4643+
integrity sha512-U+nRJx8XDUqJxYF0FCXbpmD9nWt/xHDDG0zsw1vrVYAmEAuD/r49iowfurjSL2uTA2JsgtpsyG7mjO7PHf2dYw==
46494644
dependencies:
4650-
"@typescript-eslint/experimental-utils" "3.10.1"
4645+
"@typescript-eslint/experimental-utils" "4.1.0"
4646+
"@typescript-eslint/scope-manager" "4.1.0"
46514647
debug "^4.1.1"
46524648
functional-red-black-tree "^1.0.1"
46534649
regexpp "^3.0.0"
46544650
semver "^7.3.2"
46554651
tsutils "^3.17.1"
46564652

4657-
"@typescript-eslint/experimental-utils@3.10.1":
4658-
version "3.10.1"
4659-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
4660-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
4653+
"@typescript-eslint/experimental-utils@4.1.0":
4654+
version "4.1.0"
4655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.0.tgz#263d7225645c09a411c8735eeffd417f50f49026"
4656+
integrity sha512-paEYLA37iqRIDPeQwAmoYSiZ3PiHsaAc3igFeBTeqRHgPnHjHLJ9OGdmP6nwAkF65p2QzEsEBtpjNUBWByNWzA==
46614657
dependencies:
46624658
"@types/json-schema" "^7.0.3"
4663-
"@typescript-eslint/types" "3.10.1"
4664-
"@typescript-eslint/typescript-estree" "3.10.1"
4659+
"@typescript-eslint/scope-manager" "4.1.0"
4660+
"@typescript-eslint/types" "4.1.0"
4661+
"@typescript-eslint/typescript-estree" "4.1.0"
46654662
eslint-scope "^5.0.0"
46664663
eslint-utils "^2.0.0"
46674664

@@ -4675,21 +4672,28 @@
46754672
eslint-scope "^5.0.0"
46764673
eslint-utils "^2.0.0"
46774674

4678-
"@typescript-eslint/parser@3.10.1":
4679-
version "3.10.1"
4680-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
4681-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
4675+
"@typescript-eslint/parser@4.1.0":
4676+
version "4.1.0"
4677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.0.tgz#9b0409411725f14cd7faa81a664e5051225961db"
4678+
integrity sha512-hM/WNCQTzDHgS0Ke3cR9zPndL3OTKr9OoN9CL3UqulsAjYDrglSwIIgswSmHBcSbOzLmgaMARwrQEbIumIglvQ==
46824679
dependencies:
4683-
"@types/eslint-visitor-keys" "^1.0.0"
4684-
"@typescript-eslint/experimental-utils" "3.10.1"
4685-
"@typescript-eslint/types" "3.10.1"
4686-
"@typescript-eslint/typescript-estree" "3.10.1"
4687-
eslint-visitor-keys "^1.1.0"
4680+
"@typescript-eslint/scope-manager" "4.1.0"
4681+
"@typescript-eslint/types" "4.1.0"
4682+
"@typescript-eslint/typescript-estree" "4.1.0"
4683+
debug "^4.1.1"
46884684

4689-
"@typescript-eslint/types@3.10.1":
4690-
version "3.10.1"
4691-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
4692-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
4685+
"@typescript-eslint/scope-manager@4.1.0":
4686+
version "4.1.0"
4687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.0.tgz#9e389745ee9cfe12252ed1e9958808abd6b3a683"
4688+
integrity sha512-HD1/u8vFNnxwiHqlWKC/Pigdn0Mvxi84Y6GzbZ5f5sbLrFKu0al02573Er+D63Sw67IffVUXR0uR8rpdfdk+vA==
4689+
dependencies:
4690+
"@typescript-eslint/types" "4.1.0"
4691+
"@typescript-eslint/visitor-keys" "4.1.0"
4692+
4693+
"@typescript-eslint/types@4.1.0":
4694+
version "4.1.0"
4695+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.0.tgz#edbd3fec346f34e13ce7aa176b03b497a32c496a"
4696+
integrity sha512-rkBqWsO7m01XckP9R2YHVN8mySOKKY2cophGM8K5uDK89ArCgahItQYdbg/3n8xMxzu2elss+an1TphlUpDuJw==
46934697

46944698
"@typescript-eslint/typescript-estree@2.32.0", "@typescript-eslint/typescript-estree@^2.29.0":
46954699
version "2.32.0"
@@ -4704,26 +4708,27 @@
47044708
semver "^7.3.2"
47054709
tsutils "^3.17.1"
47064710

4707-
"@typescript-eslint/typescript-estree@3.10.1":
4708-
version "3.10.1"
4709-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
4710-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
4711+
"@typescript-eslint/typescript-estree@4.1.0":
4712+
version "4.1.0"
4713+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.0.tgz#394046ead25164494218c0e3d6b960695ea967f6"
4714+
integrity sha512-r6et57qqKAWU173nWyw31x7OfgmKfMEcjJl9vlJEzS+kf9uKNRr4AVTRXfTCwebr7bdiVEkfRY5xGnpPaNPe4Q==
47114715
dependencies:
4712-
"@typescript-eslint/types" "3.10.1"
4713-
"@typescript-eslint/visitor-keys" "3.10.1"
4716+
"@typescript-eslint/types" "4.1.0"
4717+
"@typescript-eslint/visitor-keys" "4.1.0"
47144718
debug "^4.1.1"
4715-
glob "^7.1.6"
4719+
globby "^11.0.1"
47164720
is-glob "^4.0.1"
47174721
lodash "^4.17.15"
47184722
semver "^7.3.2"
47194723
tsutils "^3.17.1"
47204724

4721-
"@typescript-eslint/visitor-keys@3.10.1":
4722-
version "3.10.1"
4723-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
4724-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
4725+
"@typescript-eslint/visitor-keys@4.1.0":
4726+
version "4.1.0"
4727+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.0.tgz#b2d528c9484e7eda1aa4f86ccf0432fb16e4d545"
4728+
integrity sha512-+taO0IZGCtCEsuNTTF2Q/5o8+fHrlml8i9YsZt2AiDCdYEJzYlsmRY991l/6f3jNXFyAWepdQj7n8Na6URiDRQ==
47254729
dependencies:
4726-
eslint-visitor-keys "^1.1.0"
4730+
"@typescript-eslint/types" "4.1.0"
4731+
eslint-visitor-keys "^2.0.0"
47274732

47284733
"@vxna/mini-html-webpack-template@^0.1.7":
47294734
version "0.1.7"
@@ -9233,6 +9238,11 @@ eslint-visitor-keys@^1.3.0:
92339238
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
92349239
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
92359240

9241+
eslint-visitor-keys@^2.0.0:
9242+
version "2.0.0"
9243+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
9244+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
9245+
92369246
eslint@7.8.1:
92379247
version "7.8.1"
92389248
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"

0 commit comments

Comments
 (0)