Skip to content

Commit e08e51d

Browse files
authored
Merge pull request #986 from oasisprotocol/renovate/lint-dependencies
Update lint dependencies to v6.9.1
2 parents 4b88683 + e48d804 commit e08e51d

3 files changed

Lines changed: 55 additions & 54 deletions

File tree

.changelog/986.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update lint dependencies to v6.9.1

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"resolutions": {
5050
"**/@emotion/styled": "11.11.0",
51-
"@typescript-eslint/eslint-plugin": "6.9.0",
52-
"@typescript-eslint/parser": "6.9.0",
51+
"@typescript-eslint/eslint-plugin": "6.9.1",
52+
"@typescript-eslint/parser": "6.9.1",
5353
"react-refresh": "0.14.0",
5454
"jackspeak": "2.1.1",
5555
"eslint-plugin-react": "7.33.2"
@@ -104,8 +104,8 @@
104104
"@types/node": "18.18.7",
105105
"@types/react": "18.2.31",
106106
"@types/react-dom": "18.2.14",
107-
"@typescript-eslint/eslint-plugin": "6.9.0",
108-
"@typescript-eslint/parser": "6.9.0",
107+
"@typescript-eslint/eslint-plugin": "6.9.1",
108+
"@typescript-eslint/parser": "6.9.1",
109109
"eslint": "8.52.0",
110110
"eslint-config-prettier": "9.0.0",
111111
"eslint-config-react-app": "7.0.1",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -4840,16 +4840,16 @@
48404840
dependencies:
48414841
"@types/yargs-parser" "*"
48424842

4843-
"@typescript-eslint/eslint-plugin@6.9.0", "@typescript-eslint/eslint-plugin@^5.5.0":
4844-
version "6.9.0"
4845-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
4846-
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
4843+
"@typescript-eslint/eslint-plugin@6.9.1", "@typescript-eslint/eslint-plugin@^5.5.0":
4844+
version "6.9.1"
4845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz#d8ce497dc0ed42066e195c8ecc40d45c7b1254f4"
4846+
integrity sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
48474847
dependencies:
48484848
"@eslint-community/regexpp" "^4.5.1"
4849-
"@typescript-eslint/scope-manager" "6.9.0"
4850-
"@typescript-eslint/type-utils" "6.9.0"
4851-
"@typescript-eslint/utils" "6.9.0"
4852-
"@typescript-eslint/visitor-keys" "6.9.0"
4849+
"@typescript-eslint/scope-manager" "6.9.1"
4850+
"@typescript-eslint/type-utils" "6.9.1"
4851+
"@typescript-eslint/utils" "6.9.1"
4852+
"@typescript-eslint/visitor-keys" "6.9.1"
48534853
debug "^4.3.4"
48544854
graphemer "^1.4.0"
48554855
ignore "^5.2.4"
@@ -4864,15 +4864,15 @@
48644864
dependencies:
48654865
"@typescript-eslint/utils" "5.62.0"
48664866

4867-
"@typescript-eslint/parser@6.9.0", "@typescript-eslint/parser@^5.5.0":
4868-
version "6.9.0"
4869-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.0.tgz#2b402cadeadd3f211c25820e5433413347b27391"
4870-
integrity sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==
4867+
"@typescript-eslint/parser@6.9.1", "@typescript-eslint/parser@^5.5.0":
4868+
version "6.9.1"
4869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.1.tgz#4f685f672f8b9580beb38d5fb99d52fc3e34f7a3"
4870+
integrity sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
48714871
dependencies:
4872-
"@typescript-eslint/scope-manager" "6.9.0"
4873-
"@typescript-eslint/types" "6.9.0"
4874-
"@typescript-eslint/typescript-estree" "6.9.0"
4875-
"@typescript-eslint/visitor-keys" "6.9.0"
4872+
"@typescript-eslint/scope-manager" "6.9.1"
4873+
"@typescript-eslint/types" "6.9.1"
4874+
"@typescript-eslint/typescript-estree" "6.9.1"
4875+
"@typescript-eslint/visitor-keys" "6.9.1"
48764876
debug "^4.3.4"
48774877

48784878
"@typescript-eslint/scope-manager@5.62.0":
@@ -4883,21 +4883,21 @@
48834883
"@typescript-eslint/types" "5.62.0"
48844884
"@typescript-eslint/visitor-keys" "5.62.0"
48854885

4886-
"@typescript-eslint/scope-manager@6.9.0":
4887-
version "6.9.0"
4888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
4889-
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
4886+
"@typescript-eslint/scope-manager@6.9.1":
4887+
version "6.9.1"
4888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
4889+
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
48904890
dependencies:
4891-
"@typescript-eslint/types" "6.9.0"
4892-
"@typescript-eslint/visitor-keys" "6.9.0"
4891+
"@typescript-eslint/types" "6.9.1"
4892+
"@typescript-eslint/visitor-keys" "6.9.1"
48934893

4894-
"@typescript-eslint/type-utils@6.9.0":
4895-
version "6.9.0"
4896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
4897-
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
4894+
"@typescript-eslint/type-utils@6.9.1":
4895+
version "6.9.1"
4896+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
4897+
integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
48984898
dependencies:
4899-
"@typescript-eslint/typescript-estree" "6.9.0"
4900-
"@typescript-eslint/utils" "6.9.0"
4899+
"@typescript-eslint/typescript-estree" "6.9.1"
4900+
"@typescript-eslint/utils" "6.9.1"
49014901
debug "^4.3.4"
49024902
ts-api-utils "^1.0.1"
49034903

@@ -4906,10 +4906,10 @@
49064906
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
49074907
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
49084908

4909-
"@typescript-eslint/types@6.9.0":
4910-
version "6.9.0"
4911-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
4912-
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
4909+
"@typescript-eslint/types@6.9.1":
4910+
version "6.9.1"
4911+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
4912+
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
49134913

49144914
"@typescript-eslint/typescript-estree@5.62.0":
49154915
version "5.62.0"
@@ -4924,13 +4924,13 @@
49244924
semver "^7.3.7"
49254925
tsutils "^3.21.0"
49264926

4927-
"@typescript-eslint/typescript-estree@6.9.0":
4928-
version "6.9.0"
4929-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
4930-
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
4927+
"@typescript-eslint/typescript-estree@6.9.1":
4928+
version "6.9.1"
4929+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
4930+
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
49314931
dependencies:
4932-
"@typescript-eslint/types" "6.9.0"
4933-
"@typescript-eslint/visitor-keys" "6.9.0"
4932+
"@typescript-eslint/types" "6.9.1"
4933+
"@typescript-eslint/visitor-keys" "6.9.1"
49344934
debug "^4.3.4"
49354935
globby "^11.1.0"
49364936
is-glob "^4.0.3"
@@ -4951,17 +4951,17 @@
49514951
eslint-scope "^5.1.1"
49524952
semver "^7.3.7"
49534953

4954-
"@typescript-eslint/utils@6.9.0":
4955-
version "6.9.0"
4956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
4957-
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
4954+
"@typescript-eslint/utils@6.9.1":
4955+
version "6.9.1"
4956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
4957+
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
49584958
dependencies:
49594959
"@eslint-community/eslint-utils" "^4.4.0"
49604960
"@types/json-schema" "^7.0.12"
49614961
"@types/semver" "^7.5.0"
4962-
"@typescript-eslint/scope-manager" "6.9.0"
4963-
"@typescript-eslint/types" "6.9.0"
4964-
"@typescript-eslint/typescript-estree" "6.9.0"
4962+
"@typescript-eslint/scope-manager" "6.9.1"
4963+
"@typescript-eslint/types" "6.9.1"
4964+
"@typescript-eslint/typescript-estree" "6.9.1"
49654965
semver "^7.5.4"
49664966

49674967
"@typescript-eslint/visitor-keys@5.62.0":
@@ -4972,12 +4972,12 @@
49724972
"@typescript-eslint/types" "5.62.0"
49734973
eslint-visitor-keys "^3.3.0"
49744974

4975-
"@typescript-eslint/visitor-keys@6.9.0":
4976-
version "6.9.0"
4977-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
4978-
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
4975+
"@typescript-eslint/visitor-keys@6.9.1":
4976+
version "6.9.1"
4977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
4978+
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
49794979
dependencies:
4980-
"@typescript-eslint/types" "6.9.0"
4980+
"@typescript-eslint/types" "6.9.1"
49814981
eslint-visitor-keys "^3.4.1"
49824982

49834983
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)