Compare commits

...

12 Commits

Author SHA1 Message Date
4a9d98b3f9 1.9.121
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:52:49 +02:00
c99ff2556e fix(mod_commit): Fix changelog template rendering by removing extra new line when no version details are provided. 2024-06-23 23:52:48 +02:00
f1d75a3aba 1.9.120
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:41:20 +02:00
377fa83fe7 fix(mod_commit): Handle edge case for empty version details in changelog formatting 2024-06-23 23:41:19 +02:00
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
fe30629ff9 1.9.116
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:07:31 +02:00
05bf7aa9d6 fix(dependencies): Update @git.zone/tsdoc to version 1.3.5 2024-06-23 23:07:30 +02:00
5 changed files with 158 additions and 132 deletions

View File

@ -1,81 +1,90 @@
# Changelog
## 2024-06-23 - 1.9.115 - fix(format)
## 2024-06-23 - 1.9.121 - fix(mod_commit)
Fix changelog template rendering by removing extra new line when no version details are provided.
- Update package.json dependencies: @git.zone/tsdoc and @push.rocks/smartpromise to latest versions.
## 2024-06-23 - 1.9.120 - fix(mod_commit)
Handle edge case for empty version details in changelog formatting
- Added check for the length of the recommendedNextVersionDetails array
- Ensure no extra newline in changelog if there are no version details
## 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
- Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml from version 1.3.4 to 1.3.5
- Removed the outdated changelog.md file.
```
## 2024-06-23 - 1.9.114 - fix(format)
Fixed formatting issues across multiple TypeScript files.
- Improved code formatting in ts/00_commitinfo_data.ts
- Enhanced formatting consistency in ts/classes.gitzoneconfig.ts and ts/classes.project.ts
- Refined formatting in the gitzone SmartCLI implementation
- Updated code formatting in multiple files within the mod_format directory
- Standardized import and logging formats across project files
## 2024-06-23 - 1.9.113 - fix(mod_commit)
Remove extra new lines in changelog.
## 2024-06-23 - 1.9.112 - fix(core)
Update changelog formatting and remove outdated entries.
## 2024-06-23 - 1.9.114 - fix(mod_commit)
Remove extra new lines in changelog
## 2024-06-23 - 1.9.111 - fix(changelog)
Remove outdated changelog entries and update formatting.
- Fixed unnecessary new lines at the bottom of the changelog in the mod_commit step.
## 2024-06-23 - 1.9.110 - fix(dependencies)
Update @git.zone/tsdoc to version 1.3.4.
## 2024-06-23 - 1.9.109 - fix(changelog)
Remove outdated entries and adjust formatting in changelog.
## 2024-06-23 - 1.9.113 - fix(core)
Update changelog formatting and remove outdated entries
## 2024-06-23 - 1.9.108 - fix(dependencies)
Update @git.zone/tsdoc dependency to version 1.3.2.
- Removed outdated changelog entries for clarity.
- Updated changelog formatting for better readability.
## 2024-06-23 - 1.9.107 - fix(changelog)
Remove placeholder entries and adjust formatting in changelog.
## 2024-06-23 - 1.9.106 - fix(dependencies)
Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1.
## 2024-06-23 - 1.9.112 - fix(changelog)
Remove outdated changelog entries and update formatting
## 2024-06-23 - 1.9.105 - fix(dependencies)
Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
- Removed outdated changelog entries for clarity.
- Updated changelog formatting for better readability.
## 2024-06-23 - 1.9.104 - fix(changelog)
Remove placeholder entries and adjust formatting in changelog.
## 2024-06-23 - 1.9.103 - fix(changelog)
Fix changelog to remove placeholder entries and adjust formatting.
## 2024-06-23 - 1.9.110 - Dependencies
fix(dependencies): Update @git.zone/tsdoc to version 1.3.4
- Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml.
## 2024-06-23 - 1.9.102 - fix(logging)
Optimize logger instantiation and configuration.
## 2024-06-23 - 1.9.109 - Changelog
fix(changelog): Remove outdated entries and adjust formatting in changelog
- Removed outdated placeholder entries and adjusted formatting for better readability.
## 2024-06-23 - 1.9.108 - Dependencies
fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2
- Updated the @git.zone/tsdoc dependency to version 1.3.2 in package.json and pnpm-lock.yaml.
## 2024-06-23 - 1.9.107 - Changelog
fix(changelog): Remove placeholder entries and adjust formatting in changelog.
- Removed placeholder entries and adjusted formatting in changelog for clarity.
## 2024-06-23 - 1.9.106 - Dependencies
fix(dependencies): Updated @git.zone/tsdoc from version 1.3.0 to 1.3.1
- Updated the @git.zone/tsdoc dependency from version 1.3.0 to 1.3.1 in package.json and pnpm-lock.yaml.
## 2024-06-23 - 1.9.105 - Dependencies
fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
- Updated the @git.zone/tsdoc dependency from version 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml.
## 2024-06-23 - 1.9.104 - Changelog
fix(changelog): Remove placeholder entries and adjust formatting in changelog.
- Removed placeholder entries and improved formatting in changelog.
## 2024-06-23 - 1.9.103 - Changelog
fix(changelog): Fix changelog to remove placeholder entries and adjust formatting
- Corrected the changelog by removing placeholder entries and adjusting formatting.
## 2024-06-23 - 1.9.102 - Logging
fix(logging): Optimize logger instantiation and configuration.
- Optimized the instantiation and configuration of the logger for better performance.
## 2024-06-23 - 1.9.101 - Metadata
fix(metadata): Ensure accurate project metadata in package.json
- Corrected and ensured the accuracy of project metadata in package.json.
## 2024-06-23 - 1.9.100 - Dependencies
fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
- Updated the @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml.
## 2024-06-23 - 1.9.99 - Commit Handling
fix(mod_commit): Fix variable reassignment issue in changelog writing step
- Fixed an issue with variable reassignment in the changelog writing step.
## 2024-06-23 - 1.9.101 - fix(metadata)
Ensure accurate project metadata in package.json.
## 2024-06-23 - 1.9.100 - fix(dependencies)
Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml.
## 2024-06-23 - 1.9.99 - fix(mod_commit)
Fix variable reassignment issue in changelog writing step.
```

