Avatar for the withastro user
withastro
astro
BlogDocsChangelog

Performance History

Latest Results

fix(config-alias): skip data URIs in CSS url() alias resolution Data URIs like url('data:image/svg+xml;base64,...') were incorrectly matched by the baseUrl alias regex and passed to fs.statSync(), which throws ENAMETOOLONG when the base64 string exceeds the OS filename length limit (255 bytes). Add an early return in replaceAliases() to skip data: URIs since they are inline content, not file paths to resolve. Fixes #17293
triagebot/fix-17293
23 minutes ago
chore: add changesets
chinna250801:fix/security-patches
1 hour ago
Merge branch 'main' into feat/step-2
leekeh:feat/step-2
14 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix ENAMETOOLONG crash when CSS data URIs are processed by tsconfig alias plugin#17294
54 minutes ago
ee57c57
triagebot/fix-17293
CodSpeed Performance Gauge
0%
1 hour ago
d803ec2
chinna250801:fix/security-patches
CodSpeed Performance Gauge
-24%
2 hours ago
4e9e42d
feat/csp-elem-attr
© 2026 CodSpeed Technology
Home Terms Privacy Docs