Skip to content

Commit be64d3f

Browse files
authored
Merge pull request #15 from danielroe/update-module-builder
Update module builder
2 parents 091b0ce + 878d6e5 commit be64d3f

File tree

2 files changed

+66
-37
lines changed

2 files changed

+66
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@nuxt/devtools": "latest",
4444
"@nuxt/eslint-config": "^0.2.0",
45-
"@nuxt/module-builder": "^0.5.5",
45+
"@nuxt/module-builder": "^0.8.3",
4646
"@nuxt/schema": "^3.11.1",
4747
"@nuxt/test-utils": "^3.12.0",
4848
"@types/node": "^20.11.29",

yarn.lock

Lines changed: 65 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,15 +1083,19 @@
10831083
unimport "^3.7.2"
10841084
untyped "^1.4.2"
10851085

1086-
"@nuxt/module-builder@^0.5.5":
1087-
version "0.5.5"
1088-
resolved "https://registry.yarnpkg.com/@nuxt/module-builder/-/module-builder-0.5.5.tgz#7b45e239250884e1382fd0ec8fd43e06d6b21303"
1089-
integrity sha512-ifFfwA1rbSXSae25RmqA2kAbV3xoShZNrq1yK8VXB/EnIcDn4WiaYR1PytaSxIt5zsvWPn92BJXiIUBiMQZ0hw==
1086+
"@nuxt/module-builder@^0.8.3":
1087+
version "0.8.3"
1088+
resolved "https://registry.yarnpkg.com/@nuxt/module-builder/-/module-builder-0.8.3.tgz#d87312aedd9a025d297f34338d7198652b79fbfa"
1089+
integrity sha512-m9W3P6f6TFnHmVFKRo/2gELWDi3r0k8i93Z1fY5z410GZmttGVPv8KgRgOgC79agRi/OtpbyG3BPRaWdbDZa5w==
10901090
dependencies:
1091-
citty "^0.1.5"
1091+
citty "^0.1.6"
10921092
consola "^3.2.3"
1093-
mlly "^1.4.2"
1094-
pathe "^1.1.1"
1093+
defu "^6.1.4"
1094+
magic-regexp "^0.8.0"
1095+
mlly "^1.7.1"
1096+
pathe "^1.1.2"
1097+
pkg-types "^1.1.3"
1098+
tsconfck "^3.1.1"
10951099
unbuild "^2.0.0"
10961100

10971101
"@nuxt/[email protected]", "@nuxt/schema@^3.11.1", "@nuxt/schema@^3.11.2", "@nuxt/schema@^3.12.2":
@@ -2256,6 +2260,11 @@ [email protected], acorn@^8.11.0, acorn@^8.11.3, acorn@^8.6.0, acorn@^8.8.2, acorn@^8
22562260
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
22572261
integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==
22582262

2263+
acorn@^8.12.1:
2264+
version "8.12.1"
2265+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
2266+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
2267+
22592268
agent-base@6:
22602269
version "6.0.2"
22612270
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -4561,6 +4570,19 @@ lru-cache@^5.1.1:
45614570
dependencies:
45624571
yallist "^3.0.2"
45634572

4573+
magic-regexp@^0.8.0:
4574+
version "0.8.0"
4575+
resolved "https://registry.yarnpkg.com/magic-regexp/-/magic-regexp-0.8.0.tgz#c67de16456522a83672c22aa408b774facfd882e"
4576+
integrity sha512-lOSLWdE156csDYwCTIGiAymOLN7Epu/TU5e/oAnISZfU6qP+pgjkE+xbVjVn3yLPKN8n1G2yIAYTAM5KRk6/ow==
4577+
dependencies:
4578+
estree-walker "^3.0.3"
4579+
magic-string "^0.30.8"
4580+
mlly "^1.6.1"
4581+
regexp-tree "^0.1.27"
4582+
type-level-regexp "~0.1.17"
4583+
ufo "^1.4.0"
4584+
unplugin "^1.8.3"
4585+
45644586
magic-string-ast@^0.6.0:
45654587
version "0.6.2"
45664588
resolved "https://registry.yarnpkg.com/magic-string-ast/-/magic-string-ast-0.6.2.tgz#180679c584bdea9de1dbb6c755fd3e4bf1b0b509"
@@ -5443,6 +5465,15 @@ pkg-types@^1.0.3, pkg-types@^1.1.1:
54435465
mlly "^1.7.0"
54445466
pathe "^1.1.2"
54455467

