create-raclette-app 0.1.33-canary.3 → 0.1.35

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 CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.35] - 2026-05-14 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.34...v0.1.35" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
11
+
12
+ ### Updated
13
+
14
+ - Scaffold `templates/package.json` dependency pins:
15
+ - `@raclettejs/core`: `0.1.34` → `0.1.35`
16
+ - `@raclettejs/types`: `0.1.34` → `0.1.35`
17
+ - `@raclettejs/workbench`: `0.1.34` → `0.1.35`
18
+
19
+ ## [0.1.34] - 2026-05-13 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.32...v0.1.34" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
20
+
10
21
  ### Added
11
22
 
12
23
  - added correct .yarn handling to templates/gitignore
@@ -27,7 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
38
 
28
39
  - core release
29
40
 
30
-
31
41
  ## [0.1.26] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.25...v0.1.26" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
32
42
 
33
43
  ### Updated
@@ -40,7 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
50
 
41
51
  - core release
42
52
 
43
-
44
53
  ## [0.1.24] - 2026-04-15 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.23...v0.1.24" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
45
54
 
46
55
  ### Updated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-raclette-app",
3
- "version": "0.1.33-canary.3",
3
+ "version": "0.1.35",
4
4
  "description": "CLI tool to create a racletteJS application boilerplate",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -12,7 +12,7 @@
12
12
  "templates/"
13
13
  ],
14
14
  "scripts": {
15
- "build": "yarn sync:template-versions && yarn sync:template-deps && node build.mjs",
15
+ "build": "yarn sync:templates && node build.mjs",
16
16
  "dev": "node watch.mjs",
17
17
  "format:check": "prettier --check .",
18
18
  "format:fix": "prettier --write .",
@@ -20,11 +20,10 @@
20
20
  "lint": "eslint",
21
21
  "prepack": "npm run build",
22
22
  "check:template-deps": "node scripts/sync-template-devdeps-from-core-services.mjs --check-only --report",
23
- "sync:template-deps": "node scripts/sync-template-devdeps-from-core-services.mjs",
24
- "sync:template-versions": "node scripts/sync-template-raclette-versions.mjs",
23
+ "sync:templates": "node scripts/sync-template-raclette-versions.mjs && node scripts/sync-template-devdeps-from-core-services.mjs",
25
24
  "test:coverage": "jest --coverage",
26
25
  "test:watch": "jest --watch",
27
- "test": "yarn sync:template-versions && yarn sync:template-deps && jest"
26
+ "test": "yarn sync:templates && jest"
28
27
  },
29
28
  "keywords": [
30
29
  "cli",
@@ -33,34 +32,33 @@
33
32
  "boilerplate"
34
33
  ],
35
34
  "dependencies": {
36
- "@inquirer/prompts": "^8.3.2",
37
- "chalk": "^5.6.2",
38
- "commander": "^14.0.3",
39
- "fs-extra": "^11.3.4",
40
- "jest-util": "^30.3.0"
35
+ "@inquirer/prompts": "8.3.2",
36
+ "chalk": "5.6.2",
37
+ "commander": "14.0.3",
38
+ "fs-extra": "11.3.4",
39
+ "jest-util": "30.3.0"
41
40
  },
42
41
  "devDependencies": {
43
- "@eslint/js": "^9",
44
- "@types/fs-extra": "^11.0.4",
45
- "@types/inquirer": "^9.0.9",
46
- "@types/jest": "^29.5.14",
47
- "@types/node": "^20.19.37",
48
- "chokidar": "^5.0.0",
49
- "esbuild": "^0.27.4",
50
- "eslint": "^9",
51
- "eslint-config-prettier": "^10.1.8",
52
- "eslint-flat-config-utils": "^3.0.2",
53
- "eslint-plugin-import": "^2.32.0",
54
- "eslint-plugin-prefer-arrow-functions": "^3.9.1",
55
- "globals": "^17.4.0",
56
- "jest": "^29.7.0",
57
- "prettier": "^3.8.1",
58
- "semver": "^7.7.2",
59
- "ts-jest": "^29.4.6",
60
- "ts-jest-mock-import-meta": "^1.3.1",
61
- "ts-node": "^10.9.2",
62
- "typescript": "^5.9.3",
63
- "typescript-eslint": "^8.57.2"
64
- },
65
- "packageManager": "yarn@4.13.0"
42
+ "@eslint/js": "9.35.0",
43
+ "@types/fs-extra": "11.0.4",
44
+ "@types/inquirer": "9.0.9",
45
+ "@types/jest": "29.5.14",
46
+ "@types/node": "20.19.37",
47
+ "chokidar": "5.0.0",
48
+ "esbuild": "0.27.4",
49
+ "eslint": "9.35.0",
50
+ "eslint-config-prettier": "9.1.2",
51
+ "eslint-flat-config-utils": "3.0.2",
52
+ "eslint-plugin-import": "2.32.0",
53
+ "eslint-plugin-prefer-arrow-functions": "3.9.1",
54
+ "globals": "17.4.0",
55
+ "jest": "29.7.0",
56
+ "prettier": "3.8.1",
57
+ "semver": "7.7.2",
58
+ "ts-jest": "29.4.6",
59
+ "ts-jest-mock-import-meta": "1.3.1",
60
+ "ts-node": "10.9.2",
61
+ "typescript": "5.9.3",
62
+ "typescript-eslint": "8.57.2"
63
+ }
66
64
  }
@@ -17,12 +17,12 @@
17
17
  "lint:fix": "eslint --fix"
18
18
  },
19
19
  "dependencies": {
20
- "@raclettejs/workbench": "0.1.33-canary.3",
21
- "@raclettejs/core": "0.1.33-canary.3"
20
+ "@raclettejs/workbench": "0.1.35",
21
+ "@raclettejs/core": "0.1.35"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@eslint/js": "9.35.0",
25
- "@raclettejs/types": "0.1.33-canary.3",
25
+ "@raclettejs/types": "0.1.35",
26
26
  "@sinclair/typebox": "0.34.48",
27
27
  "@typescript-eslint/eslint-plugin": "^8.32.1",
28
28
  "@typescript-eslint/parser": "^8.32.1",
@@ -41,11 +41,11 @@
41
41
  "prettier": "3.8.1",
42
42
  "ramda": "0.32.0",
43
43
  "typescript": "5.9.3",
44
- "typescript-eslint": "8.57.1",
44
+ "typescript-eslint": "8.59.2",
45
45
  "uuid": "13.0.0",
46
46
  "vite": "7.1.5",
47
47
  "vue": "3.5.30",
48
- "vue-eslint-parser": "9.4.3",
48
+ "vue-eslint-parser": "10.3.0",
49
49
  "vuetify": "4.0.5"
50
50
  }
51
51
  }