withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Optimizations
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(astro): include .ts and .js in server optimizeDeps entries to prevent mid-request dep re-optimization in Cloudflare dev
factory/fix-18130
8 hours ago
fix(astro): print every frame of an error's stack trace formatErrorStackTrace kept the stack lines with STACK_LINE_REGEXP.test(), a module-level regex with the g flag. test() on a global regex starts at lastIndex, which a match leaves at the end of " at ", and ^ cannot match there. So after each kept frame the next one was dropped, and every other frame was missing from the stack printed in the terminal. IRRELEVANT_STACK_REGEXP had the same flag, so a stale lastIndex from one call could miss the first dependency frame of the next, the error's cause. Both are only used with test(), so drop the flag.
L4XB:fix/stack-trace-every-frame
8 hours ago
fixes a linting error
qzio:port-of-golangs-csrf-check
12 hours ago
Merge remote-tracking branch 'upstream/main' into port-of-golangs-csrf-check
qzio:port-of-golangs-csrf-check
12 hours ago
Drop integration test and shorten changeset Review feedback on #18078: rewrites are routing, so the unit tests through the real validator are enough, and the changeset follows the contribution guide: one present-tense line on the user-visible fix.
manuelgruber:fix/rewrite-route-validation
22 hours ago
Merge remote-tracking branch 'origin/main' into spike/astro-vite-plugin # Conflicts: # packages/astro/src/core/build/static-build.ts
spike/astro-vite-plugin
1 day ago
fix: update merged js-yaml lock entry
renovate/js-yaml-5.x
1 day ago
fix(assets): apply the SVG output check to the generic image endpoint The generic endpoint is what every adapter other than `@astrojs/node` runs in production, and it never had any check on `f=svg`: with a service that echoes the requested format, a raster source came back labelled `image/svg+xml`. Build its response through the same helper as the dev and node endpoints so the label is verified against the bytes there too. Local sources cannot be exercised through the test adapter, since this endpoint fetches them from its own origin over HTTP, so the tests use `data:` URIs. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
wxh06:fix/image-endpoint-svg-byte-check
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Add .ts and .js to server environment optimizeDeps entries glob
#18133
10 hours ago
88928db
factory/fix-18130
CodSpeed Performance Gauge
0%
fix(astro): print every frame of an error's stack trace
#18131
8 hours ago
5a0414a
L4XB:fix/stack-trace-every-frame
CodSpeed Performance Gauge
0%
Port Go's csrf protection
#15595
12 hours ago
e28c79c
qzio:port-of-golangs-csrf-check
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs