Skip to content

Conversation

@akameco
Copy link
Owner

@akameco akameco commented Aug 28, 2025

Summary

  • Updated all dependencies to latest versions with ESM support
  • Replaced external configs with modern in-project configurations
  • Removed unnecessary dependencies and legacy configurations
  • Updated .gitignore to comprehensive patterns

Changes

  • Major dependency updates: meow@13, js-yaml@4, glob@11, prettier@3, husky@9, lint-staged@16
  • Replaced @akameco/tsconfig with modern TypeScript configuration
  • Removed unnecessary devDependencies: @types/jest, react, react-intl, rimraf
  • Modernized to use Node.js built-in APIs (fs.rm, util.promisify)
  • Updated configuration files to latest best practices

🤖 Generated with Claude Code

akameco and others added 6 commits August 28, 2025 21:45
- 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>
- 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>
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>
- 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>
- 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>
- 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>
@akameco akameco marked this pull request as ready for review August 28, 2025 13:33
@akameco akameco merged commit 5e8f220 into master Sep 1, 2025
2 checks passed
@akameco akameco deleted the chore/update-dependencies branch September 1, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants