From 5c0834aa48110d7ab897413010a3d4c9d2d1a48c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 19:58:18 +0200 Subject: [PATCH] fix(dependencies): Update @git.zone/tsdoc dependency to version 1.3.2 --- changelog.md | 9 ++++++++- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index bc530d9..62340c8 100644 --- a/changelog.md +++ b/changelog.md @@ -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 + diff --git a/package.json b/package.json index ee4e7e1..74fcf3c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8823acf..9590e99 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2a1bbb4..46f237e 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.108', + version: '1.9.109', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }