chore(deps): bump undici and @sveltejs/kit in /examples/svelte/localized-sveltekit - #4773
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Removes [undici](https://github.com/nodejs/undici). It's no longer used after updating ancestor dependency [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit). These dependencies need to be updated together. Removes `undici` Updates `@sveltejs/kit` from 1.30.4 to 3.0.0-next.13 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/version-3/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@3.0.0-next.13/packages/kit) --- updated-dependencies: - dependency-name: undici dependency-version: dependency-type: indirect - dependency-name: "@sveltejs/kit" dependency-version: 3.0.0-next.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
View your CI Pipeline Execution ↗ for commit 5e9bca1
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
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.
Removes undici. It's no longer used after updating ancestor dependency @sveltejs/kit. These dependencies need to be updated together.
Removes
undiciUpdates
@sveltejs/kitfrom 1.30.4 to 3.0.0-next.13Release notes
Sourced from @sveltejs/kit's releases.
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
... (truncated)
Commits
1d9e11aVersion Packages (next) (#16509)4835414chore: only check non-build files (#16561)45d25d2chore: fix up vitest configs and ci (#16555)54d3ea0chore: remove unused variable40efca1breaking:noScrollandkeepFocusare nowreset(#16558)a4f1521fix: don't double-prefix base when checking for prerendered paths in server f...e6591a0fix: compute the service worker's immutable manifest list like the client's (...58ab41achore: require form and error in the Props constructor (#16554)b196a39perf: avoid quadratic remote form issue merging (#16493)6942ddbchore: deduplicate repeated CSP directive handling (#16498)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@sveltejs/kitsince your current version.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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
High Risk
Major SvelteKit 1→3 lockfile jump in an example app while package.json still targets Svelte 3/Vite 6, risking broken installs or runtime/API breakage from Kit 3 breaking changes.
Overview
Updates
examples/svelte/localized-sveltekit/package-lock.jsonso resolving@sveltejs/kitatnextnow pins Kit3.0.0-next.13(was1.30.4), along with a large transitive refresh.undici(and@fastify/busboy) drop out of the tree because Kit 3 no longer depends on them. Kit’s direct stack shifts (e.g.cookie0.5→2.0,devalue4.x→5.x,sirv/mrmimemajor bumps, new@standard-schema/specand@sveltejs/acorn-typescript), and nested@sveltejs/vite-plugin-svelte2.xunder Kit is replaced by a top-level7.2.0peer install. Several old Kit helpers (tiny-glob,sade, nestedsvelte-hmr, etc.) are removed from the lockfile.package.jsonis unchanged (@sveltejs/kit:next,svelte^3.44,vite^6.2.5), so this is mainly a lockfile realignment that may not satisfy Kit 3’s peer ranges (Svelte 5, Vite 8, Node ≥22) until manifests are updated separately.Reviewed by Cursor Bugbot for commit 5e9bca1. Bugbot is set up for automated code reviews on this repo. Configure here.