chore: actualizar dependencias a sus últimas versiones#19
Merged
Conversation
Upgrade Astro, Tailwind CSS, and development tooling, and add the referenced web manifest so Astro serves it as a static asset without router warnings.\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s frontend/tooling dependencies to newer stable versions and adds a missing site.webmanifest static asset so Astro can serve /site.webmanifest directly (avoiding router warnings from a referenced-but-missing manifest).
Changes:
- Bumps core dependencies in
package.json(Astro 7,@astrojs/react6, Tailwind 4.3.3, plus lint/format tooling updates). - Adds
public/site.webmanifestto ensure the manifest URL resolves as a static file.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| public/site.webmanifest | Adds a web app manifest as a static asset so /site.webmanifest is served without routing fallback/warnings. |
| package.json | Updates dependency versions to align with the intended newer Astro/React/Tailwind and tooling stack. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Actualiza la base tecnológica para mantener el proyecto alineado con las versiones estables actuales y elimina el warning del router provocado por un manifiesto referenciado pero inexistente.
Cambios
@astrojs/react6 y Tailwind CSS 4.3.3.site.webmanifestcomo recurso estático para evitar que Astro intente resolver/site.webmanifestmediante rutas dinámicas.Validación
pnpm buildpnpm exec eslint .pnpm outdated --format jsonsin dependencias pendientes