fix(package): Update dependency scopes/versions, fix imports and scripts, add pnpm workspace, remove GitLab CI

This commit is contained in:
2025-08-26 19:42:20 +00:00
parent 428f159ff7
commit a698d6cd35
11 changed files with 7922 additions and 3611 deletions

94
changelog.md Normal file
View File

@@ -0,0 +1,94 @@
# Changelog
## 2025-08-26 - 1.0.17 - fix(package)
Update dependency scopes/versions, fix imports and scripts, add pnpm workspace, remove GitLab CI
- Normalized package scopes to include dot notation (e.g. @push.rocks/*) and updated internal import paths in TypeScript files
- Updated runtime dependencies: @push.rocks/smartdelay -> ^3.0.5, @push.rocks/smartpromise -> ^4.2.3 (other @push.rocks/* deps kept/validated)
- Switched dev tooling packages to @git.zone/* namespace and bumped @git.zone/tstest version
- Adjusted npm scripts: more verbose test command and changed build target to use tsfolders
- Added pnpm-workspace.yaml and packageManager entry in package.json
- Removed .gitlab-ci.yml CI configuration
## 2024-05-29 - 1.0.16 - chore
Project metadata and TypeScript configuration updates.
- Update package description.
- Update tsconfig for TypeScript configuration.
- Update npmextra.json (githost) entries.
- Switch to new organization scheme (org restructuring).
## 2023-01-08 - 1.0.15 - fix(core)
Core fixes and maintenance.
- Apply core updates and fixes.
## 2022-06-26 - 1.0.14 - fix(core)
Core fixes and maintenance.
- Apply core updates and fixes.
## 2021-04-21 - 1.0.13 - fix(core)
Core fixes and maintenance.
- Apply core updates and fixes.
## 2020-02-03 - 1.0.12 - fix(core)
Core fixes and maintenance.
- Apply core updates and fixes.
## 2019-10-23 - 1.0.11 - fix(core)
Core fixes and maintenance.
- Apply core updates and fixes.
## 2018-12-02 - 1.0.10 - fix(core)
Core fixes and maintenance.
- Apply core updates and fixes.
## 2018-12-02 - 1.0.9 - test
Test updates.
- Update and improve tests.
## 2018-09-07 - 1.0.8 - fix(core)
Core fixes and maintenance.
- Apply core updates and fixes.
## 2018-08-21 - 1.0.7 - fix
Remove obsolete logging.
- Remove obsolete console.log statements.
## 2018-08-19 - 1.0.6 - ci
Continuous integration cleanup.
- Remove obsolete build dependencies from CI/build configuration.
## 2018-08-19 - 1.0.5 - dependencies
Dependency updates.
- Update project dependencies.
## 2018-07-13 - 1.0.4 - package
Package metadata fixes.
- Fix package name in metadata.
## 2018-07-12 - 1.0.3 - meta
Tag-only release.
- No code changes recorded for this tag (tagging/release bookkeeping only).
## 2018-07-12 - 1.0.2 - package
Project setup.
- Fix project/package setup issues.
## 2018-07-12 - 1.0.1 - init
Initial release.
- Initial project release and base setup.