Skip to content

Commit 082fe4e

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v5.36.1
1 parent 04bfa93 commit 082fe4e

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@types/react": "18.0.17",
5656
"@types/react-helmet": "6.1.5",
5757
"@types/react-router-dom": "5.3.3",
58-
"@typescript-eslint/eslint-plugin": "5.36.0",
59-
"@typescript-eslint/parser": "5.36.0",
58+
"@typescript-eslint/eslint-plugin": "5.36.1",
59+
"@typescript-eslint/parser": "5.36.1",
6060
"all-contributors-cli": "6.20.0",
6161
"eslint": "8.23.0",
6262
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3073,85 +3073,85 @@
30733073
resolved "https://registry.npm.taobao.org/@types/unist/download/@types/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
30743074
integrity sha1-nAiGeYdvN061mD8VDUeHqm+zLX4=
30753075

3076-
"@typescript-eslint/[email protected].0":
3077-
version "5.36.0"
3078-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.0.tgz#8f159c4cdb3084eb5d4b72619a2ded942aa109e5"
3079-
integrity sha512-X3In41twSDnYRES7hO2xna4ZC02SY05UN9sGW//eL1P5k4CKfvddsdC2hOq0O3+WU1wkCPQkiTY9mzSnXKkA0w==
3080-
dependencies:
3081-
"@typescript-eslint/scope-manager" "5.36.0"
3082-
"@typescript-eslint/type-utils" "5.36.0"
3083-
"@typescript-eslint/utils" "5.36.0"
3076+
"@typescript-eslint/[email protected].1":
3077+
version "5.36.1"
3078+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz#471f64dc53600025e470dad2ca4a9f2864139019"
3079+
integrity sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==
3080+
dependencies:
3081+
"@typescript-eslint/scope-manager" "5.36.1"
3082+
"@typescript-eslint/type-utils" "5.36.1"
3083+
"@typescript-eslint/utils" "5.36.1"
30843084
debug "^4.3.4"
30853085
functional-red-black-tree "^1.0.1"
30863086
ignore "^5.2.0"
30873087
regexpp "^3.2.0"
30883088
semver "^7.3.7"
30893089
tsutils "^3.21.0"
30903090

3091-
"@typescript-eslint/[email protected].0":
3092-
version "5.36.0"
3093-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.0.tgz#c08883073fb65acaafd268a987fd2314ce80c789"
3094-
integrity sha512-dlBZj7EGB44XML8KTng4QM0tvjI8swDh8MdpE5NX5iHWgWEfIuqSfSE+GPeCrCdj7m4tQLuevytd57jNDXJ2ZA==
3091+
"@typescript-eslint/[email protected].1":
3092+
version "5.36.1"
3093+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
3094+
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
30953095
dependencies:
3096-
"@typescript-eslint/scope-manager" "5.36.0"
3097-
"@typescript-eslint/types" "5.36.0"
3098-
"@typescript-eslint/typescript-estree" "5.36.0"
3096+
"@typescript-eslint/scope-manager" "5.36.1"
3097+
"@typescript-eslint/types" "5.36.1"
3098+
"@typescript-eslint/typescript-estree" "5.36.1"
30993099
debug "^4.3.4"
31003100

3101-
"@typescript-eslint/[email protected].0":
3102-
version "5.36.0"
3103-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.0.tgz#f4f859913add160318c0a5daccd3a030d1311530"
3104-
integrity sha512-PZUC9sz0uCzRiuzbkh6BTec7FqgwXW03isumFVkuPw/Ug/6nbAqPUZaRy4w99WCOUuJTjhn3tMjsM94NtEj64g==
3101+
"@typescript-eslint/[email protected].1":
3102+
version "5.36.1"
3103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
3104+
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
31053105
dependencies:
3106-
"@typescript-eslint/types" "5.36.0"
3107-
"@typescript-eslint/visitor-keys" "5.36.0"
3106+
"@typescript-eslint/types" "5.36.1"
3107+
"@typescript-eslint/visitor-keys" "5.36.1"
31083108

