From b51fa88283764481a87ea9e527d011dbe9f6c8e0 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 16 Dec 2025 10:49:41 +0000 Subject: [PATCH] feat(tests): feat(tests): add sandbox test fixture, CI and editor configs; bump deps --- changelog.md | 7 +++++++ package.json | 4 ++-- pnpm-lock.yaml | 34 +++++++++++++++++----------------- test | 1 + ts/00_commitinfo_data.ts | 2 +- 5 files changed, 28 insertions(+), 20 deletions(-) create mode 160000 test diff --git a/changelog.md b/changelog.md index f26f2b8..ca2dde7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-12-16 - 2.13.0 - feat(tests) +feat(tests): add sandbox test fixture, CI and editor configs; bump deps + +- Added comprehensive test/ fixture (sandbox-npmts) including package.json, npmextra.json, readme, GitLab CI (.gitlab-ci.yml), .npmrc, VSCode launch/settings and qenv.yml +- Added test sources and helper files under test/test and test/ts (browser and node tests, commitinfo data, simple library code) +- Updated dependencies in package.json: @git.zone/tsdoc -> ^1.11.4, @push.rocks/smartfs -> ^1.3.1 + ## 2025-12-15 - 2.12.2 - fix(cli) noop: no changes diff --git a/package.json b/package.json index 7794318..c8d6f6e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/node": "^25.0.2" }, "dependencies": { - "@git.zone/tsdoc": "^1.11.3", + "@git.zone/tsdoc": "^1.11.4", "@git.zone/tspublish": "^1.10.3", "@push.rocks/commitinfo": "^1.0.12", "@push.rocks/early": "^4.0.4", @@ -78,7 +78,7 @@ "@push.rocks/smartcli": "^4.0.19", "@push.rocks/smartdiff": "^1.1.0", "@push.rocks/smartfile": "^13.1.2", - "@push.rocks/smartfs": "^1.2.0", + "@push.rocks/smartfs": "^1.3.1", "@push.rocks/smartgulp": "^3.0.4", "@push.rocks/smartjson": "^6.0.0", "@push.rocks/smartlegal": "^1.0.27", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c30b85..ab73674 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@git.zone/tsdoc': - specifier: ^1.11.3 - version: 1.11.3(ws@8.18.3)(zod@3.25.76) + specifier: ^1.11.4 + version: 1.11.4(ws@8.18.3)(zod@3.25.76) '@git.zone/tspublish': specifier: ^1.10.3 version: 1.10.3 @@ -42,8 +42,8 @@ importers: specifier: ^13.1.2 version: 13.1.2 '@push.rocks/smartfs': - specifier: ^1.2.0 - version: 1.2.0 + specifier: ^1.3.1 + version: 1.3.1 '@push.rocks/smartgulp': specifier: ^3.0.4 version: 3.0.4 @@ -520,8 +520,8 @@ packages: resolution: {integrity: sha512-YD1qMYA/4eOuF57V0ccR+xo6ww1+QOYFA2K5gBPFBDNh9VdfvWxxDhOUybja8lT9PVMoli8PHG5WA5tKJkdXIQ==} hasBin: true - '@git.zone/tsdoc@1.11.3': - resolution: {integrity: sha512-U6X9laKv9CTZiqtQpqVMZ2x3qKH1ucey3y16T5UQ70j7wza2GV9rwdkTIHgpYrWFBMSoh909T+ELH8qWbRqimw==} + '@git.zone/tsdoc@1.11.4': + resolution: {integrity: sha512-KheUOJjm5NjReHkruid7ATTpHSUlTGpOtVGGxAJJhmIJdqIhbxNzT4YQ2RF6jEk/M33Y+OdnSDk77hdn27ZFyw==} hasBin: true '@git.zone/tspublish@1.10.3': @@ -1093,8 +1093,8 @@ packages: '@push.rocks/smartfm@2.2.2': resolution: {integrity: sha512-kLrBv/vWXJmB558LI5C79fWXLKOnno998vnp3opfB+uyznT2E6LkcpKsxdjwe1V/r+Z5GlhXPOWmGgHPCzUR6w==} - '@push.rocks/smartfs@1.2.0': - resolution: {integrity: sha512-1R47jJZwX869z7DYgKeAZKTU1SbGnM7W/ZmgsI7AkQQhiascNqY3/gF4V5kIprmuf1WhpRbCbZyum8s7J1LDdg==} + '@push.rocks/smartfs@1.3.1': + resolution: {integrity: sha512-ZSduVS8tM+/erbyCTvRRvc9gLWwbpqN5xdIIkMr+gub7fowSeJb7tR2rnGwySa63DyimU0q2KTp79VV9YqGLeg==} '@push.rocks/smartgit@3.3.1': resolution: {integrity: sha512-fnyF9Fr5y0ClSFiw/yMAWXlxvteWK2eXJ5i8/wsJcAyWqwTZ9KvMkVe33ofiZ/ZPuQ5JG9CXmoE0MST++5Xv6g==} @@ -5031,7 +5031,7 @@ snapshots: '@push.rocks/smartcli': 4.0.19 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile': 13.1.2 - '@push.rocks/smartfs': 1.2.0 + '@push.rocks/smartfs': 1.3.1 '@push.rocks/smartlog': 3.1.10 '@push.rocks/smartpath': 6.0.0 '@push.rocks/smartpromise': 4.2.3 @@ -5050,7 +5050,7 @@ snapshots: '@push.rocks/early': 4.0.4 '@push.rocks/smartcli': 4.0.19 '@push.rocks/smartdelay': 3.0.5 - '@push.rocks/smartfs': 1.2.0 + '@push.rocks/smartfs': 1.3.1 '@push.rocks/smartlog': 3.1.10 '@push.rocks/smartlog-destination-local': 9.0.2 '@push.rocks/smartpath': 6.0.0 @@ -5066,7 +5066,7 @@ snapshots: - '@swc/helpers' - supports-color - '@git.zone/tsdoc@1.11.3(ws@8.18.3)(zod@3.25.76)': + '@git.zone/tsdoc@1.11.4(ws@8.18.3)(zod@3.25.76)': dependencies: '@git.zone/tspublish': 1.10.3 '@push.rocks/early': 4.0.4 @@ -5077,7 +5077,7 @@ snapshots: '@push.rocks/smartcli': 4.0.19 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile': 13.1.2 - '@push.rocks/smartfs': 1.2.0 + '@push.rocks/smartfs': 1.3.1 '@push.rocks/smartgit': 3.3.1 '@push.rocks/smartinteract': 2.0.16 '@push.rocks/smartlog': 3.1.10 @@ -5888,7 +5888,7 @@ snapshots: '@push.rocks/smartai': 0.8.0(typescript@5.9.3)(ws@8.18.3)(zod@3.25.76) '@push.rocks/smartbrowser': 2.0.8(typescript@5.9.3) '@push.rocks/smartdeno': 1.2.0 - '@push.rocks/smartfs': 1.2.0 + '@push.rocks/smartfs': 1.3.1 '@push.rocks/smartrequest': 5.0.1 '@push.rocks/smartshell': 3.3.0 minimatch: 10.1.1 @@ -6099,7 +6099,7 @@ snapshots: '@push.rocks/smartdeno@1.2.0': dependencies: '@push.rocks/smartarchive': 5.0.1 - '@push.rocks/smartfs': 1.2.0 + '@push.rocks/smartfs': 1.3.1 '@push.rocks/smartpath': 6.0.0 '@push.rocks/smartshell': 3.3.0 '@push.rocks/smartunique': 3.0.9 @@ -6208,7 +6208,7 @@ snapshots: '@push.rocks/lik': 6.2.2 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile-interfaces': 1.0.7 - '@push.rocks/smartfs': 1.2.0 + '@push.rocks/smartfs': 1.3.1 '@push.rocks/smarthash': 3.2.6 '@push.rocks/smartjson': 5.2.0 '@push.rocks/smartmime': 2.0.4 @@ -6224,7 +6224,7 @@ snapshots: dependencies: gray-matter: 4.0.3 - '@push.rocks/smartfs@1.2.0': + '@push.rocks/smartfs@1.3.1': dependencies: '@push.rocks/smartpath': 6.0.0 @@ -6580,7 +6580,7 @@ snapshots: '@push.rocks/smarts3@3.0.3': dependencies: '@push.rocks/smartbucket': 4.3.0 - '@push.rocks/smartfs': 1.2.0 + '@push.rocks/smartfs': 1.3.1 '@push.rocks/smartpath': 6.0.0 '@push.rocks/smartxml': 2.0.0 '@tsclass/tsclass': 9.3.0 diff --git a/test b/test new file mode 160000 index 0000000..0b89443 --- /dev/null +++ b/test @@ -0,0 +1 @@ +Subproject commit 0b89443584ecd3a5948baacea665327165f102b5 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7b40202..3a8b4b6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/cli', - version: '2.12.2', + version: '2.13.0', description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.' }