withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: add changeset for glob-loader negation pattern fix
godfengliang:fix-glob-negation-pattern
4 minutes ago
fix: handle negation patterns correctly in glob-loader watcher When globOptions.pattern is an array containing negation entries like ['src/content/*.md', '!src/content/README.md'], picomatch.isMatch() treats each array element independently and returns true if ANY pattern matches - including negation patterns themselves. This causes every changed file to be treated as a collection entry, producing schema errors for unrelated files like .astro/data-store.json. The fix uses picomatch() to compile patterns into a matcher function that correctly handles negation patterns within the array. Fixes #16851
godfengliang:fix-glob-negation-pattern
16 minutes ago
Emit hashchange events with view transitions
destruc7i0n:t70/hashchange-view-transitions
9 hours ago
Update view transition hash removal test
destruc7i0n:t70/hashchange-view-transitions
11 hours ago
Emit hashchange events with view transitions
destruc7i0n:t70/hashchange-view-transitions
11 hours ago
fix: type error TS2322
fkatsuhiro:fix/actions-hmr-invalidate
20 hours ago
docs: add JSDoc to config module
omsrisrieternalradhakrsna:docs/add-jsdoc-config
23 hours ago
fix: improve error message with debugging context
omsrisrieternalradhakrsna:fix/improve-error-message
24 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Emit hashchange events with view transitions
#16935
9 hours ago
a4af043
destruc7i0n:t70/hashchange-view-transitions
CodSpeed Performance Gauge
0%
Fix HMR for action files during development
#16932
20 hours ago
8f52610
fkatsuhiro:fix/actions-hmr-invalidate
CodSpeed Performance Gauge
0%
docs: add JSDoc to config module
#16928
24 hours ago
5fb4584
omsrisrieternalradhakrsna:docs/add-jsdoc-config
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs