diff --git a/changelog.md b/changelog.md index 78af111..1121a1b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2024-06-23 - 1.9.111 - fix(dependencies) +Update @git.zone/tsdoc to version 1.3.4 +- Updated @git.zone/tsdoc in package.json from version 1.3.2 to 1.3.4. +- Updated pnpm-lock.yaml to reflect the @git.zone/tsdoc version bump. +- Ensured all relevant dependencies and transitive dependencies reflect the new @git.zone/tsdoc version. + + ## 2024-06-23 - 1.9.110 - fix(changelog) Remove outdated entries and adjust formatting in changelog - Removed outdated entries from changelog @@ -22,3 +29,4 @@ Ensured accurate project metadata in package.json. - Corrected metadata fields to better reflect project details. - Updated author and version information for consistency. + diff --git a/package.json b/package.json index 8af3b86..85137bd 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/node": "^20.14.8" }, "dependencies": { - "@git.zone/tsdoc": "^1.3.2", + "@git.zone/tsdoc": "^1.3.4", "@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 9590e99..0da9972 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@git.zone/tsdoc': - specifier: ^1.3.2 - version: 1.3.2 + specifier: ^1.3.4 + version: 1.3.4 '@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.2': - resolution: {integrity: sha512-FdZnchj8D9xoGWJ0Z99qa2SxAXCmO2R3YE477RudF3QG+FMnT27+OtRwT0GqpxTXKr9PtZAfrvsPFMHqGequCQ==} + '@git.zone/tsdoc@1.3.4': + resolution: {integrity: sha512-L3HA7d+rEs5NIEpX/zTOMrTQNsbiUjDfXOX8mFJ5+Jg6sSYLJDSBUtpE/5FgLJ39s3CYMGgolJxAZfZJDXmRoA==} 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.0.4': - resolution: {integrity: sha512-6uYifD4rGjTp6KO8kdaVenXeef0uZOfQSTuLuG3+ubpMXwZNSp0iQWx+XgS5pQipzG0+3p4ddnQ7/R8gm7LWOg==} + '@push.rocks/smartgit@3.1.0': + resolution: {integrity: sha512-a3LbECFQSURkJc9t8CGJrzv7ZzfG1c83x424nb6jfj3jVJXCqjMvs1AkmpkUiro77J7yg4CavTu8vslAfrPIOw==} '@push.rocks/smartguard@3.0.2': resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==} @@ -3928,7 +3928,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@git.zone/tsdoc@1.3.2': + '@git.zone/tsdoc@1.3.4': dependencies: '@push.rocks/early': 4.0.4 '@push.rocks/npmextra': 5.0.23 @@ -3937,7 +3937,7 @@ snapshots: '@push.rocks/smartcli': 4.0.11 '@push.rocks/smartdelay': 3.0.5 '@push.rocks/smartfile': 11.0.20 - '@push.rocks/smartgit': 3.0.4 + '@push.rocks/smartgit': 3.1.0 '@push.rocks/smartinteract': 2.0.15 '@push.rocks/smartlog': 3.0.7 '@push.rocks/smartlog-destination-local': 9.0.2 @@ -4354,7 +4354,7 @@ snapshots: dependencies: gray-matter: 4.0.3 - '@push.rocks/smartgit@3.0.4': + '@push.rocks/smartgit@3.1.0': dependencies: '@push.rocks/smartenv': 5.0.12 '@push.rocks/smartfile': 11.0.20 @@ -4362,6 +4362,7 @@ snapshots: '@push.rocks/smartpromise': 4.0.3 '@push.rocks/smartshell': 3.0.5 '@push.rocks/smartstring': 4.0.15 + '@push.rocks/smarttime': 4.0.6 '@types/diff': 5.2.1 '@types/minimatch': 5.1.2 diff: 5.2.0 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1139156..3c5a8ae 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.110', + version: '1.9.111', description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' }