fix(config): migrate configuration loading to smartconfig and update build tooling compatibility

This commit is contained in:
2026-03-24 18:56:43 +00:00
parent c97306b22a
commit 3c3662d935
10 changed files with 164 additions and 135 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-24 - 2.2.4 - fix(config)
migrate configuration loading to smartconfig and update build tooling compatibility
- switch configuration loading and documentation to .smartconfig.json
- upgrade build and test dependencies for tsbuild 4.4.0 and TypeScript 6 compatibility
- remove deprecated tsconfig baseUrl and paths settings and add an lru-cache override to avoid type issues
## 2026-03-24 - 2.2.3 - fix(config)
update workflow repository URL handling and package config file references