Bump astro from 5.11.0 to 5.12.2 in /app in the astro group
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(11 months ago)
(11 months ago)
(11 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the astro group in /app with 1 update: astro.
Updates astro from 5.11.0 to 5.12.2
Release notes
Sourced from astro's releases.
astro@5.12.2
Patch Changes
#14071
d2cb35dThanks@Grisoly! - Exposes theCodecomponentlangprop type:import type { CodeLanguage } from 'astro';#14111
5452ee6Thanks@ascorbic! - Fixes a bug that prevented "key" from being used as a prop for Astro components in MDX#14106
b5b39e4Thanks@ascorbic! - Exits with non-zero exit code when config has an error#14112
37458b3Thanks@ascorbic! - Fixes a bug that meant that SVG components could no longer be serialized withJSON.stringify#14061
c7a7dd5Thanks@jonasgeiler! - Add module declaration for?no-inlineasset imports#14109
5a08fa2Thanks@ascorbic! - Throw a more helpful error if defineLiveCollection is used outside of a live.config file#14110
e7dd4e1Thanks@ascorbic! - Warn if duplicate IDs are found by file loaderastro@5.12.1
Patch Changes
#14094
22e9087Thanks@ascorbic! - Correct types to allowpriorityon all images#14091
26c6b6dThanks@ascorbic! - Fixes a bug that caused a type error when defining session options without a driver#14082
93322cbThanks@louisescher! - Fixes an issue where Astro's default 404 route would incorrectly match routes containing "/404" in dev#14089
687d253Thanks@florian-lefebvre! - Fixes a case whereastro:envwould not load the right environments variables in dev#14092
6692c71Thanks@ascorbic! - Improves error handling in live collections#14074
144a950Thanks@abcfy2! - Fixes a bug that caused some image service builds to fail#14092
6692c71Thanks@ascorbic! - Fixes a case where zod could not be imported fromastro:contentvirtual module in live collection configastro@5.12.0
Minor Changes
#13971
fe35ee2Thanks@adamhl8! - Adds an experimental flagrawEnvValuesto disable coercion ofimport.meta.envvalues (e.g. converting strings to other data types) that are populated fromprocess.envAstro allows you to configure a type-safe schema for your environment variables, and converts variables imported via
astro:envinto the expected type.However, Astro also converts your environment variables used through
import.meta.envin some cases, and this can prevent access to some values such as the strings"true"(which is converted to a boolean value), and"1"(which is converted to a number).The
experimental.rawEnvValuesflag disables coercion ofimport.meta.envvalues that are populated fromprocess.env, allowing you to use the raw value.To enable this feature, add the experimental flag in your Astro config:
... (truncated)
Changelog
Sourced from astro's changelog.
5.12.2
Patch Changes
#14071
d2cb35dThanks@Grisoly! - Exposes theCodecomponentlangprop type:import type { CodeLanguage } from 'astro';#14111
5452ee6Thanks@ascorbic! - Fixes a bug that prevented "key" from being used as a prop for Astro components in MDX#14106
b5b39e4Thanks@ascorbic! - Exits with non-zero exit code when config has an error#14112
37458b3Thanks@ascorbic! - Fixes a bug that meant that SVG components could no longer be serialized withJSON.stringify#14061
c7a7dd5Thanks@jonasgeiler! - Add module declaration for?no-inlineasset imports#14109
5a08fa2Thanks@ascorbic! - Throw a more helpful error if defineLiveCollection is used outside of a live.config file#14110
e7dd4e1Thanks@ascorbic! - Warn if duplicate IDs are found by file loader5.12.1
Patch Changes
#14094
22e9087Thanks@ascorbic! - Correct types to allowpriorityon all images#14091
26c6b6dThanks@ascorbic! - Fixes a bug that caused a type error when defining session options without a driver#14082
93322cbThanks@louisescher! - Fixes an issue where Astro's default 404 route would incorrectly match routes containing "/404" in dev#14089
687d253Thanks@florian-lefebvre! - Fixes a case whereastro:envwould not load the right environments variables in dev#14092
6692c71Thanks@ascorbic! - Improves error handling in live collections#14074
144a950Thanks@abcfy2! - Fixes a bug that caused some image service builds to fail#14092
6692c71Thanks@ascorbic! - Fixes a case where zod could not be imported fromastro:contentvirtual module in live collection config5.12.0
Minor Changes
#13971
fe35ee2Thanks@adamhl8! - Adds an experimental flagrawEnvValuesto disable coercion ofimport.meta.envvalues (e.g. converting strings to other data types) that are populated fromprocess.envAstro allows you to configure a type-safe schema for your environment variables, and converts variables imported via
astro:envinto the expected type.However, Astro also converts your environment variables used through
import.meta.envin some cases, and this can prevent access to some values such as the strings"true"(which is converted to a boolean value), and"1"(which is converted to a number).
... (truncated)
Commits
7b154d6[ci] release (#14105)1c20b7d[ci] format37458b3fix: make SVG imagemetadata serializable (#14112)5582be4[ci] format5a08fa2fix: add stub for getLiveCollection in non-live contexts (#14109)e7dd4e1fix: warn if fie loader finds duplicate IDs (#14110)31b4f95[ci] format5452ee6fix: pass key argument as prop in JSX transform (#14111)b5b39e4fix: exit with non-zero code for Zod errors (#14106)c7a7dd5fix(astro): add module declaration for?no-inlineasset imports (#14061)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+1
-1
Package Dependencies
astro
npm
5.11.0 → 5.12.2
Minor
/app in the astro group
Technical Details
| ID: | 4083110 |
| UUID: | 2688169687 |
| Node ID: | PR_kwDOKYjiec6gOjbX |
| Host: | GitHub |
| Repository: | poad/astro-lambda-ssr-example |
| Merge State: | Unknown |