Skip to content

Commit 19c171b

Browse files
Merge pull request ferdikoomen#736 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.26.0
2 parents ee8af51 + aeec24d commit 19c171b

File tree

2 files changed

+36
-63
lines changed

2 files changed

+36
-63
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/node": "15.12.1",
8383
"@types/node-fetch": "2.5.10",
8484
"@types/qs": "6.9.6",
85-
"@typescript-eslint/eslint-plugin": "4.25.0",
85+
"@typescript-eslint/eslint-plugin": "4.26.0",
8686
"@typescript-eslint/parser": "4.26.0",
8787
"codecov": "3.8.2",
8888
"eslint": "7.28.0",

yarn.lock

Lines changed: 35 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@
16021602
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.1.tgz#5544730b65a480b18ace6b6ce914e519cec2d43b"
16031603
integrity sha512-xdOvNmXmrZqqPy3kuCQ+fz6wA0xU5pji9cd1nDrflWaAWtYLLGk5ykW0H6yg5TVyehHP1pfmuuSaZkhP+kspVA==
16041604

1605-
"@types/json-schema@^7.0.3":
1605+
"@types/json-schema@^7.0.7":
16061606
version "7.0.7"
16071607
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
16081608
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -1691,31 +1691,31 @@
16911691
dependencies:
16921692
"@types/node" "*"
16931693

1694-
"@typescript-eslint/eslint-plugin@4.25.0":
1695-
version "4.25.0"
1696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a"
1697-
integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ==
1694+
"@typescript-eslint/eslint-plugin@4.26.0":
1695+
version "4.26.0"
1696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
1697+
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
16981698
dependencies:
1699-
"@typescript-eslint/experimental-utils" "4.25.0"
1700-
"@typescript-eslint/scope-manager" "4.25.0"
1701-
debug "^4.1.1"
1699+
"@typescript-eslint/experimental-utils" "4.26.0"
1700+
"@typescript-eslint/scope-manager" "4.26.0"
1701+
debug "^4.3.1"
17021702
functional-red-black-tree "^1.0.1"
1703-
lodash "^4.17.15"
1704-
regexpp "^3.0.0"
1705-
semver "^7.3.2"
1706-
tsutils "^3.17.1"
1703+
lodash "^4.17.21"
1704+
regexpp "^3.1.0"
1705+
semver "^7.3.5"
1706+
tsutils "^3.21.0"
17071707

1708-
"@typescript-eslint/experimental-utils@4.25.0":
1709-
version "4.25.0"
1710-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
1711-
integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
1708+
"@typescript-eslint/experimental-utils@4.26.0":
1709+
version "4.26.0"
1710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
1711+
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
17121712
dependencies:
1713-
"@types/json-schema" "^7.0.3"
1714-
"@typescript-eslint/scope-manager" "4.25.0"
1715-
"@typescript-eslint/types" "4.25.0"
1716-
"@typescript-eslint/typescript-estree" "4.25.0"
1717-
eslint-scope "^5.0.0"
1718-
eslint-utils "^2.0.0"
1713+
"@types/json-schema" "^7.0.7"
1714+
"@typescript-eslint/scope-manager" "4.26.0"
1715+
"@typescript-eslint/types" "4.26.0"
1716+
"@typescript-eslint/typescript-estree" "4.26.0"
1717+
eslint-scope "^5.1.1"
1718+
eslint-utils "^3.0.0"
17191719

17201720
"@typescript-eslint/[email protected]":
17211721
version "4.26.0"
@@ -1727,14 +1727,6 @@
17271727
"@typescript-eslint/typescript-estree" "4.26.0"
17281728
debug "^4.3.1"
17291729

1730-
"@typescript-eslint/[email protected]":
1731-
version "4.25.0"
1732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
1733-
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
1734-
dependencies:
1735-
"@typescript-eslint/types" "4.25.0"
1736-
"@typescript-eslint/visitor-keys" "4.25.0"
1737-
17381730
"@typescript-eslint/[email protected]":
17391731
version "4.26.0"
17401732
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
@@ -1743,29 +1735,11 @@
17431735
"@typescript-eslint/types" "4.26.0"
17441736
"@typescript-eslint/visitor-keys" "4.26.0"
17451737

1746-
"@typescript-eslint/[email protected]":
1747-
version "4.25.0"
1748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
1749-
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
1750-
17511738
"@typescript-eslint/[email protected]":
17521739
version "4.26.0"
17531740
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
17541741
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
17551742

1756-
"@typescript-eslint/[email protected]":
1757-
version "4.25.0"
1758-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
1759-
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
1760-
dependencies:
1761-
"@typescript-eslint/types" "4.25.0"
1762-
"@typescript-eslint/visitor-keys" "4.25.0"
1763-
debug "^4.1.1"
1764-
globby "^11.0.1"
1765-
is-glob "^4.0.1"
1766-
semver "^7.3.2"
1767-
tsutils "^3.17.1"
1768-
17691743
"@typescript-eslint/[email protected]":
17701744
version "4.26.0"
17711745
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
@@ -1779,14 +1753,6 @@
17791753
semver "^7.3.5"
17801754
tsutils "^3.21.0"
17811755

1782-
"@typescript-eslint/[email protected]":
1783-
version "4.25.0"
1784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
1785-
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
1786-
dependencies:
1787-
"@typescript-eslint/types" "4.25.0"
1788-
eslint-visitor-keys "^2.0.0"
1789-
17901756
"@typescript-eslint/[email protected]":
17911757
version "4.26.0"
17921758
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -2872,21 +2838,28 @@ [email protected]:
28722838
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-7.0.0.tgz#a1dad262f46d2184a90095a60c66fef74727f0f8"
28732839
integrity sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw==
28742840

2875-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2841+
eslint-scope@^5.1.1:
28762842
version "5.1.1"
28772843
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
28782844
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
28792845
dependencies:
28802846
esrecurse "^4.3.0"
28812847
estraverse "^4.1.1"
28822848

2883-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
2849+
eslint-utils@^2.1.0:
28842850
version "2.1.0"
28852851
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
28862852
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
28872853
dependencies:
28882854
eslint-visitor-keys "^1.1.0"
28892855

2856+
eslint-utils@^3.0.0:
2857+
version "3.0.0"
2858+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2859+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2860+
dependencies:
2861+
eslint-visitor-keys "^2.0.0"
2862+
28902863
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
28912864
version "1.3.0"
28922865
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3488,7 +3461,7 @@ globals@^13.6.0, globals@^13.9.0:
34883461
dependencies:
34893462
type-fest "^0.20.2"
34903463

3491-
globby@^11.0.1, globby@^11.0.3:
3464+
globby@^11.0.3:
34923465
version "11.0.3"
34933466
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
34943467
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -5015,7 +4988,7 @@ lodash.truncate@^4.4.2:
50154988
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
50164989
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
50174990

5018-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.7.0:
4991+
lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0:
50194992
version "4.17.21"
50204993
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
50214994
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -5784,7 +5757,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
57845757
extend-shallow "^3.0.2"
57855758
safe-regex "^1.1.0"
57865759

5787-
regexpp@^3.0.0, regexpp@^3.1.0:
5760+
regexpp@^3.1.0:
57885761
version "3.1.0"
57895762
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
57905763
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -6588,7 +6561,7 @@ tslib@^1.8.1:
65886561
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
65896562
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
65906563

6591-
tsutils@^3.17.1, tsutils@^3.21.0:
6564+
tsutils@^3.21.0:
65926565
version "3.21.0"
65936566
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
65946567
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)