launchts 1.0.5 → 1.0.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -160
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,173 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [1.0.5] - 2025-12-30
8
+ ## [1.0.7] - 2026-01-16
9
9
 
10
10
  ### Changed
11
11
 
12
12
  - Updated development dependencies
13
- - `typescript-eslint` from 8.50.0 to 8.50.1
13
+ - @types/node from 25.0.3 to 25.0.6
14
+ - typescript-eslint from 8.51.0 to 8.52.0
15
+ - Fixed all npm audit vulnerabilities
14
16
 
15
- ## [1.0.4] - 2025-12-22
17
+ ## [1.0.6] - 2026-01-05
16
18
 
17
19
  ### Changed
18
20
 
19
- - Updated production dependencies
20
- - `fs-extra` from 11.3.2 to 11.3.3
21
21
  - Updated development dependencies
22
- - `@types/node` from 25.0.2 to 25.0.3
23
- - `typescript-eslint` from 8.49.0 to 8.50.0
24
- - `vitest` updated to latest
22
+ - typescript-eslint from 8.50.1 to 8.51.0
23
+ - globals from 16.5.0 to 17.0.0 (major version with new environments: audioWorklet, paintWorklet, sharedWorker, bunBuiltin, denoBuiltin)
25
24
 
26
- ## [1.0.3] - 2025-12-15
27
-
28
- ### Changed
29
-
30
- - Updated development dependencies
31
- - `@eslint/js` from 9.39.1 to 9.39.2
32
- - `eslint` from 9.39.1 to 9.39.2
33
- - `typescript-eslint` from 8.48.1 to 8.49.0
34
- - `@types/node` from 24.10.1 to 25.0.2
35
-
36
- ## [1.0.2] - 2025-12-08
37
-
38
- ### Changed
39
-
40
- - Updated dev dependencies via Dependabot
41
- - `eslint-config-prettier` from 9.1.2 to 10.1.8
42
- - `husky` from 8.0.3 to 9.1.7
43
- - Development dependencies group updates
44
-
45
- ## [1.0.1] - 2025-12-02
46
-
47
- ### Fixed
48
-
49
- - Include `package-lock.json` in initial git commit
50
- - Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
51
-
52
- ### Changed
53
-
54
- - Dev dependency: `tsx` replaces `ts-node` in generated projects
55
- - Updated dev script to use `tsx` instead of `ts-node`
56
-
57
- ## [1.0.0] - 2025-12-01
58
-
59
- ### Added
60
-
61
- - **Interactive CLI** with prompts for tool selection
62
- - **Quick modes**: `--yes` (all tools) and `--default` (sensible defaults)
63
- - **Modern TypeScript config**: ESNext target, NodeNext modules with ESM
64
- - **Tool integrations**:
65
- - ESLint with flat config (modern, non-deprecated)
66
- - TypeScript ESLint v8+ (unified `typescript-eslint` package)
67
- - Prettier with latest defaults (trailingComma: "all", printWidth: 80)
68
- - Husky pre-commit hooks with lint-staged
69
- - nodemon for dev auto-reload
70
- - **Auto-generated README.md**: Adapts to selected tools with usage instructions
71
- - **Git initialization** with optional first commit
72
- - **Package manager detection**: npm, yarn, pnpm
73
- - **Comprehensive test suite**: 39 tests with Vitest (unit, integration, e2e, messages)
74
- - **Complete documentation**: README and CONTRIBUTING guides
75
- - **CI/CD workflows**: GitHub Actions for quality checks and publishing
76
- - **Dynamic version resolution**: No hardcoded dependency versions
77
- - **Centralized messages**: All user-facing messages in `src/messages.ts` for maintainability
78
-
79
- ## [1.0.0] - 2025-12-01
80
-
81
- ### Added
82
-
83
- - **Interactive CLI** with prompts for tool selection
84
- - **Quick modes**: `--yes` (all tools) and `--default` (sensible defaults)
85
- - **Modern TypeScript config**: ESNext target, NodeNext modules with ESM
86
- - **Tool integrations**:
87
- - ESLint with flat config (modern, non-deprecated)
88
- - TypeScript ESLint v8+ (unified `typescript-eslint` package)
89
- - Prettier with latest defaults (trailingComma: "all", printWidth: 80)
90
- - Husky pre-commit hooks with lint-staged
91
- - nodemon for dev auto-reload
92
- - **Auto-generated README.md**: Adapts to selected tools with usage instructions
93
- - **Git initialization** with optional first commit
94
- - **Package manager detection**: npm, yarn, pnpm
95
- - **Comprehensive test suite**: 39 tests with Vitest (unit, integration, e2e, messages)
96
- - **Complete documentation**: README and CONTRIBUTING guides
97
- - **CI/CD workflows**: GitHub Actions for quality checks and publishing
98
- - **Dynamic version resolution**: No hardcoded dependency versions
99
- - **Centralized messages**: All user-facing messages in `src/messages.ts` for maintainability
100
-
101
- # Changelog
102
-
103
- All notable changes to this project will be documented in this file.
104
-
105
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
106
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
107
-
108
- ## [1.0.2] - 2025-12-08
109
-
110
- ### Changed
111
-
112
- - Updated dev dependencies via Dependabot
113
- - `eslint-config-prettier` from 9.1.2 to 10.1.8
114
- - `husky` from 8.0.3 to 9.1.7
115
- - Development dependencies group updates
116
-
117
- ## [1.0.1] - 2025-12-02
118
-
119
- ### Fixed
120
-
121
- - Include `package-lock.json` in initial git commit
122
- - Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
123
-
124
- ### Changed
125
-
126
- - Dev dependency: `tsx` replaces `ts-node` in generated projects
127
- - Updated dev script to use `tsx` instead of `ts-node`
128
-
129
- ## [1.0.0] - 2025-12-01
130
-
131
- ### Added
132
-
133
- - **Interactive CLI** with prompts for tool selection
134
- - **Quick modes**: `--yes` (all tools) and `--default` (sensible defaults)
135
- - **Modern TypeScript config**: ESNext target, NodeNext modules with ESM
136
- - **Tool integrations**:
137
- - ESLint with flat config (modern, non-deprecated)
138
- - TypeScript ESLint v8+ (unified `typescript-eslint` package)
139
- - Prettier with latest defaults (trailingComma: "all", printWidth: 80)
140
- - Husky pre-commit hooks with lint-staged
141
- - nodemon for dev auto-reload
142
- - **Auto-generated README.md**: Adapts to selected tools with usage instructions
143
- - **Git initialization** with optional first commit
144
- - **Package manager detection**: npm, yarn, pnpm
145
- - **Comprehensive test suite**: 39 tests with Vitest (unit, integration, e2e, messages)
146
- - **Complete documentation**: README and CONTRIBUTING guides
147
- - **CI/CD workflows**: GitHub Actions for quality checks and publishing
148
- - **Dynamic version resolution**: No hardcoded dependency versions
149
- - **Centralized messages**: All user-facing messages in `src/messages.ts` for maintainability
150
-
151
- ### Features
152
-
153
- - Project scaffolding with configurable options
154
- - Smart defaults for rapid prototyping
155
- - Auto-format and lint staged files before commits
156
- - Type-safe configuration with strict TypeScript
157
- - Cross-platform support (Windows, macOS, Linux)
158
- - Parallel file I/O for optimal performance
159
- - Silent mode for check commands (no false error logs)
160
-
161
- ### Developer Experience
162
-
163
- - Zero configuration needed to start
164
- - Sensible defaults that just work
165
- - Clear error messages and helpful tips
166
- - Fully tested and production-ready
167
- - Modern tooling and best practices (2024-2025)
168
-
169
- ### Code Quality
170
-
171
- - **Modular architecture**: README generation split into 6 focused functions
172
- - **Type safety**: Strict TypeScript with no implicit `any` types
173
- - **Performance optimized**: Parallel I/O operations (Promise.all)
174
- - **Clean codebase**: No dead code, all imports used
175
- - **Comprehensive testing**: Unit tests for messages, E2E workflows, edge cases
176
-
177
- [1.0.0]: https://github.com/Jszigeti/launchts/releases/tag/v1.0.0
25
+ ...existing changelog entries...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "launchts",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Fast, interactive CLI to scaffold TypeScript projects",
5
5
  "bin": {
6
6
  "launchts": "dist/cli.js"
@@ -40,12 +40,12 @@
40
40
  "@types/node": "^25.0.2",
41
41
  "eslint": "^9.39.1",
42
42
  "eslint-config-prettier": "^10.1.8",
43
- "globals": "^16.5.0",
43
+ "globals": "^17.0.0",
44
44
  "husky": "^9.1.7",
45
45
  "lint-staged": "^16.2.7",
46
46
  "nodemon": "^3.1.11",
47
47
  "prettier": "^3.7.3",
48
- "ts-node": "^10.9.1",
48
+ "ts-node": "^1.7.1",
49
49
  "typescript": "^5.7.0",
50
50
  "typescript-eslint": "^8.48.0",
51
51
  "vitest": "^4.0.14"