Skip to content

merge main in next#15247

Merged
matthewp merged 129 commits intonextfrom
merge/main-in-next-2
Jan 20, 2026
Merged

merge main in next#15247
matthewp merged 129 commits intonextfrom
merge/main-in-next-2

Conversation

@florian-lefebvre
Copy link
Member

@florian-lefebvre florian-lefebvre commented Jan 19, 2026

Changes

  • Merges main into next

Testing

  • All tests passing

Docs

N/A

Princesseuh and others added 30 commits December 10, 2025 17:47
…service (#14987)

* fix(assets): Fixes missing format option for svgs in the passthrough service

* fix: wtf is going on

* chore: changeset
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ths in JSON (#15028)

* fix(content-layer): Try a smarter solution to normalize bare image paths in JSON

* chore: changeset
Co-authored-by: Emanuele Stoppa <[email protected]>
Co-authored-by: Matt Kane <[email protected]>
Co-authored-by:  Matthew Phillips <[email protected]>
Co-authored-by: Matthew Phillips <[email protected]>
* Update font utility dependencies to use lighter versions

* Add changeset
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: move ts-plugin node_modules to dist

* add: changeset
@github-actions github-actions bot added pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) docs pr labels Jan 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

⚠️ Package Trust Level Decreased

Caution

Decreased trust levels may indicate a higher risk of supply chain attacks. Please review these changes carefully.

📦 Package 🔒 Before 🔓 After
@cloudflare/kv-asset-handler trusted-with-provenance none
@cloudflare/unenv-preset trusted-with-provenance none
workerd trusted-with-provenance none
miniflare trusted-with-provenance none
youch provenance none
@cloudflare/workerd-darwin-64 trusted-with-provenance none
@cloudflare/workerd-darwin-arm64 trusted-with-provenance none
@cloudflare/workerd-linux-64 trusted-with-provenance none
@cloudflare/workerd-linux-arm64 trusted-with-provenance none
@cloudflare/workerd-windows-64 trusted-with-provenance none
wrangler trusted-with-provenance none

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 19, 2026

Merging this PR will improve performance by ×10

🎉 Hooray! codspeed-node just leveled up to 5.0.1!

A heads-up, this is a breaking change and it might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🥳!
Curious about what's new? Visit our releases page to delve into all the awesome details about this new version.

⚡ 4 improved benchmarks
✅ 2 untouched benchmarks
🆕 3 new benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
Rendering: streaming [true], .astro file 937.2 ms 636.1 ms +47.33%
Rendering: streaming [false], .md file 12.9 ms 1.3 ms ×10
🆕 Build: hybrid site (static + server) N/A 9.8 s N/A
🆕 Build: full static site N/A 3.6 s N/A
🆕 Build: full server site N/A 9.6 s N/A
Rendering: streaming [true], .md file 12.9 ms 1.3 ms ×9.9
Rendering: streaming [false], .astro file 891.5 ms 638 ms +39.73%

Comparing merge/main-in-next-2 (7a4b303) with next (cffc3f0)1

Open in CodSpeed

Footnotes

  1. No successful run was found on next (43f4978) during the generation of this report, so b534b30 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

rahuld109 and others added 10 commits January 20, 2026 01:50
* test: add e2e test for React component nested in div in MDX

Adds a regression test for issue #15251 where React components with
client:load nested inside HTML elements in MDX files fail to hydrate.

* fix: revert renderComponentToString changes that broke nested React hydration in MDX

Reverts the changes to renderComponentToString from PR #15150 that
caused React components nested inside HTML elements in MDX files to
fail to hydrate. The original fix for MDX slot hydration still works
without these changes.

Fixes #15251

* chore: add changeset
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@matthewp matthewp marked this pull request as ready for review January 20, 2026 19:11
@matthewp matthewp merged commit 946bca2 into next Jan 20, 2026
41 of 43 checks passed
@matthewp matthewp deleted the merge/main-in-next-2 branch January 20, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚨 action Modifies GitHub Actions docs pr feat: markdown Related to Markdown (scope) pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: preact Related to Preact (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.