@icebreakers/monorepo 1.1.2 → 1.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/.github/workflows/ci.yml +1 -1
- package/assets/.github/workflows/release.yml +1 -1
- package/assets/.vscode/settings.json +3 -0
- package/assets/package.json +3 -3
- package/dist/{chunk-PMTMU5CD.js → chunk-HU33NSNV.js} +3 -3
- package/dist/cli.cjs +3 -3
- package/dist/cli.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/vue-lib-template/eslint.config.js +3 -0
- package/templates/vue-lib-template/lib/HelloWorld.vue +1 -1
- package/templates/vue-lib-template/package.json +3 -3
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
"source.fixAll.eslint": "explicit",
|
|
8
8
|
"source.organizeImports": "never"
|
|
9
9
|
},
|
|
10
|
+
"eslint.options": {
|
|
11
|
+
"flags": ["v10_config_lookup_from_file"]
|
|
12
|
+
},
|
|
10
13
|
// Silent the stylistic rules in you IDE, but still auto fix them
|
|
11
14
|
"eslint.rules.customizations": [
|
|
12
15
|
// close "style/* off"
|
package/assets/package.json
CHANGED
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@commitlint/config-conventional": "^19.8.1",
|
|
47
47
|
"@commitlint/prompt-cli": "^19.8.1",
|
|
48
48
|
"@commitlint/types": "^19.8.1",
|
|
49
|
-
"@icebreakers/eslint-config": "^1.
|
|
49
|
+
"@icebreakers/eslint-config": "^1.4.0",
|
|
50
50
|
"@icebreakers/monorepo": "workspace:*",
|
|
51
51
|
"@icebreakers/stylelint-config": "^1.1.2",
|
|
52
52
|
"@types/fs-extra": "^11.0.4",
|
|
53
|
-
"@types/node": "^24.3.
|
|
53
|
+
"@types/node": "^24.3.1",
|
|
54
54
|
"@vitest/coverage-v8": "~3.2.4",
|
|
55
55
|
"ci-info": "^4.3.0",
|
|
56
56
|
"cross-env": "^10.0.0",
|
|
57
57
|
"defu": "^6.1.4",
|
|
58
58
|
"es-toolkit": "^1.39.10",
|
|
59
|
-
"eslint": "^9.
|
|
59
|
+
"eslint": "^9.35.0",
|
|
60
60
|
"execa": "^9.6.0",
|
|
61
61
|
"fs-extra": "^11.3.1",
|
|
62
62
|
"husky": "^9.1.7",
|
|
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.1__jiti@2.5.1_postcss@8.5.6_7255d0e8aff30fb9467cb40f0799b10e/node_modules/tsup/assets/esm_shims.js
|
|
31
31
|
import path from "path";
|
|
32
32
|
import { fileURLToPath } from "url";
|
|
33
33
|
var init_esm_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.1__jiti@2.5.1_postcss@8.5.6_7255d0e8aff30fb9467cb40f0799b10e/node_modules/tsup/assets/esm_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -781,7 +781,7 @@ init_esm_shims();
|
|
|
781
781
|
|
|
782
782
|
// package.json
|
|
783
783
|
var name = "@icebreakers/monorepo";
|
|
784
|
-
var version = "1.1.
|
|
784
|
+
var version = "1.1.4";
|
|
785
785
|
|
|
786
786
|
// src/scripts.ts
|
|
787
787
|
init_esm_shims();
|
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.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.
|
|
31
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.1__jiti@2.5.1_postcss@8.5.6_7255d0e8aff30fb9467cb40f0799b10e/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.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.1__jiti@2.5.1_postcss@8.5.6_7255d0e8aff30fb9467cb40f0799b10e/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();
|
|
@@ -232,7 +232,7 @@ init_cjs_shims();
|
|
|
232
232
|
|
|
233
233
|
// package.json
|
|
234
234
|
var name = "@icebreakers/monorepo";
|
|
235
|
-
var version = "1.1.
|
|
235
|
+
var version = "1.1.4";
|
|
236
236
|
|
|
237
237
|
// src/create.ts
|
|
238
238
|
init_cjs_shims();
|
package/dist/cli.js
CHANGED
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.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.1__jiti@2.5.1_postcss@8.5.6_7255d0e8aff30fb9467cb40f0799b10e/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.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@microsoft+api-extractor@7.52.8_@types+node@24.3.1__jiti@2.5.1_postcss@8.5.6_7255d0e8aff30fb9467cb40f0799b10e/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();
|
|
@@ -776,7 +776,7 @@ init_cjs_shims();
|
|
|
776
776
|
|
|
777
777
|
// package.json
|
|
778
778
|
var name = "@icebreakers/monorepo";
|
|
779
|
-
var version = "1.1.
|
|
779
|
+
var version = "1.1.4";
|
|
780
780
|
|
|
781
781
|
// src/scripts.ts
|
|
782
782
|
init_cjs_shims();
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"types": "./dist/index.d.ts"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@tailwindcss/vite": "^4.1.
|
|
48
|
+
"@tailwindcss/vite": "^4.1.13",
|
|
49
49
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
50
50
|
"@vue/test-utils": "^2.4.6",
|
|
51
51
|
"@vue/tsconfig": "^0.8.1",
|
|
52
52
|
"jsdom": "^26.1.0",
|
|
53
|
-
"tailwindcss": "^4.1.
|
|
53
|
+
"tailwindcss": "^4.1.13",
|
|
54
54
|
"unplugin-vue-router": "^0.15.0",
|
|
55
55
|
"vite": "^7.1.4",
|
|
56
56
|
"vite-plugin-dts": "^4.5.4",
|
|
57
|
-
"vue": "^3.5.
|
|
57
|
+
"vue": "^3.5.21",
|
|
58
58
|
"vue-router": "^4.5.1",
|
|
59
59
|
"vue-tsc": "^3.0.6"
|
|
60
60
|
}
|