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

Commit 81d05f0

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency @typescript-eslint/eslint-plugin to v5
1 parent 04be16b commit 81d05f0

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
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": "4.33.0",
74+
"@typescript-eslint/eslint-plugin": "5.0.0",
7575
"@typescript-eslint/parser": "5.0.0",
7676
"browser-sync": "^2.26.7",
7777
"critters": "0.0.10",

yarn.lock

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,29 +2621,29 @@
26212621
dependencies:
26222622
"@types/node" "*"
26232623

2624-
"@typescript-eslint/eslint-plugin@4.33.0":
2625-
version "4.33.0"
2626-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2627-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
2624+
"@typescript-eslint/eslint-plugin@5.0.0":
2625+
version "5.0.0"
2626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac"
2627+
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==
26282628
dependencies:
2629-
"@typescript-eslint/experimental-utils" "4.33.0"
2630-
"@typescript-eslint/scope-manager" "4.33.0"
2629+
"@typescript-eslint/experimental-utils" "5.0.0"
2630+
"@typescript-eslint/scope-manager" "5.0.0"
26312631
debug "^4.3.1"
26322632
functional-red-black-tree "^1.0.1"
26332633
ignore "^5.1.8"
26342634
regexpp "^3.1.0"
26352635
semver "^7.3.5"
26362636
tsutils "^3.21.0"
26372637

2638-
"@typescript-eslint/experimental-utils@4.33.0":
2639-
version "4.33.0"
2640-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2641-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
2638+
"@typescript-eslint/experimental-utils@5.0.0":
2639+
version "5.0.0"
2640+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
2641+
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
26422642
dependencies:
26432643
"@types/json-schema" "^7.0.7"
2644-
"@typescript-eslint/scope-manager" "4.33.0"
2645-
"@typescript-eslint/types" "4.33.0"
2646-
"@typescript-eslint/typescript-estree" "4.33.0"
2644+
"@typescript-eslint/scope-manager" "5.0.0"
2645+
"@typescript-eslint/types" "5.0.0"
2646+
"@typescript-eslint/typescript-estree" "5.0.0"
26472647
eslint-scope "^5.1.1"
26482648
eslint-utils "^3.0.0"
26492649

@@ -2657,14 +2657,6 @@
26572657
"@typescript-eslint/typescript-estree" "5.0.0"
26582658
debug "^4.3.1"
26592659

2660-
"@typescript-eslint/[email protected]":
2661-
version "4.33.0"
2662-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2663-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2664-
dependencies:
2665-
"@typescript-eslint/types" "4.33.0"
2666-
"@typescript-eslint/visitor-keys" "4.33.0"
2667-
26682660
"@typescript-eslint/[email protected]":
26692661
version "5.0.0"
26702662
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f"
@@ -2673,29 +2665,11 @@
26732665
"@typescript-eslint/types" "5.0.0"
26742666
"@typescript-eslint/visitor-keys" "5.0.0"
26752667

2676-
"@typescript-eslint/[email protected]":
2677-
version "4.33.0"
2678-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2679-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2680-
26812668
"@typescript-eslint/[email protected]":
26822669
version "5.0.0"
26832670
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
26842671
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
26852672

2686-
"@typescript-eslint/[email protected]":
2687-
version "4.33.0"
2688-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2689-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2690-
dependencies:
2691-
"@typescript-eslint/types" "4.33.0"
2692-
"@typescript-eslint/visitor-keys" "4.33.0"
2693-
debug "^4.3.1"
2694-
globby "^11.0.3"
2695-
is-glob "^4.0.1"
2696-
semver "^7.3.5"
2697-
tsutils "^3.21.0"
2698-
26992673
"@typescript-eslint/[email protected]":
27002674
version "5.0.0"
27012675
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
@@ -2709,14 +2683,6 @@
27092683
semver "^7.3.5"
27102684
tsutils "^3.21.0"
27112685

2712-
"@typescript-eslint/[email protected]":
2713-
version "4.33.0"
2714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2715-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2716-
dependencies:
2717-
"@typescript-eslint/types" "4.33.0"
2718-
eslint-visitor-keys "^2.0.0"
2719-
27202686
"@typescript-eslint/[email protected]":
27212687
version "5.0.0"
27222688
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"

0 commit comments

Comments
 (0)