Skip to content

Conversation

timea-solid
Copy link
Member

Updated:

  • typescript
  • eslint
  • babel
  • others
  • webpack

@timea-solid timea-solid requested a review from Copilot August 28, 2025 17:24
Copilot

This comment was marked as outdated.

@timea-solid timea-solid requested a review from Copilot August 28, 2025 17:30
Copilot

This comment was marked as outdated.

@timea-solid timea-solid requested a review from Copilot August 28, 2025 17:35
Copilot

This comment was marked as outdated.

@timea-solid timea-solid requested a review from Copilot August 28, 2025 17:39
Copy link

@Copilot Copilot AI left a 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"
Copy link
Preview

Copilot AI Aug 28, 2025

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.

@timea-solid timea-solid merged commit 18d90b4 into main Aug 28, 2025
8 checks passed
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