-
-
Notifications
You must be signed in to change notification settings - Fork 9
chore(deps): update astro monorepo #464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/astro-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+334
−321
Conversation
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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4086bdf
to
bec53f3
Compare
bec53f3
to
f85e674
Compare
f85e674
to
58b34d4
Compare
58b34d4
to
0db7b22
Compare
0db7b22
to
141c135
Compare
7414b3d
to
141c135
Compare
141c135
to
7414b3d
Compare
7414b3d
to
ee11527
Compare
ee11527
to
13f5400
Compare
13f5400
to
f7cf20d
Compare
f7cf20d
to
31e3191
Compare
31e3191
to
7690d04
Compare
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.
This PR contains the following updates:
0.18.0
->0.18.1
4.0.12
->4.0.13
8.2.10
->8.2.11
5.14.6
->5.15.1
Release Notes
withastro/astro (@astrojs/db)
v0.18.1
Compare Source
Patch Changes
7b45c65
Thanks @delucis! - Reduces terminal text styling dependency size by switching fromkleur
topicocolors
withastro/astro (@astrojs/rss)
v4.0.13
Compare Source
Patch Changes
7b45c65
Thanks @delucis! - Reduces terminal text styling dependency size by switching fromkleur
topicocolors
withastro/astro (@astrojs/vercel)
v8.2.11
Compare Source
Patch Changes
#14570
c96711d
Thanks @matthewp! - Fix regression in 8.2.7: validate densities-based srcset widths against configured sizesWhen using
densities
with the Vercel image adapter, calculated widths were not being validated against Vercel's configured sizes list. This caused images to fail when using densities, as Vercel would reject the invalid widths.This fix ensures densities-calculated widths are mapped to valid configured sizes, matching the behavior already implemented for the
widths
prop.withastro/astro (astro)
v5.15.1
Compare Source
Patch Changes
18552c7
Thanks @ematipico! - Fixes a regression introduced in Astro v5.14.7 that caused?url
imports to not work correctly. This release reverts #14142.v5.15.0
Compare Source
Minor Changes
#14543
9b3241d
Thanks @matthewp! - Adds two new adapter configuration optionsassetQueryParams
andinternalFetchHeaders
to the Adapter API.Official and community-built adapters can now use
client.assetQueryParams
to specify query parameters that should be appended to asset URLs (CSS, JavaScript, images, fonts, etc.). The query parameters are automatically appended to all generated asset URLs during the build process.Adapters can also use
client.internalFetchHeaders
to specify headers that should be included in Astro's internal fetch calls (Actions, View Transitions, Server Islands, Prefetch).This enables features like Netlify's skew protection, which requires the deploy ID to be sent with both internal requests and asset URLs to ensure client and server versions match during deployments.
#14489
add4277
Thanks @dev-shetty! - Adds a new Copy to Clipboard button to the error overlay stack trace.When an error occurs in dev mode, you can now copy the stack trace with a single click to more easily share it in a bug report, a support thread, or with your favorite LLM.
#14564
5e7cebb
Thanks @florian-lefebvre! - Updatesastro add cloudflare
to scaffold more configuration filesRunning
astro add cloudflare
will now emitwrangler.jsonc
andpublic/.assetsignore
, allowing your Astro project to work out of the box as a worker.Patch Changes
#14591
3e887ec
Thanks @matthewp! - Adds TypeScript support for thecomponents
prop on MDXContent
component when usingawait render()
. Developers now get proper IntelliSense and type checking when passing custom components to override default MDX element rendering.#14598
7b45c65
Thanks @delucis! - Reduces terminal text styling dependency size by switching fromkleur
topicocolors
#13826
8079482
Thanks @florian-lefebvre! - Adds the option to specify in thepreload
directive which weights, styles, or subsets to preload for a given font family when using the experimental Fonts API:v5.14.8
Compare Source
Patch Changes
577d051
Thanks @matthewp! - Fixes image path resolution in content layer collections to support bare filenames. Theimage()
helper now normalizes bare filenames like"cover.jpg"
to relative paths"./cover.jpg"
for consistent resolution behavior between markdown frontmatter and JSON content collections.v5.14.7
Compare Source
Patch Changes
#14582
7958c6b
Thanks @florian-lefebvre! - Fixes a regression that caused Actions to throw errors while loading#14567
94500bb
Thanks @matthewp! - Fixes the actions endpoint to return 404 for non-existent actions instead of throwing an unhandled error#14566
946fe68
Thanks @matthewp! - Fixes handling malformed cookies gracefully by returning the unparsed value instead of throwingWhen a cookie with an invalid value is present (e.g., containing invalid URI sequences),
Astro.cookies.get()
now returns the raw cookie value instead of throwing a URIError. This aligns with the behavior of the underlyingcookie
package and prevents crashes when manually-set or corrupted cookies are encountered.#14142
73c5de9
Thanks @P4tt4te! - Updates handling of CSS for hydrated client components to prevent duplicates#14576
2af62c6
Thanks @aprici7y! - Fixes a regression that causedAstro.site
to always beundefined
ingetStaticPaths()
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.