create-template-project 1.5.14 → 1.5.16

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.
@@ -49,7 +49,7 @@
49
49
  "description": "Generate a changelog from git metadata."
50
50
  },
51
51
  "conventional-changelog-angular": {
52
- "version": "9.1.0",
52
+ "version": "9.2.0",
53
53
  "description": "Angular preset for conventional-changelog."
54
54
  },
55
55
  "husky": {
@@ -57,7 +57,7 @@
57
57
  "description": "Modern native git hooks made easy."
58
58
  },
59
59
  "oxlint": {
60
- "version": "1.71.0",
60
+ "version": "1.72.0",
61
61
  "description": "A JavaScript linter written in Rust."
62
62
  },
63
63
  "oxlint-tsgolint": {
@@ -65,7 +65,7 @@
65
65
  "description": "TypeScript-specific rules for oxlint."
66
66
  },
67
67
  "oxfmt": {
68
- "version": "0.56.0",
68
+ "version": "0.57.0",
69
69
  "description": "High performance JavaScript / TypeScript formatter."
70
70
  },
71
71
  "typescript": {
@@ -145,7 +145,7 @@
145
145
  "description": "tRPC integration for React Query."
146
146
  },
147
147
  "@tanstack/react-query": {
148
- "version": "5.101.1",
148
+ "version": "5.101.2",
149
149
  "description": "Powerful asynchronous state management for TS/JS."
150
150
  },
151
151
  "zod": {
@@ -153,7 +153,7 @@
153
153
  "description": "TypeScript-first schema validation with static type inference."
154
154
  },
155
155
  "react-router-dom": {
156
- "version": "7.18.0",
156
+ "version": "7.18.1",
157
157
  "description": "Declarative routing for React web applications."
158
158
  },
159
159
  "release-it": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.14",
3
+ "version": "1.5.16",
4
4
  "private": false,
5
5
  "description": "An ultra-modular, type-safe Node.js CLI tool used to scaffold new project templates (CLI, Webpage, Webapp, Fullstack) with best-practice configurations pre-installed.",
6
6
  "keywords": [
@@ -66,11 +66,11 @@
66
66
  "@types/node": "26.0.1",
67
67
  "@vitest/coverage-v8": "4.1.9",
68
68
  "conventional-changelog": "8.0.0",
69
- "conventional-changelog-angular": "9.1.0",
69
+ "conventional-changelog-angular": "9.2.0",
70
70
  "eslint-plugin-regexp": "3.1.1",
71
71
  "husky": "9.1.7",
72
- "oxfmt": "0.56.0",
73
- "oxlint": "1.71.0",
72
+ "oxfmt": "0.57.0",
73
+ "oxlint": "1.72.0",
74
74
  "oxlint-tsgolint": "0.23.0",
75
75
  "release-it": "20.2.1",
76
76
  "rimraf": "6.1.3",