withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor: remove the unused pageInput set from viteBuild `viteBuild` built a `pageInput` set of module ids and never read it. Its consumer was `ssrBuild(opts, internals, pageInput, container)`, which went away with the Environment API in #14306; the producer stayed behind, along with a comment that already suspected itself ("comment above may be outdated ?"). With the set gone, the `routeIsRedirect` guard around its only write has no body left, so it goes too, and with it the now-unused import. No behaviour change: nothing else in the repo reads `pageInput`.
irontaek:cleanup/drop-unused-page-input
7 hours ago
Match a locale segment case- and separator-insensitively in computeCurrentLocale The loop pre-filtered candidates with segment.includes(locale), which is case- and separator-sensitive, before the normalized comparison that is case- and separator-insensitive. The filter therefore rejected exactly the segments the comparison exists to accept, and Astro.currentLocale silently fell through to the default locale for a URL like /FR/about or /en-us/about. pathHasLocale, in the same module, already answers the same question with the normalized comparison and no pre-filter, so the two disagreed. The existing case-insensitivity test could not catch this: it asserted /EN/about resolves to 'en' while 'en' was also the default, so it passed whether the segment matched or the lookup fell through.
NgoQuocViet2001:fix-current-locale-case-insensitive
20 hours ago
Swap out cli exiftool for npm package
Sprogel:sharp-exif
1 day ago
chore: add changeset
gameroman:improve-fonts-jsdoc
2 days ago
fix: improve jsdoc for fonts
gameroman:improve-fonts-jsdoc
2 days ago
chore: simplify the changeset wording Claude-Session: https://claude.ai/code/session_014g8U1AeyHM49Tt6jqNadty
Chy-Zaber-Bin-Zahid:feat/error-hints-request-handling
2 days ago
fix(incremental): key each page's sheet hash by route Grouping by component and folding an unsorted multiset lost which route contributed which sheet list, so two routes sharing a component that swapped their resolved sheets hashed the same. Prefix each per-page hash with the route. Also restore the fixture stylesheets from `after` rather than the last line of `before`, so a failed build does not leave them edited. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
elevatebart:elevate-bot/astro-cache-issue-3e4007
2 days ago
fix(incremental): use a drive-lettered root in the unit test on Windows `rootRelativePath` calls `fileURLToPath`, which rejects a driveless file URL on Windows, and the new propagated-styles case is the first in this file to reach it. Derive the root and the module ids from a platform-appropriate project directory. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
elevatebart:elevate-bot/astro-cache-issue-3e4007
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
refactor: remove the unused pageInput set from viteBuild
#17987
7 hours ago
29f19fd
irontaek:cleanup/drop-unused-page-input
CodSpeed Performance Gauge
0%
Astro.currentLocale ignores a URL segment that differs only in case or separator
#17984
20 hours ago
b4efa81
NgoQuocViet2001:fix-current-locale-case-insensitive
CodSpeed Performance Gauge
0%
Sharp image service exif passthrough options
#17947
1 day ago
c6cd269
Sprogel:sharp-exif
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs