From 857882807f75e1ba01fa05a690bb589bb67ce0c0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 24 Jun 2024 12:05:44 +0200 Subject: [PATCH] fix(dependencies): Update TypeScript dependency version --- changelog.md | 5 +++++ package.json | 2 +- pnpm-lock.yaml | 17 ++++++++++++----- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index e5fb00b..6859329 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index a6ca5ae..8c6028a 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 718bd67..3003f78 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: {} diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 15176d4..41810ec 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsrun', - version: '1.2.47', + version: '1.2.48', description: 'run typescript programs efficiently' }