@icebreakers/monorepo 0.7.0 → 0.7.2

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.
@@ -5,8 +5,6 @@ on:
5
5
  # branches: ['main']
6
6
  pull_request:
7
7
  types: [opened, synchronize]
8
- branches-ignore:
9
- - 'renovate/**'
10
8
  workflow_dispatch:
11
9
 
12
10
  permissions:
@@ -3,7 +3,7 @@
3
3
  "type": "module",
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
- "packageManager": "pnpm@9.15.2",
6
+ "packageManager": "pnpm@10.2.1",
7
7
  "author": "ice breaker <1324318532@qq.com>",
8
8
  "repository": {
9
9
  "type": "git",
@@ -38,9 +38,9 @@
38
38
  "@commitlint/config-conventional": "^19.7.1",
39
39
  "@commitlint/prompt-cli": "^19.7.1",
40
40
  "@commitlint/types": "^19.5.0",
41
- "@icebreakers/eslint-config": "^0.7.13",
41
+ "@icebreakers/eslint-config": "^1.0.0",
42
42
  "@icebreakers/monorepo": "workspace:*",
43
- "@icebreakers/stylelint-config": "^0.1.4",
43
+ "@icebreakers/stylelint-config": "^1.0.0",
44
44
  "@types/fs-extra": "^11.0.4",
45
45
  "@types/node": "^22.13.1",
46
46
  "@vitest/coverage-v8": "~3.0.5",
@@ -739,7 +739,7 @@ init_esm_shims();
739
739
 
740
740
  // package.json
741
741
  var name = "@icebreakers/monorepo";
742
- var version = "0.7.0";
742
+ var version = "0.7.2";
743
743
 
744
744
  // src/scripts.ts
745
745
  init_esm_shims();
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.0";
233
+ var version = "0.7.2";
234
234
 
235
235
  // src/create.ts
236
236
  init_cjs_shims();
package/dist/cli.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  syncNpmMirror,
12
12
  upgradeMonorepo,
13
13
  version
14
- } from "./chunk-44PQOGBH.js";
14
+ } from "./chunk-DI6L45J3.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.0";
739
+ var version = "0.7.2";
740
740
 
741
741
  // src/scripts.ts
742
742
  init_cjs_shims();
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  setVscodeBinaryMirror,
13
13
  syncNpmMirror,
14
14
  upgradeMonorepo
15
- } from "./chunk-44PQOGBH.js";
15
+ } from "./chunk-DI6L45J3.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.0",
4
+ "version": "0.7.2",
5
5
  "description": "icebreaker's monorepo config generator",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",