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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@astrojs/[email protected]
Minor Changes
3c7a4fa
Thanks @delucis! - Upgrades theweb-vitals
dependency to v4 and stops collecting data for the deprecated FID (First Input Delay) metric.Patch Changes
0dbd8ee
Thanks @delucis! - Adds support for deprecating the web vitals DB table, so the integration can be removed if desired[email protected]
Patch Changes
#11073
f5c8fee
Thanks @matthewp! - Prevent cache content from being left in dist folderWhen
contentCollectionsCache
is enabled temporary cached content is copied into theoutDir
for processing. This fixes it so that this content is cleaned out, along with the rest of the temporary build JS.#11054
f6b171e
Thanks @bholmesdev! - Respect error status when handling Actions with a progressive fallback.#11092
bfe9c73
Thanks @duckycoding-dev! - Changeslot
attribute ofIntrinsicAttributes
to match the definition ofHTMLAttributes
's ownslot
attribute of typestring | undefined | null
#10875
b5f95b2
Thanks @W1M0R! - Fixes a typo in a JSDoc annotation#11111
a5d79dd
Thanks @bholmesdev! - Fix unexpectedheaders
warning on prerendered routes when using Astro Actions.#11081
af42e05
Thanks @V3RON! - Correctly position inspection tooltip in RTL modeWhen RTL mode is turned on, the inspection tooltip tend to overflow the window on the left side.
Additional check has been added to prevent that.
@astrojs/[email protected]
Patch Changes
#11032
b78e83f
Thanks @itsMapleLeaf! - Adds support for multiple Astro Studio workspaces (aka “Teams”) to the Astro DB CLIUsers who are members of a team workspace in Astro Studio can now choose between those and their personal workspace when runnning
astro db link
.#11091
e14ce57
Thanks @matthewp! - Fix inconsistent result type using raw SQLUpdated dependencies []:
@astrojs/[email protected]
Patch Changes
3cc3e2c
Thanks @Xetera! - Omitting compiler-internal symbol from user components to fix breaking error messages@astrojs/[email protected]
Patch Changes
cefeadf
Thanks @adrianlyjak! - Fixes false positives for status code routes like404
and500
when generating sitemaps.