@icebreakers/monorepo 2.0.4 → 2.0.6

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.
@@ -1,5 +1,3 @@
1
- import type { UserConfig } from '@commitlint/types'
1
+ import { icebreaker } from '@icebreakers/commitlint-config'
2
2
 
3
- export default <UserConfig>{
4
- extends: ['@commitlint/config-conventional'],
5
- }
3
+ export default icebreaker()
@@ -43,9 +43,7 @@
43
43
  "@changesets/changelog-github": "^0.5.1",
44
44
  "@changesets/cli": "^2.29.7",
45
45
  "@commitlint/cli": "^20.1.0",
46
- "@commitlint/config-conventional": "^20.0.0",
47
- "@commitlint/prompt-cli": "^20.1.0",
48
- "@commitlint/types": "^20.0.0",
46
+ "@icebreakers/commitlint-config": "^1.2.1",
49
47
  "@icebreakers/eslint-config": "^1.5.0",
50
48
  "@icebreakers/monorepo": "workspace:*",
51
49
  "@icebreakers/stylelint-config": "^1.2.1",
@@ -55,7 +53,7 @@
55
53
  "ci-info": "^4.3.1",
56
54
  "cross-env": "^10.1.0",
57
55
  "defu": "^6.1.4",
58
- "es-toolkit": "^1.39.10",
56
+ "es-toolkit": "^1.40.0",
59
57
  "eslint": "^9.37.0",
60
58
  "execa": "^9.6.0",
61
59
  "fs-extra": "^11.3.2",
@@ -578,7 +578,7 @@ async function cleanProjects(cwd) {
578
578
 
579
579
  // package.json
580
580
  var name = "@icebreakers/monorepo";
581
- var version = "2.0.4";
581
+ var version = "2.0.6";
582
582
 
583
583
  // src/constants.ts
584
584
  init_esm_shims();
package/dist/cli.cjs CHANGED
@@ -605,7 +605,7 @@ var import_node_url = require("url");
605
605
 
606
606
  // package.json
607
607
  var name = "@icebreakers/monorepo";
608
- var version = "2.0.4";
608
+ var version = "2.0.6";
609
609
 
610
610
  // src/constants.ts
611
611
  var packageJsonPath = (0, import_node_url.fileURLToPath)(new URL("../package.json", importMetaUrl));
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  syncNpmMirror,
13
13
  upgradeMonorepo,
14
14
  version
15
- } from "./chunk-CHTJW4F7.js";
15
+ } from "./chunk-PYHLZLUK.js";
16
16
 
17
17
  // src/cli.ts
18
18
  init_esm_shims();
package/dist/index.cjs CHANGED
@@ -637,7 +637,7 @@ var import_node_url = require("url");
637
637
 
638
638
  // package.json
639
639
  var name = "@icebreakers/monorepo";
640
- var version = "2.0.4";
640
+ var version = "2.0.6";
641
641
 
642
642
  // src/constants.ts
643
643
  var packageJsonPath = (0, import_node_url.fileURLToPath)(new URL("../package.json", importMetaUrl));
package/dist/index.d.cts CHANGED
@@ -269,7 +269,7 @@ declare function syncNpmMirror(cwd: string, options?: GetWorkspacePackagesOption
269
269
  declare function upgradeMonorepo(opts: CliOpts): Promise<void>;
270
270
 
271
271
  var name = "@icebreakers/monorepo";
272
- var version = "2.0.4";
272
+ var version = "2.0.6";
273
273
 
274
274
  /**
275
275
  * @icebreakers/monorepo 包的根目录,所有模板与资产目录都以此为基准。
package/dist/index.d.ts CHANGED
@@ -269,7 +269,7 @@ declare function syncNpmMirror(cwd: string, options?: GetWorkspacePackagesOption
269
269
  declare function upgradeMonorepo(opts: CliOpts): Promise<void>;
270
270
 
271
271
  var name = "@icebreakers/monorepo";
272
- var version = "2.0.4";
272
+ var version = "2.0.6";
273
273
 
274
274
  /**
275
275
  * @icebreakers/monorepo 包的根目录,所有模板与资产目录都以此为基准。
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  templatesDir,
28
28
  upgradeMonorepo,
29
29
  version
30
- } from "./chunk-CHTJW4F7.js";
30
+ } from "./chunk-PYHLZLUK.js";
31
31
 
32
32
  // src/index.ts
33
33
  init_esm_shims();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/monorepo",
3
3
  "type": "module",
4
- "version": "2.0.4",
4
+ "version": "2.0.6",
5
5
  "description": "The icebreaker's monorepo manager",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "vue-router": "^4.5.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@cloudflare/vite-plugin": "^1.13.10",
28
+ "@cloudflare/vite-plugin": "^1.13.11",
29
29
  "@hono/node-server": "^1.19.5",
30
30
  "@hono/trpc-server": "^0.4.0",
31
31
  "@tailwindcss/vite": "^4.1.14",
@@ -41,7 +41,7 @@
41
41
  "vite-plugin-vue-devtools": "^8.0.2",
42
42
  "vite-tsconfig-paths": "^5.1.4",
43
43
  "vue-tsc": "3.1.1",
44
- "wrangler": "^4.42.0",
44
+ "wrangler": "^4.42.1",
45
45
  "zod": "^4.1.12"
46
46
  }
47
47
  }
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@hono/node-server": "^1.19.5",
55
55
  "hono": "^4.9.10",
56
- "wrangler": "^4.42.0",
56
+ "wrangler": "^4.42.1",
57
57
  "zod": "^4.1.12"
58
58
  }
59
59
  }