[Backport] fix: upgrade vite to latest stable version 7.1.7#31
Closed
Dhruwang wants to merge 2 commits into
Closed
[Backport] fix: upgrade vite to latest stable version 7.1.7#31Dhruwang wants to merge 2 commits into
Dhruwang wants to merge 2 commits into
Conversation
- Updates vite from 7.0.0 to 7.0.7 in react-native package - Resolves security vulnerabilities flagged by dependabot - Updates corresponding pnpm lockfile entries
- Updates vite from 7.0.7 to 7.1.7 (latest stable) - Addresses all dependabot security warnings - Includes latest security patches and improvements - Updates corresponding pnpm lockfile entries
|
pandeymangg
approved these changes
Sep 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Backport PR to release/2.3.0
This is a backport of the Vite upgrade to the latest stable version (7.1.7) to the
release/2.3.0branch to ensure the released version also receives all security fixes and improvements.Original PR
Main branch PR: #30
Description
This PR backports the Vite upgrade from version 7.0.0 to 7.1.7 (latest stable) to address security vulnerabilities flagged by Dependabot.
Changes
vitedependency from7.0.0to7.1.7(latest stable) inpackages/react-native/package.jsonpnpm-lock.yamlWhy This Backport
Security Impact
Type of Change
Checklist