fix(deps): bump dependencies, update build/test configuration, and reorganize npmextra configuration

This commit is contained in:
2026-01-04 15:20:54 +00:00
parent 2110278cac
commit 8d7f9d1b10
8 changed files with 1680 additions and 1391 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 2026-01-04 - 2.3.7 - fix(deps)
bump dependencies, update build/test configuration, and reorganize npmextra configuration
- Update devDependencies: @git.zone/tsbuild to ^4.0.2, @git.zone/tsbundle to ^2.6.3, @git.zone/tstest to ^3.1.4, @types/node to ^25.0.3
- Update dependencies: @api.global/typedrequest to ^3.2.5, @design.estate/dees-comms to ^1.0.30, lit to ^3.3.2
- Replace import of 'lenis' with '@tempfix/lenis' (^1.3.17) and update ts import
- Change test script to use --verbose and move browser test file to test.chromium.ts
- Remove experimentalDecorators and useDefineForClassFields from tsconfig.json
- Rework npmextra.json: migrate keys to scoped entries (@git.zone/cli, @git.zone/tsdoc), add release registries and accessLevel, add @ship.zone/szci and include tsdoc legal text
## 2025-11-16 - 2.3.6 - fix(readme)
Normalize README formatting and improve breakpoint helpers section