Bump astro from 6.4.6 to 7.0.9#25
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 562b69b2db
ℹ️ 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.7", |
There was a problem hiding this comment.
Preserve whitespace before taking Astro 7
When these pages are built with Astro 7, the default compressHTML changes to 'jsx', which strips the newline whitespace between adjacent inline nodes. This repo relies on that whitespace around inline links, for example src/pages/blog.astro:21-23 and src/pages/projects.astro:27-28, so the rendered copy becomes words like khususIndopenSource/Blog-IndopenSourceuntuk and dariIndopenSource/awesome-indonesia. Please either pin the old behavior with compressHTML: true in astro.config.mjs or add explicit spaces where the templates rely on them as part of this version bump.
Useful? React with 👍 / 👎.
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.6 to 7.0.9. - [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/[email protected]/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
562b69b to
ac95a0e
Compare
Bumps astro from 6.4.6 to 7.0.9.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
e7d7935[ci] release (#17373)a249317fix: prevent spurious full-reload on first browser visit after dev server sta...a94d4a5fix(astro-island): use query param for hydration import retry so recovery wor...dec7692[ci] release (#17338)3048391refactor(test): migrate vite virtual module tests from e2e to integration (#1...3f4efc5fix: passopenoption to adapter preview entrypoints (#17362)\n\nAddopen...79a41e0Improve rendering performance for pages with many components (#17344)2bba277fix: update the compiler to the latest (#17353)025cc74Fix astro dev --force not replacing a running dev server (#17328)1b33c1ffix(routing): prevent trailing slash on file extension endpoint paths in stri...