Skip to content

Conversation

@glesage
Copy link
Collaborator

@glesage glesage commented Feb 4, 2026

regular upgrades

Copilot AI review requested due to automatic review settings February 4, 2026 13:00
@glesage glesage merged commit 5da2dd7 into dev Feb 4, 2026
11 checks passed
@glesage glesage deleted the feat/dep-updates branch February 4, 2026 13:02
Copy link
Contributor

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 performs routine dependency upgrades for both the web and API projects and adjusts validation logic to align with the upgraded Zod major version.

Changes:

  • Bumps several web dependencies/devDependencies (React, Atlaskit packages, Playwright, Biome, types) and syncs web/bun.lock.
  • Bumps several API dependencies/devDependencies (rpc-websockets, @electric-sql/pglite, bun-types, @types/node, zod) and syncs api/bun.lock.
  • Updates validateFlowData to use result.error.issues, matching the error shape of the upgraded Zod version.

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
web/package.json Updates web app runtime and tooling dependencies to newer patch/minor/major versions.
web/bun.lock Regenerates lockfile entries to reflect updated web dependency graph (including Atlaskit and Playwright).
api/package.json Updates API runtime and dev dependencies, notably upgrading Zod from v3 to v4 and rpc-websockets.
api/bun.lock Regenerates API lockfile to align with bumped dependencies and the new Zod version.
api/src/validation.ts Adjusts Zod error handling to use result.error.issues, ensuring validation error aggregation works correctly with the upgraded Zod.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

1 participant