-
Notifications
You must be signed in to change notification settings - Fork 0
Update packages #15
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
base: main
Are you sure you want to change the base?
Update packages #15
Conversation
| "@typescript-eslint/eslint-plugin": "8.18.1", | ||
| "@typescript-eslint/parser": "8.18.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two were replaced by typescript-eslint
| "copyfiles": "^2.4.1", | ||
| "eslint": "9.17.0", | ||
| "eslint-config-prettier": "^9.1.0", | ||
| "eslint-plugin-node": "^11.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This didn't seem to be used so I removed it.
| "test:ci": "vitest run --coverage --reporter junit --outputFile test-results.xml" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/eslintrc": "3.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was only needed for the compat between .eslintrc and flat config
What
This updates all packages and uses the new ESLint flat config from @makerx/eslint-config.
Notes
I also bumped the version as a runtime dependency got bumped too.