fix(cli): Bump @git.zone/tsdoc dependency to ^1.9.0

This commit is contained in:
2025-11-04 02:22:44 +00:00
parent 0538ba2586
commit 2abaeee500
4 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2025-11-04 - 1.19.6 - fix(cli)
Bump @git.zone/tsdoc dependency to ^1.9.0
- Updated dependency @git.zone/tsdoc from ^1.8.3 to ^1.9.0 in package.json
## 2025-11-04 - 1.19.5 - fix(cli) ## 2025-11-04 - 1.19.5 - fix(cli)
Bump @git.zone/tsdoc to ^1.8.3 and add local .claude settings for allowed permissions Bump @git.zone/tsdoc to ^1.8.3 and add local .claude settings for allowed permissions

View File

@@ -68,7 +68,7 @@
"@types/node": "^22.15.18" "@types/node": "^22.15.18"
}, },
"dependencies": { "dependencies": {
"@git.zone/tsdoc": "^1.8.3", "@git.zone/tsdoc": "^1.9.0",
"@git.zone/tspublish": "^1.10.3", "@git.zone/tspublish": "^1.10.3",
"@push.rocks/commitinfo": "^1.0.12", "@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4", "@push.rocks/early": "^4.0.4",

10
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
'@git.zone/tsdoc': '@git.zone/tsdoc':
specifier: ^1.8.3 specifier: ^1.9.0
version: 1.8.3(ws@8.18.3)(zod@3.25.76) version: 1.9.0(ws@8.18.3)(zod@3.25.76)
'@git.zone/tspublish': '@git.zone/tspublish':
specifier: ^1.10.3 specifier: ^1.10.3
version: 1.10.3 version: 1.10.3
@@ -512,8 +512,8 @@ packages:
resolution: {integrity: sha512-gBskgM3ECy9FEmhCWnQahDyFCAjjw/7emjx/KYM/FOlPqGV+hmYzt368zwSlkzOGgYF8k9OZ+mp6vexDL/+f2w==} resolution: {integrity: sha512-gBskgM3ECy9FEmhCWnQahDyFCAjjw/7emjx/KYM/FOlPqGV+hmYzt368zwSlkzOGgYF8k9OZ+mp6vexDL/+f2w==}
hasBin: true hasBin: true
'@git.zone/tsdoc@1.8.3': '@git.zone/tsdoc@1.9.0':
resolution: {integrity: sha512-hQ7A5dhu6OqRIqFvXKZ2i/M1TU0BizkRr2rjEdT/wTPpef+zq7Hy/IsG0e353vsrvsyQ4XzrsAkjW1pWhozPeA==} resolution: {integrity: sha512-poMgP/64T8mGiodxYG0yi0O8SghSg2nas/NbJTbWXh3EE1AvIo834+nIXtQuN9luDbbkJJBEUjaEoRZJRln0Cg==}
hasBin: true hasBin: true
'@git.zone/tspublish@1.10.3': '@git.zone/tspublish@1.10.3':
@@ -5336,7 +5336,7 @@ snapshots:
- '@swc/helpers' - '@swc/helpers'
- supports-color - supports-color
'@git.zone/tsdoc@1.8.3(ws@8.18.3)(zod@3.25.76)': '@git.zone/tsdoc@1.9.0(ws@8.18.3)(zod@3.25.76)':
dependencies: dependencies:
'@git.zone/tspublish': 1.10.3 '@git.zone/tspublish': 1.10.3
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/cli', name: '@git.zone/cli',
version: '1.19.5', version: '1.19.6',
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.' 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.'
} }