From c66bdc9f8872978a4d689e74880e7f773f883fff Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 5 Mar 2026 12:50:17 +0000 Subject: [PATCH] fix(deps): bump @git.zone/tsbuild devDependency to ^4.1.9 --- changelog.md | 5 +++++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 0d4311c..d5a85f8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-05 - 11.0.11 - fix(deps) +bump @git.zone/tsbuild devDependency to ^4.1.9 + +- Updated @git.zone/tsbuild from ^4.1.4 to ^4.1.9 in package.json + ## 2026-03-05 - 11.0.10 - fix(playwright-mcp) remove committed Playwright artifacts and add .playwright-mcp/ to .gitignore diff --git a/package.json b/package.json index 2a5ce6b..46c3c81 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "watch": "tswatch" }, "devDependencies": { - "@git.zone/tsbuild": "^4.1.4", + "@git.zone/tsbuild": "^4.1.9", "@git.zone/tsbundle": "^2.9.0", "@git.zone/tsrun": "^2.0.1", "@git.zone/tstest": "^3.2.0", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f21ead4..9cafe47 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.10', + version: '11.0.11', 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 f21ead4..9cafe47 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.10', + version: '11.0.11', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }