Bump @sveltejs/kit from 2.53.4 to 2.57.1 - #6
Conversation
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.53.4 to 2.57.1. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.57.1/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.57.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR is a Dependabot bump of Key changes included in the version range:
The breaking changes introduced in 2.56.0 are scoped exclusively to SvelteKit's remote functions / queries feature. A scan of the application shows no usage of remote functions or the query API — the codebase uses conventional Confidence Score: 5/5Safe to merge — the project does not use the remote functions/queries API that changed in 2.56.0, and the security fixes in 2.57.1 are beneficial. The only breaking changes in this version range (2.56.0) are confined to SvelteKit's remote functions and query API. This codebase uses conventional load functions and form actions exclusively, so none of the breaking changes apply. The 2.57.1 security fixes (BODY_SIZE_LIMIT enforcement, stricter redirect validation) are improvements. Transitive dep bumps (devalue, set-cookie-parser) are minor. No files in the PR changeset require special attention. A pre-existing bug (missing Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["@sveltejs/kit 2.53.4\n(previously installed)"] --> B["2.54.x\nBug fixes"]
B --> C["2.55.x\nBug fixes & tree-shaking"]
C --> D["2.56.0\n⚠️ 3 breaking changes\n(remote functions / queries only)"]
D --> E["2.56.1\nJSDoc update"]
E --> F["2.57.0\nEnhanced form submit returns boolean"]
F --> G["@sveltejs/kit 2.57.1\n✅ Security: BODY_SIZE_LIMIT on chunked requests\n✅ Security: stricter redirect validation\n✅ Default value fallbacks fix"]
style D fill:#fff3cd,stroke:#ffc107
style G fill:#d4edda,stroke:#28a745
style A fill:#f8d7da,stroke:#dc3545
|
|
Superseded by #19. |
Bumps @sveltejs/kit from 2.53.4 to 2.57.1.
Release notes
Sourced from
@sveltejs/kit's releases.... (truncated)
Changelog
Sourced from
@sveltejs/kit's changelog.... (truncated)
Commits
75147d4Version Packages (#15684)10d7b44Merge commit from fork3202ed6Merge commit from fork24d7e76chore: fix reuse wording in client comment (#15679)6a9cdaafix: relax form typings for union types (#15687)ab8b2f1fix: use default values as fallbacks (#15680)3ccb33bVersion Packages (#15651)7f8aef7chore: reduce use of any types (#15659)be1c95fchore: avoid importing types directly from Rollup (#15668)1615af7chore: centralize noops (#15662)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.