-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependencies #76
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
Conversation
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.
Pull Request Overview
Updates project dependencies to their latest versions, including TypeScript, ESLint, Babel, and Webpack, while modernizing the ESLint configuration from legacy format to flat config.
- Bumped package version from 2.5.1 to 2.6.0
- Updated multiple dependencies including ESLint (9.19.0 → 9.33.0), Babel runtime, and development tools
- Migrated ESLint configuration from legacy .eslintrc format to modern flat config format
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
package.json | Updated dependency versions and bumped package version to 2.6.0 |
eslint.config.mjs | Modernized ESLint configuration to use flat config format with explicit plugin imports |
.eslintrc | Removed legacy ESLint configuration file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
"node-polyfill-webpack-plugin": "^4.1.0", | ||
"webpack-cli": "^6.0.1", | ||
"webpack-dev-server": "^4.15.2" | ||
"webpack-dev-server": "^5.2.2" |
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.
Webpack Dev Server v5 introduced breaking changes from v4. Ensure that any webpack configuration files and development scripts are compatible with the new major version's API changes.
Copilot uses AI. Check for mistakes.
Updated: