Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and configurations for Node.js compatibility #154

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CristianDeluxe
Copy link

This Pull Request addresses compatibility issues with the current version of Node.js (Node16+ and ESM support). The following changes have been made to ensure the project works seamlessly with the latest ecosystem updates and remains maintainable in the future:

Dependency Updates:

All outdated libraries have been upgraded to their latest versions.
Replaced deprecated rules and configurations in ESLint and Prettier.

Node.js Compatibility:

Updated tsconfig.json, adjusted import resolution and linting rules for compatibility with modern TypeScript and ESM.

ESLint Configuration:

Migrated to flat config and resolved conflicts with updated eslint-plugin-jsdoc and eslint-plugin-import.
Fixed issues with deprecated valid-jsdoc rule by integrating eslint-plugin-jsdoc.

Prettier Integration:

Integrated @oclif/prettier-config and added overrides for project-specific formatting.

With these updates, the project is now fully compatible with modern Node.js versions and tools while leveraging the latest features and improvements. This ensures long-term usability and maintainability. 🚀

P.S.: I would love to see this code merged! Please let me know if there are any additional changes you'd like me to make or if there's anything I can adjust to improve this PR. 😊

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