build(deps-dev): bump @sveltejs/kit from 2.18.0 to 2.69.1 in /e2e-tests/test-applications/sveltekit-hooks-test-app - #1316
Conversation
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.18.0 to 2.69.1. - [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@2.69.1/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.69.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 8295a0f. Configure here.
| "devDependencies": { | ||
| "@sveltejs/adapter-auto": "^3.0.0", | ||
| "@sveltejs/kit": "2.18.0", | ||
| "@sveltejs/kit": "2.69.1", |
There was a problem hiding this comment.
Kit bump breaks hooks e2e tests
High Severity
Bumping @sveltejs/kit from 2.18.0 to 2.69.1 crosses the wizard's 2.31.0 threshold. sveltekit-hooks-test-app was pinned below that to exercise the legacy hooks path; sveltekit-tracing-test-app already covers the newer path. After this bump the wizard skips the version prompt the e2e test waits for and emits instrumentation.server setup instead of the expected hooks.server Sentry.init contents, so the suite hangs or fails.
Reviewed by Cursor Bugbot for commit 8295a0f. Configure here.


Bumps @sveltejs/kit from 2.18.0 to 2.69.1.
Release notes
Sourced from @sveltejs/kit's releases.
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
... (truncated)
Commits
d89edccVersion Packages (#16221)82b0370fix: prevent unhandled promise rejection (#16219)df32f6ffix: prevent prototype pollution when deleting file inputs (#16218)18801aeVersion Packages (#16167)fd628a5fix: returnundefinedfromfields.branch.issues()when only `fields.branc...4f6bcbbfeat(remote form): exposesubmittedproperty (#14811)53d37f9fix: clear issues and touched states on form reset (#16163)fef1827Version Packages (#16142)e82a0a8feat: set value ofsubmitfields when form is submitted (#15979)6bde3b6fix: snapshot form fields on read (#16150)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.