Skip to content

Conversation

@magicxor
Copy link
Owner

Updates front-end dependencies to their latest versions.

This update ensures access to the newest features, bug fixes, and performance improvements provided by the respective libraries.

Updates front-end dependencies to their latest versions.

This update ensures access to the newest features, bug fixes, and performance improvements provided by the respective libraries.
Copilot AI review requested due to automatic review settings November 13, 2025 01:42
@magicxor magicxor self-assigned this Nov 13, 2025
@magicxor magicxor added dependencies Pull requests that update a dependency file enhancement labels Nov 13, 2025
Copy link
Contributor

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

This pull request updates front-end dependencies to their latest versions, including major version upgrades for several key development tools. The update includes a necessary configuration change to align with API changes in the newer versions of the build tooling.

  • Updates development dependencies to latest versions (Vite 6.4.1 → 7.2.2, ESLint 9.24.0 → 9.39.1, and others)
  • Corrects Vite configuration to use the proper Terser API (format instead of output)
  • Regenerates package-lock.json and minified JavaScript source maps to reflect the dependency updates

Reviewed Changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
Hikkaba.Web/WwwRootSources/package.json Updates all devDependencies to newer versions including major version bumps for cpy-cli (5→6), del-cli (6→7), eslint (9.24→9.39), and vite (6.4→7.2)
Hikkaba.Web/WwwRootSources/package-lock.json Regenerated lockfile reflecting all dependency version updates and their transitive dependencies
Hikkaba.Web/WwwRootSources/vite.config.js Corrects terserOptions configuration from deprecated output property to format property to align with Terser API
Hikkaba.Web/wwwroot/js/site.min.js.map Regenerated source map file from the build process using updated tooling
Files not reviewed (1)
  • Hikkaba.Web/WwwRootSources/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@magicxor magicxor merged commit a84f12e into master Nov 13, 2025
10 checks passed
@magicxor magicxor deleted the feature/update-front-end-deps branch November 13, 2025 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants