GitShow/withastro/astro
withastro

astro

The web framework for content-driven websites. ⭐️ Star to support our work!

by withastro
astroblogbrowsercomponentshybridislandsnodeserver
Star on GitHubForkWebsitenpm

TypeScript

60.6k stars3.6k forks1.2k contributorsActive · 7h agoSince 2021@astrojs/cloudflare@14.0.2

Meet the team

See all 1184 on GitHub →
matthewp
matthewp2.0k contributions
astrobot-houston
astrobot-houston1.6k contributions
ematipico
ematipico1.2k contributions
FredKSchott
FredKSchott1.1k contributions
Princesseuh
Princesseuh966 contributions
natemoo-re
natemoo-re848 contributions
bluwy
bluwy781 contributions
github-actions[bot]Bot
github-actions[bot]593 contributions

Languages

View on GitHub →
TypeScript94%
Astro3.3%
JavaScript2.2%
CSS0.1%
Vue0.1%
MDX0.1%
Other0.1%

Commit activity

Last 12 weeks · 674 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
100
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Active · Last activity 7h ago
See all on GitHub →
matthewp
Fix dev server restart causing missing deps_ssr file errorsOpenPR

Changes Fixes an error that could appear after the dev server restarts when using an adapter that reuses its dev runtime across restarts (e.g. ). A request would fail with a : Root cause: on restart, re-ran and pushed onto the carried-over again, producing a duplicate. The duplicate changed the environment's optimizeDeps config hash, forcing a spurious dependency re-optimization on every restart. That re-optimization could leave the reused runtime importing pre-bundled files that had just been rewritten, producing the error above. Fix: only add the condition when it isn't already present, keeping the config hash stable across restarts so no needless re-optimization is triggered. Testing Adds a unit test asserting adds the condition exactly once when called repeatedly (simulating restart). Docs No docs update needed; this is an internal dev-server bug fix with no API change.

matthewp · 25m ago
dupontcyborg
fix(language-server): bump volar-service-* to 0.0.71 (CVE-2026-33532)OpenPR

Changes Bump volar-service- deps 0.0.70 → 0.0.71 to resolve yaml CVE-2026-33532 pulls → , which is vulnerable to CVE-2026-33532 (GHSA-48c2-rrv3-qjmp, stack-overflow DoS, fixed in yaml 2.8.3). moves to → . Bumping the full volar-service- set in lockstep to keep them aligned against . This propagates the fix down to via its range, no change needed there. Testing No tests added; patch version bump of volar dependencies. Docs This should have zero user-facing effects beyond removing CVE-2026-33532 from their security scanners.

dupontcyborg · 2h ago
FrancoKaddour
fix(@astrojs/react): suppress spurious "Invalid hook call" warning in React 19 dev modeOpenPR

Fixes #16767 In React 19 dev mode, the renderer probe calls the component inside a wrapper during SSR. When the component uses hooks, React emits an "Invalid hook call" warning because the hooks run in 's render context instead of the component's own. The warning is a false positive — the component works correctly. This wraps the probe render with a targeted suppressor that filters only the "Invalid hook call" message, leaving all other errors intact.

FrancoKaddour · 2h ago
Structured data for AI agents

Repository: withastro/astro. Description: The web framework for content-driven websites. ⭐️ Star to support our work! Stars: 60626, Forks: 3580. Primary language: TypeScript. Languages: TypeScript (94%), Astro (3.3%), JavaScript (2.2%), CSS (0.1%), Vue (0.1%). Homepage: https://astro.build Topics: astro, blog, browser, components, hybrid, islands, node, server, static, static-site-generator, universal. Latest release: @astrojs/cloudflare@14.0.2 (17h ago). Open PRs: 60, open issues: 52. Last activity: 7h ago. Community health: 100%. Top contributors: matthewp, astrobot-houston, ematipico, FredKSchott, Princesseuh, natemoo-re, bluwy, github-actions[bot], florian-lefebvre, bholmesdev and others.

·@ofershap

Replace github.com with gitshow.dev