Skip to content

Commit 20b2cc2

Browse files
build(deps): bump @manypkg/get-packages from 1.1.3 to 3.1.0
Bumps [@manypkg/get-packages](https://github.com/Thinkmill/manypkg/tree/HEAD/packages/get-packages) from 1.1.3 to 3.1.0. - [Release notes](https://github.com/Thinkmill/manypkg/releases) - [Changelog](https://github.com/Thinkmill/manypkg/blob/main/packages/get-packages/CHANGELOG.md) - [Commits](https://github.com/Thinkmill/manypkg/commits/@manypkg/get-packages@3.1.0/packages/get-packages) --- updated-dependencies: - dependency-name: "@manypkg/get-packages" dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5615420 commit 20b2cc2

File tree

2 files changed

+77
-12
lines changed

2 files changed

+77
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@changesets/changelog-github": "^0.4.8",
6767
"@changesets/cli": "^2.26.2",
6868
"@manypkg/cli": "^0.16.1",
69-
"@manypkg/get-packages": "^1.1.3",
69+
"@manypkg/get-packages": "^3.1.0",
7070
"@preconstruct/cli": "^2.8.1",
7171
"@testing-library/jest-dom": "^6.1.4",
7272
"@testing-library/vue": "^8.1.0",

yarn.lock

Lines changed: 76 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,14 +1053,7 @@
10531053
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
10541054
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
10551055

1056-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.20.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1057-
version "7.24.7"
1058-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12"
1059-
integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==
1060-
dependencies:
1061-
regenerator-runtime "^0.14.0"
1062-
1063-
"@babel/runtime@^7.23.2":
1056+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.20.1", "@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
10641057
version "7.26.0"
10651058
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
10661059
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
@@ -1908,6 +1901,13 @@
19081901
find-up "^4.1.0"
19091902
fs-extra "^8.1.0"
19101903

1904+
"@manypkg/find-root@^3.1.0":
1905+
version "3.1.0"
1906+
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-3.1.0.tgz#dde5798a08fb2d0e05ee8ba3b745134532cc7b74"
1907+
integrity sha512-BcSqCyKhBVZ5YkSzOiheMCV41kqAFptW6xGqYSTjkVTl9XQpr+pqHhwgGCOHQtjDCv7Is6EFyA14Sm5GVbVABA==
1908+
dependencies:
1909+
"@manypkg/tools" "^2.1.0"
1910+
19111911
"@manypkg/get-packages@^1.1.1", "@manypkg/get-packages@^1.1.3":
19121912
version "1.1.3"
19131913
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.3.tgz#e184db9bba792fa4693de4658cfb1463ac2c9c47"
@@ -1920,6 +1920,23 @@
19201920
globby "^11.0.0"
19211921
read-yaml-file "^1.1.0"
19221922

1923+
"@manypkg/get-packages@^3.1.0":
1924+
version "3.1.0"
1925+
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-3.1.0.tgz#c97510b6386cab9c4a59e4a7fc2757753ef18865"
1926+
integrity sha512-0TbBVyvPrP7xGYBI/cP8UP+yl/z+HtbTttAD7FMAJgn/kXOTwh5/60TsqP9ZYY710forNfyV0N8P/IE/ujGZJg==
1927+
dependencies:
1928+
"@manypkg/find-root" "^3.1.0"
1929+
"@manypkg/tools" "^2.1.0"
1930+
1931+
"@manypkg/tools@^2.1.0":
1932+
version "2.1.0"
1933+
resolved "https://registry.yarnpkg.com/@manypkg/tools/-/tools-2.1.0.tgz#e5a67b2ddb7cc34d304a0e5d23e8633008eebf20"
1934+
integrity sha512-0FOIepYR4ugPYaHwK7hDeHDkfPOBVvayt9QpvRbi2LT/h2b0GaE/gM9Gag7fsnyYyNaTZ2IGyOuVg07IYepvYQ==
1935+
dependencies:
1936+
jju "^1.4.0"
1937+
js-yaml "^4.1.0"
1938+
tinyglobby "^0.2.13"
1939+
19231940
"@mrmlnc/readdir-enhanced@^2.2.1":
19241941
version "2.2.1"
19251942
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -5133,6 +5150,11 @@ fb-watchman@^2.0.0:
51335150
dependencies:
51345151
bser "2.1.1"
51355152

5153+
fdir@^6.4.4:
5154+
version "6.4.6"
5155+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.6.tgz#2b268c0232697063111bbf3f64810a2a741ba281"
5156+
integrity sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==
5157+
51365158
figures@3.2.0, figures@^3.0.0:
51375159
version "3.2.0"
51385160
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -7117,6 +7139,11 @@ jiti@^1.19.1:
71177139
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.3.tgz#b2adb07489d7629b344d59082bbedb8c21c5f755"
71187140
integrity sha512-uy2bNX5zQ+tESe+TiC7ilGRz8AtRGmnJH55NC5S0nSUjvvvM2hJHmefHErugGXN4pNv4Qx7vLsnNw9qJ9mtIsw==
71197141

7142+
jju@^1.4.0:
7143+
version "1.4.0"
7144+
resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a"
7145+
integrity sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==
7146+
71207147
js-beautify@^1.14.9:
71217148
version "1.15.1"
71227149
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.15.1.tgz#4695afb508c324e1084ee0b952a102023fc65b64"
@@ -9018,6 +9045,11 @@ picomatch@^2.0.4, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
90189045
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
90199046
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
90209047

9048+
picomatch@^4.0.2:
9049+
version "4.0.3"
9050+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
9051+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
9052+
90219053
pify@5.0.0:
90229054
version "5.0.0"
90239055
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
@@ -10187,7 +10219,7 @@ string-length@^5.0.1:
1018710219
char-regex "^2.0.0"
1018810220
strip-ansi "^7.0.1"
1018910221

10190-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10222+
"string-width-cjs@npm:string-width@^4.2.0":
1019110223
version "4.2.3"
1019210224
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1019310225
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10205,6 +10237,15 @@ string-width@^1.0.1:
1020510237
is-fullwidth-code-point "^1.0.0"
1020610238
strip-ansi "^3.0.0"
1020710239

10240+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10241+
version "4.2.3"
10242+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10243+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10244+
dependencies:
10245+
emoji-regex "^8.0.0"
10246+
is-fullwidth-code-point "^3.0.0"
10247+
strip-ansi "^6.0.1"
10248+
1020810249
string-width@^2.1.1:
1020910250
version "2.1.1"
1021010251
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -10273,7 +10314,7 @@ stringify-object@^3.2.2:
1027310314
is-obj "^1.0.1"
1027410315
is-regexp "^1.0.0"
1027510316

10276-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10317+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1027710318
version "6.0.1"
1027810319
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1027910320
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10294,6 +10335,13 @@ strip-ansi@^4.0.0:
1029410335
dependencies:
1029510336
ansi-regex "^3.0.0"
1029610337

10338+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10339+
version "6.0.1"
10340+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10341+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10342+
dependencies:
10343+
ansi-regex "^5.0.1"
10344+
1029710345
strip-ansi@^7.0.1:
1029810346
version "7.1.0"
1029910347
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -10463,6 +10511,14 @@ through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6:
1046310511
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
1046410512
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
1046510513

10514+
tinyglobby@^0.2.13:
10515+
version "0.2.14"
10516+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
10517+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
10518+
dependencies:
10519+
fdir "^6.4.4"
10520+
picomatch "^4.0.2"
10521+
1046610522
tldts-core@^6.1.65:
1046710523
version "6.1.65"
1046810524
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.65.tgz#4b238e9658469f82a61787ee9135a3f083de68fa"
@@ -11204,7 +11260,7 @@ wordwrap@^1.0.0:
1120411260
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1120511261
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1120611262

11207-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11263+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1120811264
version "7.0.0"
1120911265
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1121011266
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11230,6 +11286,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1123011286
string-width "^4.1.0"
1123111287
strip-ansi "^6.0.0"
1123211288

11289+
wrap-ansi@^7.0.0:
11290+
version "7.0.0"
11291+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11292+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11293+
dependencies:
11294+
ansi-styles "^4.0.0"
11295+
string-width "^4.1.0"
11296+
strip-ansi "^6.0.0"
11297+
1123311298
wrap-ansi@^8.1.0:
1123411299
version "8.1.0"
1123511300
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)