5468+
pkg-types@^1.1.3:
5469+
version "1.2.0"
5470+
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.2.0.tgz#d0268e894e93acff11a6279de147e83354ebd42d"
5471+
integrity sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==
5472+
dependencies:
5473+
confbox "^0.1.7"
5474+
mlly "^1.7.1"
5475+
pathe "^1.1.2"
5476+
54465477
postcss-calc@^10.0.0:
54475478
version "10.0.0"
54485479
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-10.0.0.tgz#aca29a1c66dd481ca30d08f6932b1274a1003716"
@@ -5858,6 +5889,11 @@ redis-parser@^3.0.0:
58585889
dependencies:
58595890
redis-errors "^1.0.0"
58605891

5892+
regexp-tree@^0.1.27:
5893+
version "0.1.27"
5894+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
5895+
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
5896+
58615897
require-directory@^2.1.1:
58625898
version "2.1.1"
58635899
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -6277,16 +6313,7 @@ streamx@^2.15.0:
62776313
optionalDependencies:
62786314
bare-events "^2.2.0"
62796315

6280-
"string-width-cjs@npm:string-width@^4.2.0":
6281-
version "4.2.3"
6282-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6283-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6284-
dependencies:
6285-
emoji-regex "^8.0.0"
6286-
is-fullwidth-code-point "^3.0.0"
6287-
strip-ansi "^6.0.1"
6288-
6289-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6316+
"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:
62906317
version "4.2.3"
62916318
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
62926319
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6318,14 +6345,7 @@ string_decoder@~1.1.1:
63186345
dependencies:
63196346
safe-buffer "~5.1.0"
63206347

6321-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6322-
version "6.0.1"
6323-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6324-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6325-
dependencies:
6326-
ansi-regex "^5.0.1"
6327-
6328-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6348+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
63296349
version "6.0.1"
63306350
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
63316351
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6528,6 +6548,11 @@ ts-api-utils@^1.0.1:
65286548
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
65296549
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
65306550

6551+
tsconfck@^3.1.1:
6552+
version "3.1.3"
6553+
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.3.tgz#a8202f51dab684c426314796cdb0bbd0fe0cdf80"
6554+
integrity sha512-ulNZP1SVpRDesxeMLON/LtWM8HIgAJEIVpVVhBM6gsmvQ8+Rh+ZG7FWGvHh7Ah3pRABwVJWklWCr/BTZSv0xnQ==
6555+
65316556
tuf-js@^2.2.1:
65326557
version "2.2.1"
65336558
resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-2.2.1.tgz#fdd8794b644af1a75c7aaa2b197ddffeb2911b56"
@@ -6564,6 +6589,11 @@ type-fest@^3.8.0:
65646589
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-3.13.1.tgz#bb744c1f0678bea7543a2d1ec24e83e68e8c8706"
65656590
integrity sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==
65666591

6592+
type-level-regexp@~0.1.17:
6593+
version "0.1.17"
6594+
resolved "https://registry.yarnpkg.com/type-level-regexp/-/type-level-regexp-0.1.17.tgz#ec1bf7dd65b85201f9863031d6f023bdefc2410f"
6595+
integrity sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==
6596+
65676597
typescript@^5.2.2:
65686598
version "5.5.2"
65696599
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
@@ -6729,6 +6759,14 @@ unplugin@^1.10.0, unplugin@^1.10.1, unplugin@^1.3.1, unplugin@^1.5.0:
67296759
webpack-sources "^3.2.3"
67306760
webpack-virtual-modules "^0.6.1"
67316761

6762+
unplugin@^1.8.3:
6763+
version "1.13.1"
6764+
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.13.1.tgz#d33e338374bfb80755a3789ed7de25b8f006131c"
6765+
integrity sha512-6Kq1iSSwg7KyjcThRUks9LuqDAKvtnioxbL9iEtB9ctTyBA5OmrB8gZd/d225VJu1w3UpUsKV7eGrvf59J7+VA==
6766+
dependencies:
6767+
acorn "^8.12.1"
6768+
webpack-virtual-modules "^0.6.2"
6769+
67326770
unstorage@^1.10.2:
67336771
version "1.10.2"
67346772
resolved "https://registry.yarnpkg.com/unstorage/-/unstorage-1.10.2.tgz#fb7590ada8b30e83be9318f85100158b02a76dae"
@@ -7035,7 +7073,7 @@ webpack-sources@^3.2.3:
70357073
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
70367074
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
70377075

7038-
webpack-virtual-modules@^0.6.1:
7076+
webpack-virtual-modules@^0.6.1, webpack-virtual-modules@^0.6.2:
70397077
version "0.6.2"
70407078
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
70417079
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
@@ -7089,16 +7127,7 @@ word-wrap@^1.2.5:
70897127
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
70907128
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
70917129

7092-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7093-
version "7.0.0"
7094-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7095-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7096-
dependencies:
7097-
ansi-styles "^4.0.0"
7098-
string-width "^4.1.0"
7099-
strip-ansi "^6.0.0"
7100-
7101-
wrap-ansi@^7.0.0:
7130+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
71027131
version "7.0.0"
71037132
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
71047133
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)