mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
chore(deps): update linters to v5.30.2 (#16492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b4bf4ce4f5
commit
fdd4324d6a
2 changed files with 49 additions and 49 deletions
|
@ -259,8 +259,8 @@
|
|||
"@types/url-join": "4.0.1",
|
||||
"@types/validate-npm-package-name": "4.0.0",
|
||||
"@types/xmldoc": "1.1.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.30.1",
|
||||
"@typescript-eslint/parser": "5.30.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.30.2",
|
||||
"@typescript-eslint/parser": "5.30.2",
|
||||
"aws-sdk-client-mock": "1.0.0",
|
||||
"callsite": "1.0.0",
|
||||
"conventional-changelog-conventionalcommits": "5.0.0",
|
||||
|
|
94
yarn.lock
94
yarn.lock
|
@ -2757,14 +2757,14 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@typescript-eslint/eslint-plugin@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.1.tgz#21a960285f0ce00cc82f09f536ead755ec6017bd"
|
||||
integrity sha512-Ffa9FZqZUVJKwCL8PMHTJCkO7IKA3/x0mYy5qcqcwcmjPdpJ1FnWdZQAqKGJolZ1ymLxygcdrNR9yzNIh/bZtQ==
|
||||
"@typescript-eslint/eslint-plugin@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.2.tgz#8c8c445f18fd2818703395be8e52c713c85bd442"
|
||||
integrity sha512-x7JyswEltTMiYP9wnO6Bq7qtV+WXu6NidxJfQZgLPRRVTFK8WNbtPwG6toPqreLfA/vU58psT/0e1l4EhQgKSQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager" "5.30.1"
|
||||
"@typescript-eslint/type-utils" "5.30.1"
|
||||
"@typescript-eslint/utils" "5.30.1"
|
||||
"@typescript-eslint/scope-manager" "5.30.2"
|
||||
"@typescript-eslint/type-utils" "5.30.2"
|
||||
"@typescript-eslint/utils" "5.30.2"
|
||||
debug "^4.3.4"
|
||||
functional-red-black-tree "^1.0.1"
|
||||
ignore "^5.2.0"
|
||||
|
@ -2779,23 +2779,23 @@
|
|||
dependencies:
|
||||
"@typescript-eslint/utils" "5.30.5"
|
||||
|
||||
"@typescript-eslint/parser@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.1.tgz#d25d3630fcb4f48417db96b26800e9c15e63f54a"
|
||||
integrity sha512-mRcFvIWhIx4QpMVu7JLPm3qDwY8qhRVRKzbgaUKToI5qVEWqUWu+6I1ZY//xymDMN3QKBOIWSvxcgng1lyu8jw==
|
||||
"@typescript-eslint/parser@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.2.tgz#a0858b578ce390c3aae9a892ccb8444278920da1"
|
||||
integrity sha512-Y99lcn3sshcwWDfQX9x2ohKTnPISBRI1vvwKEDdpFPZL9XNpCK1YqNsRSgTqZgz3IkxwmFi2xawwnznqDq3+Ng==
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager" "5.30.1"
|
||||
"@typescript-eslint/types" "5.30.1"
|
||||
"@typescript-eslint/typescript-estree" "5.30.1"
|
||||
"@typescript-eslint/scope-manager" "5.30.2"
|
||||
"@typescript-eslint/types" "5.30.2"
|
||||
"@typescript-eslint/typescript-estree" "5.30.2"
|
||||
debug "^4.3.4"
|
||||
|
||||
"@typescript-eslint/scope-manager@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.1.tgz#a4370aae94db80c689178e4420c1afe82557d421"
|
||||
integrity sha512-L57F9W0Zr9mF8UyHQweSbfo7Jac7KfkLl+CcYr4VP+d44KBHflTpyvwLwv1A/Ff1hxqKWHYHsc5TcjHB+ZIZtg==
|
||||
"@typescript-eslint/scope-manager@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.2.tgz#b65c97ad02eb11406401db4a01d8082db402f7de"
|
||||
integrity sha512-pmD1Yf1rzQThcMj9TJBni3KaJB7/YCFCHZcsjD7Z3b66b1EXeOW6alwKhJrelHu6wbg6lTpCgpyrx0IcPEdBOw==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "5.30.1"
|
||||
"@typescript-eslint/visitor-keys" "5.30.1"
|
||||
"@typescript-eslint/types" "5.30.2"
|
||||
"@typescript-eslint/visitor-keys" "5.30.2"
|
||||
|
||||
"@typescript-eslint/scope-manager@5.30.5":
|
||||
version "5.30.5"
|
||||
|
@ -2805,32 +2805,32 @@
|
|||
"@typescript-eslint/types" "5.30.5"
|
||||
"@typescript-eslint/visitor-keys" "5.30.5"
|
||||
|
||||
"@typescript-eslint/type-utils@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.1.tgz#91c3231ff7ec22736f421931e85dc8cc6356615e"
|
||||
integrity sha512-N8ZYmXzFXvnSbD4v4mwDNxkfjp5qVu3PfP4uW9bAfsJHhL/05YBL8chs0oP7+UGIdcJBPwzB6s1EyUbRfjxZAQ==
|
||||
"@typescript-eslint/type-utils@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.2.tgz#33ede86dfb8527b6f2464a6ff6a51f26f210d17e"
|
||||
integrity sha512-z9yTwHLA0+Q0dGDRAtQm2/CqrVhPre5TUAIskk9ZR2TEnXKnYJm1TslFf6kJ45iFwMzDXneCYez9YsXGa2h+Pg==
|
||||
dependencies:
|
||||
"@typescript-eslint/utils" "5.30.1"
|
||||
"@typescript-eslint/utils" "5.30.2"
|
||||
debug "^4.3.4"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/types@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.1.tgz#02729ffafd0702be6a77177b268ba0f263902c4f"
|
||||
integrity sha512-YL6O8aH4Iw8PPewfX0PGap5exJ96hFi/n+zOIjb08ba9gghXFlpChzCxvZbEXc0V0dQYjuxRThcOxHkGmqiHAw==
|
||||
"@typescript-eslint/types@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.2.tgz#e26e0d01e956db17c0586ef2ae95b92de0ac57be"
|
||||
integrity sha512-48GtZAx0zneGKBdCZIxgslTJMR7iD547wTt2eiW4rEgfSYGK62lX2fY92/gvla0to/S4U7nDGL1sCOdK7j+EHA==
|
||||
|
||||
"@typescript-eslint/types@5.30.5":
|
||||
version "5.30.5"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.5.tgz#36a0c05a72af3623cdf9ee8b81ea743b7de75a98"
|
||||
integrity sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==
|
||||
|
||||
"@typescript-eslint/typescript-estree@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.1.tgz#e02d6146f49d2d885cebba270fc0cc8619cd49a0"
|
||||
integrity sha512-8pxRQco97J+rYsjN6P0+e+rmPOHyRx0xrOZ21Z3zMG+CfX0bo7ieh8Z+bvXn4N3zoNRc37VyD2zvzX3YTebXGw==
|
||||
"@typescript-eslint/typescript-estree@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.2.tgz#be1e0d004cacbf33e6df9cb5d6a89e41063fa93c"
|
||||
integrity sha512-E2CiYSug0fyzStU63EEKnp8rvbEYtebnwSb6s7nLau/0QehKRTbF7hWNlVdtvRTuVnHvDTFZM0TyvmQ0ninlgA==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "5.30.1"
|
||||
"@typescript-eslint/visitor-keys" "5.30.1"
|
||||
"@typescript-eslint/types" "5.30.2"
|
||||
"@typescript-eslint/visitor-keys" "5.30.2"
|
||||
debug "^4.3.4"
|
||||
globby "^11.1.0"
|
||||
is-glob "^4.0.3"
|
||||
|
@ -2850,15 +2850,15 @@
|
|||
semver "^7.3.7"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/utils@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.1.tgz#d4cd13a9ec39833d74588edea7620fe11aed1df9"
|
||||
integrity sha512-0kR4AKO9iT1qKEqxqIfqOubJouRdUkpdLi4iWOu/cG2m0BpcYBpRNXETSpugpycta76CC/7hHrzieyq/qrU+5Q==
|
||||
"@typescript-eslint/utils@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.2.tgz#bde5a780b6182989a76ef9aca4abb87f261ba6e6"
|
||||
integrity sha512-l3/cyj3LS4GS/qENPBNjZhTPFXVs+uWPOc/XzrPNdxeKUUqF71tFfiHwuSka6b3e3cmBe+h4dLCzOEfMlOca3g==
|
||||
dependencies:
|
||||
"@types/json-schema" "^7.0.9"
|
||||
"@typescript-eslint/scope-manager" "5.30.1"
|
||||
"@typescript-eslint/types" "5.30.1"
|
||||
"@typescript-eslint/typescript-estree" "5.30.1"
|
||||
"@typescript-eslint/scope-manager" "5.30.2"
|
||||
"@typescript-eslint/types" "5.30.2"
|
||||
"@typescript-eslint/typescript-estree" "5.30.2"
|
||||
eslint-scope "^5.1.1"
|
||||
eslint-utils "^3.0.0"
|
||||
|
||||
|
@ -2874,12 +2874,12 @@
|
|||
eslint-scope "^5.1.1"
|
||||
eslint-utils "^3.0.0"
|
||||
|
||||
"@typescript-eslint/visitor-keys@5.30.1":
|
||||
version "5.30.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.1.tgz#989039d1e0ec5e7d76138cbdc0ca21f3e0d36b46"
|
||||
integrity sha512-Ag9rdIwoMUqX8euF/BoQzC57eUmcqNfWPVBnGTJKAHu8oMGXGH75q4HyXjHD1JBnyKBqBpS97tqbcjxleqLMLw==
|
||||
"@typescript-eslint/visitor-keys@5.30.2":
|
||||
version "5.30.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.2.tgz#cf96e80346e4c2c823a7550aace1c8670e07c38c"
|
||||
integrity sha512-acRO54p2WBOMUjeFGQ6vg/i7y6ph9ITCFy5Kc714i5pOJSdAIFqkgp/wocghBkk07v1zKz8Y7UFq09hG4KEESQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "5.30.1"
|
||||
"@typescript-eslint/types" "5.30.2"
|
||||
eslint-visitor-keys "^3.3.0"
|
||||
|
||||
"@typescript-eslint/visitor-keys@5.30.5":
|
||||
|
|
Loading…
Reference in a new issue