Skip to content

Commit 560aade

Browse files
chore(deps): update typescript-eslint monorepo to v4.29.2 (#582)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c624a59 commit 560aade

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
@@ -32,8 +32,8 @@
3232
"@types/dedent": "0.7.0",
3333
"@types/jest": "27.0.1",
3434
"@types/node": "14.17.9",
35-
"@typescript-eslint/eslint-plugin": "4.29.1",
36-
"@typescript-eslint/parser": "4.29.1",
35+
"@typescript-eslint/eslint-plugin": "4.29.2",
36+
"@typescript-eslint/parser": "4.29.2",
3737
"bob-the-bundler": "1.5.1",
3838
"dedent": "0.7.0",
3939
"eslint": "7.32.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,73 +1820,73 @@
18201820
dependencies:
18211821
"@types/yargs-parser" "*"
18221822

1823-
"@typescript-eslint/[email protected].1":
1824-
version "4.29.1"
1825-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
1826-
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
1823+
"@typescript-eslint/[email protected].2":
1824+
version "4.29.2"
1825+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.2.tgz#f54dc0a32b8f61c6024ab8755da05363b733838d"
1826+
integrity sha512-x4EMgn4BTfVd9+Z+r+6rmWxoAzBaapt4QFqE+d8L8sUtYZYLDTK6VG/y/SMMWA5t1/BVU5Kf+20rX4PtWzUYZg==
18271827
dependencies:
1828-
"@typescript-eslint/experimental-utils" "4.29.1"
1829-
"@typescript-eslint/scope-manager" "4.29.1"
1828+
"@typescript-eslint/experimental-utils" "4.29.2"
1829+
"@typescript-eslint/scope-manager" "4.29.2"
18301830
debug "^4.3.1"
18311831
functional-red-black-tree "^1.0.1"
18321832
regexpp "^3.1.0"
18331833
semver "^7.3.5"
18341834
tsutils "^3.21.0"
18351835

1836-
"@typescript-eslint/[email protected].1":
1837-
version "4.29.1"
1838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
1839-
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
1836+
"@typescript-eslint/[email protected].2":
1837+
version "4.29.2"
1838+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"
1839+
integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==
18401840
dependencies:
18411841
"@types/json-schema" "^7.0.7"
1842-
"@typescript-eslint/scope-manager" "4.29.1"
1843-
"@typescript-eslint/types" "4.29.1"
1844-
"@typescript-eslint/typescript-estree" "4.29.1"
1842+
"@typescript-eslint/scope-manager" "4.29.2"
1843+
"@typescript-eslint/types" "4.29.2"
1844+
"@typescript-eslint/typescript-estree" "4.29.2"
18451845
eslint-scope "^5.1.1"
18461846
eslint-utils "^3.0.0"
18471847

1848-
"@typescript-eslint/[email protected].1":
1849-
version "4.29.1"
1850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.1.tgz#17dfbb45c9032ffa0fe15881d20fbc2a4bdeb02d"
1851-
integrity sha512-3fL5iN20hzX3Q4OkG7QEPFjZV2qsVGiDhEwwh+EkmE/w7oteiOvUNzmpu5eSwGJX/anCryONltJ3WDmAzAoCMg==
1848+
"@typescript-eslint/[email protected].2":
1849+
version "4.29.2"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.2.tgz#1c7744f4c27aeb74610c955d3dce9250e95c370a"
1851+
integrity sha512-WQ6BPf+lNuwteUuyk1jD/aHKqMQ9jrdCn7Gxt9vvBnzbpj7aWEf+aZsJ1zvTjx5zFxGCt000lsbD9tQPEL8u6g==
18521852
dependencies:
1853-
"@typescript-eslint/scope-manager" "4.29.1"
1854-
"@typescript-eslint/types" "4.29.1"
1855-
"@typescript-eslint/typescript-estree" "4.29.1"
1853+
"@typescript-eslint/scope-manager" "4.29.2"
1854+
"@typescript-eslint/types" "4.29.2"
1855+
"@typescript-eslint/typescript-estree" "4.29.2"
18561856
debug "^4.3.1"
18571857

1858-
"@typescript-eslint/[email protected].1":
1859-
version "4.29.1"
1860-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
1861-
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
1858+
"@typescript-eslint/[email protected].2":
1859+
version "4.29.2"
1860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b"
1861+
integrity sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA==
18621862
dependencies:
1863-
"@typescript-eslint/types" "4.29.1"
1864-
"@typescript-eslint/visitor-keys" "4.29.1"
1863+
"@typescript-eslint/types" "4.29.2"
1864+
"@typescript-eslint/visitor-keys" "4.29.2"
18651865

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

1871-
"@typescript-eslint/[email protected].1":
1872-
version "4.29.1"
1873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
1874-
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
1871+
"@typescript-eslint/[email protected].2":
1872+
version "4.29.2"
1873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
1874+
integrity sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg==
18751875
dependencies:
1876-
"@typescript-eslint/types" "4.29.1"
1877-
"@typescript-eslint/visitor-keys" "4.29.1"
1876+
"@typescript-eslint/types" "4.29.2"
1877+
"@typescript-eslint/visitor-keys" "4.29.2"
18781878
debug "^4.3.1"
18791879
globby "^11.0.3"
18801880
is-glob "^4.0.1"
18811881
semver "^7.3.5"
18821882
tsutils "^3.21.0"
18831883

1884-
"@typescript-eslint/[email protected].1":
1885-
version "4.29.1"
1886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
1887-
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
1884+
"@typescript-eslint/[email protected].2":
1885+
version "4.29.2"
1886+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"
1887+
integrity sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag==
18881888
dependencies:
1889-
"@typescript-eslint/types" "4.29.1"
1889+
"@typescript-eslint/types" "4.29.2"
18901890
eslint-visitor-keys "^2.0.0"
18911891

18921892

0 commit comments

Comments
 (0)