File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 111.1.0
22
3+ Internal 🏡 (Modernization - 2025)
4+ - **Build System**: Replaced Rollup with tsup for 10-100x faster builds (~100ms vs several seconds)
5+ - **Linting**: Upgraded ESLint from v8.57.1 to v9.39.2 with modern flat config
6+ - **TypeScript**: Modernized configuration (ES2020 target, cleaned lib entries, added declarationMap)
7+ - **CI/CD**: Consolidated to GitHub Actions (removed CircleCI), updated all actions to v4, Node 20 LTS
8+ - **Dependencies**: Removed unused Rollup packages and tslib, added @eslint/js for ESLint 9
9+ - **Testing**: Fixed Jest watchman warnings, updated test-imports to skip UMD format (no longer built)
10+ - **Husky**: Updated to modern v9 syntax (removed deprecated install command)
11+ - **Output Formats**: Removed UMD and AMD formats (modern npm packages only need CJS + ESM)
12+
313Breaking Changes ⚠️
414- String & Number
515 - `.min()` and `.max()` now use inclusive comparisons (matching Yup behavior)
You can’t perform that action at this time.
0 commit comments