Update dependencies and improve code quality#114
Merged
knowledgecode merged 6 commits intomasterfrom Dec 14, 2025
Merged
Conversation
- Add plugins option documentation to format.md - Update timezone examples to reflect correct offsets - Fix formatting consistency in code examples
- Upgrade TypeScript to 5.8 - Update build tools and testing frameworks - Modernize development dependencies
- Modernize ESLint configuration with new flat config format - Update Rollup build configuration for better output - Refine TypeScript compiler options for stricter type checking - Add path alias configuration to Vitest - Update .gitignore for better file exclusion
- Enhance type safety across core modules - Standardize code formatting and style consistency - Refine locale definitions for better maintainability - Improve plugin implementations - Update numeral system handlers
- Standardize import statements across all test files - Improve code formatting in test suites - Ensure consistency with updated source code - Refine test assertions and expectations
- Improve code quality and type safety in utility scripts - Standardize formatting in locale, timezone, and zonename tools - Enhance maintainability of build tooling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes comprehensive updates to dependencies, build configuration, and code quality improvements across the codebase.
Changes
format()andparse()functions with plugin examples and corrected timezone offset examplesFiles Changed
Test Plan
npm run buildto verify build succeedsnpm run testto ensure all tests passnpm run lintto verify code quality