@icebreakers/monorepo 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/package.json +7 -7
- package/dist/{chunk-CE3LQCWT.js → chunk-DHMHSLIL.js} +3 -3
- package/dist/cli.cjs +3 -3
- package/dist/cli.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/templates/apps/client/package.json +6 -6
- package/templates/apps/server/package.json +1 -1
- package/templates/packages/vue-lib-template/package.json +2 -2
package/assets/package.json
CHANGED
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"@changesets/cli": "^2.29.7",
|
|
45
45
|
"@commitlint/cli": "^20.1.0",
|
|
46
46
|
"@icebreakers/commitlint-config": "^1.2.2",
|
|
47
|
-
"@icebreakers/eslint-config": "^1.5.
|
|
47
|
+
"@icebreakers/eslint-config": "^1.5.9",
|
|
48
48
|
"@icebreakers/monorepo": "workspace:*",
|
|
49
49
|
"@icebreakers/stylelint-config": "^1.2.3",
|
|
50
50
|
"@types/fs-extra": "^11.0.4",
|
|
51
|
-
"@types/node": "^24.
|
|
51
|
+
"@types/node": "^24.10.0",
|
|
52
52
|
"@types/semver": "^7.7.1",
|
|
53
|
-
"@vitest/coverage-v8": "~4.0.
|
|
53
|
+
"@vitest/coverage-v8": "~4.0.7",
|
|
54
54
|
"ci-info": "^4.3.1",
|
|
55
55
|
"cross-env": "^10.1.0",
|
|
56
56
|
"defu": "^6.1.4",
|
|
57
57
|
"es-toolkit": "^1.41.0",
|
|
58
|
-
"eslint": "^9.
|
|
58
|
+
"eslint": "^9.39.1",
|
|
59
59
|
"execa": "^9.6.0",
|
|
60
60
|
"fs-extra": "^11.3.2",
|
|
61
61
|
"husky": "^9.1.7",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"pkg-types": "^2.3.0",
|
|
66
66
|
"rimraf": "^6.1.0",
|
|
67
67
|
"stylelint": "^16.25.0",
|
|
68
|
-
"tsdown": "^0.
|
|
68
|
+
"tsdown": "^0.16.0",
|
|
69
69
|
"tslib": "^2.8.1",
|
|
70
70
|
"tsup": "^8.5.0",
|
|
71
71
|
"tsx": "^4.20.6",
|
|
72
72
|
"turbo": "^2.6.0",
|
|
73
|
-
"type-fest": "^5.
|
|
73
|
+
"type-fest": "^5.2.0",
|
|
74
74
|
"typescript": "^5.9.3",
|
|
75
75
|
"unbuild": "^3.6.1",
|
|
76
|
-
"vitest": "~4.0.
|
|
76
|
+
"vitest": "~4.0.7",
|
|
77
77
|
"yaml": "^2.8.1"
|
|
78
78
|
},
|
|
79
79
|
"publishConfig": {
|
|
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.10.0__jiti@2.6.1_postcss@8.5_a8334cf75448b07907f6e1bdf13650dc/node_modules/tsup/assets/esm_shims.js
|
|
31
31
|
import path from "path";
|
|
32
32
|
import { fileURLToPath } from "url";
|
|
33
33
|
var init_esm_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.10.0__jiti@2.6.1_postcss@8.5_a8334cf75448b07907f6e1bdf13650dc/node_modules/tsup/assets/esm_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -589,7 +589,7 @@ async function cleanProjects(cwd) {
|
|
|
589
589
|
|
|
590
590
|
// package.json
|
|
591
591
|
var name = "@icebreakers/monorepo";
|
|
592
|
-
var version = "2.1.
|
|
592
|
+
var version = "2.1.4";
|
|
593
593
|
|
|
594
594
|
// src/constants.ts
|
|
595
595
|
init_esm_shims();
|
package/dist/cli.cjs
CHANGED
|
@@ -28,10 +28,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
mod
|
|
29
29
|
));
|
|
30
30
|
|
|
31
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.
|
|
31
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.10.0__jiti@2.6.1_postcss@8.5_a8334cf75448b07907f6e1bdf13650dc/node_modules/tsup/assets/cjs_shims.js
|
|
32
32
|
var getImportMetaUrl, importMetaUrl;
|
|
33
33
|
var init_cjs_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.10.0__jiti@2.6.1_postcss@8.5_a8334cf75448b07907f6e1bdf13650dc/node_modules/tsup/assets/cjs_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
37
37
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
@@ -616,7 +616,7 @@ var import_node_url = require("url");
|
|
|
616
616
|
|
|
617
617
|
// package.json
|
|
618
618
|
var name = "@icebreakers/monorepo";
|
|
619
|
-
var version = "2.1.
|
|
619
|
+
var version = "2.1.4";
|
|
620
620
|
|
|
621
621
|
// src/constants.ts
|
|
622
622
|
var packageJsonPath = (0, import_node_url.fileURLToPath)(new URL("../package.json", importMetaUrl));
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.10.0__jiti@2.6.1_postcss@8.5_a8334cf75448b07907f6e1bdf13650dc/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var getImportMetaUrl, importMetaUrl;
|
|
38
38
|
var init_cjs_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.12_@types+node@24.10.0__jiti@2.6.1_postcss@8.5_a8334cf75448b07907f6e1bdf13650dc/node_modules/tsup/assets/cjs_shims.js"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
42
42
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
@@ -652,7 +652,7 @@ var import_node_url = require("url");
|
|
|
652
652
|
|
|
653
653
|
// package.json
|
|
654
654
|
var name = "@icebreakers/monorepo";
|
|
655
|
-
var version = "2.1.
|
|
655
|
+
var version = "2.1.4";
|
|
656
656
|
|
|
657
657
|
// src/constants.ts
|
|
658
658
|
var packageJsonPath = (0, import_node_url.fileURLToPath)(new URL("../package.json", importMetaUrl));
|
package/dist/index.d.cts
CHANGED
|
@@ -277,7 +277,7 @@ declare function syncNpmMirror(cwd: string, options?: GetWorkspacePackagesOption
|
|
|
277
277
|
declare function upgradeMonorepo(opts: CliOpts): Promise<void>;
|
|
278
278
|
|
|
279
279
|
var name = "@icebreakers/monorepo";
|
|
280
|
-
var version = "2.1.
|
|
280
|
+
var version = "2.1.4";
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* @icebreakers/monorepo 包的根目录,所有模板与资产目录都以此为基准。
|
package/dist/index.d.ts
CHANGED
|
@@ -277,7 +277,7 @@ declare function syncNpmMirror(cwd: string, options?: GetWorkspacePackagesOption
|
|
|
277
277
|
declare function upgradeMonorepo(opts: CliOpts): Promise<void>;
|
|
278
278
|
|
|
279
279
|
var name = "@icebreakers/monorepo";
|
|
280
|
-
var version = "2.1.
|
|
280
|
+
var version = "2.1.4";
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* @icebreakers/monorepo 包的根目录,所有模板与资产目录都以此为基准。
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/monorepo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.4",
|
|
5
5
|
"description": "The icebreaker's monorepo manager",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"pathe": "^2.0.3",
|
|
56
56
|
"picocolors": "^1.1.1",
|
|
57
57
|
"semver": "^7.7.3",
|
|
58
|
-
"simple-git": "^3.
|
|
58
|
+
"simple-git": "^3.30.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/klaw": "^3.0.7",
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@faker-js/faker": "^10.1.0",
|
|
18
|
-
"@tanstack/vue-query": "^5.90.
|
|
18
|
+
"@tanstack/vue-query": "^5.90.6",
|
|
19
19
|
"@tanstack/vue-table": "^8.21.3",
|
|
20
20
|
"@tanstack/vue-virtual": "^3.13.12",
|
|
21
21
|
"@trpc/client": "^11.7.1",
|
|
22
|
-
"pinia": "^3.0.
|
|
22
|
+
"pinia": "^3.0.4",
|
|
23
23
|
"vue": "^3.5.22",
|
|
24
24
|
"vue-i18n": "^11.1.12",
|
|
25
25
|
"vue-router": "^4.6.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@cloudflare/vite-plugin": "^1.13.
|
|
28
|
+
"@cloudflare/vite-plugin": "^1.13.19",
|
|
29
29
|
"@hono/node-server": "^1.19.6",
|
|
30
30
|
"@hono/trpc-server": "^0.4.0",
|
|
31
31
|
"@tailwindcss/vite": "^4.1.16",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"tailwindcss": "^4.1.16",
|
|
38
38
|
"typescript": "~5.9.3",
|
|
39
39
|
"unplugin-vue-router": "^0.16.1",
|
|
40
|
-
"vite": "^7.
|
|
40
|
+
"vite": "^7.2.0",
|
|
41
41
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
42
42
|
"vite-tsconfig-paths": "^5.1.4",
|
|
43
|
-
"vue-tsc": "3.1.
|
|
44
|
-
"wrangler": "^4.45.
|
|
43
|
+
"vue-tsc": "3.1.3",
|
|
44
|
+
"wrangler": "^4.45.4",
|
|
45
45
|
"zod": "^4.1.12"
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"jsdom": "^27.1.0",
|
|
53
53
|
"tailwindcss": "^4.1.16",
|
|
54
54
|
"unplugin-vue-router": "^0.16.1",
|
|
55
|
-
"vite": "^7.
|
|
55
|
+
"vite": "^7.2.0",
|
|
56
56
|
"vite-plugin-dts": "^4.5.4",
|
|
57
57
|
"vue": "^3.5.22",
|
|
58
58
|
"vue-router": "^4.6.3",
|
|
59
|
-
"vue-tsc": "^3.1.
|
|
59
|
+
"vue-tsc": "^3.1.3"
|
|
60
60
|
}
|
|
61
61
|
}
|