fix(dependencies): Bump @git.zone/tsdoc to ^1.9.1

This commit is contained in:
2025-11-04 02:31:22 +00:00
parent ae93e6f146
commit 73f98c1c3f
4 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2025-11-04 - 1.19.7 - fix(dependencies)
Bump @git.zone/tsdoc to ^1.9.1
- Updated package.json dependency @git.zone/tsdoc from ^1.9.0 to ^1.9.1
## 2025-11-04 - 1.19.6 - fix(cli) ## 2025-11-04 - 1.19.6 - fix(cli)
Bump @git.zone/tsdoc dependency to ^1.9.0 Bump @git.zone/tsdoc dependency to ^1.9.0

View File

@@ -68,7 +68,7 @@
"@types/node": "^22.15.18" "@types/node": "^22.15.18"
}, },
"dependencies": { "dependencies": {
"@git.zone/tsdoc": "^1.9.0", "@git.zone/tsdoc": "^1.9.1",
"@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.9.0 specifier: ^1.9.1
version: 1.9.0(ws@8.18.3)(zod@3.25.76) version: 1.9.1(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.9.0': '@git.zone/tsdoc@1.9.1':
resolution: {integrity: sha512-poMgP/64T8mGiodxYG0yi0O8SghSg2nas/NbJTbWXh3EE1AvIo834+nIXtQuN9luDbbkJJBEUjaEoRZJRln0Cg==} resolution: {integrity: sha512-3gEVud1YcokTiOalCojzVLY0gUEW1o9u2GferryXq1/LicK0U9tG/X2ETAR+yV70w0Ak3S9ES1qedjx8pX56qg==}
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.9.0(ws@8.18.3)(zod@3.25.76)': '@git.zone/tsdoc@1.9.1(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.6', version: '1.19.7',
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.'
} }