Skip to content

Commit c07938e

Browse files
authored
Merge pull request #1540 from oasisprotocol/renovate/lint-dependencies
Update lint dependencies to v6.1.0
2 parents ab9afb4 + 23164c2 commit c07938e

File tree

2 files changed

+70
-77
lines changed

2 files changed

+70
-77
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
"@types/valid-url": "1.0.4",
112112
"@types/w3c-web-usb": "1.0.6",
113113
"@types/webextension-polyfill": "0.10.1",
114-
"@typescript-eslint/eslint-plugin": "6.0.0",
115-
"@typescript-eslint/parser": "6.0.0",
114+
"@typescript-eslint/eslint-plugin": "6.1.0",
115+
"@typescript-eslint/parser": "6.1.0",
116116
"babel-plugin-istanbul": "6.1.1",
117117
"cypress": "12.17.1",
118118
"eslint": "8.45.0",
@@ -149,7 +149,7 @@
149149
"resolutions": {
150150
"@ledgerhq/hw-transport": "^6.27.6",
151151
"@testing-library/dom": "9.3.1",
152-
"@typescript-eslint/eslint-plugin": "6.0.0",
152+
"@typescript-eslint/eslint-plugin": "6.1.0",
153153
"bip39": "3.1.0",
154154
"eslint-plugin-react": "7.32.2",
155155
"grommet-icons": "4.11.0",

yarn.lock

Lines changed: 67 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@
19051905
dependencies:
19061906
eslint-visitor-keys "^3.3.0"
19071907

1908-
"@eslint-community/eslint-utils@^4.3.0":
1908+
"@eslint-community/eslint-utils@^4.4.0":
19091909
version "4.4.0"
19101910
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
19111911
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -1917,7 +1917,7 @@
19171917
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
19181918
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
19191919

1920-
"@eslint-community/regexpp@^4.5.0":
1920+
"@eslint-community/regexpp@^4.5.1":
19211921
version "4.5.1"
19221922
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
19231923
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
@@ -3627,7 +3627,7 @@
36273627
"@types/tough-cookie" "*"
36283628
parse5 "^7.0.0"
36293629

3630-
"@types/json-schema@^7.0.11":
3630+
"@types/json-schema@^7.0.12":
36313631
version "7.0.12"
36323632
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
36333633
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
@@ -3759,10 +3759,10 @@
37593759
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.1.tgz"
37603760
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
37613761

3762-
"@types/semver@^7.3.12":
3763-
version "7.3.12"
3764-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
3765-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
3762+
"@types/semver@^7.5.0":
3763+
version "7.5.0"
3764+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
3765+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
37663766

37673767
37683768
version "8.1.1"
@@ -3855,23 +3855,22 @@
38553855
dependencies:
38563856
"@types/node" "*"
38573857

3858-
"@typescript-eslint/eslint-plugin@6.0.0", "@typescript-eslint/eslint-plugin@^5.5.0":
3859-
version "6.0.0"
3860-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.0.0.tgz#19ff4f1cab8d6f8c2c1825150f7a840bc5d9bdc4"
3861-
integrity sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A==
3862-
dependencies:
3863-
"@eslint-community/regexpp" "^4.5.0"
3864-
"@typescript-eslint/scope-manager" "6.0.0"
3865-
"@typescript-eslint/type-utils" "6.0.0"
3866-
"@typescript-eslint/utils" "6.0.0"
3867-
"@typescript-eslint/visitor-keys" "6.0.0"
3858+
"@typescript-eslint/eslint-plugin@6.1.0", "@typescript-eslint/eslint-plugin@^5.5.0":
3859+
version "6.1.0"
3860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.1.0.tgz#96f3ca6615717659d06c9f7161a1d14ab0c49c66"
3861+
integrity sha512-qg7Bm5TyP/I7iilGyp6DRqqkt8na00lI6HbjWZObgk3FFSzH5ypRwAHXJhJkwiRtTcfn+xYQIMOR5kJgpo6upw==
3862+
dependencies:
3863+
"@eslint-community/regexpp" "^4.5.1"
3864+
"@typescript-eslint/scope-manager" "6.1.0"
3865+
"@typescript-eslint/type-utils" "6.1.0"
3866+
"@typescript-eslint/utils" "6.1.0"
3867+
"@typescript-eslint/visitor-keys" "6.1.0"
38683868
debug "^4.3.4"
3869-
grapheme-splitter "^1.0.4"
38703869
graphemer "^1.4.0"
38713870
ignore "^5.2.4"
38723871
natural-compare "^1.4.0"
38733872
natural-compare-lite "^1.4.0"
3874-
semver "^7.5.0"
3873+
semver "^7.5.4"
38753874
ts-api-utils "^1.0.1"
38763875

38773876
"@typescript-eslint/experimental-utils@^5.0.0":
@@ -3881,15 +3880,15 @@
38813880
dependencies:
38823881
"@typescript-eslint/utils" "5.14.0"
38833882

3884-
"@typescript-eslint/parser@6.0.0":
3885-
version "6.0.0"
3886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.0.0.tgz#46b2600fd1f67e62fc00a28093a75f41bf7effc4"
3887-
integrity sha512-TNaufYSPrr1U8n+3xN+Yp9g31vQDJqhXzzPSHfQDLcaO4tU+mCfODPxCwf4H530zo7aUBE3QIdxCXamEnG04Tg==
3883+
"@typescript-eslint/parser@6.1.0":
3884+
version "6.1.0"
3885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.1.0.tgz#3135bf65dca5340d8650703eb8cb83113e156ee5"
3886+
integrity sha512-hIzCPvX4vDs4qL07SYzyomamcs2/tQYXg5DtdAfj35AyJ5PIUqhsLf4YrEIFzZcND7R2E8tpQIZKayxg8/6Wbw==
38883887
dependencies:
3889-
"@typescript-eslint/scope-manager" "6.0.0"
3890-
"@typescript-eslint/types" "6.0.0"
3891-
"@typescript-eslint/typescript-estree" "6.0.0"
3892-
"@typescript-eslint/visitor-keys" "6.0.0"
3888+
"@typescript-eslint/scope-manager" "6.1.0"
3889+
"@typescript-eslint/types" "6.1.0"
3890+
"@typescript-eslint/typescript-estree" "6.1.0"
3891+
"@typescript-eslint/visitor-keys" "6.1.0"
38933892
debug "^4.3.4"
38943893

38953894
"@typescript-eslint/parser@^5.5.0":
@@ -3910,21 +3909,21 @@
39103909
"@typescript-eslint/types" "5.14.0"
39113910
"@typescript-eslint/visitor-keys" "5.14.0"
39123911

3913-
"@typescript-eslint/scope-manager@6.0.0":
3914-
version "6.0.0"
3915-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.0.0.tgz#8ede47a37cb2b7ed82d329000437abd1113b5e11"
3916-
integrity sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg==
3912+
"@typescript-eslint/scope-manager@6.1.0":
3913+
version "6.1.0"
3914+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.1.0.tgz#a6cdbe11630614f8c04867858a42dd56590796ed"
3915+
integrity sha512-AxjgxDn27hgPpe2rQe19k0tXw84YCOsjDJ2r61cIebq1t+AIxbgiXKvD4999Wk49GVaAcdJ/d49FYel+Pp3jjw==
39173916
dependencies:
3918-
"@typescript-eslint/types" "6.0.0"
3919-
"@typescript-eslint/visitor-keys" "6.0.0"
3917+
"@typescript-eslint/types" "6.1.0"
3918+
"@typescript-eslint/visitor-keys" "6.1.0"
39203919

3921-
"@typescript-eslint/type-utils@6.0.0":
3922-
version "6.0.0"
3923-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18"
3924-
integrity sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ==
3920+
"@typescript-eslint/type-utils@6.1.0":
3921+
version "6.1.0"
3922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.1.0.tgz#21cc6c3bc1980b03f9eb4e64580d0c5be6f08215"
3923+
integrity sha512-kFXBx6QWS1ZZ5Ni89TyT1X9Ag6RXVIVhqDs0vZE/jUeWlBv/ixq2diua6G7ece6+fXw3TvNRxP77/5mOMusx2w==
39253924
dependencies:
3926-
"@typescript-eslint/typescript-estree" "6.0.0"
3927-
"@typescript-eslint/utils" "6.0.0"
3925+
"@typescript-eslint/typescript-estree" "6.1.0"
3926+
"@typescript-eslint/utils" "6.1.0"
39283927
debug "^4.3.4"
39293928
ts-api-utils "^1.0.1"
39303929

@@ -3933,10 +3932,10 @@
39333932
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.14.0.tgz#96317cf116cea4befabc0defef371a1013f8ab11"
39343933
integrity sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==
39353934

3936-
"@typescript-eslint/types@6.0.0":
3937-
version "6.0.0"
3938-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1"
3939-
integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg==
3935+
"@typescript-eslint/types@6.1.0":
3936+
version "6.1.0"
3937+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.1.0.tgz#2d607c62827bb416ada5c96ebfa2ef84e45a8dfa"
3938+
integrity sha512-+Gfd5NHCpDoHDOaU/yIF3WWRI2PcBRKKpP91ZcVbL0t5tQpqYWBs3z/GGhvU+EV1D0262g9XCnyqQh19prU0JQ==
39403939

39413940
"@typescript-eslint/[email protected]":
39423941
version "5.14.0"
@@ -3951,17 +3950,17 @@
39513950
semver "^7.3.5"
39523951
tsutils "^3.21.0"
39533952

3954-
"@typescript-eslint/typescript-estree@6.0.0":
3955-
version "6.0.0"
3956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.0.0.tgz#1e09aab7320e404fb9f83027ea568ac24e372f81"
3957-
integrity sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ==
3953+
"@typescript-eslint/typescript-estree@6.1.0":
3954+
version "6.1.0"
3955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.1.0.tgz#ea382f6482ba698d7e993a88ce5391ea7a66c33d"
3956+
integrity sha512-nUKAPWOaP/tQjU1IQw9sOPCDavs/iU5iYLiY/6u7gxS7oKQoi4aUxXS1nrrVGTyBBaGesjkcwwHkbkiD5eBvcg==
39583957
dependencies:
3959-
"@typescript-eslint/types" "6.0.0"
3960-
"@typescript-eslint/visitor-keys" "6.0.0"
3958+
"@typescript-eslint/types" "6.1.0"
3959+
"@typescript-eslint/visitor-keys" "6.1.0"
39613960
debug "^4.3.4"
39623961
globby "^11.1.0"
39633962
is-glob "^4.0.3"
3964-
semver "^7.5.0"
3963+
semver "^7.5.4"
39653964
ts-api-utils "^1.0.1"
39663965

39673966
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.13.0":
@@ -3976,19 +3975,18 @@
39763975
eslint-scope "^5.1.1"
39773976
eslint-utils "^3.0.0"
39783977

3979-
"@typescript-eslint/[email protected]":
3980-
version "6.0.0"
3981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0"
3982-
integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ==
3983-
dependencies:
3984-
"@eslint-community/eslint-utils" "^4.3.0"
3985-
"@types/json-schema" "^7.0.11"
3986-
"@types/semver" "^7.3.12"
3987-
"@typescript-eslint/scope-manager" "6.0.0"
3988-
"@typescript-eslint/types" "6.0.0"
3989-
"@typescript-eslint/typescript-estree" "6.0.0"
3990-
eslint-scope "^5.1.1"
3991-
semver "^7.5.0"
3978+
"@typescript-eslint/[email protected]":
3979+
version "6.1.0"
3980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.1.0.tgz#1641843792b4e3451cc692e2c73055df8b26f453"
3981+
integrity sha512-wp652EogZlKmQoMS5hAvWqRKplXvkuOnNzZSE0PVvsKjpexd/XznRVHAtrfHFYmqaJz0DFkjlDsGYC9OXw+OhQ==
3982+
dependencies:
3983+
"@eslint-community/eslint-utils" "^4.4.0"
3984+
"@types/json-schema" "^7.0.12"
3985+
"@types/semver" "^7.5.0"
3986+
"@typescript-eslint/scope-manager" "6.1.0"
3987+
"@typescript-eslint/types" "6.1.0"
3988+
"@typescript-eslint/typescript-estree" "6.1.0"
3989+
semver "^7.5.4"
39923990

39933991
"@typescript-eslint/[email protected]":
39943992
version "5.14.0"
@@ -3998,12 +3996,12 @@
39983996
"@typescript-eslint/types" "5.14.0"
39993997
eslint-visitor-keys "^3.0.0"
40003998

4001-
"@typescript-eslint/visitor-keys@6.0.0":
4002-
version "6.0.0"
4003-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31"
4004-
integrity sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA==
3999+
"@typescript-eslint/visitor-keys@6.1.0":
4000+
version "6.1.0"
4001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.1.0.tgz#d2b84dff6b58944d3257ea03687e269a788c73be"
4002+
integrity sha512-yQeh+EXhquh119Eis4k0kYhj9vmFzNpbhM3LftWQVwqVjipCkwHBQOZutcYW+JVkjtTG9k8nrZU1UoNedPDd1A==
40054003
dependencies:
4006-
"@typescript-eslint/types" "6.0.0"
4004+
"@typescript-eslint/types" "6.1.0"
40074005
eslint-visitor-keys "^3.4.1"
40084006

40094007
abab@^2.0.6:
@@ -6788,11 +6786,6 @@ graceful-fs@^4.2.9:
67886786
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
67896787
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
67906788

6791-
grapheme-splitter@^1.0.4:
6792-
version "1.0.4"
6793-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
6794-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
6795-
67966789
graphemer@^1.4.0:
67976790
version "1.4.0"
67986791
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -10223,7 +10216,7 @@ semver@^7.3.5, semver@^7.5.2, semver@^7.5.3:
1022310216
dependencies:
1022410217
lru-cache "^6.0.0"
1022510218

10226-
semver@^7.5.0:
10219+
semver@^7.5.4:
1022710220
version "7.5.4"
1022810221
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1022910222
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==

0 commit comments

Comments
 (0)