From afdb48367b04be8b4088e01caedc6b149df258bd Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 5 Mar 2026 15:37:09 +0000 Subject: [PATCH] fix(deps): bump @git.zone/tsbuild to ^4.2.2 --- changelog.md | 5 +++++ package.json | 2 +- pnpm-lock.yaml | 10 +++++----- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 02e3637..e8fe47a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-05 - 11.0.45 - fix(deps) +bump @git.zone/tsbuild to ^4.2.2 + +- Updated @git.zone/tsbuild from ^4.2.1 to ^4.2.2 in package.json + ## 2026-03-05 - 11.0.44 - fix(dev-deps) bump @git.zone/tsbuild devDependency to ^4.2.1 diff --git a/package.json b/package.json index ab8f2b0..7a77bc8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "watch": "tswatch" }, "devDependencies": { - "@git.zone/tsbuild": "^4.2.1", + "@git.zone/tsbuild": "^4.2.2", "@git.zone/tsbundle": "^2.9.0", "@git.zone/tsrun": "^2.0.1", "@git.zone/tstest": "^3.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a1b3e2..50ae4e1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,8 +115,8 @@ importers: version: 13.0.0 devDependencies: '@git.zone/tsbuild': - specifier: ^4.2.1 - version: 4.2.1 + specifier: ^4.2.2 + version: 4.2.2 '@git.zone/tsbundle': specifier: ^2.9.0 version: 2.9.0 @@ -538,8 +538,8 @@ packages: resolution: {integrity: sha512-YTVITFGN0/24PxzXrwqCgnyd7njDuzp5ZvaCx5nq/jg55kUYd94Nj8UTchBdBofi/L0nwRfjGOg0E41d2u9T1w==} engines: {node: '>=6'} - '@git.zone/tsbuild@4.2.1': - resolution: {integrity: sha512-GXQR3GSouPo1NXPS8Q53G3G9FpmM5OLoghpSWsNaGNS6UPYNVO5o6SE20oeyXtkjzHvG084F9/ZVlum51vcCUg==} + '@git.zone/tsbuild@4.2.2': + resolution: {integrity: sha512-Ah/EqXMUKIFq3lLCcD5ptyfMl/jLwUvdergGfuLpMgkWtUkygcvcjTioKrByDrRcONFCxnr0a/Xzv4ZuIRAeYQ==} hasBin: true '@git.zone/tsbundle@2.9.0': @@ -4860,7 +4860,7 @@ snapshots: dependencies: '@fortawesome/fontawesome-common-types': 7.2.0 - '@git.zone/tsbuild@4.2.1': + '@git.zone/tsbuild@4.2.2': dependencies: '@git.zone/tspublish': 1.11.2 '@push.rocks/early': 4.0.4 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e882c4f..437d0f9 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '11.0.44', + version: '11.0.45', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index e882c4f..437d0f9 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '11.0.44', + version: '11.0.45', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }