Skip to content

chore(deps): upgrade ESLint to v10 and TS to v6#72

Merged
monkey0722 merged 6 commits into
mainfrom
feat/20260414
Apr 13, 2026
Merged

chore(deps): upgrade ESLint to v10 and TS to v6#72
monkey0722 merged 6 commits into
mainfrom
feat/20260414

Conversation

@monkey0722
Copy link
Copy Markdown
Owner

This pull request updates the ESLint configuration and development dependencies to use the latest versions and modern JavaScript module syntax. The most important changes are grouped below:

ESLint Configuration Modernization:

  • Renamed eslint.config.js to eslint.config.mjs and updated the file to use ES module syntax (import/export default instead of require/module.exports). Also replaced __dirname with import.meta.dirname for compatibility with ESM.

Dependency Updates:

  • Upgraded several development dependencies to their latest versions, including @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, jest, lefthook, prettier, ts-jest, and typescript.

@monkey0722 monkey0722 self-assigned this Apr 13, 2026
@monkey0722 monkey0722 merged commit 03c4f11 into main Apr 13, 2026
@monkey0722 monkey0722 deleted the feat/20260414 branch April 13, 2026 20:40
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.

1 participant