Open
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…pdate (#16124) * fix(content): clear stale asset imports on content collection entry update * fix lint errors
* fix(vercel): edge middleware next() drops HTTP method and body * fix: conditional and format-sensitive
* Update dev head metadata for non-runnable pipeline * Refine non-runnable component metadata loading * Load component metadata in non-runnable dev * Remove unused export for virtual component metadata constant * Add docs for virtual component metadata module
…to 'node' (#16162) Co-authored-by: Matthew Phillips <matthewphillips@cloudflare.com>
…nts (#16142) * fix(container): don't escape slot HTML in renderToString during build * performance issue * oops * apply Erika's suggestion * use `isHTMLString` within `markHTMLString` * simplify test fixtures * format * remove the no longer used `Symbol.toStringTag` from `HTMLString` * rename to `htmlStringSymbol` * update changeset * Apply suggestion from @ematipico --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
…16034) Co-authored-by: astrobot-houston <fred+astrobot@astro.build>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…16154) * Fix periods in URLs with trailing slashes causing 404s in dev server (#16140) Pages with dots in their filenames (e.g. `hello.world.astro`) were incorrectly treated as file-extension paths, forcing `trailingSlash: 'never'` regardless of user config. Only endpoints with file extensions should force this behavior. * ci: retry flaky e2e tests * ci: retry flaky e2e tests --------- Co-authored-by: Matthew Phillips <matthewphillips@cloudflare.com>
) * docs(language-tools): mention js/ts settings namespace in vscode * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…6183) A spurious import of createLoggerFromFlags from cli/flags.ts was added to the client-side PostComment.tsx component via a sync commit, breaking hydration and causing Comment and Logout tests to fail.
…rts (#16059) * fix: preserve viteServer.restart wrapper chain for Cloudflare adapter * add changeset * fix: use Vite in-place restart for config changes to preserve Cloudflare miniflare instance * use vite.resolveConfig to get a proper ResolvedConfig instead of patching inlineConfig * fix watcher listener accumulation, null-check hot.send, move restartInFlight to finally, add tests * fix port drift on restart by passing current httpServer port to createVite * remove non-actionable CSP dev warning * merge main, fix restart tests to use static fixture dir
* fix(astro): remove unused re-exports causing Vite build warning (#16188) * chore: add changeset --------- Co-authored-by: astrobot-houston <fred+astrobot@astro.build>
…seAge (#16211) * Exclude astro-og-canvas@0.11.0 from minimumReleaseAge * Exclude @types/node@24.12.2 from minimumReleaseAge
* refactor(astro): migrate all remaining tests to typescript * Fix renderHead
* fix(deps): upgrade vite, picomatch, unstorage to address security advisories - vite: ^7.3.1 → ^7.3.2 (GHSA-4w7w-66w2-5vf9, GHSA-v2wj-q39q-566r, GHSA-p9ff-h696-f583) - picomatch: ^4.0.3 → ^4.0.4 (GHSA-3v7f-55p6-f55p, GHSA-c2c7-rcm5-vvqj) - unstorage: ^1.17.4 → ^1.17.5 (pulls h3 ^1.15.10 → defu ^6.1.6, fixing GHSA-737v-mqg7-c878) - pnpm overrides for transitive picomatch 2.x and vite 7.x in monorepo * chore: add changeset
* fix(astro): harden nested object path lookups * refactor: deduplicate FORBIDDEN_PATH_KEYS into @astrojs/internal-helpers/object * Update .changeset/harden-object-path-lookups.md Co-authored-by: Emanuele Stoppa <estoppa@cloudflare.com> --------- Co-authored-by: Emanuele Stoppa <estoppa@cloudflare.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(ci): harden command execution paths * chore(ci): split out upgrade command hardening * fix(ci): restore shell spawn on Windows for turbo-run-affected The shell is required on Windows because turbo filter arguments contain special characters (globs, brackets, etc.) that cause EINVAL errors when passed directly to CreateProcess without a shell.
* chore: annotate trusted semgrep patterns * chore: remove changeset from semgrep annotation PR
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…jection (#16458) * fix(cloudflare): default compatibility_date to avoid workerd future date rejection The @cloudflare/vite-plugin defaults compatibility_date to today's date via getTodaysCompatDate(), but workerd rejects dates past its binary's max supported date (~7 days from build). Set a hard-coded default in the Astro config customizer so users without a wrangler config are not affected. * remove unused export to fix knip lint
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Contributor
📊 Dependency Size ChangesWarning This PR adds 11 MB of new dependencies, which exceeds the threshold of 100 kB.
Total size change: 11 MB
|
| 📦 Package | 🔒 Before | 🔓 After |
|---|---|---|
| @emnapi/wasi-threads | trusted-with-provenance | none |
matthewp
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Some fixes were lost from the last merge. Plus, we needed a fix
mainthat fixed some failures coming from the cloudflare adapter.Testing
Green CI for test. Smoke tests don't have
nextbranch.Astro check fails but I don't know why.
Docs