Bump astro from 5.7.10 to 5.8.2 in /app in the astro group
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the astro group in /app with 1 update: astro.
Updates astro from 5.7.10 to 5.8.2
Release notes
Sourced from astro's releases.
astro@5.8.2
Patch Changes
#13877
5a7797fThanks@yuhang-dong! - Fixes a bug that causedAstro.rewriteto fail when used insequenced middleware#13872
442b841Thanks@isVivek99! - Fixes rendering of thedownloadattribute when it has a boolean valueastro@5.8.1
Patch Changes
#13037
de2fc9bThanks@nanarino! - Fixes rendering of thepopoverattribute when it has a boolean value#13851
45ae95aThanks@ascorbic! - Allows disabling default styles for responsive imagesThis change adds a new
image.experimentalDefaultStylesoption that allows you to disable the default styles applied to responsive images.When using experimental responsive images, Astro applies default styles to ensure the images resize correctly. In most cases this is what you want – and they are applied with low specificity so your own styles override them. However in some cases you may want to disable these default styles entirely. This is particularly useful when using Tailwind 4, because it uses CSS cascade layers to apply styles, making it difficult to override the default styles.
image.experimentalDefaultStylesis a boolean option that defaults totrue, so you can change it in your Astro config file like this:export default { image: { experimentalDefaultStyles: false, }, experimental: { responsiveImages: true, }, };#13858
cb1a168Thanks@florian-lefebvre! - Fixes the warning shown when client directives are used on Astro components#12574
da266d0Thanks@apatel369! - Allows using server islands in mdx files#13843
fbcfa68Thanks@z1haze! - Export typeAstroSessionto allow use in explicitly typed safe code.astro@5.8.0
Minor Changes
#13809
3c3b492Thanks@ascorbic! - Increases minimum Node.js version to 18.20.8Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.
:warning: Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
Patch Changes
... (truncated)
Changelog
Sourced from astro's changelog.
5.8.2
Patch Changes
#13877
5a7797fThanks@yuhang-dong! - Fixes a bug that causedAstro.rewriteto fail when used insequenced middleware#13872
442b841Thanks@isVivek99! - Fixes rendering of thedownloadattribute when it has a boolean value5.8.1
Patch Changes
#13037
de2fc9bThanks@nanarino! - Fixes rendering of thepopoverattribute when it has a boolean value#13851
45ae95aThanks@ascorbic! - Allows disabling default styles for responsive imagesThis change adds a new
image.experimentalDefaultStylesoption that allows you to disable the default styles applied to responsive images.When using experimental responsive images, Astro applies default styles to ensure the images resize correctly. In most cases this is what you want – and they are applied with low specificity so your own styles override them. However in some cases you may want to disable these default styles entirely. This is particularly useful when using Tailwind 4, because it uses CSS cascade layers to apply styles, making it difficult to override the default styles.
image.experimentalDefaultStylesis a boolean option that defaults totrue, so you can change it in your Astro config file like this:export default { image: { experimentalDefaultStyles: false, }, experimental: { responsiveImages: true, }, };#13858
cb1a168Thanks@florian-lefebvre! - Fixes the warning shown when client directives are used on Astro components#12574
da266d0Thanks@apatel369! - Allows using server islands in mdx files#13843
fbcfa68Thanks@z1haze! - Export typeAstroSessionto allow use in explicitly typed safe code.5.8.0
Minor Changes
#13809
3c3b492Thanks@ascorbic! - Increases minimum Node.js version to 18.20.8Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.
:warning: Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.
Patch Changes
... (truncated)
Commits
1d628d5[ci] release (#13873)50a3788[ci] format5a7797ffix: request should be properly cloned first then copy to modified in middlew...442b841Fixes rendering of the download attribute when it has a boolean value (#13872)0c50c31[ci] release (#13845)9dbe7eachore: fix name in jsdoc (#13869)de2fc9bFixes attribute rendering forpopover(#13037)45ae95afeat: allow disabling of default responsive image styles (#13851)cb1a168fix: client directive on astro component warning (#13858)df75aca[ci] format- 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.7.10 → 5.8.2
Minor
/app in the astro group
Technical Details
| ID: | 892056 |
| UUID: | 2569560249 |
| Node ID: | PR_kwDOKYjiec6ZKGC5 |
| Host: | GitHub |
| Repository: | poad/astro-lambda-ssr-example |
| Merge State: | Unknown |