@icebreakers/monorepo 0.7.2 → 0.7.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.
@@ -28,7 +28,7 @@ jobs:
28
28
  - name: Setup Node.js environment
29
29
  uses: actions/setup-node@v4
30
30
  with:
31
- node-version: 20
31
+ node-version: 22
32
32
  cache: pnpm
33
33
 
34
34
  - name: Install Dependencies
package/assets/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 ice breaker
3
+ Copyright (c) 2025 ice breaker
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -3,7 +3,7 @@ publish = "dist"
3
3
  command = "pnpm run build"
4
4
 
5
5
  [build.environment]
6
- NODE_VERSION = "20"
6
+ NODE_VERSION = "22"
7
7
 
8
8
  [[redirects]]
9
9
  from = "/*"
@@ -48,19 +48,19 @@
48
48
  "cross-env": "^7.0.3",
49
49
  "defu": "^6.1.4",
50
50
  "es-toolkit": "^1.32.0",
51
- "eslint": "^9.20.0",
51
+ "eslint": "^9.20.1",
52
52
  "execa": "^9.5.2",
53
53
  "fs-extra": "^11.3.0",
54
54
  "husky": "^9.1.6",
55
55
  "lint-staged": "^15.4.3",
56
56
  "only-allow": "^1.2.1",
57
- "pathe": "^2.0.2",
57
+ "pathe": "^2.0.3",
58
58
  "pkg-types": "^1.3.1",
59
59
  "rimraf": "^6.0.1",
60
60
  "tslib": "^2.8.0",
61
61
  "tsup": "^8.3.6",
62
62
  "tsx": "^4.19.2",
63
- "turbo": "^2.4.0",
63
+ "turbo": "^2.4.1",
64
64
  "typescript": "^5.7.3",
65
65
  "unbuild": "^3.3.1",
66
66
  "vitest": "~3.0.5",
@@ -0,0 +1,6 @@
1
+ import { defineWorkspace } from 'vitest/config'
2
+
3
+ export default defineWorkspace([
4
+ 'packages/*',
5
+ 'apps/*',
6
+ ])
@@ -739,7 +739,7 @@ init_esm_shims();
739
739
 
740
740
  // package.json
741
741
  var name = "@icebreakers/monorepo";
742
- var version = "0.7.2";
742
+ var version = "0.7.4";
743
743
 
744
744
  // src/scripts.ts
745
745
  init_esm_shims();
@@ -775,7 +775,7 @@ function getAssetTargets(raw) {
775
775
  "turbo.json",
776
776
  // vitest
777
777
  "vitest.config.ts",
778
- // 'vitest.workspace.ts',
778
+ "vitest.workspace.ts",
779
779
  // #region docker
780
780
  "Dockerfile",
781
781
  ".dockerignore"
package/dist/cli.cjs CHANGED
@@ -230,7 +230,7 @@ init_cjs_shims();
230
230
 
231
231
  // package.json
232
232
  var name = "@icebreakers/monorepo";
233
- var version = "0.7.2";
233
+ var version = "0.7.4";
234
234
 
235
235
  // src/create.ts
236
236
  init_cjs_shims();
@@ -796,7 +796,7 @@ function getAssetTargets(raw) {
796
796
  "turbo.json",
797
797
  // vitest
798
798
  "vitest.config.ts",
799
- // 'vitest.workspace.ts',
799
+ "vitest.workspace.ts",
800
800
  // #region docker
801
801
  "Dockerfile",
802
802
  ".dockerignore"
package/dist/cli.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  syncNpmMirror,
12
12
  upgradeMonorepo,
13
13
  version
14
- } from "./chunk-DI6L45J3.js";
14
+ } from "./chunk-JTYZTD6S.js";
15
15
 
16
16
  // src/cli.ts
17
17
  init_esm_shims();
package/dist/index.cjs CHANGED
@@ -736,7 +736,7 @@ init_cjs_shims();
736
736
 
737
737
  // package.json
738
738
  var name = "@icebreakers/monorepo";
739
- var version = "0.7.2";
739
+ var version = "0.7.4";
740
740
 
741
741
  // src/scripts.ts
742
742
  init_cjs_shims();
@@ -772,7 +772,7 @@ function getAssetTargets(raw) {
772
772
  "turbo.json",
773
773
  // vitest
774
774
  "vitest.config.ts",
775
- // 'vitest.workspace.ts',
775
+ "vitest.workspace.ts",
776
776
  // #region docker
777
777
  "Dockerfile",
778
778
  ".dockerignore"
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  setVscodeBinaryMirror,
13
13
  syncNpmMirror,
14
14
  upgradeMonorepo
15
- } from "./chunk-DI6L45J3.js";
15
+ } from "./chunk-JTYZTD6S.js";
16
16
 
17
17
  // src/index.ts
18
18
  init_esm_shims();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/monorepo",
3
3
  "type": "module",
4
- "version": "0.7.2",
4
+ "version": "0.7.4",
5
5
  "description": "icebreaker's monorepo config generator",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "@inquirer/confirm": "^5.1.5",
39
39
  "@pnpm/logger": "^1000.0.0",
40
40
  "@pnpm/types": "^1000.1.1",
41
- "@pnpm/workspace.find-packages": "^1000.0.7",
41
+ "@pnpm/workspace.find-packages": "^1000.0.8",
42
42
  "commander": "^13.1.0",
43
43
  "comment-json": "^4.2.5",
44
44
  "consola": "^3.4.0",
@@ -47,7 +47,7 @@
47
47
  "git-url-parse": "^16.0.0",
48
48
  "klaw": "^4.1.0",
49
49
  "p-queue": "^8.1.0",
50
- "pathe": "^2.0.2",
50
+ "pathe": "^2.0.3",
51
51
  "picocolors": "^1.1.1",
52
52
  "simple-git": "^3.27.0"
53
53
  },