Skip to content

chore(deps): batch dependency updates#68

Merged
jcanizalez merged 1 commit intomainfrom
chore/batch-dependency-updates
Mar 19, 2026
Merged

chore(deps): batch dependency updates#68
jcanizalez merged 1 commit intomainfrom
chore/batch-dependency-updates

Conversation

@jcanizalez
Copy link
Copy Markdown
Owner

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 5.4.21 → 6.4.1 (major bump, required by vitest 4.1.0)
  • vitest 4.0.18 → 4.1.0 (was failing CI in chore(deps-dev): bump vitest from 4.0.18 to 4.1.0 #64 due to missing vite/module-runner)
  • @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 cascade)
  • @tiptap/core 3.20.1 → 3.20.4 (peer dep cascade)
  • @tiptap/pm 3.20.1 → 3.20.4 (peer dep cascade)

Test plan

  • yarn build passes (vite 6 builds all targets: main, preload, renderer)
  • yarn test passes (331 tests, vitest 4.1.0)
  • CI green

Supersedes #63, #64, #65, #66

- 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)
Copilot AI review requested due to automatic review settings March 19, 2026 18:47
@jcanizalez jcanizalez merged commit 15f31d9 into main Mar 19, 2026
3 checks passed
@jcanizalez jcanizalez deleted the chore/batch-dependency-updates branch March 19, 2026 18:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json dependency/devDependency versions for Vite, Vitest, Tiptap extensions, lucide-react, and @xterm/addon-web-links.
  • Regenerate yarn.lock to 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants