diff --git a/changelog.md b/changelog.md index 28cae21..da4227c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-05 - 4.1.4 - fix(deps) +bump @git.zone/tspublish dependency to ^1.11.2 + +- Updated @git.zone/tspublish from ^1.11.0 to ^1.11.2 in package.json + ## 2026-03-04 - 4.1.3 - fix(deps) bump dependencies: @push.rocks/smartcli, @push.rocks/smartlog, @git.zone/tstest, and @types/node to their newer versions diff --git a/package.json b/package.json index e2e5872..512bbb3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://code.foss.global/git.zone/tsbuild#README", "dependencies": { - "@git.zone/tspublish": "^1.11.0", + "@git.zone/tspublish": "^1.11.2", "@push.rocks/early": "^4.0.4", "@push.rocks/smartcli": "^4.0.20", "@push.rocks/smartdelay": "^3.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab0e759..1bb7619 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@git.zone/tspublish': - specifier: ^1.11.0 - version: 1.11.0 + specifier: ^1.11.2 + version: 1.11.2 '@push.rocks/early': specifier: ^4.0.4 version: 4.0.4 @@ -627,8 +627,8 @@ packages: resolution: {integrity: sha512-itXX/oiJjrRHUlIGTHUEqSwPuGwsG4Cq8kh7aqFOm8mYzJwtXYE1gBqLJTWZma6gI5n+xAk5qTxTyfikuPgWQA==} hasBin: true - '@git.zone/tspublish@1.11.0': - resolution: {integrity: sha512-dkgaDBTzZJ53lAV72r7OW/W7l/KqpkncFuPojr11JO35OKAbjjDhZbAwPv4oGX9NplyXrhC5VJRPNX/orqNTHA==} + '@git.zone/tspublish@1.11.2': + resolution: {integrity: sha512-BcGap1OzXDgXpfQXMh9W17r/CkWNhPsJ3WzjG2wrGE+ePUJCJAm9w6+J8G5WdZZcZKPqTB07cp707LbSiksc5A==} hasBin: true '@git.zone/tsrun@2.0.1': @@ -1087,6 +1087,9 @@ packages: '@push.rocks/smartshell@3.3.6': resolution: {integrity: sha512-ZJ53P5gri5FYgI/iLdqfM/uePptkbhmTS7/sugMXEEFd46MVLGAwu/DAmpHpBs6vdHoXXH3wOhNpSZNi3YG7kA==} + '@push.rocks/smartshell@3.3.7': + resolution: {integrity: sha512-b3st2+FjHUVhZZRlXfw93+SQA0UMVlURqe55uVpWdjJX7jeGXTTeszuYygtiR99zC5iZ8WZhGDct3N2L1qc/qw==} + '@push.rocks/smartsitemap@2.0.4': resolution: {integrity: sha512-76dYWG/o/EjV4vYCK7ZKM35T9xgrI+oHEiiIE6E2MDaFIU6QnSfciTfbscH5nc0vxx8Ah+I0HPEJO94BM2S39w==} @@ -4887,7 +4890,7 @@ snapshots: - supports-color - vue - '@git.zone/tspublish@1.11.0': + '@git.zone/tspublish@1.11.2': dependencies: '@push.rocks/consolecolor': 2.0.3 '@push.rocks/npmextra': 5.3.3 @@ -4899,7 +4902,7 @@ snapshots: '@push.rocks/smartnpm': 2.0.6 '@push.rocks/smartpath': 6.0.0 '@push.rocks/smartrequest': 5.0.1 - '@push.rocks/smartshell': 3.3.0 + '@push.rocks/smartshell': 3.3.7 transitivePeerDependencies: - '@nuxt/kit' - aws-crt @@ -5948,6 +5951,14 @@ snapshots: tree-kill: 1.2.2 which: 6.0.1 + '@push.rocks/smartshell@3.3.7': + dependencies: + '@push.rocks/smartdelay': 3.0.5 + '@push.rocks/smartexit': 2.0.3 + '@push.rocks/smartpromise': 4.2.3 + '@types/which': 3.0.4 + which: 6.0.1 + '@push.rocks/smartsitemap@2.0.4': dependencies: '@push.rocks/smartcache': 1.0.18 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 335fb40..2e671cc 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbuild', - version: '4.1.3', + version: '4.1.4', description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.' }