View File

@ -1,7 +1,7 @@
{
"name": "@git.zone/cli",
"private": false,
"version": "1.9.115",
"version": "1.9.121",
"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.4",
"@git.zone/tsdoc": "^1.3.9",
"@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4",
"@push.rocks/gulp-function": "^3.0.7",
@ -80,7 +80,7 @@
"@push.rocks/smartobject": "^1.0.12",
"@push.rocks/smartopen": "^2.0.0",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smartscaf": "^4.0.15",
"@push.rocks/smartshell": "^3.0.5",
"@push.rocks/smartstream": "^3.0.44",

141
pnpm-lock.yaml generated
View File

@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@git.zone/tsdoc':
specifier: ^1.3.4
version: 1.3.4
specifier: ^1.3.9
version: 1.3.9
'@push.rocks/commitinfo':
specifier: ^1.0.12
version: 1.0.12
@ -75,8 +75,8 @@ importers:
specifier: ^5.0.18
version: 5.0.18
'@push.rocks/smartpromise':
specifier: ^4.0.3
version: 4.0.3
specifier: ^4.0.4
version: 4.0.4
'@push.rocks/smartscaf':
specifier: ^4.0.15
version: 4.0.15
@ -320,8 +320,8 @@ packages:
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
hasBin: true
'@git.zone/tsdoc@1.3.4':
resolution: {integrity: sha512-L3HA7d+rEs5NIEpX/zTOMrTQNsbiUjDfXOX8mFJ5+Jg6sSYLJDSBUtpE/5FgLJ39s3CYMGgolJxAZfZJDXmRoA==}
'@git.zone/tsdoc@1.3.9':
resolution: {integrity: sha512-2FNoMi49oSmTKiQrjsLk2QImNSZwSM7aWFKJITdZnoQJkKuyWoGjZLpzRTMIU20ryuVN9Kw5JD5cqModdw29yQ==}
hasBin: true
'@git.zone/tsrun@1.2.46':
@ -517,8 +517,8 @@ packages:
'@push.rocks/smartfm@2.0.4':
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
'@push.rocks/smartgit@3.1.0':
resolution: {integrity: sha512-a3LbECFQSURkJc9t8CGJrzv7ZzfG1c83x424nb6jfj3jVJXCqjMvs1AkmpkUiro77J7yg4CavTu8vslAfrPIOw==}
'@push.rocks/smartgit@3.1.1':
resolution: {integrity: sha512-ANUzouwWO/ZZFP038cTbr+SdJSHX0mX6R7t8rNv68FRJMwuViuY/5Oop+el4d80HtQD25vQyfoWU7Mb8eACIwA==}
'@push.rocks/smartguard@3.0.2':
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
@ -599,8 +599,8 @@ packages:
'@push.rocks/smartpnpm@1.0.6':
resolution: {integrity: sha512-AD0U4n53LBdBnj9MXAMF7cAqjyE0j3xbTH7Bd1v5ywjt3aFOJockAwDBOP+3dEK1QUHM17p+VP9HdX1faTCtzw==}
'@push.rocks/smartpromise@4.0.3':
resolution: {integrity: sha512-z3lIso4/6KK3c6NFTVGZ7AOBsGURf8ha3qQtX/OxjZFk5dqS//8PLd0XqghVdIaUlRGmJ7Sfds/efZERWn1tAg==}
'@push.rocks/smartpromise@4.0.4':
resolution: {integrity: sha512-Mbh+DnX4+rVPEZgYU7LtTJI/AYoNn7+h27AycEFpPJW41DCfjTiXiI0+ecNdyO1AfbcL0Q02RQjoEauEWx5FQg==}
'@push.rocks/smartpuppeteer@2.0.2':
resolution: {integrity: sha512-EcYCT0PX++WjfHp7W5UYX3t8x5gSNpJMMUvhA7SHz8b2t76ItslNWxprRcF0CUQyN1fozbf5StZf7dwdGc/dIA==}
@ -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==}
@ -3695,7 +3698,7 @@ snapshots:
'@push.rocks/smartbuffer': 3.0.4
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartguard': 3.0.2
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/webrequest': 3.0.37
'@push.rocks/webstream': 1.0.10
@ -3722,7 +3725,7 @@ snapshots:
'@push.rocks/smartntml': 2.0.4
'@push.rocks/smartopen': 2.0.0
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartsitemap': 2.0.3
@ -3803,7 +3806,7 @@ snapshots:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartmarkdown': 3.0.3
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrouter': 1.0.16
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstate': 2.0.17
@ -3907,7 +3910,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
typescript: 5.4.5
'@git.zone/tsbundle@2.0.15':
@ -3919,7 +3922,7 @@ snapshots:
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartlog-destination-local': 9.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartspawn': 3.0.3
'@types/html-minifier': 4.0.5
esbuild: 0.19.12
@ -3928,7 +3931,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@git.zone/tsdoc@1.3.4':
'@git.zone/tsdoc@1.3.9':
dependencies:
'@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23
@ -3937,13 +3940,13 @@ snapshots:
'@push.rocks/smartcli': 4.0.11
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartgit': 3.1.0
'@push.rocks/smartgit': 3.1.1
'@push.rocks/smartinteract': 2.0.15
'@push.rocks/smartlog': 3.0.7
'@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:
@ -3973,7 +3976,7 @@ snapshots:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartshell': 3.0.5
'@push.rocks/tapbundle': 5.0.23
'@types/ws': 8.5.10
@ -4117,11 +4120,11 @@ snapshots:
'@push.rocks/early@4.0.4':
dependencies:
'@push.rocks/consolecolor': 2.0.2
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/gulp-function@3.0.7':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/through2': 2.0.41
through2: 3.0.2
@ -4142,7 +4145,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartstring': 4.0.15
'@push.rocks/smartunique': 3.0.9
'@push.rocks/taskbuffer': 3.1.7
@ -4152,7 +4155,7 @@ snapshots:
dependencies:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartmatch': 2.0.0
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smarttime': 4.0.6
'@types/minimatch': 5.1.2
@ -4164,7 +4167,7 @@ snapshots:
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/taskbuffer': 3.1.7
'@push.rocks/npmextra@5.0.23':
@ -4174,7 +4177,7 @@ snapshots:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/taskbuffer': 3.1.7
'@tsclass/tsclass': 4.0.60
@ -4183,7 +4186,7 @@ snapshots:
dependencies:
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartstring': 4.0.15
'@push.rocks/qenv@6.0.5':
@ -4201,7 +4204,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpdf': 3.1.6
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/webstream': 1.0.10
openai: 4.52.0
@ -4215,7 +4218,7 @@ snapshots:
dependencies:
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstream': 2.0.8
@ -4243,7 +4246,7 @@ snapshots:
'@push.rocks/smartbucket@2.0.4':
dependencies:
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstream': 2.0.8
'@tsclass/tsclass': 4.0.60
@ -4265,7 +4268,7 @@ snapshots:
'@push.rocks/smartchok@1.0.34':
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@tempfix/watcher': 2.3.0
@ -4274,17 +4277,17 @@ snapshots:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartobject': 1.0.12
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
yargs-parser: 21.1.1
'@push.rocks/smartdelay@3.0.5':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartenv@5.0.12':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartevent@2.0.5':
dependencies:
@ -4295,13 +4298,13 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
tree-kill: 1.2.2
'@push.rocks/smartexpect@1.0.21':
dependencies:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
fast-deep-equal: 3.1.3
'@push.rocks/smartfeed@1.0.11':
@ -4321,7 +4324,7 @@ snapshots:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartmime': 1.0.6
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartstream': 2.0.8
'@types/fs-extra': 11.0.4
@ -4340,7 +4343,7 @@ snapshots:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartmime': 2.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartstream': 3.0.44
'@types/fs-extra': 11.0.4
@ -4354,15 +4357,15 @@ snapshots:
dependencies:
gray-matter: 4.0.3
'@push.rocks/smartgit@3.1.0':
'@push.rocks/smartgit@3.1.1':
dependencies:
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@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
@ -4370,14 +4373,14 @@ snapshots:
'@push.rocks/smartguard@3.0.2':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartgulp@3.0.4':
dependencies:
'@push.rocks/smartevent': 2.0.5
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartstream': 3.0.44
'@types/through2': 2.0.41
through2: 4.0.2
@ -4385,7 +4388,7 @@ snapshots:
'@push.rocks/smarthash@3.0.4':
dependencies:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/through2': 2.0.41
through2: 4.0.2
@ -4400,7 +4403,7 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartobject': 1.0.12
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/inquirer': 9.0.7
inquirer: 9.2.23
@ -4416,7 +4419,7 @@ snapshots:
'@push.rocks/smartmarkdown': 3.0.3
'@push.rocks/smartmustache': 3.0.2
'@push.rocks/smartpnpm': 1.0.6
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartshell': 3.0.5
'@tsclass/tsclass': 4.0.60
transitivePeerDependencies:
@ -4430,7 +4433,7 @@ snapshots:
dependencies:
'@push.rocks/consolecolor': 2.0.2
'@push.rocks/smartlog-interfaces': 3.0.2
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartlog-interfaces@3.0.2':
dependencies:
@ -4495,7 +4498,7 @@ snapshots:
'@push.rocks/smartarchive': 3.0.8
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smartversion': 3.0.5
@ -4522,7 +4525,7 @@ snapshots:
'@push.rocks/smartparam@1.1.10':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
minimatch: 9.0.4
'@push.rocks/smartpath@5.0.18': {}
@ -4534,7 +4537,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartnetwork': 3.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartpuppeteer': 2.0.2
'@push.rocks/smartunique': 3.0.9
'@tsclass/tsclass': 4.0.60
@ -4553,7 +4556,7 @@ snapshots:
dependencies:
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smartpromise@4.0.3': {}
'@push.rocks/smartpromise@4.0.4': {}
'@push.rocks/smartpuppeteer@2.0.2':
dependencies:
@ -4569,7 +4572,7 @@ snapshots:
'@push.rocks/smartrequest@2.0.22':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smarturl': 3.0.7
agentkeepalive: 4.5.0
form-data: 4.0.0
@ -4580,7 +4583,7 @@ snapshots:
'@push.rocks/smartrx@3.0.7':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
rxjs: 7.8.1
'@push.rocks/smartscaf@4.0.15':
@ -4591,7 +4594,7 @@ snapshots:
'@push.rocks/smarthbs': 3.0.3
'@push.rocks/smartinteract': 2.0.15
'@push.rocks/smartparam': 1.1.10
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smartyaml': 2.0.5
@ -4599,7 +4602,7 @@ snapshots:
dependencies:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartexit': 1.0.23
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/which': 3.0.4
tree-kill: 1.2.2
which: 4.0.0
@ -4624,7 +4627,7 @@ snapshots:
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smarttime': 4.0.6
engine.io: 6.5.4
@ -4638,7 +4641,7 @@ snapshots:
'@push.rocks/smartspawn@3.0.3':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
spawn-wrap: 2.0.0
threads: 1.7.0
tiny-worker: 2.3.0
@ -4650,13 +4653,13 @@ snapshots:
'@push.rocks/isohash': 2.0.1
'@push.rocks/lik': 6.0.15
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/webstore': 2.0.20
'@push.rocks/smartstream@2.0.8':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@types/from2': 2.3.5
'@types/through2': 2.0.41
@ -4667,7 +4670,7 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstring@4.0.15':
@ -4685,7 +4688,17 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
croner: 7.0.7
dayjs: 1.11.11
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.4
croner: 7.0.7
dayjs: 1.11.11
is-nan: 1.3.2
@ -4730,7 +4743,7 @@ snapshots:
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartexpect': 1.0.21
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smarttime': 4.0.6
transitivePeerDependencies:
- bufferutil
@ -4742,7 +4755,7 @@ snapshots:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smartunique': 3.0.9
@ -4752,7 +4765,7 @@ snapshots:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/webstore': 2.0.20
'@push.rocks/websetup@3.0.19':
@ -4767,7 +4780,7 @@ snapshots:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@tempfix/idb': 8.0.3
fake-indexeddb: 5.0.2

View File

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

View File

@ -74,7 +74,11 @@ export const run = async (argvArg: any) => {
changelog = changelog.replaceAll('{{nextVersion}}', (await commitInfo.getNextPlannedVersion()).versionString);
changelog = changelog.replaceAll('{{nextVersionScope}}', `${await answerBucket.getAnswerFor('commitType')}(${await answerBucket.getAnswerFor('commitScope')})`);
changelog = changelog.replaceAll('{{nextVersionMessage}}', nextCommitObject.recommendedNextVersionMessage);
changelog = changelog.replaceAll('{{nextVersionDetails}}', '- ' + nextCommitObject.recommendedNextVersionDetails.join('\n- '));
if (nextCommitObject.recommendedNextVersionDetails?.length > 0) {
changelog = changelog.replaceAll('{{nextVersionDetails}}', '- ' + nextCommitObject.recommendedNextVersionDetails.join('\n- '));
} else {
changelog = changelog.replaceAll('\n{{nextVersionDetails}}', '');
}
await plugins.smartfile.memory.toFs(changelog, plugins.path.join(paths.cwd, `changelog.md`));