fix(build): enforce stricter TypeScript checks and update build dependencies

This commit is contained in:
2026-04-30 08:51:24 +00:00
parent d526a7d8dd
commit 26d0fed2d4
9 changed files with 705 additions and 307 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 4.7.1 - fix(build)
enforce stricter TypeScript checks and update build dependencies
- enable noImplicitAny in tsconfig and remove the build flag override to enforce strict typing during builds
- add explicit null guards in tests for free port and default gateway results
- update development and runtime dependencies and refresh pnpm metadata
## 2026-04-26 - 4.7.0 - feat(ipintelligence)
add canonical RDAP CIDR coverage and derive CIDRs from IPv4 start/end ranges