Enhancements
Code Quality & Maintenance
-
Removed Unused Dependencies: Cleaned up chai and @types/chai packages that were no longer being used
- Reduces package size and dependency surface area
- Improves installation times
- See #143: Remove unused chai dependencies
-
Enhanced Test Coverage: Added additional test cases for
replaceAnsi()function- Improves code reliability and edge case handling
- See #140: Add additional replaceAnsi test
Dependencies
-
Updated @nevware21/ts-utils: Bumped minimum version from 0.11.8 to 0.12.6
- Includes latest improvements and fixes from ts-utils library
- Fixed internal typing issue with
_lazyGetValue - See #139: Bump @nevware21/ts-utils minimum version to 0.12.6
-
Updated Development Dependencies:
- @types/node from 24.10.9 to 25.1.0
- puppeteer from 24.34.0 to 24.36.1
- @microsoft/rush from 5.164.0 to 5.166.0
- lewagon/wait-on-check-action from 1.4.1 to 1.5.0
What's Changed
- Bump @microsoft/rush from 5.164.0 to 5.165.0 by @dependabot[bot] in #126
- Update GitHub Actions workflow for Rush version sync by @nev21 in #127
- Update auto-approve conditions for PRs by @nev21 in #128
- Delete .github/workflows/sync-rush-versions.yml by @nev21 in #129
- Bump @microsoft/rush from 5.165.0 to 5.166.0 by @dependabot[bot] in #131
- Bump puppeteer from 24.34.0 to 24.35.0 in the puppeteer group by @dependabot[bot] in #130
- Bump puppeteer from 24.35.0 to 24.36.0 in the puppeteer group by @dependabot[bot] in #133
- Bump lewagon/wait-on-check-action from 1.4.1 to 1.5.0 by @dependabot[bot] in #134
- Bump puppeteer from 24.36.0 to 24.36.1 in the puppeteer group by @dependabot[bot] in #136
- Bump @types/node from 24.10.9 to 25.1.0 in /core in the types group by @dependabot[bot] in #137
- Bump @nevware21/ts-utils minimum version to 0.12.6 by @Copilot in #139
- Add additional replaceAnsi test by @nev21 in #140
- Update Changelist for 0.1.3 by @nev21 in #141
- chore: Remove unused chai dependencies by @Copilot in #143
- [Release] Increase version to 0.1.4 by @nev21 in #144
Full Changelog: 0.1.3...0.1.4