Compare commits

..

6 Commits

Author SHA1 Message Date
8199c6c2cc 1.9.119
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 23:35:34 +02:00
3ef785438e fix(dependencies): Update @git.zone/tsdoc to v1.3.8 2024-06-23 23:35:33 +02:00
d8fe8bae64 1.9.118
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 23:25:11 +02:00
ad4175b3f9 fix(dependencies): Update @git.zone/tsdoc to version 1.3.7 2024-06-23 23:25:11 +02:00
707c1718a3 1.9.117
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 23:21:20 +02:00
7e0df65de6 fix(dependencies): Update @git.zone/tsdoc dependency to v1.3.6 2024-06-23 23:21:19 +02:00
4 changed files with 42 additions and 10 deletions

View File

@ -1,5 +1,24 @@
# Changelog
## 2024-06-23 - 1.9.119 - fix(dependencies)
Update @git.zone/tsdoc to v1.3.8
- Updated @git.zone/tsdoc from v1.3.7 to v1.3.8 in package.json
## 2024-06-23 - 1.9.118 - fix(dependencies)
Update @git.zone/tsdoc to version 1.3.7
- Bump @git.zone/tsdoc from 1.3.6 to 1.3.7 in both package.json and pnpm-lock.yaml
## 2024-06-23 - 1.9.117 - fix(dependencies)
Update @git.zone/tsdoc dependency to v1.3.6
- Updated @git.zone/tsdoc version from 1.3.5 to 1.3.6 in package.json
- Updated pnpm-lock.yaml to reflect the new version of @git.zone/tsdoc
## 2024-06-23 - 1.9.116 - fix(dependencies)
Update @git.zone/tsdoc to version 1.3.5

View File

@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "1.9.116",
"version": "1.9.119",
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
"main": "dist_ts/index.ts",
"typings": "dist_ts/index.d.ts",
@ -58,7 +58,7 @@
"@types/node": "^20.14.8"
},
"dependencies": {
"@git.zone/tsdoc": "^1.3.5",
"@git.zone/tsdoc": "^1.3.8",
"@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4",
"@push.rocks/gulp-function": "^3.0.7",

27
pnpm-lock.yaml generated
View File

@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@git.zone/tsdoc':
specifier: ^1.3.5
version: 1.3.5
specifier: ^1.3.8
version: 1.3.8
'@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.5':
resolution: {integrity: sha512-EdH2xpQmf7A7Ur6fq643HRnr+MeEEwMR0sWamTJ8qvAxEk7T+LypnPmDig5tCNIbfVBU2v4wrewiZAddA7aQCQ==}
'@git.zone/tsdoc@1.3.8':
resolution: {integrity: sha512-lNwku4Brv4OyHC6dQz5FtTOqJwHosR+2QhmgHkGaqAYeFiO5Sg56RZIoIgvGo4+zbMuXRYATUyhyYMNhBv3WCA==}
hasBin: true
'@git.zone/tsrun@1.2.46':
@ -644,6 +644,9 @@ packages:
'@push.rocks/smarttime@4.0.6':
resolution: {integrity: sha512-1whOow0YJw/TbN758TedRRxApoZbsvyxCVpoGjXh7DE/fEEgs7RCr4vVF5jYpyXNQuNMLpKJcTsSfyQ6RvH4Aw==}
'@push.rocks/smarttime@4.0.8':
resolution: {integrity: sha512-He+1ebBowVd8rW+VHZMFmz407xVMQf/JbyKr3s1ozoIlJS1AhZpDvlkzyqLV2tNMP1/cEBeo25ImJN2x1pksBA==}
'@push.rocks/smartunique@3.0.9':
resolution: {integrity: sha512-q6DYQgT7/dqdWi9HusvtWCjdsFzLFXY9LTtaZV6IYNJt6teZOonoygxTdNt9XLn6niBSbLYrHSKvJNTRH/uK+g==}
@ -3928,7 +3931,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@git.zone/tsdoc@1.3.5':
'@git.zone/tsdoc@1.3.8':
dependencies:
'@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23
@ -3943,7 +3946,7 @@ snapshots:
'@push.rocks/smartlog-destination-local': 9.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smarttime': 4.0.8
typedoc: 0.26.1(typescript@5.5.2)
typescript: 5.5.2
transitivePeerDependencies:
@ -4362,7 +4365,7 @@ snapshots:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smartstring': 4.0.15
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smarttime': 4.0.8
'@types/diff': 5.2.1
'@types/minimatch': 5.1.2
diff: 5.2.0
@ -4691,6 +4694,16 @@ snapshots:
is-nan: 1.3.2
pretty-ms: 8.0.0
'@push.rocks/smarttime@4.0.8':
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
croner: 7.0.7
dayjs: 1.11.11
is-nan: 1.3.2
pretty-ms: 8.0.0
'@push.rocks/smartunique@3.0.9':
dependencies:
'@types/uuid': 9.0.8

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.9.116',
version: '1.9.119',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}