Bump astro from 6.4.6 to 7.0.6#23
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.6 to 7.0.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.0.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 38efc00db9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@astrojs/check": "^0.9.4", | ||
| "@tailwindcss/vite": "^4.3.1", | ||
| "astro": "^6.4.6", | ||
| "astro": "^7.0.6", |
There was a problem hiding this comment.
Preserve Astro 6 whitespace behavior
Astro 7 changes the default compressHTML from true to 'jsx', so whitespace between inline nodes on separate lines is stripped; in the checked templates, src/pages/blog.astro:21-23 still relies on the old behavior around an inline <a>, which will render as khususIndopenSource/Blog-IndopenSourceuntuk... after this bump. Please either set compressHTML: true in astro.config.mjs to keep Astro 6 output, or add explicit spaces around these inline elements before upgrading.
Useful? React with 👍 / 👎.
|
Superseded by #25. |
Bumps astro from 6.4.6 to 7.0.6.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
a86160e[ci] release (#17256)f94280dFix route generator throwing on a dynamic param value of 0 (#17247)6f11739fix(css): use raw module ID for virtual CSS cache lookup in dev mode (#17267)...26c68f6[ci] format2aeaa44FixinferSizefor remote images in thePicturecomponent (#17279)b428648Resolve extensionless imports in island component paths (#17272)14524c0Keep component scripts in place when rendered via Astro.slots.render() (#17260)8c3579bfix: add render() type overload for live collection entries (#16688) (#17274)94dd2aa[ci] format5240e26Validate attribute names on custom HTML elements during SSR (#17251)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 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)