fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2
This commit is contained in:
parent
a2df347ee3
commit
5c0834aa48
@ -1,8 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 23.06.2024 - 1.9.109 - fix(dependencies)
|
||||
Update @git.zone/tsdoc dependency to version 1.3.2
|
||||
- Bumped @git.zone/tsdoc version from 1.3.1 to 1.3.2 in package.json
|
||||
- Updated pnpm-lock.yaml to reflect the new @git.zone/tsdoc version 1.3.2
|
||||
|
||||
|
||||
## 23.06.2024 - 1.9.108 - fix(changelog)
|
||||
Remove placeholder entries and adjust formatting in changelog.
|
||||
- Removed 1.9.107 - {{nextVersionScope}} entry
|
||||
- Removed 1.9.107 - fix(dependencies) entry
|
||||
- Removed placeholder entries with variable references
|
||||
|
||||
|
||||
@ -29,3 +35,4 @@ Update dependencies to fix security vulnerabilities and bugs.
|
||||
## 2023-xx-xx - 1.9.100 - mod_commit
|
||||
Improve changelog writing step to prevent variable reassignment issues.
|
||||
- Fixed variable reassignment issue in changelog writing step
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
"@types/node": "^20.14.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@git.zone/tsdoc": "^1.3.1",
|
||||
"@git.zone/tsdoc": "^1.3.2",
|
||||
"@push.rocks/commitinfo": "^1.0.12",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
"@push.rocks/gulp-function": "^3.0.7",
|
||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@git.zone/tsdoc':
|
||||
specifier: ^1.3.1
|
||||
version: 1.3.1
|
||||
specifier: ^1.3.2
|
||||
version: 1.3.2
|
||||
'@push.rocks/commitinfo':
|
||||
specifier: ^1.0.12
|
||||
version: 1.0.12
|
||||
@ -320,8 +320,8 @@ packages:
|
||||
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsdoc@1.3.1':
|
||||
resolution: {integrity: sha512-TjaSC3obvbM0Z/npooH/+pa2QapE9K6xrQ0zK3mNNdiY+hfLJt6qotmDxWF8wwQ+PgQUiKkTJVWYiwxr6vv/8A==}
|
||||
'@git.zone/tsdoc@1.3.2':
|
||||
resolution: {integrity: sha512-FdZnchj8D9xoGWJ0Z99qa2SxAXCmO2R3YE477RudF3QG+FMnT27+OtRwT0GqpxTXKr9PtZAfrvsPFMHqGequCQ==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsrun@1.2.46':
|
||||
@ -3928,7 +3928,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@git.zone/tsdoc@1.3.1':
|
||||
'@git.zone/tsdoc@1.3.2':
|
||||
dependencies:
|
||||
'@push.rocks/early': 4.0.4
|
||||
'@push.rocks/npmextra': 5.0.23
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.9.108',
|
||||
version: '1.9.109',
|
||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user