Skip to content

Commit 968c791

Browse files
chore(deps): update typescript-eslint monorepo to v4.13.0 (#261)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f9f50fc commit 968c791

File tree

2 files changed

+44
-43
lines changed

2 files changed

+44
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ts-node": "9.1.1",
3131
"patch-package": "6.2.2",
3232
"@changesets/cli": "2.12.0",
33-
"@typescript-eslint/eslint-plugin": "4.12.0",
34-
"@typescript-eslint/parser": "4.12.0",
33+
"@typescript-eslint/eslint-plugin": "4.13.0",
34+
"@typescript-eslint/parser": "4.13.0",
3535
"eslint": "7.17.0",
3636
"husky": "4.3.7",
3737
"lint-staged": "10.5.3",

yarn.lock

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,74 +1312,75 @@
13121312
dependencies:
13131313
"@types/yargs-parser" "*"
13141314

1315-
"@typescript-eslint/eslint-plugin@4.12.0":
1316-
version "4.12.0"
1317-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.12.0.tgz#00d1b23b40b58031e6d7c04a5bc6c1a30a2e834a"
1318-
integrity sha512-wHKj6q8s70sO5i39H2g1gtpCXCvjVszzj6FFygneNFyIAxRvNSVz9GML7XpqrB9t7hNutXw+MHnLN/Ih6uyB8Q==
1315+
"@typescript-eslint/eslint-plugin@4.13.0":
1316+
version "4.13.0"
1317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.13.0.tgz#5f580ea520fa46442deb82c038460c3dd3524bb6"
1318+
integrity sha512-ygqDUm+BUPvrr0jrXqoteMqmIaZ/bixYOc3A4BRwzEPTZPi6E+n44rzNZWaB0YvtukgP+aoj0i/fyx7FkM2p1w==
13191319
dependencies:
1320-
"@typescript-eslint/experimental-utils" "4.12.0"
1321-
"@typescript-eslint/scope-manager" "4.12.0"
1320+
"@typescript-eslint/experimental-utils" "4.13.0"
1321+
"@typescript-eslint/scope-manager" "4.13.0"
13221322
debug "^4.1.1"
13231323
functional-red-black-tree "^1.0.1"
1324+
lodash "^4.17.15"
13241325
regexpp "^3.0.0"
13251326
semver "^7.3.2"
13261327
tsutils "^3.17.1"
13271328

1328-
"@typescript-eslint/experimental-utils@4.12.0":
1329-
version "4.12.0"
1330-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.12.0.tgz#372838e76db76c9a56959217b768a19f7129546b"
1331-
integrity sha512-MpXZXUAvHt99c9ScXijx7i061o5HEjXltO+sbYfZAAHxv3XankQkPaNi5myy0Yh0Tyea3Hdq1pi7Vsh0GJb0fA==
1329+
"@typescript-eslint/experimental-utils@4.13.0":
1330+
version "4.13.0"
1331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.13.0.tgz#9dc9ab375d65603b43d938a0786190a0c72be44e"
1332+
integrity sha512-/ZsuWmqagOzNkx30VWYV3MNB/Re/CGv/7EzlqZo5RegBN8tMuPaBgNK6vPBCQA8tcYrbsrTdbx3ixMRRKEEGVw==
13321333
dependencies:
13331334
"@types/json-schema" "^7.0.3"
1334-
"@typescript-eslint/scope-manager" "4.12.0"
1335-
"@typescript-eslint/types" "4.12.0"
1336-
"@typescript-eslint/typescript-estree" "4.12.0"
1335+
"@typescript-eslint/scope-manager" "4.13.0"
1336+
"@typescript-eslint/types" "4.13.0"
1337+
"@typescript-eslint/typescript-estree" "4.13.0"
13371338
eslint-scope "^5.0.0"
13381339
eslint-utils "^2.0.0"
13391340

1340-
"@typescript-eslint/parser@4.12.0":
1341-
version "4.12.0"
1342-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.12.0.tgz#e1cf30436e4f916c31fcc962158917bd9e9d460a"
1343-
integrity sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ==
1341+
"@typescript-eslint/parser@4.13.0":
1342+
version "4.13.0"
1343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
1344+
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
13441345
dependencies:
1345-
"@typescript-eslint/scope-manager" "4.12.0"
1346-
"@typescript-eslint/types" "4.12.0"
1347-
"@typescript-eslint/typescript-estree" "4.12.0"
1346+
"@typescript-eslint/scope-manager" "4.13.0"
1347+
"@typescript-eslint/types" "4.13.0"
1348+
"@typescript-eslint/typescript-estree" "4.13.0"
13481349
debug "^4.1.1"
13491350

1350-
"@typescript-eslint/scope-manager@4.12.0":
1351-
version "4.12.0"
1352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.12.0.tgz#beeb8beca895a07b10c593185a5612f1085ef279"
1353-
integrity sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg==
1351+
"@typescript-eslint/scope-manager@4.13.0":
1352+
version "4.13.0"
1353+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
1354+
integrity sha512-UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ==
13541355
dependencies:
1355-
"@typescript-eslint/types" "4.12.0"
1356-
"@typescript-eslint/visitor-keys" "4.12.0"
1356+
"@typescript-eslint/types" "4.13.0"
1357+
"@typescript-eslint/visitor-keys" "4.13.0"
13571358

1358-
"@typescript-eslint/types@4.12.0":
1359-
version "4.12.0"
1360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.12.0.tgz#fb891fe7ccc9ea8b2bbd2780e36da45d0dc055e5"
1361-
integrity sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g==
1359+
"@typescript-eslint/types@4.13.0":
1360+
version "4.13.0"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
1362+
integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
13621363

1363-
"@typescript-eslint/typescript-estree@4.12.0":
1364-
version "4.12.0"
1365-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.12.0.tgz#3963418c850f564bdab3882ae23795d115d6d32e"
1366-
integrity sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w==
1364+
"@typescript-eslint/typescript-estree@4.13.0":
1365+
version "4.13.0"
1366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
1367+
integrity sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==
13671368
dependencies:
1368-
"@typescript-eslint/types" "4.12.0"
1369-
"@typescript-eslint/visitor-keys" "4.12.0"
1369+
"@typescript-eslint/types" "4.13.0"
1370+
"@typescript-eslint/visitor-keys" "4.13.0"
13701371
debug "^4.1.1"
13711372
globby "^11.0.1"
13721373
is-glob "^4.0.1"
13731374
lodash "^4.17.15"
13741375
semver "^7.3.2"
13751376
tsutils "^3.17.1"
13761377

1377-
"@typescript-eslint/visitor-keys@4.12.0":
1378-
version "4.12.0"
1379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.12.0.tgz#a470a79be6958075fa91c725371a83baf428a67a"
1380-
integrity sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw==
1378+
"@typescript-eslint/visitor-keys@4.13.0":
1379+
version "4.13.0"
1380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
1381+
integrity sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==
13811382
dependencies:
1382-
"@typescript-eslint/types" "4.12.0"
1383+
"@typescript-eslint/types" "4.13.0"
13831384
eslint-visitor-keys "^2.0.0"
13841385

13851386

0 commit comments

Comments
 (0)