Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit a80a480

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency @typescript-eslint/eslint-plugin to v5.1.0
(cherry picked from commit 8eb34f5)
1 parent 58b786f commit a80a480

File tree

2 files changed

+54
-20
lines changed

2 files changed

+54
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/jasmine": "^3.4.4",
7272
"@types/jsdom": "^16.2.10",
7373
"@types/node": "12.12.37",
74-
"@typescript-eslint/eslint-plugin": "5.0.0",
74+
"@typescript-eslint/eslint-plugin": "5.1.0",
7575
"@typescript-eslint/parser": "5.0.0",
7676
"browser-sync": "^2.26.7",
7777
"critters": "0.0.10",

yarn.lock

Lines changed: 53 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@
23862386
"@types/parse5" "*"
23872387
"@types/tough-cookie" "*"
23882388

2389-
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
2389+
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
23902390
version "7.0.9"
23912391
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
23922392
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -2522,29 +2522,29 @@
25222522
dependencies:
25232523
"@types/node" "*"
25242524

2525-
"@typescript-eslint/eslint-plugin@5.0.0":
2526-
version "5.0.0"
2527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac"
2528-
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==
2525+
"@typescript-eslint/eslint-plugin@5.1.0":
2526+
version "5.1.0"
2527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
2528+
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
25292529
dependencies:
2530-
"@typescript-eslint/experimental-utils" "5.0.0"
2531-
"@typescript-eslint/scope-manager" "5.0.0"
2532-
debug "^4.3.1"
2530+
"@typescript-eslint/experimental-utils" "5.1.0"
2531+
"@typescript-eslint/scope-manager" "5.1.0"
2532+
debug "^4.3.2"
25332533
functional-red-black-tree "^1.0.1"
25342534
ignore "^5.1.8"
2535-
regexpp "^3.1.0"
2535+
regexpp "^3.2.0"
25362536
semver "^7.3.5"
25372537
tsutils "^3.21.0"
25382538

2539-
"@typescript-eslint/experimental-utils@5.0.0":
2540-
version "5.0.0"
2541-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
2542-
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
2539+
"@typescript-eslint/experimental-utils@5.1.0":
2540+
version "5.1.0"
2541+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
2542+
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
25432543
dependencies:
2544-
"@types/json-schema" "^7.0.7"
2545-
"@typescript-eslint/scope-manager" "5.0.0"
2546-
"@typescript-eslint/types" "5.0.0"
2547-
"@typescript-eslint/typescript-estree" "5.0.0"
2544+
"@types/json-schema" "^7.0.9"
2545+
"@typescript-eslint/scope-manager" "5.1.0"
2546+
"@typescript-eslint/types" "5.1.0"
2547+
"@typescript-eslint/typescript-estree" "5.1.0"
25482548
eslint-scope "^5.1.1"
25492549
eslint-utils "^3.0.0"
25502550

@@ -2566,11 +2566,24 @@
25662566
"@typescript-eslint/types" "5.0.0"
25672567
"@typescript-eslint/visitor-keys" "5.0.0"
25682568

2569+
"@typescript-eslint/[email protected]":
2570+
version "5.1.0"
2571+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
2572+
integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
2573+
dependencies:
2574+
"@typescript-eslint/types" "5.1.0"
2575+
"@typescript-eslint/visitor-keys" "5.1.0"
2576+
25692577
"@typescript-eslint/[email protected]":
25702578
version "5.0.0"
25712579
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
25722580
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
25732581

2582+
"@typescript-eslint/[email protected]":
2583+
version "5.1.0"
2584+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
2585+
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
2586+
25742587
"@typescript-eslint/[email protected]":
25752588
version "5.0.0"
25762589
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
@@ -2584,6 +2597,19 @@
25842597
semver "^7.3.5"
25852598
tsutils "^3.21.0"
25862599

2600+
"@typescript-eslint/[email protected]":
2601+
version "5.1.0"
2602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
2603+
integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
2604+
dependencies:
2605+
"@typescript-eslint/types" "5.1.0"
2606+
"@typescript-eslint/visitor-keys" "5.1.0"
2607+
debug "^4.3.2"
2608+
globby "^11.0.4"
2609+
is-glob "^4.0.3"
2610+
semver "^7.3.5"
2611+
tsutils "^3.21.0"
2612+
25872613
"@typescript-eslint/[email protected]":
25882614
version "5.0.0"
25892615
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"
@@ -2592,6 +2618,14 @@
25922618
"@typescript-eslint/types" "5.0.0"
25932619
eslint-visitor-keys "^3.0.0"
25942620

2621+
"@typescript-eslint/[email protected]":
2622+
version "5.1.0"
2623+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
2624+
integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
2625+
dependencies:
2626+
"@typescript-eslint/types" "5.1.0"
2627+
eslint-visitor-keys "^3.0.0"
2628+
25952629
"@webassemblyjs/[email protected]":
25962630
version "1.11.1"
25972631
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -5631,7 +5665,7 @@ globals@^13.6.0, globals@^13.9.0:
56315665
dependencies:
56325666
type-fest "^0.20.2"
56335667

5634-
globby@^11.0.1, globby@^11.0.3:
5668+
globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
56355669
version "11.0.4"
56365670
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
56375671
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -8965,7 +8999,7 @@ regexp.prototype.flags@^1.2.0:
89658999
call-bind "^1.0.2"
89669000
define-properties "^1.1.3"
89679001

8968-
regexpp@^3.1.0, regexpp@^3.2.0:
9002+
regexpp@^3.2.0:
89699003
version "3.2.0"
89709004
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
89719005
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)