chore: actualizar dependencias a React 19, corregir vulnerabilidades y limpiar git and add it to .gitignore#3
Open
juandiegows wants to merge 3 commits intoplatzi:mainfrom
Open
chore: actualizar dependencias a React 19, corregir vulnerabilidades y limpiar git and add it to .gitignore#3juandiegows wants to merge 3 commits intoplatzi:mainfrom
juandiegows wants to merge 3 commits intoplatzi:mainfrom
Conversation
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.
chore: actualizar dependencias a React 19, corregir vulnerabilidades y limpiar git
Descripción:
Descripción de los cambios
Este PR tiene como objetivo modernizar las dependencias del proyecto y mejorar la higiene del repositorio.
Actualización de Framework
Se actualizó React y React-DOM a la versión 19.0.0 para aprovechar las últimas mejoras de rendimiento y APIs del framework.
Seguridad y Optimización
Se ejecutó npm audit fix --force para mitigar vulnerabilidades críticas y moderadas en las dependencias de desarrollo, incluyendo la actualización de Vite y esbuild.
Se sincronizaron las versiones en el archivo package-lock.json.
Se eliminó la carpeta node_modules del historial de Git para reducir el peso del repositorio.
Se configuró correctamente el archivo .gitignore para evitar que las dependencias locales se vuelvan a subir accidentalmente.