Skip to content

Commit

Permalink
chore(deps): update dependency @lerna-lite/cli to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2023
1 parent 309690d commit cf3164e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@lerna-lite/cli": "1.15.1",
"@lerna-lite/cli": "1.16.0",
"@rollup/plugin-commonjs": "22.0.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down
129 changes: 68 additions & 61 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1421,34 +1421,34 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@lerna-lite/cli@1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/cli/-/cli-1.15.1.tgz#c99c8ff907f321f541ce53ccb7fffa715cef0901"
integrity sha512-tpR/NPdX65AzprU6F1IH3hsAullmnYaO4MJOk3f6HCEfxcqUchbTLtzBonSYFNTgEc005Bt8EfejLz+o4zlKyQ==
dependencies:
"@lerna-lite/core" "1.15.1"
"@lerna-lite/init" "1.15.1"
"@lerna-lite/listable" "1.15.1"
"@lerna-lite/publish" "1.15.1"
"@lerna-lite/version" "1.15.1"
"@lerna-lite/cli@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/cli/-/cli-1.16.0.tgz#d804ee61c29aac7ce2b698fde1206e811027a2e5"
integrity sha512-9Z8KIMpxGfw4uvvqPumSy9shftdfXgV+gQtiYqjBDL1dPWzcFCWVAym1VQlCV3NeFm8uCzpsXUHST9Siao4bIA==
dependencies:
"@lerna-lite/core" "1.16.0"
"@lerna-lite/init" "1.16.0"
"@lerna-lite/listable" "1.16.0"
"@lerna-lite/publish" "1.16.0"
"@lerna-lite/version" "1.16.0"
dedent "^0.7.0"
dotenv "^16.0.3"
import-local "^3.1.0"
load-json-file "^6.2.0"
npmlog "^7.0.1"
path "^0.12.7"
yargs "^17.6.2"
yargs "^17.7.1"

"@lerna-lite/core@1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/core/-/core-1.15.1.tgz#301661a9b86438c98b36406d1aa12ce426a831c9"
integrity sha512-NRg2OZ44j+RHtWFC6tqzweO3gB+c1kU7EYsh5OCDUid0/U3+2OAxbq/WLaq/u0GUnLeXqVmCcb3231vi1noSCg==
"@lerna-lite/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/core/-/core-1.16.0.tgz#82eff9633704eccbec112f02fdaa70b2aa61fe8c"
integrity sha512-xWIWNe3XbkggsIdkQkjJNUuFHriKHTLvT43Axw1PiAQ9G+OErlcp6JzGQwhMamOlckXGbSqfpVbVP4OyLoF+wg==
dependencies:
"@npmcli/run-script" "^6.0.0"
chalk "^4.1.2"
clone-deep "^4.0.1"
config-chain "^1.1.13"
cosmiconfig "^8.0.0"
cosmiconfig "8.0.0"
dedent "^0.7.0"
execa "^5.1.1"
fs-extra "^11.1.0"
Expand All @@ -1457,7 +1457,7 @@
inquirer "^8.2.4"
is-ci "^3.0.1"
load-json-file "^6.2.0"
minimatch "^6.1.6"
minimatch "^7.4.2"
npm-package-arg "^10.1.0"
npmlog "^7.0.1"
p-map "^4.0.0"
Expand All @@ -1471,49 +1471,49 @@
write-json-file "^4.3.0"
write-pkg "^4.0.0"

"@lerna-lite/init@1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/init/-/init-1.15.1.tgz#3c536b4d3f0dba551b27761d01b3a7b7808e3fd9"
integrity sha512-DOPTGT8tU9pETTjDgzBLVrKksC5CHiKnccIcurShHZ53SiA2t59MTD7dQ9rvnh4UQNyfnuAkWy+gNKnqR1IL5Q==
"@lerna-lite/init@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/init/-/init-1.16.0.tgz#a90362a465f92f7bae8baeaef7f4852aa096e04c"
integrity sha512-6nSFJYebMoMlJLCHZ5L5rfhHbbu0KdBw9gAzKrJFXUd5htOzGRmgnv/zCoF0fuVOCWCZHsu5WcviQZs25FSzow==
dependencies:
"@lerna-lite/core" "1.15.1"
"@lerna-lite/core" "1.16.0"
fs-extra "^11.1.0"
p-map "^4.0.0"
path "^0.12.7"
write-json-file "^4.3.0"

