Skip to content

Commit 60358bb

Browse files
chore(deps-dev): bump eslint-config-welly from 1.10.6 to 1.11.1
Bumps [eslint-config-welly](https://github.com/wellyshen/eslint-config-welly) from 1.10.6 to 1.11.1. - [Release notes](https://github.com/wellyshen/eslint-config-welly/releases) - [Changelog](https://github.com/wellyshen/eslint-config-welly/blob/master/CHANGELOG.md) - [Commits](wellyshen/eslint-config-welly@v1.10.6...v1.11.1) --- updated-dependencies: - dependency-name: eslint-config-welly dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 727eefa commit 60358bb

File tree

1 file changed

+78
-21
lines changed

1 file changed

+78
-21
lines changed

yarn.lock

Lines changed: 78 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,21 +1518,33 @@
15181518
dependencies:
15191519
"@types/yargs-parser" "*"
15201520

1521-
"@typescript-eslint/eslint-plugin@^4.26.0":
1522-
version "4.26.1"
1523-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz"
1524-
integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
1521+
"@typescript-eslint/eslint-plugin@^4.26.1":
1522+
version "4.33.0"
1523+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1524+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
15251525
dependencies:
1526-
"@typescript-eslint/experimental-utils" "4.26.1"
1527-
"@typescript-eslint/scope-manager" "4.26.1"
1526+
"@typescript-eslint/experimental-utils" "4.33.0"
1527+
"@typescript-eslint/scope-manager" "4.33.0"
15281528
debug "^4.3.1"
15291529
functional-red-black-tree "^1.0.1"
1530-
lodash "^4.17.21"
1530+
ignore "^5.1.8"
15311531
regexpp "^3.1.0"
15321532
semver "^7.3.5"
15331533
tsutils "^3.21.0"
15341534

1535-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.24.0":
1535+
"@typescript-eslint/[email protected]":
1536+
version "4.33.0"
1537+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1538+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1539+
dependencies:
1540+
"@types/json-schema" "^7.0.7"
1541+
"@typescript-eslint/scope-manager" "4.33.0"
1542+
"@typescript-eslint/types" "4.33.0"
1543+
"@typescript-eslint/typescript-estree" "4.33.0"
1544+
eslint-scope "^5.1.1"
1545+
eslint-utils "^3.0.0"
1546+
1547+
"@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.24.0":
15361548
version "4.26.1"
15371549
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz"
15381550
integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
@@ -1544,14 +1556,14 @@
15441556
eslint-scope "^5.1.1"
15451557
eslint-utils "^3.0.0"
15461558

1547-
"@typescript-eslint/parser@^4.26.0":
1548-
version "4.26.1"
1549-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz"
1550-
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
1559+
"@typescript-eslint/parser@^4.26.1":
1560+
version "4.33.0"
1561+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1562+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
15511563
dependencies:
1552-
"@typescript-eslint/scope-manager" "4.26.1"
1553-
"@typescript-eslint/types" "4.26.1"
1554-
"@typescript-eslint/typescript-estree" "4.26.1"
1564+
"@typescript-eslint/scope-manager" "4.33.0"
1565+
"@typescript-eslint/types" "4.33.0"
1566+
"@typescript-eslint/typescript-estree" "4.33.0"
15551567
debug "^4.3.1"
15561568

15571569
"@typescript-eslint/[email protected]":
@@ -1562,11 +1574,24 @@
15621574
"@typescript-eslint/types" "4.26.1"
15631575
"@typescript-eslint/visitor-keys" "4.26.1"
15641576

1577+
"@typescript-eslint/[email protected]":
1578+
version "4.33.0"
1579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1580+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1581+
dependencies:
1582+
"@typescript-eslint/types" "4.33.0"
1583+
"@typescript-eslint/visitor-keys" "4.33.0"
1584+
15651585
"@typescript-eslint/[email protected]":
15661586
version "4.26.1"
15671587
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz"
15681588
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
15691589

1590+
"@typescript-eslint/[email protected]":
1591+
version "4.33.0"
1592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1593+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1594+
15701595
"@typescript-eslint/[email protected]":
15711596
version "4.26.1"
15721597
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz"
@@ -1580,6 +1605,19 @@
15801605
semver "^7.3.5"
15811606
tsutils "^3.21.0"
15821607

1608+
"@typescript-eslint/[email protected]":
1609+
version "4.33.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1611+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1612+
dependencies:
1613+
"@typescript-eslint/types" "4.33.0"
1614+
"@typescript-eslint/visitor-keys" "4.33.0"
1615+
debug "^4.3.1"
1616+
globby "^11.0.3"
1617+
is-glob "^4.0.1"
1618+
semver "^7.3.5"
1619+
tsutils "^3.21.0"
1620+
15831621
"@typescript-eslint/[email protected]":
15841622
version "4.26.1"
15851623
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz"
@@ -1588,6 +1626,14 @@
15881626
"@typescript-eslint/types" "4.26.1"
15891627
eslint-visitor-keys "^2.0.0"
15901628

1629+
"@typescript-eslint/[email protected]":
1630+
version "4.33.0"
1631+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1632+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1633+
dependencies:
1634+
"@typescript-eslint/types" "4.33.0"
1635+
eslint-visitor-keys "^2.0.0"
1636+
15911637
"@webassemblyjs/[email protected]":
15921638
version "1.9.0"
15931639
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz"
@@ -3114,13 +3160,13 @@ eslint-config-prettier@^8.3.0:
31143160
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
31153161

31163162
eslint-config-welly@^1.10.6:
3117-
version "1.10.6"
3118-
resolved "https://registry.npmjs.org/eslint-config-welly/-/eslint-config-welly-1.10.6.tgz"
3119-
integrity sha512-5vpyCiIgAYKdTQPP88MF4ZEuVUbRESfWCY48EWSqkdkSP1YlWhC60J5UuKyq00nUQ5LnXRwTQMm7wyFMAtI9+g==
3163+
version "1.11.1"
3164+
resolved "https://registry.yarnpkg.com/eslint-config-welly/-/eslint-config-welly-1.11.1.tgz#7fbd68c48947776b785e783301749da48abc0b52"
3165+
integrity sha512-99Cs6N445B94opxyns/LUnPSg0Nnf6qia1ASKewRj/rYcgIRAo3XgAhc6qKwd1O00FfrqhB0mKnhbFrwD2bAjg==
31203166
dependencies:
31213167
"@emotion/eslint-plugin" "^11.2.0"
3122-
"@typescript-eslint/eslint-plugin" "^4.26.0"
3123-
"@typescript-eslint/parser" "^4.26.0"
3168+
"@typescript-eslint/eslint-plugin" "^4.26.1"
3169+
"@typescript-eslint/parser" "^4.26.1"
31243170
eslint-config-airbnb "^18.2.1"
31253171
eslint-config-prettier "^8.3.0"
31263172
eslint-import-resolver-typescript "^2.4.0"
@@ -3129,6 +3175,7 @@ eslint-config-welly@^1.10.6:
31293175
eslint-plugin-jest "^24.3.6"
31303176
eslint-plugin-jest-dom "^3.9.0"
31313177
eslint-plugin-jsx-a11y "^6.4.1"
3178+
eslint-plugin-promise "^5.1.0"
31323179
eslint-plugin-react "^7.21.5"
31333180
eslint-plugin-react-hooks "^4"
31343181
eslint-plugin-testing-library "^4.6.0"
@@ -3229,6 +3276,11 @@ eslint-plugin-jsx-a11y@^6.4.1:
32293276
jsx-ast-utils "^3.1.0"
32303277
language-tags "^1.0.5"
32313278

3279+
eslint-plugin-promise@^5.1.0:
3280+
version "5.2.0"
3281+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
3282+
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
3283+
32323284
eslint-plugin-react-hooks@^4:
32333285
version "4.2.0"
32343286
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz"
@@ -3969,6 +4021,11 @@ ignore@^5.1.1, ignore@^5.1.4:
39694021
resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz"
39704022
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
39714023

4024+
ignore@^5.1.8:
4025+
version "5.2.0"
4026+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
4027+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
4028+
39724029
import-fresh@^3.0.0, import-fresh@^3.2.1:
39734030
version "3.3.0"
39744031
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
@@ -5064,7 +5121,7 @@ lodash.truncate@^4.4.2:
50645121
resolved "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz"
50655122
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
50665123

5067-
[email protected], lodash@^4.17.21, lodash@^4.7.0:
5124+
[email protected], lodash@^4.7.0:
50685125
version "4.17.21"
50695126
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
50705127
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)