build(deps-dev): bump @sveltejs/kit from 2.53.4 to 2.59.0 in /src/ui#1549
Conversation
780bbb2 to
9d9b8b6
Compare
9d9b8b6 to
db6b4c7
Compare
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.53.4 to 2.59.0. - [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.59.0/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.59.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
db6b4c7 to
5f3f754
Compare
|
@claude How can we verify everything still works after this change? |
|
Claude finished @DTTerastar's task in 50s —— View job Verifying the @sveltejs/kit upgrade
Are the breaking changes a risk?No — the breaking changes in 2.58.0 and 2.59.0 are all scoped to experimental remote query/form APIs (
Verification stepsRun these in 1. Install the new dependencies pnpm install2. Type-check the full project pnpm checkThis runs 3. Build for production pnpm buildConfirms the static adapter and all routes compile cleanly. 4. Run unit tests pnpm test:unitVitest unit tests cover 5. Run Playwright end-to-end tests pnpm testThere are 10 Playwright test files covering: index page, map, 3D map, devices table, tooltip, modal, calibration matrix, calibration anchor, and firmware recovery. These are the most valuable tests for confirming nothing regressed at the UI level. Quick smoke test checklist (manual)If CI passes, spot-check these pages against a running backend:
The CI on this PR already runs the test suite, so if all checks are green the upgrade is safe to merge. |
…1549) Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.53.4 to 2.59.0. - [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.59.0/packages/kit) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.59.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DTTerastar <1491145+DTTerastar@users.noreply.github.com>
Bumps @sveltejs/kit from 2.53.4 to 2.59.0.
Release notes
Sourced from @sveltejs/kit's releases.
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
... (truncated)
Commits
522ac32Version Packages (#15769)a416bb0docs: improve description for read config parameter (#15673)af248a7fix: unwrap Promise in RemoteCommand output type (#15771)1c8e573fix: remote forms with default values defined by `field.as('text', defaultVal...5b28e23feat: supportquery.batchinrequested(#15751)a074dc1fix:.as('checkbox', value)was completely broken (#15752)055ac24feat: experimentalquery.liveremote function (#15705)c1d3633chore: fix IDE typescript errors (#15756)a21582cVersion Packages (#15716)f499a45breaking: return boundqueryinstance fromrequested(#15739)