chore: update dependencies#86
Merged
Merged
Conversation
- @sveltejs/kit: 2.60.1 -> 2.61.1 - prettier-plugin-svelte: 4.0.0 -> 4.0.1 - sass: 1.99.0 -> 1.100.0 - vite: 8.0.13 -> 8.0.14
Contributor
Author
There was a problem hiding this comment.
Self-review (PR author and reviewer are the same bot identity, so GitHub blocks --approve). Verdict: looks good to merge.
Routine dep-update PR — all four bumps are patch or minor:
@sveltejs/kit2.60.1 → 2.61.1 (patch)prettier-plugin-svelte4.0.0 → 4.0.1 (patch)sass1.99.0 → 1.100.0 (minor; raises Node engine to >=20.19.0, which CI and the Dockerfile satisfy at Node 24)vite8.0.13 → 8.0.14 (patch)
Only package.json and package-lock.json change. All CI checks are green (Lint, Svelte Check, Tests, Migration Safety, Build amd64/arm64, Docker manifest, Conventional Commit). Closes #85 keyword present.
Contributor
Author
There was a problem hiding this comment.
Self-authored PR — GitHub blocks self-approval, so leaving this as a review comment with the verdict.
Verified locally:
- All four bumps are patch/minor (
@sveltejs/kit2.60.1 → 2.61.1,prettier-plugin-svelte4.0.0 → 4.0.1,sass1.99.0 → 1.100.0,vite8.0.13 → 8.0.14). - Confirmed each is imported in
src/(not lockfile-only no-ops). npm run checkclean,vitest run52/52 passed,vite buildsucceeds,npm run lintclean,npm audit0 vulnerabilities.- All CI checks green; PR body uses
Closes #85; conventional-commit title.
LGTM — ready to merge.
rubenhensen
approved these changes
May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch/minor bumps from the 2026-05-24 dep-update scan.
@sveltejs/kit: 2.60.1 → 2.61.1prettier-plugin-svelte: 4.0.0 → 4.0.1sass: 1.99.0 → 1.100.0vite: 8.0.13 → 8.0.14All four are imported in the source tree (confirmed via grep).
npm auditclean before and after.Verification:
npm run check— 0 errors, 0 warningsnpx vitest run— 52 tests passednpx vite build— built successfullynpm run lint— cleanCloses #85