3109-
"@typescript-eslint/[email protected].0":
3110-
version "5.36.0"
3111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.0.tgz#5d2f94a36a298ae240ceca54b3bc230be9a99f0a"
3112-
integrity sha512-W/E3yJFqRYsjPljJ2gy0YkoqLJyViWs2DC6xHkXcWyhkIbCDdaVnl7mPLeQphVI+dXtY05EcXFzWLXhq8Mm/lQ==
3109+
"@typescript-eslint/[email protected].1":
3110+
version "5.36.1"
3111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
3112+
integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==
31133113
dependencies:
3114-
"@typescript-eslint/typescript-estree" "5.36.0"
3115-
"@typescript-eslint/utils" "5.36.0"
3114+
"@typescript-eslint/typescript-estree" "5.36.1"
3115+
"@typescript-eslint/utils" "5.36.1"
31163116
debug "^4.3.4"
31173117
tsutils "^3.21.0"
31183118

3119-
"@typescript-eslint/[email protected].0":
3120-
version "5.36.0"
3121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.0.tgz#cde7b94d1c09a4f074f46db99e7bd929fb0a5559"
3122-
integrity sha512-3JJuLL1r3ljRpFdRPeOtgi14Vmpx+2JcR6gryeORmW3gPBY7R1jNYoq4yBN1L//ONZjMlbJ7SCIwugOStucYiQ==
3119+
"@typescript-eslint/[email protected].1":
3120+
version "5.36.1"
3121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
3122+
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
31233123

3124-
"@typescript-eslint/[email protected].0":
3125-
version "5.36.0"
3126-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.0.tgz#0acce61b4850bdb0e578f0884402726680608789"
3127-
integrity sha512-EW9wxi76delg/FS9+WV+fkPdwygYzRrzEucdqFVWXMQWPOjFy39mmNNEmxuO2jZHXzSQTXzhxiU1oH60AbIw9A==
3124+
"@typescript-eslint/[email protected].1":
3125+
version "5.36.1"
3126+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
3127+
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
31283128
dependencies:
3129-
"@typescript-eslint/types" "5.36.0"
3130-
"@typescript-eslint/visitor-keys" "5.36.0"
3129+
"@typescript-eslint/types" "5.36.1"
3130+
"@typescript-eslint/visitor-keys" "5.36.1"
31313131
debug "^4.3.4"
31323132
globby "^11.1.0"
31333133
is-glob "^4.0.3"
31343134
semver "^7.3.7"
31353135
tsutils "^3.21.0"
31363136

3137-
"@typescript-eslint/[email protected].0":
3138-
version "5.36.0"
3139-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.0.tgz#104c864ecc1448417606359275368bf3872bbabb"
3140-
integrity sha512-wAlNhXXYvAAUBbRmoJDywF/j2fhGLBP4gnreFvYvFbtlsmhMJ4qCKVh/Z8OP4SgGR3xbciX2nmG639JX0uw1OQ==
3137+
"@typescript-eslint/[email protected].1":
3138+
version "5.36.1"
3139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
3140+
integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==
31413141
dependencies:
31423142
"@types/json-schema" "^7.0.9"
3143-
"@typescript-eslint/scope-manager" "5.36.0"
3144-
"@typescript-eslint/types" "5.36.0"
3145-
"@typescript-eslint/typescript-estree" "5.36.0"
3143+
"@typescript-eslint/scope-manager" "5.36.1"
3144+
"@typescript-eslint/types" "5.36.1"
3145+
"@typescript-eslint/typescript-estree" "5.36.1"
31463146
eslint-scope "^5.1.1"
31473147
eslint-utils "^3.0.0"
31483148

3149-
"@typescript-eslint/[email protected].0":
3150-
version "5.36.0"
3151-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.0.tgz#565d35a5ca00d00a406a942397ead2cb190663ba"
3152-
integrity sha512-pdqSJwGKueOrpjYIex0T39xarDt1dn4p7XJ+6FqBWugNQwXlNGC5h62qayAIYZ/RPPtD+ButDWmpXT1eGtiaYg==
3149+
"@typescript-eslint/[email protected].1":
3150+
version "5.36.1"
3151+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
3152+
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
31533153
dependencies:
3154-
"@typescript-eslint/types" "5.36.0"
3154+
"@typescript-eslint/types" "5.36.1"
31553155
eslint-visitor-keys "^3.3.0"
31563156

31573157
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)