@icebreakers/monorepo 0.1.9 → 0.2.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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "recommendations": [
3
+ "dbaeumer.vscode-eslint",
4
+ "stylelint.vscode-stylelint"
5
+ ]
6
+ }
@@ -27,13 +27,14 @@
27
27
  "@commitlint/prompt-cli": "^19.4.1",
28
28
  "@commitlint/types": "^19.0.3",
29
29
  "@icebreakers/eslint-config": "^0.4.0",
30
+ "@icebreakers/stylelint-config": "^0.0.3",
30
31
  "@types/fs-extra": "^11.0.4",
31
32
  "@types/get-value": "^3.0.5",
32
33
  "@types/klaw": "^3.0.6",
33
34
  "@types/lint-staged": "^13.3.0",
34
35
  "@types/lodash": "^4.17.7",
35
36
  "@types/lodash-es": "^4.17.12",
36
- "@types/node": "^22.5.1",
37
+ "@types/node": "^22.5.2",
37
38
  "@types/set-value": "^4.0.3",
38
39
  "@vitest/coverage-v8": "^2.0.5",
39
40
  "ci-info": "^4.0.0",
@@ -44,7 +45,7 @@
44
45
  "get-value": "^3.0.1",
45
46
  "husky": "^9.1.5",
46
47
  "klaw": "^4.1.0",
47
- "lint-staged": "^15.2.8",
48
+ "lint-staged": "^15.2.10",
48
49
  "lodash": "^4.17.21",
49
50
  "lodash-es": "^4.17.21",
50
51
  "only-allow": "^1.2.1",
@@ -0,0 +1,3 @@
1
+ import { icebreaker } from '@icebreakers/stylelint-config'
2
+
3
+ export default icebreaker()
@@ -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.19.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/esm_shims.js
30
+ // ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.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.19.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/esm_shims.js"() {
32
+ "../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/esm_shims.js"() {
33
33
  "use strict";
34
34
  }
35
35
  });
@@ -374,6 +374,7 @@ function getTargets(raw) {
374
374
  "commitlint.config.ts",
375
375
  "eslint.config.js",
376
376
  "lint-staged.config.js",
377
+ "stylelint.config.js",
377
378
  "package.json",
378
379
  // pnpm
379
380
  "pnpm-workspace.yaml",
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.19.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/cjs_shims.js
31
+ // ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.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.19.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/cjs_shims.js"() {
34
+ "../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.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.9";
319
+ var version = "0.2.1";
320
320
 
321
321
  // src/logger.ts
322
322
  init_cjs_shims();
@@ -386,6 +386,7 @@ function getTargets(raw) {
386
386
  "commitlint.config.ts",
387
387
  "eslint.config.js",
388
388
  "lint-staged.config.js",
389
+ "stylelint.config.js",
389
390
  "package.json",
390
391
  // pnpm
391
392
  "pnpm-workspace.yaml",
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  init_esm_shims,
3
3
  logger,
4
4
  main
5
- } from "./chunk-7ESHWDKB.js";
5
+ } from "./chunk-4NKENAXJ.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.9";
16
+ var version = "0.2.1";
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.19.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.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.19.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/cjs_shims.js"() {
39
+ "../../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.42_tsx@4.19.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();
@@ -388,6 +388,7 @@ function getTargets(raw) {
388
388
  "commitlint.config.ts",
389
389
  "eslint.config.js",
390
390
  "lint-staged.config.js",
391
+ "stylelint.config.js",
391
392
  "package.json",
392
393
  // pnpm
393
394
  "pnpm-workspace.yaml",
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  main
3
- } from "./chunk-7ESHWDKB.js";
3
+ } from "./chunk-4NKENAXJ.js";
4
4
  export {
5
5
  main
6
6
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/monorepo",
3
3
  "type": "module",
4
- "version": "0.1.9",
4
+ "version": "0.2.1",
5
5
  "description": "icebreaker's monorepo config generator",
6
6
  "author": "sonofmagic",
7
7
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@inquirer/checkbox": "^2.4.7",
35
+ "@inquirer/checkbox": "^2.5.0",
36
36
  "commander": "^12.1.0",
37
37
  "consola": "^3.2.3",
38
38
  "fs-extra": "^11.2.0",
@@ -40,7 +40,7 @@
40
40
  "klaw": "^4.1.0",
41
41
  "p-queue": "^8.0.1",
42
42
  "pathe": "^1.1.2",
43
- "simple-git": "^3.25.0"
43
+ "simple-git": "^3.26.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/git-url-parse": "^9.0.3"