-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update typescript-eslint monorepo to v5.1.0 (#286)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
087d8f5
commit 960d36e
Showing
2 changed files
with
19 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2277,17 +2277,17 @@ | |
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a" | ||
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw== | ||
|
||
"@typescript-eslint/eslint-plugin@5.0.0": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac" | ||
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg== | ||
"@typescript-eslint/eslint-plugin@5.1.0": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa" | ||
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg== | ||
dependencies: | ||
"@typescript-eslint/experimental-utils" "5.0.0" | ||
"@typescript-eslint/scope-manager" "5.0.0" | ||
debug "^4.3.1" | ||
"@typescript-eslint/experimental-utils" "5.1.0" | ||
"@typescript-eslint/scope-manager" "5.1.0" | ||
debug "^4.3.2" | ||
functional-red-black-tree "^1.0.1" | ||
ignore "^5.1.8" | ||
regexpp "^3.1.0" | ||
regexpp "^3.2.0" | ||
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
|
@@ -2317,19 +2317,7 @@ | |
eslint-scope "^5.1.1" | ||
eslint-utils "^3.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc" | ||
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg== | ||
dependencies: | ||
"@types/json-schema" "^7.0.7" | ||
"@typescript-eslint/scope-manager" "5.0.0" | ||
"@typescript-eslint/types" "5.0.0" | ||
"@typescript-eslint/typescript-estree" "5.0.0" | ||
eslint-scope "^5.1.1" | ||
eslint-utils "^3.0.0" | ||
|
||
"@typescript-eslint/experimental-utils@^5.0.0": | ||
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^5.0.0": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31" | ||
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA== | ||
|
@@ -2341,15 +2329,15 @@ | |
eslint-scope "^5.1.1" | ||
eslint-utils "^3.0.0" | ||
|
||
"@typescript-eslint/parser@5.0.0": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.0.0.tgz#50d1be2e0def82d73e863cceba74aeeac9973592" | ||
integrity sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw== | ||
"@typescript-eslint/parser@5.1.0": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908" | ||
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "5.0.0" | ||
"@typescript-eslint/types" "5.0.0" | ||
"@typescript-eslint/typescript-estree" "5.0.0" | ||
debug "^4.3.1" | ||
"@typescript-eslint/scope-manager" "5.1.0" | ||
"@typescript-eslint/types" "5.1.0" | ||
"@typescript-eslint/typescript-estree" "5.1.0" | ||
debug "^4.3.2" | ||
|
||
"@typescript-eslint/parser@^4.29.3": | ||
version "4.33.0" | ||
|
@@ -2369,14 +2357,6 @@ | |
"@typescript-eslint/types" "4.33.0" | ||
"@typescript-eslint/visitor-keys" "4.33.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f" | ||
integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ== | ||
dependencies: | ||
"@typescript-eslint/types" "5.0.0" | ||
"@typescript-eslint/visitor-keys" "5.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df" | ||
|
@@ -2390,11 +2370,6 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" | ||
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f" | ||
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9" | ||
|
@@ -2413,19 +2388,6 @@ | |
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3" | ||
integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q== | ||
dependencies: | ||
"@typescript-eslint/types" "5.0.0" | ||
"@typescript-eslint/visitor-keys" "5.0.0" | ||
debug "^4.3.1" | ||
globby "^11.0.3" | ||
is-glob "^4.0.1" | ||
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d" | ||
|
@@ -2447,14 +2409,6 @@ | |
"@typescript-eslint/types" "4.33.0" | ||
eslint-visitor-keys "^2.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df" | ||
integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw== | ||
dependencies: | ||
"@typescript-eslint/types" "5.0.0" | ||
eslint-visitor-keys "^3.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630" | ||
|
960d36e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: