Skip to content

Commit 5bb4920

Browse files
renovate-botmergify[bot]
authored andcommitted
chore(deps): update typescript-eslint monorepo to v4.29.2
1 parent 6c310aa commit 5bb4920

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
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": "17.0.18",
5656
"@types/react-helmet": "6.1.2",
5757
"@types/react-router-dom": "5.1.8",
58-
"@typescript-eslint/eslint-plugin": "4.29.1",
59-
"@typescript-eslint/parser": "4.29.1",
58+
"@typescript-eslint/eslint-plugin": "4.29.2",
59+
"@typescript-eslint/parser": "4.29.2",
6060
"all-contributors-cli": "6.20.0",
6161
"eslint": "7.32.0",
6262
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2925,73 +2925,73 @@
29252925
resolved "https://registry.npm.taobao.org/@types/unist/download/@types/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
29262926
integrity sha1-nAiGeYdvN061mD8VDUeHqm+zLX4=
29272927

2928-
"@typescript-eslint/[email protected].1":
2929-
version "4.29.1"
2930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
2931-
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
2928+
"@typescript-eslint/[email protected].2":
2929+
version "4.29.2"
2930+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.2.tgz#f54dc0a32b8f61c6024ab8755da05363b733838d"
2931+
integrity sha512-x4EMgn4BTfVd9+Z+r+6rmWxoAzBaapt4QFqE+d8L8sUtYZYLDTK6VG/y/SMMWA5t1/BVU5Kf+20rX4PtWzUYZg==
29322932
dependencies:
2933-
"@typescript-eslint/experimental-utils" "4.29.1"
2934-
"@typescript-eslint/scope-manager" "4.29.1"
2933+
"@typescript-eslint/experimental-utils" "4.29.2"
2934+
"@typescript-eslint/scope-manager" "4.29.2"
29352935
debug "^4.3.1"
29362936
functional-red-black-tree "^1.0.1"
29372937
regexpp "^3.1.0"
29382938
semver "^7.3.5"
29392939
tsutils "^3.21.0"
29402940

2941-
"@typescript-eslint/[email protected].1":
2942-
version "4.29.1"
2943-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
2944-
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
2941+
"@typescript-eslint/[email protected].2":
2942+
version "4.29.2"
2943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"
2944+
integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==
29452945
dependencies:
29462946
"@types/json-schema" "^7.0.7"
2947-
"@typescript-eslint/scope-manager" "4.29.1"
2948-
"@typescript-eslint/types" "4.29.1"
2949-
"@typescript-eslint/typescript-estree" "4.29.1"
2947+
"@typescript-eslint/scope-manager" "4.29.2"
2948+
"@typescript-eslint/types" "4.29.2"
2949+
"@typescript-eslint/typescript-estree" "4.29.2"
29502950
eslint-scope "^5.1.1"
29512951
eslint-utils "^3.0.0"
29522952

2953-
"@typescript-eslint/[email protected].1":
2954-
version "4.29.1"
2955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.1.tgz#17dfbb45c9032ffa0fe15881d20fbc2a4bdeb02d"
2956-
integrity sha512-3fL5iN20hzX3Q4OkG7QEPFjZV2qsVGiDhEwwh+EkmE/w7oteiOvUNzmpu5eSwGJX/anCryONltJ3WDmAzAoCMg==
2953+
"@typescript-eslint/[email protected].2":
2954+
version "4.29.2"
2955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.2.tgz#1c7744f4c27aeb74610c955d3dce9250e95c370a"
2956+
integrity sha512-WQ6BPf+lNuwteUuyk1jD/aHKqMQ9jrdCn7Gxt9vvBnzbpj7aWEf+aZsJ1zvTjx5zFxGCt000lsbD9tQPEL8u6g==
29572957
dependencies:
2958-
"@typescript-eslint/scope-manager" "4.29.1"
2959-
"@typescript-eslint/types" "4.29.1"
2960-
"@typescript-eslint/typescript-estree" "4.29.1"
2958+
"@typescript-eslint/scope-manager" "4.29.2"
2959+
"@typescript-eslint/types" "4.29.2"
2960+
"@typescript-eslint/typescript-estree" "4.29.2"
29612961
debug "^4.3.1"
29622962

2963-
"@typescript-eslint/[email protected].1":
2964-
version "4.29.1"
2965-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
2966-
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
2963+
"@typescript-eslint/[email protected].2":
2964+
version "4.29.2"
2965+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b"
2966+
integrity sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA==
29672967
dependencies:
2968-
"@typescript-eslint/types" "4.29.1"
2969-
"@typescript-eslint/visitor-keys" "4.29.1"
2968+
"@typescript-eslint/types" "4.29.2"
2969+
"@typescript-eslint/visitor-keys" "4.29.2"
29702970

2971-
"@typescript-eslint/[email protected].1":
2972-
version "4.29.1"
2973-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
2974-
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
2971+
"@typescript-eslint/[email protected].2":
2972+
version "4.29.2"
2973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
2974+
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
29752975

2976-
"@typescript-eslint/[email protected].1":
2977-
version "4.29.1"
2978-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
2979-
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
2976+
"@typescript-eslint/[email protected].2":
2977+
version "4.29.2"
2978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
2979+
integrity sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg==
29802980
dependencies:
2981-
"@typescript-eslint/types" "4.29.1"
2982-
"@typescript-eslint/visitor-keys" "4.29.1"
2981+
"@typescript-eslint/types" "4.29.2"
2982+
"@typescript-eslint/visitor-keys" "4.29.2"
29832983
debug "^4.3.1"
29842984
globby "^11.0.3"
29852985
is-glob "^4.0.1"
29862986
semver "^7.3.5"
29872987
tsutils "^3.21.0"
29882988

2989-
"@typescript-eslint/[email protected].1":
2990-
version "4.29.1"
2991-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
2992-
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
2989+
"@typescript-eslint/[email protected].2":
2990+
version "4.29.2"
2991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"
2992+
integrity sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag==
29932993
dependencies:
2994-
"@typescript-eslint/types" "4.29.1"
2994+
"@typescript-eslint/types" "4.29.2"
29952995
eslint-visitor-keys "^2.0.0"
29962996

29972997
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)