-
Notifications
You must be signed in to change notification settings - Fork 42
Comparing changes
Open a pull request
base repository: akameco/extract-react-intl-messages
base: v5.0.0
head repository: akameco/extract-react-intl-messages
compare: master
- 12 commits
- 13 files changed
- 2 contributors
Commits on Jul 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea32503 - Browse repository at this point
Copy the full SHA ea32503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229a31e - Browse repository at this point
Copy the full SHA 229a31eView commit details
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7581f0c - Browse repository at this point
Copy the full SHA 7581f0cView commit details
Commits on Aug 28, 2025
-
Add deepmerge dependency and remove lodash.mergewith
Replace lodash.mergewith with deepmerge package for configuration merging functionality to improve maintainability and reduce bundle size.
Configuration menu - View commit details
-
Copy full SHA for e6d7c85 - Browse repository at this point
Copy the full SHA e6d7c85View commit details -
Merge pull request #127 from akameco/feat/babel-config-path-support
Replace lodash.mergewith with deepmerge dependency
Configuration menu - View commit details
-
Copy full SHA for 71ddd9c - Browse repository at this point
Copy the full SHA 71ddd9cView commit details -
Update dependencies to latest versions and modernize configuration
- Update major packages: meow@13, js-yaml@4, glob@11, prettier@3, husky@9, lint-staged@16 - Migrate to ESM modules with "type": "module" in package.json - Update Husky to v9 format with simplified .husky/pre-commit configuration - Modernize meow CLI configuration with importMeta and shortFlag syntax - Update js-yaml API calls from deprecated safeLoad/safeDump to load/dump - Fix TypeScript configuration for Node16 module resolution with ESM - Update Jest configuration for ESM support with proper transform settings - Fix test files to use updated js-yaml API - Resolve all ESLint errors with proper type annotations - Update lint-staged configuration format - All tests passing (15/16, 1 skipped) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 1f71e7d - Browse repository at this point
Copy the full SHA 1f71e7dView commit details -
Modernize dependencies by replacing with Node.js built-in APIs
- Replace pify with util.promisify() (Node.js built-in) - Replace mkdirp with fs.mkdirSync({ recursive: true }) (Node.js v10.12+) - Remove @types/pify and @types/mkdirp as no longer needed - Fix TypeScript type errors from promisify transformation - Add ESLint suppressions for necessary any types in Babel integration - Maintain backward compatibility while reducing external dependencies - All tests passing and build successful This reduces the package size and leverages modern Node.js APIs since the minimum required version is Node.js 20. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for b203c68 - Browse repository at this point
Copy the full SHA b203c68View commit details -
Since we've manually updated all dependencies to the latest versions and modernized the codebase, the automated Renovate bot is no longer needed. Dependencies can be managed manually going forward. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 804414c - Browse repository at this point
Copy the full SHA 804414cView commit details -
Replace @akameco/tsconfig with modern TypeScript configuration
- Remove @akameco/tsconfig dependency - Create comprehensive modern tsconfig.json with: - ES2022 target for Node.js 20+ compatibility - Node16 module resolution for ESM support - Strict type checking with all recommended rules - Declaration and source map generation - Proper include/exclude patterns - All builds, tests, and linting passing with new configuration - Better type safety and development experience 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 09cd834 - Browse repository at this point
Copy the full SHA 09cd834View commit details -
Remove unnecessary @types/jest dependency
- Removed @types/jest as Jest provides built-in TypeScript support - All tests continue to pass without issues - Reduces bundle size and dependency count 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 18fbb29 - Browse repository at this point
Copy the full SHA 18fbb29View commit details -
Update .gitignore to modern best practices
- Add comprehensive file patterns for better coverage - Include OS-specific files (.DS_Store, Thumbs.db) - Add IDE and editor temporary files - Include log files and runtime data patterns - Add coverage directories for testing tools 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c355859 - Browse repository at this point
Copy the full SHA c355859View commit details
Commits on Sep 1, 2025
-
Merge pull request #128 from akameco/chore/update-dependencies
Modernize dependencies and configurations
Configuration menu - View commit details
-
Copy full SHA for 5e8f220 - Browse repository at this point
Copy the full SHA 5e8f220View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.0.0...master