Skip to content

chore: actualizar dependencias a sus últimas versiones#19

Merged
midudev merged 1 commit into
mainfrom
midudev-actualizar-dependencias
Jul 21, 2026
Merged

chore: actualizar dependencias a sus últimas versiones#19
midudev merged 1 commit into
mainfrom
midudev-actualizar-dependencias

Conversation

@midudev

@midudev midudev commented Jul 21, 2026

Copy link
Copy Markdown
Owner

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

  • Actualiza todas las dependencias directas, incluidos Astro 7, @astrojs/react 6 y Tailwind CSS 4.3.3.
  • Regenera el lockfile con las nuevas resoluciones.
  • Añade site.webmanifest como recurso estático para evitar que Astro intente resolver /site.webmanifest mediante rutas dinámicas.

Validación

  • pnpm build
  • pnpm exec eslint .
  • pnpm outdated --format json sin dependencias pendientes

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>
Copilot AI review requested due to automatic review settings July 21, 2026 10:50
@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
alg0-dev Ready Ready Preview, Comment Jul 21, 2026 10:50am

@midudev
midudev merged commit 9e42895 into main Jul 21, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/react 6, Tailwind 4.3.3, plus lint/format tooling updates).
  • Adds public/site.webmanifest to 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.

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