zcb 0.3.8 → 0.3.10

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zcb",
3
3
  "description": "Build configs with type safety from zod schema.",
4
- "version": "0.3.8",
4
+ "version": "0.3.10",
5
5
  "author": "miami-man",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/badbatch/zod-config-builder",
@@ -50,7 +50,7 @@
50
50
  "@types/shelljs": "^0.10.0",
51
51
  "@types/uuid": "^11.0.0",
52
52
  "@types/yargs": "^17.0.35",
53
- "core-js": "^3.49.0",
53
+ "core-js": "^3.50.0",
54
54
  "fs-extra": "^11.4.0",
55
55
  "handlebars": "^4.7.9",
56
56
  "json-schema": "^0.4.0",
@@ -59,42 +59,44 @@
59
59
  "ts-node": "^10.9.2",
60
60
  "ts-toolbelt": "^9.6.0",
61
61
  "type-fest": "^5.8.0",
62
- "uuid": "^14.0.1",
62
+ "uuid": "^14.0.2",
63
63
  "yargs": "^18.1.0",
64
64
  "zod": "^4.4.3",
65
65
  "zod-to-json-schema": "^3.25.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@commitlint/cli": "^21.2.1",
68
+ "@commitlint/cli": "^21.2.2",
69
69
  "@jest/globals": "^30.4.1",
70
- "@repodog/cli": "^1.7.0",
71
- "@repodog/commitlint-config": "^21.0.3",
72
- "@repodog/eslint-config": "^9.0.30",
73
- "@repodog/eslint-config-jest": "^9.0.10",
74
- "@repodog/jest-config": "^30.0.4",
75
- "@repodog/markdownlint-config": "^1.2.7",
76
- "@repodog/prettier-config": "^3.0.5",
77
- "@repodog/rollup-config": "^4.0.18",
78
- "@repodog/swc-config": "^1.0.16",
79
- "@repodog/syncpack-config": "^15.0.4",
80
- "@repodog/ts-config": "^6.0.3",
70
+ "@repodog/cli": "^1.7.2",
71
+ "@repodog/commitlint-config": "^21.0.4",
72
+ "@repodog/eslint-config": "^9.0.33",
73
+ "@repodog/eslint-config-jest": "^9.0.11",
74
+ "@repodog/jest-config": "^30.0.5",
75
+ "@repodog/markdownlint-config": "^1.2.8",
76
+ "@repodog/prettier-config": "^3.0.6",
77
+ "@repodog/rollup-config": "^4.0.19",
78
+ "@repodog/swc-config": "^1.0.17",
79
+ "@repodog/syncpack-config": "^15.0.5",
80
+ "@repodog/ts-config": "^6.0.4",
81
81
  "@rollup/plugin-swc": "^0.4.1",
82
- "@swc/core": "^1.15.47",
82
+ "@swc/core": "^1.16.1",
83
83
  "@swc/jest": "^0.2.39",
84
84
  "@types/jest": "^30.0.0",
85
- "@types/node": "^26.1.2",
86
- "cts-types": "^0.0.12",
85
+ "@types/node": "^26.3.0",
86
+ "cts-types": "^0.0.17",
87
87
  "del-cli": "^7.0.0",
88
- "eslint": "^10.8.0",
88
+ "eslint": "^10.9.1",
89
89
  "generate-changelog": "^1.8.0",
90
90
  "husky": "^9.1.7",
91
91
  "jest": "^30.4.2",
92
92
  "jest-environment-node": "^30.4.1",
93
93
  "markdownlint-cli2": "^0.23.2",
94
+ "nyc": "^18.0.0",
95
+ "open-cli": "^9.0.0",
94
96
  "prettier": "^3.9.6",
95
- "rollup": "^4.62.3",
97
+ "rollup": "^4.63.0",
96
98
  "suppress-experimental-warnings": "^2.0.0",
97
- "syncpack": "^15.3.2",
99
+ "syncpack": "^15.3.3",
98
100
  "typescript": "^6.0.3"
99
101
  },
100
102
  "keywords": [
@@ -111,6 +113,8 @@
111
113
  "compile:cjs": "MODULE_SYSTEM=cjs rollup -c ./rollup.config.mjs",
112
114
  "compile:esm": "rollup -c ./rollup.config.mjs",
113
115
  "compile:types": "tsc --project ./tsconfig.build.json && cts-types build dist/types/esm dist/types/cjs",
116
+ "coverage-generate": "nyc report --reporter=lcov -t coverage --report-dir coverage",
117
+ "coverage-open": "open-cli ./coverage/lcov-report/index.html",
114
118
  "cut:changelog": "changelog",
115
119
  "installActivateMise": "sh shellScripts/installActivateMise.sh",
116
120
  "lint": "pnpm run /^lint:.*/",
@@ -3,21 +3,7 @@ allowBuilds:
3
3
  core-js: false
4
4
  unrs-resolver: false
5
5
 
6
- minimumReleaseAgeExclude:
7
- - '@repodog/cli-cut@1.4.30'
8
- - '@repodog/cli-new@1.6.0'
9
- - '@repodog/cli-postinstall@0.4.26'
10
- - '@repodog/cli-publish@1.4.30'
11
- - '@repodog/cli-setup@1.4.27'
12
- - '@repodog/cli-utils@1.4.25'
13
- - '@repodog/cli@1.7.0'
14
- - '@repodog/commitlint-config@21.0.3'
15
- - '@repodog/eslint-config-jest@9.0.10'
16
- - '@repodog/eslint-config@9.0.30'
17
- - '@repodog/rollup-config@4.0.18'
18
- - '@repodog/swc-config@1.0.16'
19
- - '@repodog/syncpack-config@15.0.4'
20
- - cts-types@0.0.12
6
+ minimumReleaseAge: 0
21
7
 
22
8
  overrides:
23
9
  'body-parser@<1.20.6': '>=1.20.6'