diff --git a/changelog.md b/changelog.md index 332a51f..edf70a2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,22 @@ # Changelog +## 1.9.106 - fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml. + +## 1.9.99 - Core Updates +- update core components + +## 1.9.98 - Core Updates +- update core components + +## 1.9.97 - Core Updates +- update core components + +## 1.9.96 - Core Updates +- update core components + +## 1.9.95 - Core Updates +- update core components + ## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog. ## 1.9.104 - Fix changelog and format adjustments diff --git a/package.json b/package.json index fa5f824..c7f531e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/node": "^20.14.8" }, "dependencies": { - "@git.zone/tsdoc": "^1.2.2", + "@git.zone/tsdoc": "^1.3.0", "@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 42c6242..a3c3f05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@git.zone/tsdoc': - specifier: ^1.2.2 - version: 1.2.2 + specifier: ^1.3.0 + version: 1.3.0 '@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.2.2': - resolution: {integrity: sha512-Oj1VUqMbfCpDB1UAggQd0qD9+7f7pvGKbZ6d2LNHU/lK4p7AbWg7WBu1GO6EiskV1s2SUFt9M0yAiAgpz+XeQg==} + '@git.zone/tsdoc@1.3.0': + resolution: {integrity: sha512-1nY/hrVKCgg/E2n70PM8NCT+4Obs63F4Q+DdoIVb4FkwdaKgyNKmOrJVvrYpFgdp7wHw2ctlm4QfkqyDVhz1+g==} hasBin: true '@git.zone/tsrun@1.2.46': @@ -2175,8 +2175,8 @@ packages: resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} engines: {node: '>=16'} - isomorphic-git@1.26.1: - resolution: {integrity: sha512-bBZCORcyVf3yLCI10iDwpVnzTaXsMSHZ7m2DnhDLMa40SCiyuRpU7TqdYSdGpaAmxmcOL4zMmZWDxfWZOjK1yg==} + isomorphic-git@1.26.2: + resolution: {integrity: sha512-swKxfDm/GyaU5ojGwKtfs3EiHwlUf3iP1iIHPduaJHA5y1cIzMDFo3ogwdW6i00UmAjYQNKyF2BZgj/jz58/2A==} engines: {node: '>=12'} hasBin: true @@ -3928,7 +3928,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@git.zone/tsdoc@1.2.2': + '@git.zone/tsdoc@1.3.0': dependencies: '@push.rocks/early': 4.0.4 '@push.rocks/npmextra': 5.0.23 @@ -3943,6 +3943,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 typedoc: 0.26.1(typescript@5.5.2) typescript: 5.5.2 transitivePeerDependencies: @@ -4364,7 +4365,7 @@ snapshots: '@types/diff': 5.2.1 '@types/minimatch': 5.1.2 diff: 5.2.0 - isomorphic-git: 1.26.1 + isomorphic-git: 1.26.2 '@push.rocks/smartguard@3.0.2': dependencies: @@ -6506,7 +6507,7 @@ snapshots: isexe@3.1.1: {} - isomorphic-git@1.26.1: + isomorphic-git@1.26.2: dependencies: async-lock: 1.4.1 clean-git-ref: 2.0.1 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9bc0578..7d24df3 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.105', + version: '1.9.106', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }