create-koppajs 1.2.0 → 1.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.
- package/CHANGELOG.md +18 -0
- package/README.md +6 -2
- package/package.json +1 -1
- package/template/package.json +2 -2
- package/template/pnpm-lock.yaml +11 -18
- package/template-overlays/router/package.json +2 -2
- package/template-overlays/router/pnpm-lock.yaml +11 -18
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,24 @@ _No unreleased changes yet._
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
+
## [1.2.1] — Starter Source Of Truth Cleanup
|
|
20
|
+
|
|
21
|
+
**2026-03-26**
|
|
22
|
+
|
|
23
|
+
Patch release to make the bundled templates the only starter source of truth and
|
|
24
|
+
to refresh the generated starter dependency baseline.
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- documented `template/` and `template-overlays/` as the only maintained source
|
|
29
|
+
of truth for generated starters
|
|
30
|
+
- removed active ecosystem references to the retired `koppajs-example` starter
|
|
31
|
+
repository
|
|
32
|
+
- updated generated starter dependencies to `@koppajs/koppajs-core@^3.0.3` and
|
|
33
|
+
`@koppajs/koppajs-vite-plugin@^1.0.1`
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
19
37
|
## [1.2.0] — Starter Variants And Router Overlay
|
|
20
38
|
|
|
21
39
|
**2026-03-26**
|
package/README.md
CHANGED
|
@@ -31,8 +31,11 @@ generation.
|
|
|
31
31
|
|
|
32
32
|
- `bin/create-koppajs.js` owns argument parsing, prompting, validation, starter
|
|
33
33
|
selection, template copy, placeholder patching, and next-step output.
|
|
34
|
-
- `template/` owns the default `minimal` starter baseline
|
|
34
|
+
- `template/` owns the default `minimal` starter baseline and is the single
|
|
35
|
+
source of truth for that starter.
|
|
35
36
|
- `template-overlays/` owns the files that differ for opt-in starter variants.
|
|
37
|
+
Together with `template/`, they define the only source of truth for
|
|
38
|
+
generated starter output.
|
|
36
39
|
- `scripts/` and `.github/workflows/` own repository-quality and release
|
|
37
40
|
verification.
|
|
38
41
|
- Root governance files own the repository doctrine and must stay aligned with
|
|
@@ -127,7 +130,8 @@ Every starter also includes:
|
|
|
127
130
|
- GitHub workflows for CI and tagged releases
|
|
128
131
|
|
|
129
132
|
The root repository treats those starters as versioned product surface, not
|
|
130
|
-
test data.
|
|
133
|
+
test data. `template/` plus the supported overlays are the only source of truth
|
|
134
|
+
for starter behavior.
|
|
131
135
|
|
|
132
136
|
## Ecosystem Fit
|
|
133
137
|
|
package/package.json
CHANGED
package/template/package.json
CHANGED
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"prepare": "husky"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@koppajs/koppajs-core": "^3.0.
|
|
45
|
+
"@koppajs/koppajs-core": "^3.0.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@commitlint/cli": "^20.1.0",
|
|
49
49
|
"@commitlint/config-conventional": "^20.0.0",
|
|
50
50
|
"@eslint/js": "^10.0.1",
|
|
51
|
-
"@koppajs/koppajs-vite-plugin": "^1.0.
|
|
51
|
+
"@koppajs/koppajs-vite-plugin": "^1.0.1",
|
|
52
52
|
"@playwright/test": "^1.58.2",
|
|
53
53
|
"@types/node": "^25.4.0",
|
|
54
54
|
"@vitest/coverage-v8": "^4.0.18",
|
package/template/pnpm-lock.yaml
CHANGED
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@koppajs/koppajs-core':
|
|
12
|
-
specifier: ^3.0.
|
|
13
|
-
version: 3.0.
|
|
12
|
+
specifier: ^3.0.3
|
|
13
|
+
version: 3.0.3
|
|
14
14
|
devDependencies:
|
|
15
15
|
'@commitlint/cli':
|
|
16
16
|
specifier: ^20.1.0
|
|
@@ -22,8 +22,8 @@ importers:
|
|
|
22
22
|
specifier: ^10.0.1
|
|
23
23
|
version: 10.0.1(eslint@10.0.3(jiti@2.6.1))
|
|
24
24
|
'@koppajs/koppajs-vite-plugin':
|
|
25
|
-
specifier: ^1.0.
|
|
26
|
-
version: 1.0.
|
|
25
|
+
specifier: ^1.0.1
|
|
26
|
+
version: 1.0.1(typescript@5.9.3)(vite@7.2.6(@types/node@25.4.0)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
27
27
|
'@playwright/test':
|
|
28
28
|
specifier: ^1.58.2
|
|
29
29
|
version: 1.58.2
|
|
@@ -605,12 +605,12 @@ packages:
|
|
|
605
605
|
'@jridgewell/trace-mapping@0.3.31':
|
|
606
606
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
607
607
|
|
|
608
|
-
'@koppajs/koppajs-core@3.0.
|
|
609
|
-
resolution: {integrity: sha512-
|
|
608
|
+
'@koppajs/koppajs-core@3.0.3':
|
|
609
|
+
resolution: {integrity: sha512-l6e+M8hEugVW/4crOzddeImLM/0j+rqSJ5ZkFyBZPdv57Bp45WWdbmoK7HNKzPd+L70SehCaH7CcgRKM8ltbCQ==}
|
|
610
610
|
engines: {node: '>=20', pnpm: '>=10.24.0'}
|
|
611
611
|
|
|
612
|
-
'@koppajs/koppajs-vite-plugin@1.0.
|
|
613
|
-
resolution: {integrity: sha512-
|
|
612
|
+
'@koppajs/koppajs-vite-plugin@1.0.1':
|
|
613
|
+
resolution: {integrity: sha512-idjAD9zYQsK68yLxAI9So2bZScH7R4akDPsznHHivVCksMHSvkvQVtq328oeAg8rCi9AYN4z1Q0SAUB90aMDbg==}
|
|
614
614
|
engines: {node: '>=20', pnpm: '>=10.24.0'}
|
|
615
615
|
peerDependencies:
|
|
616
616
|
typescript: '>=5.5 <6'
|
|
@@ -944,11 +944,6 @@ packages:
|
|
|
944
944
|
peerDependencies:
|
|
945
945
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
946
946
|
|
|
947
|
-
acorn@8.15.0:
|
|
948
|
-
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
|
|
949
|
-
engines: {node: '>=0.4.0'}
|
|
950
|
-
hasBin: true
|
|
951
|
-
|
|
952
947
|
acorn@8.16.0:
|
|
953
948
|
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
954
949
|
engines: {node: '>=0.4.0'}
|
|
@@ -2411,11 +2406,11 @@ snapshots:
|
|
|
2411
2406
|
'@jridgewell/resolve-uri': 3.1.2
|
|
2412
2407
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2413
2408
|
|
|
2414
|
-
'@koppajs/koppajs-core@3.0.
|
|
2409
|
+
'@koppajs/koppajs-core@3.0.3': {}
|
|
2415
2410
|
|
|
2416
|
-
'@koppajs/koppajs-vite-plugin@1.0.
|
|
2411
|
+
'@koppajs/koppajs-vite-plugin@1.0.1(typescript@5.9.3)(vite@7.2.6(@types/node@25.4.0)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))':
|
|
2417
2412
|
dependencies:
|
|
2418
|
-
acorn: 8.
|
|
2413
|
+
acorn: 8.16.0
|
|
2419
2414
|
autoprefixer: 10.4.23(postcss@8.5.6)
|
|
2420
2415
|
postcss: 8.5.6
|
|
2421
2416
|
sass: 1.97.1
|
|
@@ -2726,8 +2721,6 @@ snapshots:
|
|
|
2726
2721
|
dependencies:
|
|
2727
2722
|
acorn: 8.16.0
|
|
2728
2723
|
|
|
2729
|
-
acorn@8.15.0: {}
|
|
2730
|
-
|
|
2731
2724
|
acorn@8.16.0: {}
|
|
2732
2725
|
|
|
2733
2726
|
agent-base@7.1.4:
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"prepare": "husky"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@koppajs/koppajs-core": "^3.0.
|
|
46
|
+
"@koppajs/koppajs-core": "^3.0.3",
|
|
47
47
|
"@koppajs/koppajs-router": "^0.1.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@commitlint/cli": "^20.1.0",
|
|
51
51
|
"@commitlint/config-conventional": "^20.0.0",
|
|
52
52
|
"@eslint/js": "^10.0.1",
|
|
53
|
-
"@koppajs/koppajs-vite-plugin": "^1.0.
|
|
53
|
+
"@koppajs/koppajs-vite-plugin": "^1.0.1",
|
|
54
54
|
"@playwright/test": "^1.58.2",
|
|
55
55
|
"@types/node": "^25.4.0",
|
|
56
56
|
"@vitest/coverage-v8": "^4.0.18",
|
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@koppajs/koppajs-core':
|
|
12
|
-
specifier: ^3.0.
|
|
13
|
-
version: 3.0.
|
|
12
|
+
specifier: ^3.0.3
|
|
13
|
+
version: 3.0.3
|
|
14
14
|
'@koppajs/koppajs-router':
|
|
15
15
|
specifier: ^0.1.0
|
|
16
16
|
version: 0.1.0
|
|
@@ -25,8 +25,8 @@ importers:
|
|
|
25
25
|
specifier: ^10.0.1
|
|
26
26
|
version: 10.0.1(eslint@10.0.3(jiti@2.6.1))
|
|
27
27
|
'@koppajs/koppajs-vite-plugin':
|
|
28
|
-
specifier: ^1.0.
|
|
29
|
-
version: 1.0.
|
|
28
|
+
specifier: ^1.0.1
|
|
29
|
+
version: 1.0.1(typescript@5.9.3)(vite@7.2.6(@types/node@25.4.0)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))
|
|
30
30
|
'@playwright/test':
|
|
31
31
|
specifier: ^1.58.2
|
|
32
32
|
version: 1.58.2
|
|
@@ -608,16 +608,16 @@ packages:
|
|
|
608
608
|
'@jridgewell/trace-mapping@0.3.31':
|
|
609
609
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
610
610
|
|
|
611
|
-
'@koppajs/koppajs-core@3.0.
|
|
612
|
-
resolution: {integrity: sha512-
|
|
611
|
+
'@koppajs/koppajs-core@3.0.3':
|
|
612
|
+
resolution: {integrity: sha512-l6e+M8hEugVW/4crOzddeImLM/0j+rqSJ5ZkFyBZPdv57Bp45WWdbmoK7HNKzPd+L70SehCaH7CcgRKM8ltbCQ==}
|
|
613
613
|
engines: {node: '>=20', pnpm: '>=10.24.0'}
|
|
614
614
|
|
|
615
615
|
'@koppajs/koppajs-router@0.1.0':
|
|
616
616
|
resolution: {integrity: sha512-XJclUeB2Nwc/tDviuyFDSupFeOdI0NrkBKAoxwGdXE3vI6TN7AIoV6bfuiFnE8u4vLtVKhJ2Ds0IId7wlpF73Q==}
|
|
617
617
|
engines: {node: '>=20', pnpm: '>=10.17.1'}
|
|
618
618
|
|
|
619
|
-
'@koppajs/koppajs-vite-plugin@1.0.
|
|
620
|
-
resolution: {integrity: sha512-
|
|
619
|
+
'@koppajs/koppajs-vite-plugin@1.0.1':
|
|
620
|
+
resolution: {integrity: sha512-idjAD9zYQsK68yLxAI9So2bZScH7R4akDPsznHHivVCksMHSvkvQVtq328oeAg8rCi9AYN4z1Q0SAUB90aMDbg==}
|
|
621
621
|
engines: {node: '>=20', pnpm: '>=10.24.0'}
|
|
622
622
|
peerDependencies:
|
|
623
623
|
typescript: '>=5.5 <6'
|
|
@@ -951,11 +951,6 @@ packages:
|
|
|
951
951
|
peerDependencies:
|
|
952
952
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
953
953
|
|
|
954
|
-
acorn@8.15.0:
|
|
955
|
-
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
|
|
956
|
-
engines: {node: '>=0.4.0'}
|
|
957
|
-
hasBin: true
|
|
958
|
-
|
|
959
954
|
acorn@8.16.0:
|
|
960
955
|
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
961
956
|
engines: {node: '>=0.4.0'}
|
|
@@ -2418,13 +2413,13 @@ snapshots:
|
|
|
2418
2413
|
'@jridgewell/resolve-uri': 3.1.2
|
|
2419
2414
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2420
2415
|
|
|
2421
|
-
'@koppajs/koppajs-core@3.0.
|
|
2416
|
+
'@koppajs/koppajs-core@3.0.3': {}
|
|
2422
2417
|
|
|
2423
2418
|
'@koppajs/koppajs-router@0.1.0': {}
|
|
2424
2419
|
|
|
2425
|
-
'@koppajs/koppajs-vite-plugin@1.0.
|
|
2420
|
+
'@koppajs/koppajs-vite-plugin@1.0.1(typescript@5.9.3)(vite@7.2.6(@types/node@25.4.0)(jiti@2.6.1)(sass@1.97.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.2))':
|
|
2426
2421
|
dependencies:
|
|
2427
|
-
acorn: 8.
|
|
2422
|
+
acorn: 8.16.0
|
|
2428
2423
|
autoprefixer: 10.4.23(postcss@8.5.6)
|
|
2429
2424
|
postcss: 8.5.6
|
|
2430
2425
|
sass: 1.97.1
|
|
@@ -2735,8 +2730,6 @@ snapshots:
|
|
|
2735
2730
|
dependencies:
|
|
2736
2731
|
acorn: 8.16.0
|
|
2737
2732
|
|
|
2738
|
-
acorn@8.15.0: {}
|
|
2739
|
-
|
|
2740
2733
|
acorn@8.16.0: {}
|
|
2741
2734
|
|
|
2742
2735
|
agent-base@7.1.4:
|