@leo-h/create-nodejs-app 1.0.33 → 1.0.35

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo-h/create-nodejs-app",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "packageManager": "pnpm@9.15.9",
5
5
  "author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
6
6
  "description": "Create a modern Node.js app with TypeScript using one command.",
@@ -65,7 +65,7 @@
65
65
  "typescript": "5.8.2",
66
66
  "typescript-eslint": "8.28.0",
67
67
  "unbuild": "3.5.0",
68
- "vite-tsconfig-paths": "4.3.2",
68
+ "vite-tsconfig-paths": "5.1.4",
69
69
  "vitest": "1.6.1"
70
70
  }
71
71
  }
@@ -36,7 +36,7 @@
36
36
  "typescript": "5.8.2",
37
37
  "typescript-eslint": "8.28.0",
38
38
  "unbuild": "3.5.0",
39
- "vite-tsconfig-paths": "4.3.2",
39
+ "vite-tsconfig-paths": "5.1.4",
40
40
  "vitest": "1.6.1"
41
41
  }
42
42
  }
@@ -61,8 +61,8 @@ importers:
61
61
  specifier: 3.5.0
62
62
  version: 3.5.0(typescript@5.8.2)
63
63
  vite-tsconfig-paths:
64
- specifier: 4.3.2
65
- version: 4.3.2(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14))
64
+ specifier: 5.1.4
65
+ version: 5.1.4(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14))
66
66
  vitest:
67
67
  specifier: 1.6.1
68
68
  version: 1.6.1(@types/node@22.13.14)
@@ -1159,15 +1159,6 @@ packages:
1159
1159
  resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
1160
1160
  engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
1161
1161
 
1162
- debug@4.3.5:
1163
- resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==}
1164
- engines: {node: '>=6.0'}
1165
- peerDependencies:
1166
- supports-color: '*'
1167
- peerDependenciesMeta:
1168
- supports-color:
1169
- optional: true
1170
-
1171
1162
  debug@4.4.0:
1172
1163
  resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
1173
1164
  engines: {node: '>=6.0'}
@@ -1653,9 +1644,6 @@ packages:
1653
1644
  mlly@1.7.4:
1654
1645
  resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
1655
1646
 
1656
- ms@2.1.2:
1657
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
1658
-
1659
1647
  ms@2.1.3:
1660
1648
  resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1661
1649
 
@@ -2236,8 +2224,8 @@ packages:
2236
2224
  engines: {node: ^18.0.0 || >=20.0.0}
2237
2225
  hasBin: true
2238
2226
 
2239
- vite-tsconfig-paths@4.3.2:
2240
- resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==}
2227
+ vite-tsconfig-paths@5.1.4:
2228
+ resolution: {integrity: sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==}
2241
2229
  peerDependencies:
2242
2230
  vite: '*'
2243
2231
  peerDependenciesMeta:
@@ -3191,10 +3179,6 @@ snapshots:
3191
3179
  dependencies:
3192
3180
  css-tree: 2.2.1
3193
3181
 
3194
- debug@4.3.5:
3195
- dependencies:
3196
- ms: 2.1.2
3197
-
3198
3182
  debug@4.4.0:
3199
3183
  dependencies:
3200
3184
  ms: 2.1.3
@@ -3736,8 +3720,6 @@ snapshots:
3736
3720
  pkg-types: 1.3.1
3737
3721
  ufo: 1.5.4
3738
3722
 
3739
- ms@2.1.2: {}
3740
-
3741
3723
  ms@2.1.3: {}
3742
3724
 
3743
3725
  nanoid@3.3.7: {}
@@ -4337,9 +4319,9 @@ snapshots:
4337
4319
  - supports-color
4338
4320
  - terser
4339
4321
 
4340
- vite-tsconfig-paths@4.3.2(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14)):
4322
+ vite-tsconfig-paths@5.1.4(typescript@5.8.2)(vite@5.2.13(@types/node@22.13.14)):
4341
4323
  dependencies:
