@icebreakers/monorepo 0.1.3 → 0.1.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.
- package/assets/netlify.toml +11 -0
- package/assets/package.json +6 -10
- package/dist/{chunk-7ZK7QSXQ.js → chunk-FGKUZK2R.js} +3 -3
- package/dist/cli.cjs +4 -4
- package/dist/cli.js +2 -2
- package/dist/index.cjs +3 -3
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/assets/package.json
CHANGED
|
@@ -3,11 +3,7 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"private": true,
|
|
6
|
-
"
|
|
7
|
-
"apps/*",
|
|
8
|
-
"packages/*"
|
|
9
|
-
],
|
|
10
|
-
"packageManager": "pnpm@9.7.1",
|
|
6
|
+
"packageManager": "pnpm@9.8.0",
|
|
11
7
|
"engines": {
|
|
12
8
|
"node": ">=20.0.0"
|
|
13
9
|
},
|
|
@@ -30,7 +26,7 @@
|
|
|
30
26
|
"@commitlint/config-conventional": "^19.2.2",
|
|
31
27
|
"@commitlint/prompt-cli": "^19.4.0",
|
|
32
28
|
"@commitlint/types": "^19.0.3",
|
|
33
|
-
"@icebreakers/eslint-config": "^0.3.
|
|
29
|
+
"@icebreakers/eslint-config": "^0.3.23",
|
|
34
30
|
"@types/fs-extra": "^11.0.4",
|
|
35
31
|
"@types/get-value": "^3.0.5",
|
|
36
32
|
"@types/klaw": "^3.0.6",
|
|
@@ -42,7 +38,7 @@
|
|
|
42
38
|
"@vitest/coverage-v8": "^2.0.5",
|
|
43
39
|
"ci-info": "^4.0.0",
|
|
44
40
|
"defu": "^6.1.4",
|
|
45
|
-
"eslint": "^9.9.
|
|
41
|
+
"eslint": "^9.9.1",
|
|
46
42
|
"fs-extra": "^11.2.0",
|
|
47
43
|
"get-value": "^3.0.1",
|
|
48
44
|
"husky": "^9.1.5",
|
|
@@ -52,11 +48,11 @@
|
|
|
52
48
|
"lodash-es": "^4.17.21",
|
|
53
49
|
"only-allow": "^1.2.1",
|
|
54
50
|
"pathe": "^1.1.2",
|
|
55
|
-
"pkg-types": "^1.
|
|
51
|
+
"pkg-types": "^1.2.0",
|
|
56
52
|
"set-value": "^4.1.0",
|
|
57
|
-
"tslib": "^2.
|
|
53
|
+
"tslib": "^2.7.0",
|
|
58
54
|
"tsup": "^8.2.4",
|
|
59
|
-
"tsx": "^4.
|
|
55
|
+
"tsx": "^4.18.0",
|
|
60
56
|
"turbo": "^2.0.14",
|
|
61
57
|
"typescript": "^5.5.4",
|
|
62
58
|
"unbuild": "^2.0.0",
|
|
@@ -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.41_tsx@4.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.18.0_typescript@5.5.4_yaml@2.5.0/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.41_tsx@4.
|
|
32
|
+
"../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.18.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/esm_shims.js"() {
|
|
33
33
|
"use strict";
|
|
34
34
|
}
|
|
35
35
|
});
|
|
@@ -389,7 +389,7 @@ function getTargets(raw) {
|
|
|
389
389
|
// #endregion
|
|
390
390
|
];
|
|
391
391
|
if (!raw) {
|
|
392
|
-
list.push(".github", "LICENSE", "renovate.json", "SECURITY.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md");
|
|
392
|
+
list.push(".github", "LICENSE", "renovate.json", "SECURITY.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "netlify.toml");
|
|
393
393
|
}
|
|
394
394
|
return list;
|
|
395
395
|
}
|
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.41_tsx@4.
|
|
31
|
+
// ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.18.0_typescript@5.5.4_yaml@2.5.0/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.41_tsx@4.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.18.0_typescript@5.5.4_yaml@2.5.0/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.1.
|
|
319
|
+
var version = "0.1.4";
|
|
320
320
|
|
|
321
321
|
// src/logger.ts
|
|
322
322
|
init_cjs_shims();
|
|
@@ -401,7 +401,7 @@ function getTargets(raw) {
|
|
|
401
401
|
// #endregion
|
|
402
402
|
];
|
|
403
403
|
if (!raw) {
|
|
404
|
-
list.push(".github", "LICENSE", "renovate.json", "SECURITY.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md");
|
|
404
|
+
list.push(".github", "LICENSE", "renovate.json", "SECURITY.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "netlify.toml");
|
|
405
405
|
}
|
|
406
406
|
return list;
|
|
407
407
|
}
|
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-FGKUZK2R.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.1.
|
|
16
|
+
var version = "0.1.4";
|
|
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.41_tsx@4.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.18.0_typescript@5.5.4_yaml@2.5.0/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.41_tsx@4.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.18.0_typescript@5.5.4_yaml@2.5.0/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();
|
|
@@ -403,7 +403,7 @@ function getTargets(raw) {
|
|
|
403
403
|
// #endregion
|
|
404
404
|
];
|
|
405
405
|
if (!raw) {
|
|
406
|
-
list.push(".github", "LICENSE", "renovate.json", "SECURITY.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md");
|
|
406
|
+
list.push(".github", "LICENSE", "renovate.json", "SECURITY.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "netlify.toml");
|
|
407
407
|
}
|
|
408
408
|
return list;
|
|
409
409
|
}
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/monorepo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "0.1.4",
|
|
5
|
+
"description": "icebreaker's monorepo config generator",
|
|
6
6
|
"author": "sonofmagic",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"homepage": "https://github.com/sonofmagic/monorepo-template",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"commander": "^12.1.0",
|
|
29
29
|
"consola": "^3.2.3",
|
|
30
30
|
"fs-extra": "^11.2.0",
|
|
31
|
-
"git-url-parse": "^
|
|
31
|
+
"git-url-parse": "^15.0.0",
|
|
32
32
|
"klaw": "^4.1.0",
|
|
33
33
|
"p-queue": "^8.0.1",
|
|
34
34
|
"pathe": "^1.1.2",
|