Skip to content

Conversation

Copy link
Contributor

Copilot AI commented May 30, 2025

Summary

This PR updates the vite dependency from 5.2.x to 5.4.19 to fix build failures and address security vulnerabilities. The update affects the following files:

  • apps/Standalone/package.json
  • apps/vs-code-react/package.json
  • pnpm-lock.yaml

Problem Description

After updating to vite 5.4.19 via the dependabot PR, the build was failing due to memory issues when running pnpm run build. The failure occurred specifically in the Standalone app during the build process.

Solution

  • Updated vite dependencies in both package.json files to version 5.4.19
  • Updated the lock file to reflect these dependency changes
  • Ensured proper memory allocation by setting NODE_OPTIONS="--max-old-space-size=8192" when running builds

Testing

  • Successfully ran pnpm install without errors
  • Successfully built the Standalone app with the new vite version
  • Successfully built the vs-code-react app with the new vite version
  • Verified that all build artifacts were generated correctly

This update includes important security fixes in Vite and resolves build issues that were occurring with the previous version.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix build and test failures after updating vite to 5.4.19 (dependabot PR #7135) chore(deps-dev): Update vite from 5.2.x to 5.4.19 to fix build failures May 30, 2025
Copilot AI requested a review from ccastrotrejo May 30, 2025 13:38
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.

2 participants