-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(deps-dev): bump svelte from 3.50.1 to 4.2.19 in /examples/svelte/localized-sveltekit #4236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.50.1 to 4.2.19. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 4.2.19 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
View your CI Pipeline Execution ↗ for commit 5bcc99a
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "devDependencies": { | ||
| "@sveltejs/adapter-auto": "*", | ||
| "@sveltejs/kit": "next", | ||
| "@sveltejs/kit": "*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lock file version mismatch for @sveltejs/kit dependency
Low Severity
The package-lock.json changes @sveltejs/kit from "next" to "*" in the root package's devDependencies section, but package.json still specifies "@sveltejs/kit": "next". This creates an inconsistency between the two files. The "next" dist-tag and "*" have different semantic meanings - "next" points to a specific tagged version while "*" accepts any version. This mismatch could cause npm to behave unexpectedly during installation or lead to version resolution confusion.
Bumps svelte from 3.50.1 to 4.2.19.
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
d8b3133Version Packages (#12990)83e96e0fix: escape<in attribute strings (#12989)5ec4409fix: ensure typings for\<svelte:options>are picked up (#12902)230916fVersion Packages (#11925)dbe6057chore: speed up regex (#11922)a8deae9Version Packages (#11594)8592914fix: correctly handle falsy values of style directives in SSR mode (#11584)8e4c778Version Packages (#11491)1bab571fix: additional check for component on destroy (svelte4) (#11489)9f2341fVersion Packages (#11202)Maintainer changes
This version was pushed to npm by svelte-admin, a new releaser for svelte since 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Upgrade Svelte to v4 in
examples/svelte/localized-sveltekit.sveltedevDependency inpackage.jsonto^4.2.19package-lock.jsonto resolve Svelte 4 and new transitive deps (acorn,code-red,css-tree,periscopic, etc.), including Node >=16 engine requirement@sveltejs/kitrange change (next→*)Written by Cursor Bugbot for commit 5bcc99a. This will update automatically on new commits. Configure here.