launchts 1.0.5 → 1.0.6

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 +25 -132
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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.6] - 2026-01-05
9
+
10
+ ### Changed
11
+
12
+ - Updated development dependencies
13
+ - `typescript-eslint` from 8.50.1 to 8.51.0
14
+ - `globals` from 16.5.0 to 17.0.0 (major version with new environments: audioWorklet, paintWorklet, sharedWorker, bunBuiltin, denoBuiltin)
15
+
8
16
  ## [1.0.5] - 2025-12-30
9
17
 
10
18
  ### Changed
@@ -16,14 +24,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
24
 
17
25
  ### Changed
18
26
 
19
- - Updated production dependencies
20
- - `fs-extra` from 11.3.2 to 11.3.3
21
27
  - Updated development dependencies
22
- - `@types/node` from 25.0.2 to 25.0.3
23
28
  - `typescript-eslint` from 8.49.0 to 8.50.0
24
- - `vitest` updated to latest
29
+ - `vitest` from 4.0.5 to 4.0.14
30
+ - `@types/node` from 24.10.1 to 25.0.3
31
+ - `fs-extra` from 11.3.2 to 11.3.3
25
32
 
26
- ## [1.0.3] - 2025-12-15
33
+ ## [1.0.3] - 2025-12-16
27
34
 
28
35
  ### Changed
29
36
 
@@ -31,88 +38,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
38
  - `@eslint/js` from 9.39.1 to 9.39.2
32
39
  - `eslint` from 9.39.1 to 9.39.2
33
40
  - `typescript-eslint` from 8.48.1 to 8.49.0
34
- - `@types/node` from 24.10.1 to 25.0.2
35
41
 
36
42
  ## [1.0.2] - 2025-12-08
37
43
 
38
44
  ### Changed
39
45
 
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
46
+ - Updated development dependencies
47
+ - `prettier` from 3.7.3 to 3.7.4
48
+ - `typescript-eslint` from 8.18.0 to 8.48.1
49
+ - `typescript` from 5.7.3 to 5.9.3
50
+ - Package maintenance and security updates
116
51
 
117
52
  ## [1.0.1] - 2025-12-02
118
53
 
@@ -121,57 +56,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
56
  - Include `package-lock.json` in initial git commit
122
57
  - Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
123
58
 
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
59
  ## [1.0.0] - 2025-12-01
130
60
 
131
61
  ### Added
132
62
 
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
63
+ - Initial release
64
+ - Interactive CLI for TypeScript project scaffolding
65
+ - Support for npm, yarn, pnpm, and bun
66
+ - Optional ESLint and Prettier configuration
67
+ - Optional Husky and lint-staged setup
68
+ - Optional nodemon for development
69
+ - Optional git initialization
70
+ - TypeScript 5.7+ with modern ESM configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "launchts",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Fast, interactive CLI to scaffold TypeScript projects",
5
5
  "bin": {
6
6
  "launchts": "dist/cli.js"
@@ -40,7 +40,7 @@
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",