chore: update dependencies#237
Conversation
Patch/minor bumps: - @e4a/pg-js 1.8.0 -> 1.10.0 - @sveltejs/kit 2.60.1 -> 2.61.1 - libphonenumber-js 1.13.2 -> 1.13.3 - prettier-plugin-svelte 4.0.0 -> 4.0.1 - sass 1.99.0 -> 1.100.0 - vite 8.0.13 -> 8.0.14 svelte-preprocess 6.0.3 -> 6.0.4 deferred: 6.0.4 changes the TypeScript-processor dynamic import in a way that breaks the build under vite-plugin-svelte preprocess. Will file a follow-up.
|
Dobby rule-compliance check: tightened the PR body.
Other rules checked (compliant or N/A): conventional-commit-pr-titles, pr-close-issue-keywords, consolidate-overlapping-prs, consolidation-pr-list-issues-not-prs, default-prs-to-ready, flip-drafts-after-ci, design-ai-slop-tells, docs-drift-check, tests-required-on-fixes, check-dep-is-used-before-bumping, cross-repo-link-format, close-tracking-issues-when-bumps-merge (post-merge), plus repo-specific notes (prettier-plugin-svelte |
|
Dobby sees the approval trigger and checked the state of this pull request: it is already merged, the review has no comments asking Dobby to change anything, and the patch/minor bumps here do not match any open major-bump tracker. So Dobby has nothing more to do here and is exiting quietly. |
Patch/minor bumps from the 2026-05-24 dep-update-scan.
Bumps applied
@e4a/pg-js1.8.0 → 1.10.0@sveltejs/kit2.60.1 → 2.61.1libphonenumber-js1.13.2 → 1.13.3prettier-plugin-svelte4.0.0 → 4.0.1sass1.99.0 → 1.100.0vite8.0.13 → 8.0.14Deferred
svelte-preprocess6.0.3 → 6.0.4 — 6.0.4 breaksvite-plugin-svelte's preprocess step. Tracked in chore: bump svelte-preprocess 6.0.3 -> 6.0.4 (deferred from #236) #238.Verification
npm ci --legacy-peer-deps(unchanged install path).npm run build— green.npm run check— 0 errors, 0 warnings.npm run lint— green.npm testnot run — the only test file is a stale SvelteKit boilerplate stub that would fail regardless of these bumps. CI does not invoke Playwright.Closes #236