mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
chore(deps): update linters to v4.29.3 (#11489)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5d3d49ad6e
commit
ef9308d2a9
2 changed files with 10 additions and 66 deletions
|
@ -235,8 +235,8 @@
|
||||||
"@types/traverse": "0.6.32",
|
"@types/traverse": "0.6.32",
|
||||||
"@types/url-join": "4.0.1",
|
"@types/url-join": "4.0.1",
|
||||||
"@types/xmldoc": "1.1.6",
|
"@types/xmldoc": "1.1.6",
|
||||||
"@typescript-eslint/eslint-plugin": "4.29.2",
|
"@typescript-eslint/eslint-plugin": "4.29.3",
|
||||||
"@typescript-eslint/parser": "4.29.2",
|
"@typescript-eslint/parser": "4.29.3",
|
||||||
"conventional-changelog-conventionalcommits": "4.6.0",
|
"conventional-changelog-conventionalcommits": "4.6.0",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"emojibase-data": "6.2.0",
|
"emojibase-data": "6.2.0",
|
||||||
|
|
72
yarn.lock
72
yarn.lock
|
@ -2103,32 +2103,20 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@typescript-eslint/eslint-plugin@4.29.2":
|
"@typescript-eslint/eslint-plugin@4.29.3":
|
||||||
version "4.29.2"
|
version "4.29.3"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.2.tgz#f54dc0a32b8f61c6024ab8755da05363b733838d"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
|
||||||
integrity sha512-x4EMgn4BTfVd9+Z+r+6rmWxoAzBaapt4QFqE+d8L8sUtYZYLDTK6VG/y/SMMWA5t1/BVU5Kf+20rX4PtWzUYZg==
|
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/experimental-utils" "4.29.2"
|
"@typescript-eslint/experimental-utils" "4.29.3"
|
||||||
"@typescript-eslint/scope-manager" "4.29.2"
|
"@typescript-eslint/scope-manager" "4.29.3"
|
||||||
debug "^4.3.1"
|
debug "^4.3.1"
|
||||||
functional-red-black-tree "^1.0.1"
|
functional-red-black-tree "^1.0.1"
|
||||||
regexpp "^3.1.0"
|
regexpp "^3.1.0"
|
||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
tsutils "^3.21.0"
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
"@typescript-eslint/experimental-utils@4.29.2":
|
"@typescript-eslint/experimental-utils@4.29.3", "@typescript-eslint/experimental-utils@^4.0.1":
|
||||||
version "4.29.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"
|
|
||||||
integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==
|
|
||||||
dependencies:
|
|
||||||
"@types/json-schema" "^7.0.7"
|
|
||||||
"@typescript-eslint/scope-manager" "4.29.2"
|
|
||||||
"@typescript-eslint/types" "4.29.2"
|
|
||||||
"@typescript-eslint/typescript-estree" "4.29.2"
|
|
||||||
eslint-scope "^5.1.1"
|
|
||||||
eslint-utils "^3.0.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/experimental-utils@^4.0.1":
|
|
||||||
version "4.29.3"
|
version "4.29.3"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz#52e437a689ccdef73e83c5106b34240a706f15e1"
|
||||||
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
|
integrity sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==
|
||||||
|
@ -2140,17 +2128,7 @@
|
||||||
eslint-scope "^5.1.1"
|
eslint-scope "^5.1.1"
|
||||||
eslint-utils "^3.0.0"
|
eslint-utils "^3.0.0"
|
||||||
|
|
||||||
"@typescript-eslint/parser@4.29.2":
|
"@typescript-eslint/parser@4.29.3", "@typescript-eslint/parser@^4.4.1":
|
||||||
version "4.29.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.2.tgz#1c7744f4c27aeb74610c955d3dce9250e95c370a"
|
|
||||||
integrity sha512-WQ6BPf+lNuwteUuyk1jD/aHKqMQ9jrdCn7Gxt9vvBnzbpj7aWEf+aZsJ1zvTjx5zFxGCt000lsbD9tQPEL8u6g==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/scope-manager" "4.29.2"
|
|
||||||
"@typescript-eslint/types" "4.29.2"
|
|
||||||
"@typescript-eslint/typescript-estree" "4.29.2"
|
|
||||||
debug "^4.3.1"
|
|
||||||
|
|
||||||
"@typescript-eslint/parser@^4.4.1":
|
|
||||||
version "4.29.3"
|
version "4.29.3"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
|
||||||
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
|
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
|
||||||
|
@ -2160,14 +2138,6 @@
|
||||||
"@typescript-eslint/typescript-estree" "4.29.3"
|
"@typescript-eslint/typescript-estree" "4.29.3"
|
||||||
debug "^4.3.1"
|
debug "^4.3.1"
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@4.29.2":
|
|
||||||
version "4.29.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b"
|
|
||||||
integrity sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.29.2"
|
|
||||||
"@typescript-eslint/visitor-keys" "4.29.2"
|
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@4.29.3":
|
"@typescript-eslint/scope-manager@4.29.3":
|
||||||
version "4.29.3"
|
version "4.29.3"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz#497dec66f3a22e459f6e306cf14021e40ec86e19"
|
||||||
|
@ -2176,29 +2146,11 @@
|
||||||
"@typescript-eslint/types" "4.29.3"
|
"@typescript-eslint/types" "4.29.3"
|
||||||
"@typescript-eslint/visitor-keys" "4.29.3"
|
"@typescript-eslint/visitor-keys" "4.29.3"
|
||||||
|
|
||||||
"@typescript-eslint/types@4.29.2":
|
|
||||||
version "4.29.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
|
|
||||||
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
|
|
||||||
|
|
||||||
"@typescript-eslint/types@4.29.3":
|
"@typescript-eslint/types@4.29.3":
|
||||||
version "4.29.3"
|
version "4.29.3"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.3.tgz#d7980c49aef643d0af8954c9f14f656b7fd16017"
|
||||||
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
|
integrity sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@4.29.2":
|
|
||||||
version "4.29.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
|
|
||||||
integrity sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.29.2"
|
|
||||||
"@typescript-eslint/visitor-keys" "4.29.2"
|
|
||||||
debug "^4.3.1"
|
|
||||||
globby "^11.0.3"
|
|
||||||
is-glob "^4.0.1"
|
|
||||||
semver "^7.3.5"
|
|
||||||
tsutils "^3.21.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@4.29.3":
|
"@typescript-eslint/typescript-estree@4.29.3":
|
||||||
version "4.29.3"
|
version "4.29.3"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz#1bafad610015c4ded35c85a70b6222faad598b40"
|
||||||
|
@ -2212,14 +2164,6 @@
|
||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
tsutils "^3.21.0"
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@4.29.2":
|
|
||||||
version "4.29.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"
|
|
||||||
integrity sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.29.2"
|
|
||||||
eslint-visitor-keys "^2.0.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@4.29.3":
|
"@typescript-eslint/visitor-keys@4.29.3":
|
||||||
version "4.29.3"
|
version "4.29.3"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz#c691760a00bd86bf8320d2a90a93d86d322f1abf"
|
||||||
|
|
Loading…
Reference in a new issue