Skip to content

merge main into next#15352

Merged
matthewp merged 161 commits intonextfrom
next-merge-main-safety
Jan 30, 2026
Merged

merge main into next#15352
matthewp merged 161 commits intonextfrom
next-merge-main-safety

Conversation

@Princesseuh
Copy link
Copy Markdown
Member

Changes

Testing

Docs

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 <my.burning@gmail.com>
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by:  Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
…tro's cache (#14954)

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
* 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
matthewp and others added 17 commits January 26, 2026 08:58
* Prevent accidentally calling the wrong server island component

* Update .changeset/bright-bulldogs-heal.md

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>

---------

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
* Fix: Remove await from getActionResult example

* Fix await usage in getActionResult example

Removed unnecessary await from the getActionResult example in the changeset.

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
* fix(errors): Only style valid URLs in the error overlay

* chore: changeset

* feat: unit tests
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat(dev-toolbar): add DevToolbarPlacement type

Add exported type for toolbar placement options and extend
DevToolbarMetadata to include optional placement property.

* feat(dev-toolbar): add placement config option

Add optional `placement` property to devToolbar config schema
and interface with JSDoc documentation.

* feat(dev-toolbar): pass placement config to client metadata

Pass the devToolbar.placement config value to the client via
__astro_dev_toolbar__ metadata injection.

* feat(dev-toolbar): implement placement priority chain

Implement the settings priority chain:
1. defaultSettings (hardcoded 'bottom-center')
2. Config placement (from astro.config.mjs)
3. localStorage (user's persisted choice)

This allows project-level default placement while still
respecting user's UI-driven placement preferences.

* test(dev-toolbar): add config validation tests for placement

Test that:
- Valid placement values are accepted
- Placement is optional (can be omitted)
- Invalid placement values are rejected

* chore: add changeset for devToolbar.placement config

Minor version bump per Astro convention for new config options.

* docs: Comment improvements

Include @Version added and tweak comment copy

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>

* docs: Update changeset

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>

* docs: Polish changeset formatting and fix typo

- Add js syntax highlighting to code block
- Fix spacing in comment
- Fix "overriden" → "overridden" typo

---------

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
* Allow creation of partitioned cookies

* Add changeset

* Update changelog to minor

* Update changeset with detailed description and example

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
* feat: allow for async parsing in file loader

* test: add test for async file parser

* test: get test working

* revert unintentional change

* add changeset

* chore: changeset

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
* feat(sharp): add kernel option to image service config

* bigger, better changeset

* add more succinct docs to image.service.config.kernel

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>

---------

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
* add ImageTransform.background

fix outdated comment

add missing url param handling, and remove support for object

move sharp's flatten() after any resize()

* embetternification of the changeset

* Update .changeset/shaky-bananas-clap.md

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>

---------

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
* feat: add `retainBody` option to the `glob()` loader

* Remove redundant check on rendered

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 30, 2026

⚠️ No Changeset found

Latest commit: 4b8b197

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) docs pr labels Jan 30, 2026
@Princesseuh Princesseuh changed the title fix(ci): Reinstall deps after having published VS Code (#14996) merge main into next Jan 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 30, 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
eslint-plugin-regexp trusted-with-provenance none
@cloudflare/kv-asset-handler trusted-with-provenance none
@cloudflare/unenv-preset trusted-with-provenance none
workerd trusted-with-provenance none
@sveltejs/vite-plugin-svelte-inspector trusted-with-provenance provenance
@sveltejs/vite-plugin-svelte trusted-with-provenance provenance
jsdoc-type-pratt-parser 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

@github-actions github-actions bot removed the docs pr label Jan 30, 2026
@Princesseuh Princesseuh force-pushed the next-merge-main-safety branch from 4a6eb8e to 7e134aa Compare January 30, 2026 15:59
@Princesseuh Princesseuh marked this pull request as ready for review January 30, 2026 16:10
@matthewp matthewp merged commit d8b6b57 into next Jan 30, 2026
22 checks passed
@matthewp matthewp deleted the next-merge-main-safety branch January 30, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: astro Related to the core `astro` package (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.