@icebreakers/monorepo 0.3.8 → 0.3.11
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/assets/renovate.json +3 -0
- package/assets/scripts/monorepo/git.ts +1 -1
- package/assets/scripts/monorepo/setPkgJson.ts +2 -2
- package/assets/scripts/monorepo/setReadme.ts +1 -1
- package/dist/{chunk-SO5UE6U3.js → chunk-ZKGFPINA.js} +2 -2
- package/dist/cli.cjs +3 -3
- package/dist/cli.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/assets/package.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@commitlint/config-conventional": "^19.5.0",
|
|
38
38
|
"@commitlint/prompt-cli": "^19.5.0",
|
|
39
39
|
"@commitlint/types": "^19.5.0",
|
|
40
|
-
"@icebreakers/eslint-config": "^0.4.
|
|
40
|
+
"@icebreakers/eslint-config": "^0.4.5",
|
|
41
41
|
"@icebreakers/stylelint-config": "^0.0.3",
|
|
42
42
|
"@pnpm/workspace.find-packages": "^4.0.10",
|
|
43
43
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@types/lodash": "^4.17.7",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
50
|
"@types/micromatch": "^4.0.9",
|
|
51
|
-
"@types/node": "^22.5.
|
|
51
|
+
"@types/node": "^22.5.5",
|
|
52
52
|
"@types/set-value": "^4.0.3",
|
|
53
|
-
"@vitest/coverage-v8": "
|
|
53
|
+
"@vitest/coverage-v8": "~2.0.5",
|
|
54
54
|
"ci-info": "^4.0.0",
|
|
55
55
|
"cross-env": "^7.0.3",
|
|
56
56
|
"defu": "^6.1.4",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"fs-extra": "^11.2.0",
|
|
61
61
|
"get-value": "^3.0.1",
|
|
62
62
|
"git-url-parse": "^15.0.0",
|
|
63
|
-
"husky": "^9.1.
|
|
63
|
+
"husky": "^9.1.6",
|
|
64
64
|
"klaw": "^4.1.0",
|
|
65
65
|
"lint-staged": "^15.2.10",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"simple-git": "^3.26.0",
|
|
75
75
|
"tslib": "^2.7.0",
|
|
76
76
|
"tsup": "^8.2.4",
|
|
77
|
-
"tsx": "^4.19.
|
|
78
|
-
"turbo": "^2.1.
|
|
77
|
+
"tsx": "^4.19.1",
|
|
78
|
+
"turbo": "^2.1.2",
|
|
79
79
|
"typescript": "^5.6.2",
|
|
80
80
|
"unbuild": "^2.0.0",
|
|
81
81
|
"vite-tsconfig-paths": "^5.0.1",
|
|
82
|
-
"vitest": "
|
|
82
|
+
"vitest": "~2.0.5",
|
|
83
83
|
"yaml": "^2.5.1"
|
|
84
84
|
},
|
|
85
85
|
"publishConfig": {
|
package/assets/renovate.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { ConfigValues, SimpleGit, SimpleGitOptions } from 'simple-git'
|
|
1
2
|
import get from 'get-value'
|
|
2
3
|
import gitUrlParse from 'git-url-parse'
|
|
3
4
|
import { simpleGit } from 'simple-git'
|
|
4
|
-
import type { ConfigValues, SimpleGit, SimpleGitOptions } from 'simple-git'
|
|
5
5
|
|
|
6
6
|
export class GitClient {
|
|
7
7
|
private client: SimpleGit
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import type { PackageJson } from 'pkg-types'
|
|
2
|
+
import type { Context } from './context'
|
|
1
3
|
import fs from 'fs-extra'
|
|
2
4
|
import path from 'pathe'
|
|
3
5
|
import set from 'set-value'
|
|
4
|
-
import type { PackageJson } from 'pkg-types'
|
|
5
|
-
import type { Context } from './context'
|
|
6
6
|
|
|
7
7
|
export default async function (ctx: Context) {
|
|
8
8
|
const { git, projects, cwd, workspaceFilepath } = ctx
|
|
@@ -27,9 +27,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/node_modules/tsup/assets/esm_shims.js
|
|
31
31
|
var init_esm_shims = __esm({
|
|
32
|
-
"../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.
|
|
32
|
+
"../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/node_modules/tsup/assets/esm_shims.js"() {
|
|
33
33
|
"use strict";
|
|
34
34
|
}
|
|
35
35
|
});
|
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.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.
|
|
31
|
+
// ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/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.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/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();
|
|
@@ -316,7 +316,7 @@ var import_commander = require("commander");
|
|
|
316
316
|
|
|
317
317
|
// package.json
|
|
318
318
|
var name = "@icebreakers/monorepo";
|
|
319
|
-
var version = "0.3.
|
|
319
|
+
var version = "0.3.11";
|
|
320
320
|
|
|
321
321
|
// src/lib.ts
|
|
322
322
|
init_cjs_shims();
|
package/dist/cli.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
init_esm_shims,
|
|
3
3
|
logger,
|
|
4
4
|
main
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZKGFPINA.js";
|
|
6
6
|
|
|
7
7
|
// src/cli.ts
|
|
8
8
|
init_esm_shims();
|
|
@@ -13,7 +13,7 @@ import { program } from "commander";
|
|
|
13
13
|
|
|
14
14
|
// package.json
|
|
15
15
|
var name = "@icebreakers/monorepo";
|
|
16
|
-
var version = "0.3.
|
|
16
|
+
var version = "0.3.11";
|
|
17
17
|
|
|
18
18
|
// src/program.ts
|
|
19
19
|
program.name(name).version(version);
|
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.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/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.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/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();
|
package/dist/index.js
CHANGED