fix(dependencies): Update TypeScript dependency version
This commit is contained in:
		| @@ -1,5 +1,10 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-06-24 - 1.2.48 - fix(dependencies) | ||||
| Update TypeScript dependency version | ||||
|  | ||||
| - Updated TypeScript from version 5.4.5 to 5.5.2 to include latest features and fixes. | ||||
|  | ||||
| ## 2024-06-24 - 1.2.47 - fix(core) | ||||
| Remove GitLab CI configuration and update dependencies | ||||
|  | ||||
|   | ||||
| @@ -26,7 +26,7 @@ | ||||
|     "@push.rocks/smartfile": "^11.0.21", | ||||
|     "@push.rocks/smartshell": "^3.0.5", | ||||
|     "ts-node": "^10.9.2", | ||||
|     "typescript": "5.4.5" | ||||
|     "typescript": "5.5.2" | ||||
|   }, | ||||
|   "private": false, | ||||
|   "files": [ | ||||
|   | ||||
							
								
								
									
										17
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										17
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,10 @@ importers: | ||||
|         version: 3.0.5 | ||||
|       ts-node: | ||||
|         specifier: ^10.9.2 | ||||
|         version: 10.9.2(@types/node@20.14.8)(typescript@5.4.5) | ||||
|         version: 10.9.2(@types/node@20.14.8)(typescript@5.5.2) | ||||
|       typescript: | ||||
|         specifier: 5.4.5 | ||||
|         version: 5.4.5 | ||||
|         specifier: 5.5.2 | ||||
|         version: 5.5.2 | ||||
|     devDependencies: | ||||
|       '@git.zone/tsbuild': | ||||
|         specifier: ^2.1.80 | ||||
| @@ -625,6 +625,11 @@ packages: | ||||
|     engines: {node: '>=14.17'} | ||||
|     hasBin: true | ||||
|  | ||||
|   typescript@5.5.2: | ||||
|     resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} | ||||
|     engines: {node: '>=14.17'} | ||||
|     hasBin: true | ||||
|  | ||||
|   undici-types@5.26.5: | ||||
|     resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} | ||||
|  | ||||
| @@ -1289,7 +1294,7 @@ snapshots: | ||||
|  | ||||
|   tree-kill@1.2.2: {} | ||||
|  | ||||
|   ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5): | ||||
|   ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2): | ||||
|     dependencies: | ||||
|       '@cspotcode/source-map-support': 0.8.1 | ||||
|       '@tsconfig/node10': 1.0.11 | ||||
| @@ -1303,7 +1308,7 @@ snapshots: | ||||
|       create-require: 1.1.1 | ||||
|       diff: 4.0.2 | ||||
|       make-error: 1.3.6 | ||||
|       typescript: 5.4.5 | ||||
|       typescript: 5.5.2 | ||||
|       v8-compile-cache-lib: 3.0.1 | ||||
|       yn: 3.1.1 | ||||
|  | ||||
| @@ -1315,6 +1320,8 @@ snapshots: | ||||
|  | ||||
|   typescript@5.4.5: {} | ||||
|  | ||||
|   typescript@5.5.2: {} | ||||
|  | ||||
|   undici-types@5.26.5: {} | ||||
|  | ||||
|   universalify@2.0.1: {} | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/tsrun', | ||||
|   version: '1.2.47', | ||||
|   version: '1.2.48', | ||||
|   description: 'run typescript programs efficiently' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user