launchts 1.0.6 → 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 -53
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,66 +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.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
-
16
- ## [1.0.5] - 2025-12-30
17
-
18
- ### Changed
19
-
20
- - Updated development dependencies
21
- - `typescript-eslint` from 8.50.0 to 8.50.1
22
-
23
- ## [1.0.4] - 2025-12-22
8
+ ## [1.0.7] - 2026-01-16
24
9
 
25
10
  ### Changed
26
11
 
27
12
  - Updated development dependencies
28
- - `typescript-eslint` from 8.49.0 to 8.50.0
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
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
32
16
 
33
- ## [1.0.3] - 2025-12-16
34
-
35
- ### Changed
36
-
37
- - Updated development dependencies
38
- - `@eslint/js` from 9.39.1 to 9.39.2
39
- - `eslint` from 9.39.1 to 9.39.2
40
- - `typescript-eslint` from 8.48.1 to 8.49.0
41
-
42
- ## [1.0.2] - 2025-12-08
17
+ ## [1.0.6] - 2026-01-05
43
18
 
44
19
  ### Changed
45
20
 
46
21
  - 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
51
-
52
- ## [1.0.1] - 2025-12-02
53
-
54
- ### Fixed
55
-
56
- - Include `package-lock.json` in initial git commit
57
- - Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
58
-
59
- ## [1.0.0] - 2025-12-01
60
-
61
- ### Added
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)
62
24
 
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
25
+ ...existing changelog entries...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "launchts",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Fast, interactive CLI to scaffold TypeScript projects",
5
5
  "bin": {
6
6
  "launchts": "dist/cli.js"
@@ -45,7 +45,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"