4342
- debug: 4.3.5
4324
+ debug: 4.4.0
4343
4325
  globrex: 0.1.2
4344
4326
  tsconfck: 3.1.0(typescript@5.8.2)
4345
4327
  optionalDependencies:
@@ -44,7 +44,7 @@
44
44
  "type-fest": "4.38.0",
45
45
  "typescript": "~5.8.2",
46
46
  "typescript-eslint": "8.28.0",
47
- "vite": "6.2.4",
47
+ "vite": "6.2.6",
48
48
  "vite-tsconfig-paths": "5.1.4"
49
49
  }
50
50
  }
@@ -50,7 +50,7 @@ importers:
50
50
  version: 18.3.5(@types/react@18.3.20)
51
51
  '@vitejs/plugin-react':
52
52
  specifier: 4.3.4
53
- version: 4.3.4(vite@6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))
53
+ version: 4.3.4(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))
54
54
  eslint:
55
55
  specifier: 9.23.0
56
56
  version: 9.23.0
@@ -91,11 +91,11 @@ importers:
91
91
  specifier: 8.28.0
92
92
  version: 8.28.0(eslint@9.23.0)(typescript@5.8.2)
93
93
  vite:
94
- specifier: 6.2.4
95
- version: 6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
94
+ specifier: 6.2.6
95
+ version: 6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
96
96
  vite-tsconfig-paths:
97
97
  specifier: 5.1.4
98
- version: 5.1.4(typescript@5.8.2)(vite@6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))
98
+ version: 5.1.4(typescript@5.8.2)(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))
99
99
 
100
100
  packages:
101
101
 
@@ -2247,8 +2247,8 @@ packages:
2247
2247
  vite:
2248
2248
  optional: true
2249
2249
 
2250
- vite@6.2.4:
2251
- resolution: {integrity: sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==}
2250
+ vite@6.2.6:
2251
+ resolution: {integrity: sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==}
2252
2252
  engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
2253
2253
  hasBin: true
2254
2254
  peerDependencies:
@@ -3178,14 +3178,14 @@ snapshots:
3178
3178
  '@typescript-eslint/types': 8.28.0
3179
3179
  eslint-visitor-keys: 4.2.0
3180
3180
 
3181
- '@vitejs/plugin-react@4.3.4(vite@6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))':
3181
+ '@vitejs/plugin-react@4.3.4(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1))':
3182
3182
  dependencies:
3183
3183
  '@babel/core': 7.26.0
3184
3184
  '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0)
3185
3185
  '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0)
3186
3186
  '@types/babel__core': 7.20.5
3187
3187
  react-refresh: 0.14.2
3188
- vite: 6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
3188
+ vite: 6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
3189
3189
  transitivePeerDependencies:
3190
3190
  - supports-color
3191
3191
 
@@ -4781,18 +4781,18 @@ snapshots:
4781
4781
 
4782
4782
  validator@13.12.0: {}
4783
4783
 
4784
- vite-tsconfig-paths@5.1.4(typescript@5.8.2)(vite@6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)):
4784
+ vite-tsconfig-paths@5.1.4(typescript@5.8.2)(vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)):
4785
4785
  dependencies:
4786
4786
  debug: 4.4.0
4787
4787
  globrex: 0.1.2
4788
4788
  tsconfck: 3.1.4(typescript@5.8.2)
4789
4789
  optionalDependencies:
4790
- vite: 6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
4790
+ vite: 6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1)
4791
4791
  transitivePeerDependencies:
4792
4792
  - supports-color
4793
4793
  - typescript
4794
4794
 
4795
- vite@6.2.4(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1):
4795
+ vite@6.2.6(@types/node@22.10.5)(tsx@4.19.3)(yaml@2.7.1):
4796
4796
  dependencies:
4797
4797
  esbuild: 0.25.2
4798
4798
  postcss: 8.5.3