Bump the astro group in /app with 2 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(about 1 year ago)
(about 1 year ago)
dependencies javascript
poad
Bumps the astro group in /app with 2 updates: astro and eslint-plugin-prettier.
Updates astro from 5.7.10 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.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
astro@5.7.14
Patch Changes
... (truncated)
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.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
5.7.14
Patch Changes
... (truncated)
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)3632dda[ci] release (#13840)3c3b492fix: increase minimum Node version to 18.20.8 (#13809)- Additional commits viewable in compare view
Updates eslint-plugin-prettier from 5.2.6 to 5.4.1
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.4.1
Patch Changes
- #740
c21521fThanks@JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')errorFull Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1
v5.4.0
Minor Changes
- #736
59a0caeThanks@yashtech00! - refactor: migrateworker.jstoworker.mjsv5.3.1
Patch Changes
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.3.0...v5.3.1
v5.3.0
Minor Changes
New Contributors
@irsootimade their first contribution in prettier/eslint-plugin-prettier#674@yashtech00made their first contribution in prettier/eslint-plugin-prettier#729Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.3.0
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.4.1
Patch Changes
- #740
c21521fThanks@JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error5.4.0
Minor Changes
- #736
59a0caeThanks@yashtech00! - refactor: migrateworker.jstoworker.mjs5.3.1
Patch Changes
5.3.0
Minor Changes
Commits
3d15deachore: release eslint-plugin-prettier (#741)c21521ffix(deps): bumpsynckitto v0.11.7 (#740)cd48a27chore: release eslint-plugin-prettier (#737)59a0caerefactor: migrateworker.jstoworker.mjs(#736)5eaf8fdchore: release eslint-plugin-prettier (#735)dcf2c80ci: enable autofix.ci and pkg-pr-new workflows (#734)3247172chore: release eslint-plugin-prettier (#733)6fe0c90feat: preferConfigoverFlatConfigwhen they're equal (#674)9e37575chore: migrate@typedefjsdoc to@import(#729)27030ddchore(deps): update all dependencies (#727)- 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 <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
0
0
+0
-0
Package Dependencies
eslint-plugin-prettier
npm
5.2.6 → 5.4.1
Minor
/app
Technical Details
| ID: | 744611 |
| UUID: | 3102498253 |
| Node ID: | PR_kwDOKYjiec6YPKep |
| Host: | GitHub |
| Repository: | poad/astro-lambda-ssr-example |