From 05bf7aa9d6686f97a94be71d16441a20ec38f0ee Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 23:07:30 +0200 Subject: [PATCH] fix(dependencies): Update @git.zone/tsdoc to version 1.3.5 --- changelog.md | 103 +++++++++++++++------------------------ package.json | 2 +- pnpm-lock.yaml | 10 ++-- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 47 insertions(+), 70 deletions(-) diff --git a/changelog.md b/changelog.md index b14640d..840c1a6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,81 +1,58 @@ # Changelog -## 2024-06-23 - 1.9.115 - fix(format) +## 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. +``` diff --git a/package.json b/package.json index 79b50ad..47119cd 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/node": "^20.14.8" }, "dependencies": { - "@git.zone/tsdoc": "^1.3.4", + "@git.zone/tsdoc": "^1.3.5", "@push.rocks/commitinfo": "^1.0.12", "@push.rocks/early": "^4.0.4", "@push.rocks/gulp-function": "^3.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0da9972..8671baa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@git.zone/tsdoc': - specifier: ^1.3.4 - version: 1.3.4 + specifier: ^1.3.5 + version: 1.3.5 '@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.4': - resolution: {integrity: sha512-L3HA7d+rEs5NIEpX/zTOMrTQNsbiUjDfXOX8mFJ5+Jg6sSYLJDSBUtpE/5FgLJ39s3CYMGgolJxAZfZJDXmRoA==} + '@git.zone/tsdoc@1.3.5': + resolution: {integrity: sha512-EdH2xpQmf7A7Ur6fq643HRnr+MeEEwMR0sWamTJ8qvAxEk7T+LypnPmDig5tCNIbfVBU2v4wrewiZAddA7aQCQ==} hasBin: true '@git.zone/tsrun@1.2.46': @@ -3928,7 +3928,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@git.zone/tsdoc@1.3.4': + '@git.zone/tsdoc@1.3.5': dependencies: '@push.rocks/early': 4.0.4 '@push.rocks/npmextra': 5.0.23 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 05a9262..f259147 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/cli', - version: '1.9.115', + version: '1.9.116', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }