Skip to content

Conversation

@monkey0722
Copy link
Owner

This pull request updates project configuration files to modernize tooling and clarify environment requirements. The main changes include updating dependencies to newer versions, renaming a script for consistency, and specifying the required Node.js version and package manager.

Tooling and dependency updates:

  • Updated development dependencies in package.json to newer versions for tools such as jest, eslint, typescript, and related plugins.
  • Improved the jest transform configuration formatting for better readability.

Project configuration and environment:

  • Renamed the lint-fix script to lint:fix in package.json for consistency with common naming conventions.
  • Added engines field to specify required Node.js version (>=22) and declared the package manager as [email protected] in package.json.
  • Removed the .node-version file, which previously pinned Node.js to version 22.12.0, in favor of the new engines field.

@monkey0722 monkey0722 self-assigned this Sep 11, 2025
@monkey0722 monkey0722 merged commit 69b31eb into main Sep 11, 2025
1 check passed
@monkey0722 monkey0722 deleted the module-update branch September 11, 2025 11:42
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