Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Modernize dependencies and configurations#128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
akameco merged 6 commits intomasterfromchore/update-dependencies
Sep 1, 2025

Conversation

@akameco
Copy link
Owner

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 withClaude Code

akamecoand others added6 commitsAugust 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 successfulThis reduces the package size and leverages modern Node.js APIs sincethe 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 andmodernized 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>
@akamecoakameco marked this pull request as ready for reviewAugust 28, 2025 13:33
@akamecoakameco merged commit5e8f220 intomasterSep 1, 2025
2 checks passed
@akamecoakameco deleted the chore/update-dependencies branchSeptember 1, 2025 14:27
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@akameco

[8]ページ先頭

©2009-2025 Movatter.jp