Compare commits

...

12 Commits

Author SHA1 Message Date
a3b7a33bc2 1.9.106
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 18:41:16 +02:00
51fd699965 fix(dependencies): Updated @git.zone/tsdoc dependency from 1.2.2 to 1.3.0 in package.json and pnpm-lock.yaml. 2024-06-23 18:41:15 +02:00
45020805cb 1.9.105
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 17:45:06 +02:00
c9e384567e fix(changelog): Remove placeholder entries and adjust formatting in changelog. 2024-06-23 17:45:05 +02:00
152b436096 1.9.104
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 17:43:27 +02:00
99f88236cb fix(changelog): Fix changelog to remove placeholder entries and adjust formatting 2024-06-23 17:43:26 +02:00
af0cb494fd 1.9.103
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 17:41:51 +02:00
dc43deece9 fix(logging): Optimize logger instantiation and configuration. 2024-06-23 17:41:51 +02:00
2361bfcad4 1.9.102
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 17:13:41 +02:00
bb1e0a5679 fix(metadata): Ensure accurate project metadata in package.json 2024-06-23 17:13:40 +02:00
5463f6e459 1.9.101
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-06-23 16:48:03 +02:00
49729595b6 fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml 2024-06-23 16:48:02 +02:00
5 changed files with 37 additions and 35 deletions

View File

@ -1,25 +1,35 @@
# Changelog # Changelog
## {{nextVersion}} - {{nextVersionMessage}} ## 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.
- Fix: General core updates ## 1.9.99 - Core Updates
- update core components
## 1.9.99 ## 1.9.98 - Core Updates
- update core components
- Fix: General core updates ## 1.9.97 - Core Updates
- update core components
## 1.9.98 ## 1.9.96 - Core Updates
- update core components
- Fix: General core updates ## 1.9.95 - Core Updates
- update core components
## 1.9.97 ## 1.9.105 - fix(changelog): Remove placeholder entries and adjust formatting in changelog.
- Fix: General core updates ## 1.9.104 - Fix changelog and format adjustments
- Fix changelog to remove placeholder entries and adjust formatting
## 1.9.96 ## 1.9.103 - Logger Optimization
- Optimize logger instantiation and configuration
- Fix: General core updates ## 1.9.102 - Metadata Accuracy
- Ensure accurate project metadata in package.json
## 1.9.95 ## 1.9.101 - Dependency Update
- Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
- Fix: General core updates ## 1.9.100 - Changelog Writing Fix
- Fix variable reassignment issue in changelog writing step

View File

@ -1,7 +1,7 @@
{ {
"name": "@git.zone/cli", "name": "@git.zone/cli",
"private": false, "private": false,
"version": "1.9.100", "version": "1.9.106",
"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",
@ -58,7 +58,7 @@
"@types/node": "^20.14.8" "@types/node": "^20.14.8"
}, },
"dependencies": { "dependencies": {
"@git.zone/tsdoc": "^1.1.40", "@git.zone/tsdoc": "^1.3.0",
"@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",

19
pnpm-lock.yaml generated
View File

@ -9,8 +9,8 @@ importers:
.: .:
dependencies: dependencies:
'@git.zone/tsdoc': '@git.zone/tsdoc':
specifier: ^1.1.40 specifier: ^1.3.0
version: 1.1.40 version: 1.3.0
'@push.rocks/commitinfo': '@push.rocks/commitinfo':
specifier: ^1.0.12 specifier: ^1.0.12
version: 1.0.12 version: 1.0.12
@ -320,8 +320,8 @@ packages:
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==} resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
hasBin: true hasBin: true
'@git.zone/tsdoc@1.1.40': '@git.zone/tsdoc@1.3.0':
resolution: {integrity: sha512-lYkHYGZNAPLvr5BIAZ6pHPnYNBLmic4cFdWk7KRxuK+e38JQO22TCdMeUiBOBd+iRQ9P/ZiuOPoU68aS5nJLIA==} resolution: {integrity: sha512-1nY/hrVKCgg/E2n70PM8NCT+4Obs63F4Q+DdoIVb4FkwdaKgyNKmOrJVvrYpFgdp7wHw2ctlm4QfkqyDVhz1+g==}
hasBin: true hasBin: true
'@git.zone/tsrun@1.2.46': '@git.zone/tsrun@1.2.46':
@ -2175,8 +2175,8 @@ packages:
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
engines: {node: '>=16'} engines: {node: '>=16'}
isomorphic-git@1.26.1: isomorphic-git@1.26.2:
resolution: {integrity: sha512-bBZCORcyVf3yLCI10iDwpVnzTaXsMSHZ7m2DnhDLMa40SCiyuRpU7TqdYSdGpaAmxmcOL4zMmZWDxfWZOjK1yg==} resolution: {integrity: sha512-swKxfDm/GyaU5ojGwKtfs3EiHwlUf3iP1iIHPduaJHA5y1cIzMDFo3ogwdW6i00UmAjYQNKyF2BZgj/jz58/2A==}
engines: {node: '>=12'} engines: {node: '>=12'}
hasBin: true hasBin: true
@ -3928,7 +3928,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@git.zone/tsdoc@1.1.40': '@git.zone/tsdoc@1.3.0':
dependencies: dependencies:
'@push.rocks/early': 4.0.4 '@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23 '@push.rocks/npmextra': 5.0.23
@ -3943,6 +3943,7 @@ snapshots:
'@push.rocks/smartlog-destination-local': 9.0.2 '@push.rocks/smartlog-destination-local': 9.0.2
'@push.rocks/smartpath': 5.0.18 '@push.rocks/smartpath': 5.0.18
'@push.rocks/smartshell': 3.0.5 '@push.rocks/smartshell': 3.0.5
'@push.rocks/smarttime': 4.0.6
typedoc: 0.26.1(typescript@5.5.2) typedoc: 0.26.1(typescript@5.5.2)
typescript: 5.5.2 typescript: 5.5.2
transitivePeerDependencies: transitivePeerDependencies:
@ -4364,7 +4365,7 @@ snapshots:
'@types/diff': 5.2.1 '@types/diff': 5.2.1
'@types/minimatch': 5.1.2 '@types/minimatch': 5.1.2
diff: 5.2.0 diff: 5.2.0
isomorphic-git: 1.26.1 isomorphic-git: 1.26.2
'@push.rocks/smartguard@3.0.2': '@push.rocks/smartguard@3.0.2':
dependencies: dependencies:
@ -6506,7 +6507,7 @@ snapshots:
isexe@3.1.1: {} isexe@3.1.1: {}
isomorphic-git@1.26.1: isomorphic-git@1.26.2:
dependencies: dependencies:
async-lock: 1.4.1 async-lock: 1.4.1
clean-git-ref: 2.0.1 clean-git-ref: 2.0.1

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/cli', name: '@git.zone/cli',
version: '1.9.100', version: '1.9.106',
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.'
} }

View File

@ -1,15 +1,6 @@
import { commitinfo } from '@push.rocks/commitinfo';
import * as plugins from './plugins.js'; import * as plugins from './plugins.js';
export const logger = new plugins.smartlog.Smartlog({ export const logger = plugins.smartlog.Smartlog.createForCommitinfo(commitinfo);
minimumLogLevel: 'silly',
logContext: {
company: 'Task Venture Capital GmbH',
companyunit: 'Lossless Cloud',
containerName: 'local',
environment: 'local',
runtime: 'node',
zone: 'gitzone',
},
});
logger.addLogDestination(new plugins.smartlogDestinationLocal.DestinationLocal()); logger.addLogDestination(new plugins.smartlogDestinationLocal.DestinationLocal());