"@lerna-lite/listable@1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/listable/-/listable-1.15.1.tgz#861a053eacbb119cb42297f3ba20a5922ee144f7"
integrity sha512-XXBYjYDLVX/AZ92mu9RuJaXTjk/ly5SMSIezGiN1s7DwYGJO0bBK27Ev2xdn0H7TfXnptkT+G2k0cl8GMVVbhA==
"@lerna-lite/listable@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/listable/-/listable-1.16.0.tgz#47eb2066011bbdc351c072004f2ba000a6a6a1dd"
integrity sha512-sWoZmQTaLDobKXtN7eZuPPjWTcsxmNMWYUeDLedGuHQQnsHHLSpz7lSjJWcqJKpbTn8zURAFlR5Qzq15pkQl5w==
dependencies:
"@lerna-lite/core" "1.15.1"
"@lerna-lite/core" "1.16.0"
chalk "^4.1.2"
columnify "^1.6.0"

"@lerna-lite/publish@1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/publish/-/publish-1.15.1.tgz#662a85f661d9cd726e3fe4e6fba92d2c63e6c344"
integrity sha512-QlkElCvFTXN++gXjBRigGpWfOihNUJs4+O49Rhk2hvHzjw66VEYCGuXogGASbbuPz5tCNbH/toIqEM6664KtAg==
"@lerna-lite/publish@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/publish/-/publish-1.16.0.tgz#cb45d2497b76ba4e8d7c566b9f608f3311494e15"
integrity sha512-X3dGiK6Bhe87Q8lwvyT8FvD9iXzJAmaf7sXsvLOXd0Mf5+JcsnCVWCN0FfMeGnnNzSz1zMMBXI7pgfhYbJ0mOw==
dependencies:
"@lerna-lite/core" "1.15.1"
"@lerna-lite/version" "1.15.1"
"@npmcli/arborist" "^6.2.2"
"@lerna-lite/core" "1.16.0"
"@lerna-lite/version" "1.16.0"
"@npmcli/arborist" "^6.2.4"
byte-size "^7.0.1"
chalk "^4.1.2"
columnify "^1.6.0"
fs-extra "^11.1.0"
glob "^7.2.3"
has-unicode "^2.0.1"
libnpmaccess "^7.0.2"
libnpmpublish "^7.0.8"
libnpmpublish "^7.1.0"
npm-package-arg "^10.1.0"
npm-packlist "^7.0.4"
npm-registry-fetch "^14.0.3"
npmlog "^7.0.1"
p-map "^4.0.0"
p-pipe "^3.1.0"
pacote "^15.0.8"
pacote "^15.1.1"
path "^0.12.7"
pify "^5.0.0"
read-package-json "^6.0.0"
Expand All @@ -1522,12 +1522,12 @@
tar "^6.1.13"
temp-dir "^2.0.0"

"@lerna-lite/version@1.15.1":
version "1.15.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/version/-/version-1.15.1.tgz#c61b6005a2a04347bc9c858adf7a3448b0ef36b9"
integrity sha512-jFrGdPEeqAILsqbSX7H96qP0XUBSdCgM6xDo4hj6dWSyMbm3ekhtkUOMrQpoEXSYRWylVQTzhXDJH46lTO/Ylw==
"@lerna-lite/version@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/version/-/version-1.16.0.tgz#d336932a218b00c777a8039e93b9e86c1c3c13e3"
integrity sha512-myTVttd5Szyw4edJQ28Kqi2xYTordlQzDWklXxZ4oj637Bhjhr3cWtzLuJWPMko4B7ZdD+CZTteKwKVDlyfUmg==
dependencies:
"@lerna-lite/core" "1.15.1"
"@lerna-lite/core" "1.16.0"
"@octokit/plugin-enterprise-rest" "^6.0.1"
"@octokit/rest" "^19.0.7"
chalk "^4.1.2"
Expand All @@ -1544,7 +1544,7 @@
is-stream "^2.0.1"
load-json-file "^6.2.0"
make-dir "^3.1.0"
minimatch "^6.1.6"
minimatch "^7.4.2"
new-github-release-url "^1.0.0"
node-fetch "^2.6.7"
npm-package-arg "^10.1.0"
Expand Down Expand Up @@ -1646,14 +1646,14 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@npmcli/arborist@^6.2.2":
version "6.2.3"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-6.2.3.tgz#31f8aed2588341864d3811151d929c01308f8e71"
integrity sha512-lpGOC2ilSJXcc2zfW9QtukcCTcMbl3fVI0z4wvFB2AFIl0C+Q6Wv7ccrpdrQa8rvJ1ZVuc6qkX7HVTyKlzGqKA==
"@npmcli/arborist@^6.2.4":
version "6.2.4"
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-6.2.4.tgz#a9c567a33012a7df5af86dfd1a3308686b056d92"
integrity sha512-8nwyvv/WyGupcD9CRm3SOyFVgysHehMbkFgNXwz6db8Dd4hCkG8bptgPL5dveJzRUiA2AGKaGhX5CQsXaCyI/g==
dependencies:
"@isaacs/string-locale-compare" "^1.1.0"
"@npmcli/fs" "^3.1.0"
"@npmcli/installed-package-contents" "^2.0.0"
"@npmcli/installed-package-contents" "^2.0.2"
"@npmcli/map-workspaces" "^3.0.2"
"@npmcli/metavuln-calculator" "^5.0.0"
"@npmcli/name-from-folder" "^2.0.0"
Expand Down Expand Up @@ -1715,7 +1715,7 @@
semver "^7.3.5"
which "^3.0.0"

