Skip to content

Commit a21b1f6

Browse files
chore(deps): update typescript-eslint monorepo to v3 (major) (#112)
1 parent c5e89c0 commit a21b1f6

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"@babel/preset-typescript": "^7.9.0",
5959
"@react-bootstrap/babel-preset": "^1.2.0",
6060
"@react-bootstrap/eslint-config": "^1.3.2",
61-
"@react-bootstrap/eslint-config-typescript": "^1.2.0",
62-
"@typescript-eslint/eslint-plugin": "^2.33.0",
63-
"@typescript-eslint/parser": "^2.33.0",
61+
"@react-bootstrap/eslint-config-typescript": "^2.0.0",
62+
"@typescript-eslint/eslint-plugin": "^3.0.0",
63+
"@typescript-eslint/parser": "^3.0.0",
6464
"babel-eslint": "^10.1.0",
6565
"babel-loader": "^8.1.0",
6666
"cherry-pick": "^0.5.0",

yarn.lock

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,12 +1082,12 @@
10821082
babel-plugin-dev-expression "^0.2.2"
10831083
babel-plugin-transform-react-remove-prop-types "^0.4.24"
10841084

1085-
"@react-bootstrap/eslint-config-typescript@^1.2.0":
1086-
version "1.2.0"
1087-
resolved "https://registry.yarnpkg.com/@react-bootstrap/eslint-config-typescript/-/eslint-config-typescript-1.2.0.tgz#fa7f6c0c091eaba26c73be043159994b7708d654"
1088-
integrity sha512-APBe1qKKLsaQ9JNKdjwcAtur4s4KbE/sa1tS1MmPM+zYoOmNJR/qDQhgP+QRm+a08CDkrc7F1JRHBHFkW0Dr/Q==
1085+
"@react-bootstrap/eslint-config-typescript@^2.0.0":
1086+
version "2.0.0"
1087+
resolved "https://registry.yarnpkg.com/@react-bootstrap/eslint-config-typescript/-/eslint-config-typescript-2.0.0.tgz#f54cdfa2189d5dd61178a152d0058189f3971fce"
1088+
integrity sha512-XGcM+7WszQtPMVApWhn0isGqZzg+9NjM6w9BQQ4c+BcvDnXJZZImhNntd9F9X5qRBgnsBWeCI4LbnNvEmY+vMg==
10891089
dependencies:
1090-
"@typescript-eslint/parser" "^2.4.0"
1090+
"@typescript-eslint/parser" "^3.0.0"
10911091
babel-eslint "^10.0.2"
10921092
eslint-import-resolver-typescript "^2.0.0"
10931093

@@ -1244,40 +1244,41 @@
12441244
dependencies:
12451245
"@types/yargs-parser" "*"
12461246

1247-
"@typescript-eslint/eslint-plugin@^2.33.0":
1248-
version "2.33.0"
1249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz#d6c8319d5011b4783bb3d2dadf105d8bdd499bd5"
1250-
integrity sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==
1247+
"@typescript-eslint/eslint-plugin@^3.0.0":
1248+
version "3.0.0"
1249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.0.tgz#02f8ec6b5ce814bda80dfc22463f108bed1f699b"
1250+
integrity sha512-lcZ0M6jD4cqGccYOERKdMtg+VWpoq3NSnWVxpc/AwAy0zhkUYVioOUZmfNqiNH8/eBNGhCn6HXd6mKIGRgNc1Q==
12511251
dependencies:
1252-
"@typescript-eslint/experimental-utils" "2.33.0"
1252+
"@typescript-eslint/experimental-utils" "3.0.0"
12531253
functional-red-black-tree "^1.0.1"
12541254
regexpp "^3.0.0"
1255+
semver "^7.3.2"
12551256
tsutils "^3.17.1"
12561257

1257-
"@typescript-eslint/experimental-utils@2.33.0":
1258-
version "2.33.0"
1259-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
1260-
integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==
1258+
"@typescript-eslint/experimental-utils@3.0.0":
1259+
version "3.0.0"
1260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.0.0.tgz#1ddf53eeb61ac8eaa9a77072722790ac4f641c03"
1261+
integrity sha512-BN0vmr9N79M9s2ctITtChRuP1+Dls0x/wlg0RXW1yQ7WJKPurg6X3Xirv61J2sjPif4F8SLsFMs5Nzte0WYoTQ==
12611262
dependencies:
12621263
"@types/json-schema" "^7.0.3"
1263-
"@typescript-eslint/typescript-estree" "2.33.0"
1264+
"@typescript-eslint/typescript-estree" "3.0.0"
12641265
eslint-scope "^5.0.0"
12651266
eslint-utils "^2.0.0"
12661267

1267-
"@typescript-eslint/parser@^2.33.0", "@typescript-eslint/parser@^2.4.0":
1268-
version "2.33.0"
1269-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.33.0.tgz#395c0ef229ebef883608f8632a34f0acf02b9bdd"
1270-
integrity sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==
1268+
"@typescript-eslint/parser@^3.0.0":
1269+
version "3.0.0"
1270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.0.0.tgz#fe9fdf18a1155c02c04220c14506a320cb6c6944"
1271+
integrity sha512-8RRCA9KLxoFNO0mQlrLZA0reGPd/MsobxZS/yPFj+0/XgMdS8+mO8mF3BDj2ZYQj03rkayhSJtF1HAohQ3iylw==
12711272
dependencies:
12721273
"@types/eslint-visitor-keys" "^1.0.0"
1273-
"@typescript-eslint/experimental-utils" "2.33.0"
1274-
"@typescript-eslint/typescript-estree" "2.33.0"
1274+
"@typescript-eslint/experimental-utils" "3.0.0"
1275+
"@typescript-eslint/typescript-estree" "3.0.0"
12751276
eslint-visitor-keys "^1.1.0"
12761277

1277-
"@typescript-eslint/typescript-estree@2.33.0":
1278-
version "2.33.0"
1279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
1280-
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
1278+
"@typescript-eslint/typescript-estree@3.0.0":
1279+
version "3.0.0"
1280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.0.0.tgz#fa40e1b76ccff880130be054d9c398e96004bf42"
1281+
integrity sha512-nevQvHyNghsfLrrByzVIH4ZG3NROgJ8LZlfh3ddwPPH4CH7W4GAiSx5qu+xHuX5pWsq6q/eqMc1io840ZhAnUg==
12811282
dependencies:
12821283
debug "^4.1.1"
12831284
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)