-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @dhis2/cli-style from 10.4.1 to 10.5.1
Bumps [@dhis2/cli-style](https://github.com/dhis2/cli-style) from 10.4.1 to 10.5.1. - [Release notes](https://github.com/dhis2/cli-style/releases) - [Changelog](https://github.com/dhis2/cli-style/blob/master/CHANGELOG.md) - [Commits](dhis2/cli-style@v10.4.1...v10.5.1) --- updated-dependencies: - dependency-name: "@dhis2/cli-style" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f588fcd
commit f76b336
Showing
2 changed files
with
151 additions
and
31 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 |
---|---|---|
|
@@ -2341,10 +2341,10 @@ | |
update-notifier "^3.0.0" | ||
yargs "^13.1.0" | ||
|
||
"@dhis2/cli-style@^10.4.1": | ||
version "10.4.1" | ||
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.4.1.tgz#1186d79f4b4ef2802832a116562041ae50c596dc" | ||
integrity sha512-4INZ2T67kZXkykUuNr9TqL0B88HYRYvtc2ctDV0IemK5bSNiwoQrgM6lqMIFHE5T48DEaFTQ3rvrd0nLjsW6Ng== | ||
"@dhis2/cli-style@^10.5.1": | ||
version "10.5.1" | ||
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.5.1.tgz#cf2df63b5eb203e3e3cec867bb9ba53b0d6f2ed6" | ||
integrity sha512-epMQFxX+A7HzivXMqX5pHSJqP/CRw94HHWOZ+ab8Ug930Y3gF8YG1QtXgfvdMFz7u+LfQlLujj+DgVa/6W5GTQ== | ||
dependencies: | ||
"@commitlint/cli" "^12.1.4" | ||
"@commitlint/config-conventional" "^13.1.0" | ||
|
@@ -2354,7 +2354,7 @@ | |
eslint "^7.32.0" | ||
eslint-config-prettier "^8.3.0" | ||
eslint-plugin-import "^2.22.1" | ||
eslint-plugin-react "^7.26.0" | ||
eslint-plugin-react "^7.31.10" | ||
fast-glob "^3.2.5" | ||
find-up "^5.0.0" | ||
fs-extra "^10.0.0" | ||
|
@@ -4133,6 +4133,17 @@ array-includes@^3.1.4, array-includes@^3.1.5: | |
get-intrinsic "^1.1.1" | ||
is-string "^1.0.7" | ||
|
||
array-includes@^3.1.6: | ||
version "3.1.6" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" | ||
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
get-intrinsic "^1.1.3" | ||
is-string "^1.0.7" | ||
|
||
array-union@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" | ||
|
@@ -4174,14 +4185,14 @@ array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.5: | |
es-abstract "^1.19.2" | ||
es-shim-unscopables "^1.0.0" | ||
|
||
array.prototype.flatmap@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f" | ||
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg== | ||
array.prototype.flatmap@^1.3.1: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" | ||
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.3" | ||
es-abstract "^1.19.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
es-shim-unscopables "^1.0.0" | ||
|
||
array.prototype.reduce@^1.0.4: | ||
|
@@ -4195,6 +4206,17 @@ array.prototype.reduce@^1.0.4: | |
es-array-method-boxes-properly "^1.0.0" | ||
is-string "^1.0.7" | ||
|
||
array.prototype.tosorted@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532" | ||
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
es-shim-unscopables "^1.0.0" | ||
get-intrinsic "^1.1.3" | ||
|
||
arrify@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
|
@@ -6960,6 +6982,37 @@ es-abstract@^1.20.0: | |
string.prototype.trimstart "^1.0.5" | ||
unbox-primitive "^1.0.2" | ||
|
||
es-abstract@^1.20.4: | ||
version "1.20.5" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.5.tgz#e6dc99177be37cacda5988e692c3fa8b218e95d2" | ||
integrity sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
es-to-primitive "^1.2.1" | ||
function-bind "^1.1.1" | ||
function.prototype.name "^1.1.5" | ||
get-intrinsic "^1.1.3" | ||
get-symbol-description "^1.0.0" | ||
gopd "^1.0.1" | ||
has "^1.0.3" | ||
has-property-descriptors "^1.0.0" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.3" | ||
is-callable "^1.2.7" | ||
is-negative-zero "^2.0.2" | ||
is-regex "^1.1.4" | ||
is-shared-array-buffer "^1.0.2" | ||
is-string "^1.0.7" | ||
is-weakref "^1.0.2" | ||
object-inspect "^1.12.2" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.4" | ||
regexp.prototype.flags "^1.4.3" | ||
safe-regex-test "^1.0.0" | ||
string.prototype.trimend "^1.0.6" | ||
string.prototype.trimstart "^1.0.6" | ||
unbox-primitive "^1.0.2" | ||
|
||
es-array-method-boxes-properly@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" | ||
|
@@ -7147,25 +7200,26 @@ eslint-plugin-react-hooks@^4.3.0: | |
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" | ||
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== | ||
|
||
eslint-plugin-react@^7.26.0, eslint-plugin-react@^7.27.1: | ||
version "7.31.8" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz#3a4f80c10be1bcbc8197be9e8b641b2a3ef219bf" | ||
integrity sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw== | ||
eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.31.10: | ||
version "7.31.11" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8" | ||
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw== | ||
dependencies: | ||
array-includes "^3.1.5" | ||
array.prototype.flatmap "^1.3.0" | ||
array-includes "^3.1.6" | ||
array.prototype.flatmap "^1.3.1" | ||
array.prototype.tosorted "^1.1.1" | ||
doctrine "^2.1.0" | ||
estraverse "^5.3.0" | ||
jsx-ast-utils "^2.4.1 || ^3.0.0" | ||
minimatch "^3.1.2" | ||
object.entries "^1.1.5" | ||
object.fromentries "^2.0.5" | ||
object.hasown "^1.1.1" | ||
object.values "^1.1.5" | ||
object.entries "^1.1.6" | ||
object.fromentries "^2.0.6" | ||
object.hasown "^1.1.2" | ||
object.values "^1.1.6" | ||
prop-types "^15.8.1" | ||
resolve "^2.0.0-next.3" | ||
semver "^6.3.0" | ||
string.prototype.matchall "^4.0.7" | ||
string.prototype.matchall "^4.0.8" | ||
|
||
eslint-plugin-testing-library@^5.0.1: | ||
version "5.7.0" | ||
|
@@ -8240,6 +8294,13 @@ globule@^1.0.0: | |
lodash "^4.17.21" | ||
minimatch "~3.0.2" | ||
|
||
gopd@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" | ||
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== | ||
dependencies: | ||
get-intrinsic "^1.1.3" | ||
|
||
got@^9.6.0: | ||
version "9.6.0" | ||
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85" | ||
|
@@ -11092,7 +11153,7 @@ object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.2, object.assign@ | |
has-symbols "^1.0.3" | ||
object-keys "^1.1.1" | ||
|
||
object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.5: | ||
object.entries@^1.1.1, object.entries@^1.1.2: | ||
version "1.1.5" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861" | ||
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== | ||
|
@@ -11101,7 +11162,16 @@ object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.5: | |
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
|
||
object.fromentries@^2.0.3, object.fromentries@^2.0.5: | ||
object.entries@^1.1.6: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23" | ||
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
object.fromentries@^2.0.3: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251" | ||
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== | ||
|
@@ -11110,6 +11180,15 @@ object.fromentries@^2.0.3, object.fromentries@^2.0.5: | |
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
|
||
object.fromentries@^2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73" | ||
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
object.getownpropertydescriptors@^2.1.0: | ||
version "2.1.4" | ||
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz#7965e6437a57278b587383831a9b829455a4bc37" | ||
|
@@ -11120,13 +11199,13 @@ object.getownpropertydescriptors@^2.1.0: | |
define-properties "^1.1.4" | ||
es-abstract "^1.20.1" | ||
|
||
object.hasown@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3" | ||
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A== | ||
object.hasown@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92" | ||
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw== | ||
dependencies: | ||
define-properties "^1.1.4" | ||
es-abstract "^1.19.5" | ||
es-abstract "^1.20.4" | ||
|
||
object.pick@^1.3.0: | ||
version "1.3.0" | ||
|
@@ -11144,6 +11223,15 @@ object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.2, object.values@ | |
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
|
||
object.values@^1.1.6: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" | ||
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
[email protected]: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/oblivious-set/-/oblivious-set-1.0.0.tgz#c8316f2c2fb6ff7b11b6158db3234c49f733c566" | ||
|
@@ -13906,7 +13994,7 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: | |
is-fullwidth-code-point "^3.0.0" | ||
strip-ansi "^6.0.1" | ||
|
||
string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.7: | ||
string.prototype.matchall@^4.0.6: | ||
version "4.0.7" | ||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" | ||
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== | ||
|
@@ -13920,6 +14008,20 @@ string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.7: | |
regexp.prototype.flags "^1.4.1" | ||
side-channel "^1.0.4" | ||
|
||
string.prototype.matchall@^4.0.8: | ||
version "4.0.8" | ||
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3" | ||
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
get-intrinsic "^1.1.3" | ||
has-symbols "^1.0.3" | ||
internal-slot "^1.0.3" | ||
regexp.prototype.flags "^1.4.3" | ||
side-channel "^1.0.4" | ||
|
||
string.prototype.trim@^1.2.1: | ||
version "1.2.6" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.6.tgz#824960787db37a9e24711802ed0c1d1c0254f83e" | ||
|
@@ -13938,6 +14040,15 @@ string.prototype.trimend@^1.0.5: | |
define-properties "^1.1.4" | ||
es-abstract "^1.19.5" | ||
|
||
string.prototype.trimend@^1.0.6: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533" | ||
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
string.prototype.trimstart@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef" | ||
|
@@ -13947,6 +14058,15 @@ string.prototype.trimstart@^1.0.5: | |
define-properties "^1.1.4" | ||
es-abstract "^1.19.5" | ||
|
||
string.prototype.trimstart@^1.0.6: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" | ||
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
string_decoder@^1.1.1: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" | ||
|