chore(deps): bump @astrojs/svelte from 8.1.2 to 9.0.1 in /website#1034
Merged
ashleyshaw merged 5 commits intoJul 15, 2026
Merged
Conversation
Bumps [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte) from 8.1.2 to 9.0.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/svelte/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/svelte@9.0.1/packages/integrations/svelte) --- updated-dependencies: - dependency-name: "@astrojs/svelte" dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Contributor
Author
|
A newer version of @astrojs/svelte exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
ashleyshaw
deleted the
dependabot/npm_and_yarn/website/astrojs/svelte-9.0.1
branch
July 15, 2026 18:03
ashleyshaw
added a commit
that referenced
this pull request
Jul 15, 2026
…x unclosed div Resolves lockfile conflict with #1034 (@astrojs/svelte 9.0.1, which requires astro ^7.0.0 as a peer) by bumping astro to 7.0.7 in the same commit — the two upgrades are interdependent and cannot land separately. Also fixes a pre-existing bug in ContactOverlay.astro: the outer .hp-contact-overlay wrapper div was never closed (11 opens, 10 closes). Astro 6's compiler tolerated the unclosed tag; Astro 7's Rolldown-based compiler rejects it with "Unexpected token" at EOF. Verified via `npm run build` (313 pages) before and after the astro version bump to confirm the missing closing div, not the version bump itself, was the root cause.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @astrojs/svelte from 8.1.2 to 9.0.1.
Release notes
Sourced from @astrojs/svelte's releases.
... (truncated)
Changelog
Sourced from @astrojs/svelte's changelog.
... (truncated)
Commits
7d8ec1f[ci] release (#17237)02b73b0fix: peer deps of packages (#17249)2bfb179chore: simpler package.json types (#17229)f55ba4c[ci] release (#17132)0da0678[ci] release (beta) (#17089)4585fe5fix(integrations): Export container renderers from a dedicated export path to...08b84d6[ci] release (beta) (#17045)17c4178[ci] release (alpha) (#16749)6e4a162test: skip conditional-rendering CSS test pending Rolldown support3652d1cchore: merge main into nextDependabot 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)