Compare commits
21 Commits
Author | SHA1 | Date | |
---|---|---|---|
924470407a | |||
f346a397d5 | |||
c05f2d35e5 | |||
c0a409bbc9 | |||
7cb798077d | |||
fc4409bea4 | |||
27ee8195e8 | |||
2f80abafc2 | |||
0d95cda8b5 | |||
4a9d98b3f9 | |||
c99ff2556e | |||
f1d75a3aba | |||
377fa83fe7 | |||
8199c6c2cc | |||
3ef785438e | |||
d8fe8bae64 | |||
ad4175b3f9 | |||
707c1718a3 | |||
7e0df65de6 | |||
fe30629ff9 | |||
05bf7aa9d6 |
@ -18,12 +18,12 @@ fileName: package.json
|
|||||||
"author": "{{author.name}}",
|
"author": "{{author.name}}",
|
||||||
"license": "{{module.license}}",
|
"license": "{{module.license}}",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@api.global/typedserver": "^1.0.16",
|
"@api.global/typedserver": "^3.0.51",
|
||||||
"@consentsoftware_private/catalog": "^1.0.73",
|
"@consentsoftware_private/catalog": "^1.0.73",
|
||||||
"@design.estate/dees-domtools": "^2.0.23",
|
"@design.estate/dees-domtools": "^2.0.23",
|
||||||
"@design.estate/dees-element": "^2.0.15",
|
"@design.estate/dees-element": "^2.0.15",
|
||||||
"@push.rocks/smartlog": "^2.0.1",
|
"@push.rocks/qenv": "^6.0.5",
|
||||||
"@push.rocks/qenv": "^5.0.2",
|
"@push.rocks/smartlog": "^3.0.7",
|
||||||
"@push.rocks/smartpath": "^5.0.5",
|
"@push.rocks/smartpath": "^5.0.5",
|
||||||
"@push.rocks/smartstate": "^2.0.0",
|
"@push.rocks/smartstate": "^2.0.0",
|
||||||
"@push.rocks/websetup": "^3.0.15"
|
"@push.rocks/websetup": "^3.0.15"
|
||||||
|
@ -3,10 +3,10 @@ import * as paths from './ffb.paths.js';
|
|||||||
|
|
||||||
export const runCli = async () => {
|
export const runCli = async () => {
|
||||||
const serviceQenv = new plugins.qenv.Qenv('./', './.nogit', false);
|
const serviceQenv = new plugins.qenv.Qenv('./', './.nogit', false);
|
||||||
const websiteServer = new plugins.loleWebsiteserver.LoleWebsiteServer({
|
const websiteServer = new plugins.typedserver.utilityservers.UtilityWebsiteServer({
|
||||||
feedMetadata: null,
|
feedMetadata: null,
|
||||||
domain: '{{module.projectDomain}}',
|
domain: '{{module.projectDomain}}',
|
||||||
serveDir: paths.distWebDir
|
serveDir: paths.distWebDir,
|
||||||
});
|
});
|
||||||
await websiteServer.start();
|
await websiteServer.start();
|
||||||
};
|
};
|
||||||
|
@ -45,7 +45,7 @@ const run = async () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const serviceWorker = serviceworker.getServiceWorker();
|
const serviceWorker = serviceworker.getServiceworkerClient();
|
||||||
|
|
||||||
const mainTemplate = html`
|
const mainTemplate = html`
|
||||||
<style>
|
<style>
|
||||||
|
159
changelog.md
159
changelog.md
@ -1,81 +1,114 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2024-06-23 - 1.9.115 - fix(format)
|
## 2024-09-29 - 1.9.125 - fix(cli)
|
||||||
|
Fix package version configuration and formatting issues
|
||||||
|
|
||||||
|
- Updated metadata fields in package.json (repository URL, bugs URL, and homepage).
|
||||||
|
- Ensured presence and correctness of essential fields in package.json (main, typings, files, scripts, etc.).
|
||||||
|
- Added missing Prettier default TypeScript and Markdown configurations.
|
||||||
|
|
||||||
|
## 2024-09-27 - 1.9.124 - fix(cli)
|
||||||
|
Ensured proper existence and initialization of readme files
|
||||||
|
|
||||||
|
- Ensured readme.md and readme.hints.md files are created and initialized if they do not exist.
|
||||||
|
|
||||||
|
## 2024-09-27 - 1.9.123 - fix(core)
|
||||||
|
No changes detected
|
||||||
|
|
||||||
|
|
||||||
|
## 2024-09-27 - 1.9.123 - fix(core)
|
||||||
|
Update dependencies and improve build configurations
|
||||||
|
|
||||||
|
- Updated several dependencies in package.json for better compatibility
|
||||||
|
- Changed typedserver dependency version in website template
|
||||||
|
- Adjusted website server and service worker in templates
|
||||||
|
- Added security and test workflows for Gitea repositories
|
||||||
|
- Added and configured .gitignore, .npmrc, .vscode settings for the project
|
||||||
|
- Provided initial structure for readme and readme hints
|
||||||
|
|
||||||
|
## 2024-06-24 - 1.9.122 - fix(mod_commit)
|
||||||
|
Update package.json dependencies: @git.zone/tsdoc and @push.rocks/smartpromise to latest versions.
|
||||||
|
|
||||||
|
- - Updated @git.zone/tsdoc to ^1.3.12
|
||||||
|
- - Updated @push.rocks/smartfile to ^11.0.21
|
||||||
|
|
||||||
|
## 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.
|
Fixed formatting issues across multiple TypeScript files.
|
||||||
|
|
||||||
- Improved code formatting in ts/00_commitinfo_data.ts
|
## 2024-06-23 - 1.9.113 - fix(mod_commit)
|
||||||
- Enhanced formatting consistency in ts/classes.gitzoneconfig.ts and ts/classes.project.ts
|
Remove extra new lines in changelog.
|
||||||
- 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.112 - fix(core)
|
||||||
|
Update changelog formatting and remove outdated entries.
|
||||||
|
|
||||||
## 2024-06-23 - 1.9.114 - fix(mod_commit)
|
## 2024-06-23 - 1.9.111 - fix(changelog)
|
||||||
Remove extra new lines in 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)
|
## 2024-06-23 - 1.9.108 - fix(dependencies)
|
||||||
Update changelog formatting and remove outdated entries
|
Update @git.zone/tsdoc dependency to version 1.3.2.
|
||||||
|
|
||||||
- Removed outdated changelog entries for clarity.
|
## 2024-06-23 - 1.9.107 - fix(changelog)
|
||||||
- Updated changelog formatting for better readability.
|
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)
|
## 2024-06-23 - 1.9.105 - fix(dependencies)
|
||||||
Remove outdated changelog entries and update formatting
|
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.
|
## 2024-06-23 - 1.9.104 - fix(changelog)
|
||||||
- Updated changelog formatting for better readability.
|
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
|
## 2024-06-23 - 1.9.102 - fix(logging)
|
||||||
fix(dependencies): Update @git.zone/tsdoc to version 1.3.4
|
Optimize logger instantiation and configuration.
|
||||||
- Updated the @git.zone/tsdoc dependency in package.json and pnpm-lock.yaml.
|
|
||||||
|
|
||||||
## 2024-06-23 - 1.9.109 - Changelog
|
## 2024-06-23 - 1.9.101 - fix(metadata)
|
||||||
fix(changelog): Remove outdated entries and adjust formatting in changelog
|
Ensure accurate project metadata in package.json.
|
||||||
- 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.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.
|
||||||
|
18
package.json
18
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/cli",
|
"name": "@git.zone/cli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.9.115",
|
"version": "1.9.125",
|
||||||
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
||||||
"main": "dist_ts/index.ts",
|
"main": "dist_ts/index.ts",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
@ -52,13 +52,13 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://pages.foss.global/git.zone/cli",
|
"homepage": "https://pages.foss.global/git.zone/cli",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.80",
|
"@git.zone/tsbuild": "^2.1.84",
|
||||||
"@git.zone/tsrun": "^1.2.46",
|
"@git.zone/tsrun": "^1.2.49",
|
||||||
"@git.zone/tstest": "^1.0.90",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@types/node": "^20.14.8"
|
"@types/node": "^22.7.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@git.zone/tsdoc": "^1.3.4",
|
"@git.zone/tsdoc": "^1.3.12",
|
||||||
"@push.rocks/commitinfo": "^1.0.12",
|
"@push.rocks/commitinfo": "^1.0.12",
|
||||||
"@push.rocks/early": "^4.0.4",
|
"@push.rocks/early": "^4.0.4",
|
||||||
"@push.rocks/gulp-function": "^3.0.7",
|
"@push.rocks/gulp-function": "^3.0.7",
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"@push.rocks/smartchok": "^1.0.34",
|
"@push.rocks/smartchok": "^1.0.34",
|
||||||
"@push.rocks/smartcli": "^4.0.11",
|
"@push.rocks/smartcli": "^4.0.11",
|
||||||
"@push.rocks/smartdelay": "^3.0.5",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
"@push.rocks/smartfile": "^11.0.20",
|
"@push.rocks/smartfile": "^11.0.21",
|
||||||
"@push.rocks/smartgulp": "^3.0.4",
|
"@push.rocks/smartgulp": "^3.0.4",
|
||||||
"@push.rocks/smartinteract": "^2.0.15",
|
"@push.rocks/smartinteract": "^2.0.15",
|
||||||
"@push.rocks/smartjson": "^5.0.20",
|
"@push.rocks/smartjson": "^5.0.20",
|
||||||
@ -80,14 +80,14 @@
|
|||||||
"@push.rocks/smartobject": "^1.0.12",
|
"@push.rocks/smartobject": "^1.0.12",
|
||||||
"@push.rocks/smartopen": "^2.0.0",
|
"@push.rocks/smartopen": "^2.0.0",
|
||||||
"@push.rocks/smartpath": "^5.0.18",
|
"@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/smartscaf": "^4.0.15",
|
||||||
"@push.rocks/smartshell": "^3.0.5",
|
"@push.rocks/smartshell": "^3.0.6",
|
||||||
"@push.rocks/smartstream": "^3.0.44",
|
"@push.rocks/smartstream": "^3.0.44",
|
||||||
"@push.rocks/smartunique": "^3.0.9",
|
"@push.rocks/smartunique": "^3.0.9",
|
||||||
"@push.rocks/smartupdate": "^2.0.6",
|
"@push.rocks/smartupdate": "^2.0.6",
|
||||||
"@types/through2": "^2.0.41",
|
"@types/through2": "^2.0.41",
|
||||||
"prettier": "^3.3.2",
|
"prettier": "^3.3.3",
|
||||||
"through2": "^4.0.2"
|
"through2": "^4.0.2"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
1588
pnpm-lock.yaml
generated
1588
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
name: '@git.zone/cli',
|
||||||
version: '1.9.115',
|
version: '1.9.125',
|
||||||
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,11 @@ export const run = async (argvArg: any) => {
|
|||||||
changelog = changelog.replaceAll('{{nextVersion}}', (await commitInfo.getNextPlannedVersion()).versionString);
|
changelog = changelog.replaceAll('{{nextVersion}}', (await commitInfo.getNextPlannedVersion()).versionString);
|
||||||
changelog = changelog.replaceAll('{{nextVersionScope}}', `${await answerBucket.getAnswerFor('commitType')}(${await answerBucket.getAnswerFor('commitScope')})`);
|
changelog = changelog.replaceAll('{{nextVersionScope}}', `${await answerBucket.getAnswerFor('commitType')}(${await answerBucket.getAnswerFor('commitScope')})`);
|
||||||
changelog = changelog.replaceAll('{{nextVersionMessage}}', nextCommitObject.recommendedNextVersionMessage);
|
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`));
|
await plugins.smartfile.memory.toFs(changelog, plugins.path.join(paths.cwd, `changelog.md`));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user