Merged
Conversation
- vite 5.4.21 → 6.4.1 (major) - vitest 4.0.18 → 4.1.0 (requires vite 6) - @vitest/coverage-v8 4.0.18 → 4.1.0 - lucide-react 0.576.0 → 0.577.0 - @xterm/addon-web-links 0.11.0 → 0.12.0 - @tiptap/extension-task-list 3.20.1 → 3.20.4 - @tiptap/extension-list 3.20.1 → 3.20.4 (peer dep) - @tiptap/core 3.20.1 → 3.20.4 (peer dep) - @tiptap/pm 3.20.1 → 3.20.4 (peer dep)
This was referenced Mar 19, 2026
There was a problem hiding this comment.
Pull request overview
This PR batches several Dependabot dependency updates into a single change set to resolve prior yarn.lock conflicts, including a major Vite upgrade needed for the Vitest update.
Changes:
- Update root
package.jsondependency/devDependency versions for Vite, Vitest, Tiptap extensions, lucide-react, and @xterm/addon-web-links. - Regenerate
yarn.lockto reflect the updated dependency graph (including new transitive packages introduced by the toolchain updates).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Bumps key runtime/dev dependencies (notably Vite/Vitest and several UI/editor libs). |
| yarn.lock | Updates lockfile with new resolved versions and transitive additions from the dependency bumps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+41
to
+50
| "@tiptap/core": "3.20.4", | ||
| "@tiptap/extension-code-block": "^3.20.1", | ||
| "@tiptap/extension-code-block-lowlight": "^3.20.1", | ||
| "@tiptap/extension-link": "^3.20.1", | ||
| "@tiptap/extension-list": "^3.20.1", | ||
| "@tiptap/extension-list": "3.20.4", | ||
| "@tiptap/extension-placeholder": "^3.20.1", | ||
| "@tiptap/extension-task-item": "^3.20.1", | ||
| "@tiptap/extension-task-list": "^3.20.1", | ||
| "@tiptap/extension-task-list": "3.20.4", | ||
| "@tiptap/extensions": "^3.20.1", | ||
| "@tiptap/pm": "^3.20.1", | ||
| "@tiptap/pm": "3.20.4", |
Comment on lines
+105
to
+106
| "vite": "6", | ||
| "vitest": "4.1.0" |
This was referenced Mar 19, 2026
Merged
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
Batched update of remaining Dependabot PRs (#63, #64, #65, #66) into a single PR since they conflicted on the lockfile after #62 merged.
vite/module-runner)Test plan
yarn buildpasses (vite 6 builds all targets: main, preload, renderer)yarn testpasses (331 tests, vitest 4.1.0)Supersedes #63, #64, #65, #66