Bump astro from 5.8.0 to 5.8.1
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
dependencies javascript
Bumps astro from 5.8.0 to 5.8.1.
Release notes
Sourced from astro's releases.
astro@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.
Changelog
Sourced from astro's changelog.
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.
Commits
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] formatda266d0feat: add server islands support forMDX(#12574)fbcfa68fix(astro): Export AstroSession type (#13843)- See full diff 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+5
-46
Package Dependencies
Technical Details
| ID: | 1245236 |
| UUID: | 2561858876 |
| Node ID: | PR_kwDOKJHWfM6Yst08 |
| Host: | GitHub |
| Repository: | TurtleCode84/turtlecode.dev |
| Merge State: | Unknown |