@icebreakers/monorepo 2.2.0 → 3.0.1

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.
@@ -61,7 +61,7 @@ body:
61
61
  id: system-info
62
62
  attributes:
63
63
  label: System Info
64
- description: Output of `npx envinfo --system --npmPackages --binaries`
64
+ description: Output of `npx -y envinfo@latest --system --npmPackages --binaries`
65
65
  render: shell
66
66
  placeholder: System, Binaries
67
67
  - type: textarea
@@ -27,7 +27,7 @@ jobs:
27
27
 
28
28
  steps:
29
29
  - name: Check out code
30
- uses: actions/checkout@v5
30
+ uses: actions/checkout@v6
31
31
  with:
32
32
  fetch-depth: 2
33
33
 
@@ -22,7 +22,7 @@ jobs:
22
22
  runs-on: ubuntu-latest
23
23
  steps:
24
24
  - name: Checkout Repo
25
- uses: actions/checkout@v5
25
+ uses: actions/checkout@v6
26
26
 
27
27
  - uses: pnpm/action-setup@v4
28
28
 
@@ -3,7 +3,7 @@
3
3
  "type": "module",
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
- "packageManager": "pnpm@10.22.0",
6
+ "packageManager": "pnpm@10.23.0",
7
7
  "author": "ice breaker <1324318532@qq.com>",
8
8
  "repository": {
9
9
  "type": "git",
@@ -50,22 +50,22 @@
50
50
  "@types/fs-extra": "^11.0.4",
51
51
  "@types/node": "^24.10.1",
52
52
  "@types/semver": "^7.7.1",
53
- "@vitest/coverage-v8": "~4.0.8",
53
+ "@vitest/coverage-v8": "~4.0.12",
54
54
  "ci-info": "^4.3.1",
55
55
  "cross-env": "^10.1.0",
56
56
  "defu": "^6.1.4",
57
- "es-toolkit": "^1.41.0",
57
+ "es-toolkit": "^1.42.0",
58
58
  "eslint": "^9.39.1",
59
59
  "execa": "^9.6.0",
60
60
  "fs-extra": "^11.3.2",
61
61
  "husky": "^9.1.7",
62
- "lint-staged": "^16.2.6",
62
+ "lint-staged": "^16.2.7",
63
63
  "only-allow": "^1.2.1",
64
64
  "pathe": "^2.0.3",
65
65
  "pkg-types": "^2.3.0",
66
- "rimraf": "^6.1.0",
66
+ "rimraf": "^6.1.2",
67
67
  "stylelint": "^16.25.0",
68
- "tsdown": "^0.16.4",
68
+ "tsdown": "^0.16.6",
69
69
  "tslib": "^2.8.1",
70
70
  "tsup": "^8.5.1",
71
71
  "tsx": "^4.20.6",
@@ -73,7 +73,7 @@
73
73
  "type-fest": "^5.2.0",
74
74
  "typescript": "^5.9.3",
75
75
  "unbuild": "^3.6.1",
76
- "vitest": "~4.0.8",
76
+ "vitest": "~4.0.12",
77
77
  "yaml": "^2.8.1"
78
78
  },
79
79
  "publishConfig": {
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import '../dist/cli.mjs'