From e40d6477fde825603ec1bb8de2d612c068310979 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 12 Jan 2026 01:25:24 +0000 Subject: [PATCH] fix(deps): bump @push.rocks/smartcli dependency to ^4.0.20 --- changelog.md | 6 ++++++ package.json | 4 ++-- pnpm-lock.yaml | 16 ++++++++-------- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index 28b1780..c98c30e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-12 - 2.7.4 - fix(deps) +bump @push.rocks/smartcli dependency to ^4.0.20 + +- @push.rocks/smartcli: ^4.0.19 → ^4.0.20 +- Patch-level dependency update with no breaking changes + ## 2026-01-12 - 2.7.3 - fix(mod_output) wrap long base64 file contents and format generated TypeScript output to avoid extremely long lines diff --git a/package.json b/package.json index c883f95..1392c2d 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "dependencies": { "@push.rocks/early": "^4.0.4", "@push.rocks/npmextra": "^5.1.3", - "@push.rocks/smartcli": "^4.0.19", - "@push.rocks/smartinteract": "^2.0.16", + "@push.rocks/smartcli": "^4.0.20", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartfs": "^1.1.3", + "@push.rocks/smartinteract": "^2.0.16", "@push.rocks/smartlog": "^3.1.8", "@push.rocks/smartlog-destination-local": "^9.0.2", "@push.rocks/smartpath": "^6.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11f14de..1f5b848 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.1.3 version: 5.3.3 '@push.rocks/smartcli': - specifier: ^4.0.19 - version: 4.0.19 + specifier: ^4.0.20 + version: 4.0.20 '@push.rocks/smartdelay': specifier: ^3.0.5 version: 3.0.5 @@ -913,8 +913,8 @@ packages: '@push.rocks/smartchok@1.1.1': resolution: {integrity: sha512-WmNigGmn1muBJMANVuJb4F8x3TzgYrnn6YZm6ixTsG+0WFbYevivEwp+J4S7npobLHsR7ynf+Ky8LxRYmsL50A==} - '@push.rocks/smartcli@4.0.19': - resolution: {integrity: sha512-s1jZSgDZWi/az26AY4TJ2HPuG1qZzGC5R9fKWaECLmwnSpk6y9JXL5dnJAUohcdu50kdXCWEcRmLfYxOt81vEA==} + '@push.rocks/smartcli@4.0.20': + resolution: {integrity: sha512-gCo4ItvsPj8WoVAJw/6vkuoGA5FtIoACux2ktcCeH0nrFe7/xGR6waJ1aZcYAi7QN4gi52TlsgwuKz7BzXqhmQ==} '@push.rocks/smartclickhouse@2.0.17': resolution: {integrity: sha512-IYO8Obor/Ruam2KQ2B/+5uQ+rL0exU5KZoSgOc3jkkrfjn+zZenN2xoV8lVqavAtxZVfG7MfxFrcv6I7I9ZMmA==} @@ -4853,7 +4853,7 @@ snapshots: dependencies: '@git.zone/tspublish': 1.10.3 '@push.rocks/early': 4.0.4 - '@push.rocks/smartcli': 4.0.19 + '@push.rocks/smartcli': 4.0.20 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile': 11.2.7 '@push.rocks/smartlog': 3.1.10 @@ -4872,7 +4872,7 @@ snapshots: '@git.zone/tsbundle@2.5.2': dependencies: '@push.rocks/early': 4.0.4 - '@push.rocks/smartcli': 4.0.19 + '@push.rocks/smartcli': 4.0.20 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile': 11.2.7 '@push.rocks/smartlog': 3.1.10 @@ -4893,7 +4893,7 @@ snapshots: '@git.zone/tspublish@1.10.3': dependencies: '@push.rocks/consolecolor': 2.0.3 - '@push.rocks/smartcli': 4.0.19 + '@push.rocks/smartcli': 4.0.20 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile': 11.2.7 '@push.rocks/smartlog': 3.1.10 @@ -5428,7 +5428,7 @@ snapshots: chokidar: 4.0.3 picomatch: 4.0.3 - '@push.rocks/smartcli@4.0.19': + '@push.rocks/smartcli@4.0.20': dependencies: '@push.rocks/lik': 6.2.2 '@push.rocks/smartlog': 3.1.10 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 053d5b9..82f591f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbundle', - version: '2.7.3', + version: '2.7.4', description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects' }