-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore(deps): update dependency astro to ^4.10.1 #200
Merged
Merged
Conversation
This file contains 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 Git ↗︎
|
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 5, 2024 13:45
fe943ef
to
2fec4d0
Compare
christianhg
previously approved these changes
Jun 5, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to a conflict with the base branch
Jun 5, 2024
renovate
bot
dismissed
christianhg’s stale review
June 5, 2024 13:59
The merge-base changed after approval.
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 5, 2024 13:59
2fec4d0
to
da6c385
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 6, 2024 06:42
da6c385
to
ef7b84a
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 6, 2024 07:47
ef7b84a
to
3b618ae
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 6, 2024 08:58
3b618ae
to
f0bf7fa
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 6, 2024 09:13
f0bf7fa
to
1b7f387
Compare
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 6, 2024 16:35
1b7f387
to
86e1d43
Compare
renovate
bot
changed the title
chore(deps): update dependency astro to ^4.9.3
chore(deps): update dependency astro to ^4.10.0
Jun 6, 2024
renovate
bot
force-pushed
the
renovate/astro-monorepo
branch
from
June 8, 2024 10:20
86e1d43
to
2fda050
Compare
renovate
bot
changed the title
chore(deps): update dependency astro to ^4.10.0
chore(deps): update dependency astro to ^4.10.1
Jun 8, 2024
christianhg
approved these changes
Jun 10, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
^4.0.9
->^4.10.1
Release Notes
withastro/astro (astro)
v4.10.1
Compare Source
Patch Changes
#11198
8b9a499
Thanks @florian-lefebvre! - Fixes a case whereastro:env
getSecret
would not retrieve environment variables properly in dev and build modes#11206
734b98f
Thanks @florian-lefebvre! - BREAKING CHANGE to the experimentalastro:env
feature onlyUpdates the adapter
astro:env
entrypoint fromastro:env/setup
toastro/env/setup
#11205
8c45391
Thanks @Nin3lee! - Fixes a typo in the config referencev4.10.0
Compare Source
Minor Changes
#10974
2668ef9
Thanks @florian-lefebvre! - Adds experimental support for theastro:env
API.The
astro:env
API lets you configure a type-safe schema for your environment variables, and indicate whether they should be available on the server or the client. Import and use your defined variables from the appropriate/client
or/server
module:v4.9.3
Compare Source
Patch Changes
#11171
ff8004f
Thanks @Princesseuh! - Guard globalThis.astroAsset usage in proxy code to avoid errors in wonky situations#11178
1734c49
Thanks @theoephraim! - ImprovesisPromise
utility to check the presence ofthen
on an object before trying to access it - which can cause undesired side-effects on Proxy objects#11183
3cfa2ac
Thanks @66Leo66! - Suggestpnpm dlx
instead ofpnpx
in update check.#11147
2d93902
Thanks @kitschpatrol! - Fixes invalid MIME types in Picture source elements for jpg and svg extensions, which was preventing otherwise valid source variations from being shown by the browser#11141
19df89f
Thanks @ematipico! - Fixes an internal error that prevented theAstroContainer
to render theContent
component.You can now write code similar to the following to render content collections:
#11170
ba20c71
Thanks @matthewp! - Retain client scripts in content cacheConfiguration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here