chore(deps): bump @astrojs/svelte from 5.7.3 to 8.1.2 in /website#800
Merged
ashleyshaw merged 2 commits intoJun 3, 2026
Merged
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte) from 5.7.3 to 8.1.2. - [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@8.1.2/packages/integrations/svelte) --- updated-dependencies: - dependency-name: "@astrojs/svelte" dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
24c2d31 to
280bc1d
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the website’s Astro Svelte integration dependency (@astrojs/svelte) to a newer major version, with corresponding lockfile updates.
Changes:
- Bumped
@astrojs/sveltefrom the^5.xrange to^8.1.2in the website package manifest. - Updated the website lockfile to resolve
@astrojs/svelte@8.1.2and its updated transitive dependencies (including a newer Vite tree).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
website/package.json |
Updates the declared dependency version for @astrojs/svelte (now a major bump). |
website/package-lock.json |
Refreshes resolved versions/metadata for the new @astrojs/svelte release and its dependency graph. |
Files not reviewed (1)
- website/package-lock.json: Language not supported
Comment on lines
+23
to
26
| "@astrojs/svelte": "^8.1.2", | ||
| "astro": "^5.11.0", | ||
| "gray-matter": "^4.0.3", | ||
| "svelte": "^5.0.0" |
Comment on lines
71
to
+88
| "node_modules/@astrojs/svelte": { | ||
| "version": "5.7.3", | ||
| "resolved": "https://registry.npmjs.org/@astrojs/svelte/-/svelte-5.7.3.tgz", | ||
| "integrity": "sha512-0PAwn2KLVpGsJppG8dWM1P9+/VrjAdhMWgEgwC1PjY2xFG565bTw7OuGaS5zh5Fu4AcjVoBkVQKjW/N3mLnrJA==", | ||
| "version": "8.1.2", | ||
| "resolved": "https://registry.npmjs.org/@astrojs/svelte/-/svelte-8.1.2.tgz", | ||
| "integrity": "sha512-L4eBoTY+DdgyH1g8pmKJxidRSvdk+NbkyJt5+f8EtdyJtPdxogeCyG3eEDmlIqqXxzNqLg7k/tYCjfBQ4kDMRA==", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@sveltejs/vite-plugin-svelte": "^3.1.2", | ||
| "svelte2tsx": "^0.7.22" | ||
| "@sveltejs/vite-plugin-svelte": "^6.2.4", | ||
| "svelte2tsx": "^0.7.55", | ||
| "vite": "^7.3.2", | ||
| "vitefu": "^1.1.2" | ||
| }, | ||
| "engines": { | ||
| "node": "^18.17.1 || ^20.3.0 || >=21.0.0" | ||
| "node": ">=22.12.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "astro": "^4.0.0", | ||
| "svelte": "^4.0.0 || ^5.0.0-next.190", | ||
| "typescript": "^5.3.3" | ||
| "astro": "^6.0.0", | ||
| "svelte": "^5.43.6", | ||
| "typescript": "^5.3.3 || ^6.0.0" |
Contributor
|
🚫 This PR description is missing required template sections. Missing required section(s): Linked issues, Changelog, Global DoD checklist Please update the PR body using one of the repository PR templates:
This check must pass before merge. |
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 5.7.3 to 8.1.2.
Release notes
Sourced from @astrojs/svelte's releases.
Changelog
Sourced from @astrojs/svelte's changelog.
... (truncated)
Commits
1e49163[ci] release (#16832)3df6a45Fix missing CSS for conditionally rendered Svelte components (#16823)5e209e4[ci] format4d79750fix: svelte testing library type (#16496)0f868b0chore: remove redundant server assertions (#16721)e345bcd[ci] release (#16653)53059befix(svelte): widentypescriptpeer dependency range to allow v6 (#16642)5a8cd09refactor: update tsconfig to use TypeScript project references (#16505)c1f2e4f[ci] release (#16467)5c543c5refactor(astro): add internal entry points for test (#16473)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@astrojs/sveltesince your current version.