"@npmcli/installed-package-contents@^2.0.0", "@npmcli/installed-package-contents@^2.0.1":
"@npmcli/installed-package-contents@^2.0.1", "@npmcli/installed-package-contents@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz#bfd817eccd9e8df200919e73f57f9e3d9e4f9e33"
integrity sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==
Expand Down Expand Up @@ -3850,6 +3850,16 @@ [email protected]:
object-assign "^4"
vary "^1"

[email protected]:
version "8.0.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97"
integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
dependencies:
import-fresh "^3.2.1"
js-yaml "^4.1.0"
parse-json "^5.0.0"
path-type "^4.0.0"

cosmiconfig@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
Expand All @@ -3861,16 +3871,6 @@ cosmiconfig@^6.0.0:
path-type "^4.0.0"
yaml "^1.7.2"

cosmiconfig@^8.0.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.1.0.tgz#947e174c796483ccf0a48476c24e4fefb7e1aea8"
integrity sha512-0tLZ9URlPGU7JsKq0DQOQ3FoRsYX8xDZ7xMiATQfaiGMz7EHowNkbU9u1coAOmnh9p/1ySpm0RB3JNWRXM5GCg==
dependencies:
import-fresh "^3.2.1"
js-yaml "^4.1.0"
parse-json "^5.0.0"
path-type "^4.0.0"

[email protected]:
version "7.0.3"
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
Expand Down Expand Up @@ -6350,7 +6350,7 @@ libnpmaccess@^7.0.2:
npm-package-arg "^10.1.0"
npm-registry-fetch "^14.0.3"

libnpmpublish@^7.0.8:
libnpmpublish@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-7.1.0.tgz#b178419b8f3968c7bba32c405ca29c6afe5b4aa4"
integrity sha512-AAw/84u6aLo6IzXFhf3s+VCg5/eqICRZFJgRfBpnbCjubRY33WXJh57aWYP0WPlqnFI3E2M1adIqQDbYVyRwgA==
Expand Down Expand Up @@ -6929,6 +6929,13 @@ minimatch@^6.1.0, minimatch@^6.1.6:
dependencies:
brace-expansion "^2.0.1"

minimatch@^7.4.2:
version "7.4.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
dependencies:
brace-expansion "^2.0.1"

[email protected]:
version "4.1.0"
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
Expand Down Expand Up @@ -7554,7 +7561,7 @@ p-try@^2.0.0:
resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==

pacote@^15.0.0, pacote@^15.0.8:
pacote@^15.0.0, pacote@^15.0.8, pacote@^15.1.1:
version "15.1.1"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.1.1.tgz#94d8c6e0605e04d427610b3aacb0357073978348"
integrity sha512-eeqEe77QrA6auZxNHIp+1TzHQ0HBKf5V6c8zcaYZ134EJe1lCi+fjXATkNiEEfbG+e50nu02GLvUtmZcGOYabQ==
Expand Down Expand Up @@ -9924,7 +9931,7 @@ yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yargs@^17.3.1, yargs@^17.6.2:
yargs@^17.3.1, yargs@^17.7.1:
version "17.7.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
Expand Down

0 comments on commit cf3164e

Please sign in to comment.