chore(deps): bump astro from 6.4.8 to 7.0.7 in /website#1038
chore(deps): bump astro from 6.4.8 to 7.0.7 in /website#1038dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.8 to 7.0.7. - [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.7/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] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19902cfd65
ℹ️ 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/svelte": "^8.1.2", | ||
| "@phosphor-icons/core": "^2.1.1", | ||
| "astro": "^6.4.8", | ||
| "astro": "^7.0.7", |
There was a problem hiding this comment.
Align the Svelte integration with Astro 7
This upgrades Astro to 7 while leaving @astrojs/svelte at ^8.1.2; the committed lockfile still records that package's peer as astro: "^6.0.0" (website/package-lock.json lines 248-264), and npm ls --package-lock-only --all now exits ELSPROBLEMS with Astro marked invalid. Any workflow or developer install that validates peers instead of using --legacy-peer-deps will be blocked, and enabling the Svelte integration would be running an integration that does not declare compatibility with Astro 7, so update or remove the Svelte integration alongside the Astro major bump.
Useful? React with 👍 / 👎.
Bumps astro from 6.4.8 to 7.0.7.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
3a4aa72[ci] release (#17326)23a4120Fix CSS module scoped-name hash mismatch with Lightning CSS in content collec...cebc404Don't merge inline CSS chunks containing@importrules during build (#17325)4298883Revert "[ci] release (#17287)" (#17323)74be96f[ci] release (#17287)437401efix: memory leak dev server (#17317)ed92e31Prevent inlining scripts with dynamic imports (#17316)1170b6dFix dev server crash when .html-suffixed requests hit dynamic endpoint routes...a86160e[ci] release (#17256)f94280dFix route generator throwing on a dynamic param value of 0 (#17247)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)