build: batch update all dependencies - #9
Merged
Merged
Conversation
Combine 8 dependabot PRs into a single update: GitHub Actions: - actions/checkout v4.2.2 → v6.0.2 - actions/upload-artifact v4.6.2 → v6.0.0 - actions/download-artifact v4.3.0 → v7.0.0 Frontend (npm): - @tanstack/virtual-core 3.13.6 → 3.13.18 - @sveltejs/vite-plugin-svelte 5.0.3 → 6.2.4 - @tsconfig/svelte 5.0.4 → 5.0.8 - svelte 5.20.5 → 5.53.2 (fixes moderate SSR vulnerability) - svelte-check 4.1.5 → 4.4.1 - typescript 5.7.3 → 5.9.3 - vite 6.1.0 → 6.4.1 (peer dep for vite-plugin-svelte 6.x) Fix search.test.ts timing: Svelte 5.53.2 reactive system needs more microtask ticks for async state propagation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
roborev: Combined Review (
|
@sveltejs/vite-plugin-svelte 6.2.4 requires Node ^20.19 || ^22.12 || >=24. Document this in engines so npm warns on incompatible Node versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
roborev: Combined Review (
|
Member
Author
|
"All three findings are false positives:
None of these require changes." |
cursor Bot
referenced
this pull request
in diazMelgarejo/periscope
Jun 1, 2026
## Summary - Update GitHub Actions: checkout v6.0.2, upload-artifact v6.0.0, download-artifact v7.0.0 - Update npm deps: svelte 5.53.2 (SSR vulnerability fix), vite-plugin-svelte 6.2.4, vite 6.4.1, typescript 5.9.3, svelte-check 4.4.1, @tsconfig/svelte 5.0.8, @tanstack/virtual-core 3.13.18 - Add engines.node constraint for vite-plugin-svelte 6.x minimum - Fix search.test.ts timing for Svelte 5.53.2 reactive system changes Closes #1, closes #2, closes #3, closes #4, closes #5, closes #6, closes #7, closes #8 ## Test plan - [ ] CI passes: Go tests, frontend unit tests, E2E tests, lint, type check - [ ] `npm audit` shows 0 vulnerabilities - [ ] Frontend builds cleanly with vite 6.4.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Closes #1, closes #2, closes #3, closes #4, closes #5, closes #6, closes #7, closes #8
Test plan
npm auditshows 0 vulnerabilities🤖 Generated with Claude Code