withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test: exercise debounced module-import trigger on delete/clear/clearAll (#17707) Prior tests called writeModuleImports() explicitly right after delete/clear, which forced the rebuild to run synchronously regardless of whether the new #writeModulesImportsDebounced() calls inside delete()/clear()/clearAll() were wired correctly. Reverting those three trigger lines still passed all existing assertions. Rewrite the delete/clear tests to rely on waitUntilSaveComplete() alone, add a clearAll()-specific test, and add a rename test (delete(oldId) + set(newId)) matching the issue's actual reported scenario. Verified: reverting the three trigger lines makes the delete/clear/clearAll tests fail; restoring them makes all pass.
wakqasahmed:fix/content-modules-stale-import-17707
8 hours ago
fix(check): show clear message instead of crashing under TypeScript 7 (#17268) The astro-check package had its own unguarded require.resolve('typescript') call, separate from the one already fixed in astro's install-package.ts. Under TypeScript 7, this threw an uncaught ERR_PACKAGE_PATH_NOT_EXPORTED a few lines after the install-detection gate, which is worse than the original 'please install typescript' prompt. TypeScript 7's native compiler does not yet ship the programmatic Language Service API astro check relies on (see withastro/roadmap#1321), so full diagnostics support isn't possible yet. This instead surfaces a clear, actionable message pointing at that tracking discussion instead of crashing or showing a misleading 'not installed' prompt. The @astrojs/check peerDependencies typescript range intentionally still excludes ^7.0.0, since astro check genuinely cannot run diagnostics under TypeScript 7 yet.
wakqasahmed:fix/ts7-not-installed-check-17268
8 hours ago
fix: correctly detect installed packages under TypeScript 7's export map (#17268)
wakqasahmed:fix/ts7-not-installed-check-17268
9 hours ago
fix: rebuild module imports after content entry deletion (#17707)
wakqasahmed:fix/content-modules-stale-import-17707
9 hours ago
add: changeset file
fkatsuhiro:remove/warnForPropertyAccess-function
12 hours ago
fix(assets): keep apng out of VALID_SUPPORTED_FORMATS
lazerg:fix/issue-17709-apng-import
15 hours ago
fix(assets): support importing .apng files
lazerg:fix/issue-17709-apng-import
15 hours ago
Fix Cloudflare custom worker parity
triage-17600
18 hours ago
Latest Branches
CodSpeed Performance Gauge
+17%
fix: rebuild module imports after content entry deletion
#17713
9 hours ago
42f1045
wakqasahmed:fix/content-modules-stale-import-17707
CodSpeed Performance Gauge
0%
fix(check): handle TypeScript 7 not exposing default export (#17268)
#17714
9 hours ago
f02c286
wakqasahmed:fix/ts7-not-installed-check-17268
CodSpeed Performance Gauge
+17%
Remove: warnForPropertyAccess function
#17712
12 hours ago
97225b3
fkatsuhiro:remove/warnForPropertyAccess-function
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs