Comparing version 3.0.1 to 3.1.0
@@ -252,2 +252,6 @@ import { PackageJson } from 'pkg-types'; | ||
rollup: RollupBuildOptions; | ||
/** | ||
* Run different types of builds (untyped, mkdist, Rollup, copy) simultaneously. | ||
*/ | ||
parallel: boolean; | ||
} | ||
@@ -254,0 +258,0 @@ interface BuildContext { |
{ | ||
"name": "unbuild", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "A unified javascript build system", | ||
@@ -34,15 +34,15 @@ "repository": "unjs/unbuild", | ||
"@rollup/plugin-alias": "^5.1.1", | ||
"@rollup/plugin-commonjs": "^28.0.1", | ||
"@rollup/plugin-commonjs": "^28.0.2", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-replace": "^6.0.1", | ||
"@rollup/pluginutils": "^5.1.3", | ||
"@rollup/plugin-node-resolve": "^16.0.0", | ||
"@rollup/plugin-replace": "^6.0.2", | ||
"@rollup/pluginutils": "^5.1.4", | ||
"citty": "^0.1.6", | ||
"consola": "^3.2.3", | ||
"consola": "^3.3.0", | ||
"defu": "^6.1.4", | ||
"esbuild": "^0.24.0", | ||
"esbuild": "^0.24.2", | ||
"hookable": "^5.5.3", | ||
"jiti": "^2.4.1", | ||
"magic-string": "^0.30.15", | ||
"mkdist": "^2.0.1", | ||
"jiti": "^2.4.2", | ||
"magic-string": "^0.30.17", | ||
"mkdist": "^2.1.0", | ||
"mlly": "^1.7.3", | ||
@@ -52,3 +52,3 @@ "pathe": "^1.1.2", | ||
"pretty-bytes": "^6.1.1", | ||
"rollup": "^4.28.1", | ||
"rollup": "^4.29.1", | ||
"rollup-plugin-dts": "^6.1.1", | ||
@@ -58,3 +58,3 @@ "scule": "^1.3.0", | ||
"ufo": "^1.5.4", | ||
"untyped": "^1.5.1" | ||
"untyped": "^1.5.2" | ||
}, | ||
@@ -67,3 +67,3 @@ "devDependencies": { | ||
"changelogen": "^0.5.7", | ||
"eslint": "^9.16.0", | ||
"eslint": "^9.17.0", | ||
"eslint-config-unjs": "^0.4.2", | ||
@@ -82,3 +82,3 @@ "prettier": "^3.4.2", | ||
}, | ||
"packageManager": "pnpm@9.15.0" | ||
"packageManager": "pnpm@9.15.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
75463
1765
+ Added@rollup/plugin-node-resolve@16.0.0(transitive)
- Removed@rollup/plugin-node-resolve@15.3.1(transitive)
Updated@rollup/pluginutils@^5.1.4
Updatedconsola@^3.3.0
Updatedesbuild@^0.24.2
Updatedjiti@^2.4.2
Updatedmagic-string@^0.30.17
Updatedmkdist@^2.1.0
Updatedrollup@^4.29.1
Updateduntyped@^1.5.2