create-template-project 1.5.10 → 1.5.12

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.
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "vite": {
4
- "version": "8.0.16",
4
+ "version": "8.1.0",
5
5
  "description": "Native-ESM powered web dev build tool"
6
6
  },
7
7
  "@vitejs/plugin-react": {
8
- "version": "6.0.2",
8
+ "version": "6.0.3",
9
9
  "description": "The default Vite plugin for React projects."
10
10
  },
11
11
  "@vitest/browser": {
@@ -17,7 +17,7 @@
17
17
  "description": "Playwright provider for Vitest browser mode."
18
18
  },
19
19
  "playwright": {
20
- "version": "1.61.0",
20
+ "version": "1.61.1",
21
21
  "description": "Framework for Web-browser automation."
22
22
  },
23
23
  "debug": {
@@ -25,11 +25,11 @@
25
25
  "description": "A tiny JavaScript debugging utility modelled after Node.js core debugging technique."
26
26
  },
27
27
  "@commitlint/cli": {
28
- "version": "21.0.2",
28
+ "version": "21.1.0",
29
29
  "description": "Lint commit messages to ensure they follow conventional commits."
30
30
  },
31
31
  "@commitlint/config-conventional": {
32
- "version": "21.0.2",
32
+ "version": "21.1.0",
33
33
  "description": "Shareable commitlint config enforcing conventional commits."
34
34
  },
35
35
  "@types/debug": {
@@ -101,7 +101,7 @@
101
101
  "description": "React package for working with the DOM."
102
102
  },
103
103
  "@mui/material": {
104
- "version": "9.1.1",
104
+ "version": "9.1.2",
105
105
  "description": "Material UI components."
106
106
  },
107
107
  "@mui/icons-material": {
@@ -125,7 +125,7 @@
125
125
  "description": "TypeScript definitions for React DOM."
126
126
  },
127
127
  "@playwright/test": {
128
- "version": "1.61.0",
128
+ "version": "1.61.1",
129
129
  "description": "End-to-end testing framework."
130
130
  },
131
131
  "@trpc/server": {
@@ -141,7 +141,7 @@
141
141
  "description": "tRPC integration for React Query."
142
142
  },
143
143
  "@tanstack/react-query": {
144
- "version": "5.101.0",
144
+ "version": "5.101.1",
145
145
  "description": "Powerful asynchronous state management for TS/JS."
146
146
  },
147
147
  "zod": {
@@ -159,6 +159,10 @@ export const linter = defineConfig({
159
159
  'jest/valid-describe-callback': 'off',
160
160
  'jest/valid-expect': 'off',
161
161
  'jest/valid-title': 'off',
162
+ 'jsdoc/require-param': 'error',
163
+ 'jsdoc/require-param-type': 'off',
164
+ 'jsdoc/require-returns': 'warn',
165
+ 'jsdoc/require-returns-type': 'off',
162
166
  'oxc/no-async-await': 'off',
163
167
  'oxc/no-map-spread': 'off', // TODO: consider enabling
164
168
  'oxc/no-optional-chaining': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.10",
3
+ "version": "1.5.12",
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": [
@@ -59,8 +59,8 @@
59
59
  "zod": "4.4.3"
60
60
  },
61
61
  "devDependencies": {
62
- "@commitlint/cli": "21.0.2",
63
- "@commitlint/config-conventional": "21.0.2",
62
+ "@commitlint/cli": "21.1.0",
63
+ "@commitlint/config-conventional": "21.1.0",
64
64
  "@types/cli-progress": "3.11.6",
65
65
  "@types/debug": "4.1.13",
66
66
  "@types/node": "26.0.0",
@@ -75,7 +75,7 @@
75
75
  "release-it": "20.2.0",
76
76
  "rimraf": "6.1.3",
77
77
  "typescript": "6.0.3",
78
- "vite": "8.0.16",
78
+ "vite": "8.1.0",
79
79
  "vitest": "4.1.9"
80
80
  },
81
81
  "engines": {