Skip to content

chore: update deps#33862

Merged
hyoban merged 8 commits intomainfrom
3-22-update-deps
Mar 23, 2026
Merged

chore: update deps#33862
hyoban merged 8 commits intomainfrom
3-22-update-deps

Conversation

@hyoban
Copy link
Member

@hyoban hyoban commented Mar 22, 2026

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint and make type-check (backend) and cd web && npx lint-staged (frontend) to appease the lint gods

Copilot AI review requested due to automatic review settings March 22, 2026 13:27
@github-actions github-actions bot added the web This relates to changes on the web. label Mar 22, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on routine maintenance by updating a wide array of both production and development dependencies to their latest versions. This ensures the project benefits from the most recent bug fixes, performance enhancements, and new features provided by these libraries, contributing to overall stability and developer experience.

Highlights

  • Dependency Updates: Numerous production dependencies have been updated, including @amplitude/analytics-browser, @lexical/* packages, @orpc/* packages, @sentry/react, @tanstack/react-query, i18next, katex, lexical, next, react-i18next, and tldts.
  • DevDependency Updates: Key development dependencies received updates, such as @chromatic-com/storybook, @next/eslint-plugin-next, @next/mdx, @storybook/* packages, @tanstack/eslint-plugin-query, @tanstack/react-query-devtools, eslint, eslint-plugin-storybook, jsdom, knip, storybook, vinext, vite, and vitest.
  • Tooling and Build System Updates: Updates to build and testing related tools include vite (via npm:@voidzero-dev/vite-plus-core), vite-plus, and vitest (via npm:@voidzero-dev/vite-plus-test), ensuring the project leverages the latest improvements in these areas.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates various dependencies in web/package.json. Most of these are minor or patch updates. I've noted that the knip dev dependency has been upgraded from version 5 to 6. This major version bump might introduce breaking changes, so I've left a comment to ensure this is handled correctly.

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

Updates the web workspace’s dependency set to newer patch/minor versions, likely to pick up fixes and keep tooling aligned (Next.js, Storybook, TanStack Query, Lexical, ESLint/Vite+).

Changes:

  • Bump several runtime deps (Amplitude, Lexical, TanStack Query, i18next/react-i18next, Next.js, Sentry).
  • Bump several dev/tooling deps (Storybook, ESLint, jsdom, knip, Vite+/Vinext).

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

Copilot AI review requested due to automatic review settings March 22, 2026 13:38
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

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.


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

@codecov
Copy link

codecov bot commented Mar 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.45%. Comparing base (40846c2) to head (134b3d5).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #33862   +/-   ##
=======================================
  Coverage   77.45%   77.45%           
=======================================
  Files        4422     4422           
  Lines      177524   177524           
  Branches    34144    34144           
=======================================
+ Hits       137497   137498    +1     
+ Misses      36781    36780    -1     
  Partials     3246     3246           
Flag Coverage Δ
web 78.59% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI review requested due to automatic review settings March 23, 2026 01:45
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

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.


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

Copilot AI review requested due to automatic review settings March 23, 2026 02:27
@hyoban hyoban review requested due to automatic review settings March 23, 2026 02:27
Copilot AI review requested due to automatic review settings March 23, 2026 02:28
@hyoban hyoban force-pushed the 3-22-update-deps branch from b192e2a to 134b3d5 Compare March 23, 2026 02:28
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

Copilot reviewed 7 out of 8 changed files in this pull request and generated 7 comments.


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

@hyoban hyoban marked this pull request as ready for review March 23, 2026 02:48
@hyoban hyoban requested a review from iamjoel as a code owner March 23, 2026 02:48
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Mar 23, 2026
@dosubot dosubot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 23, 2026
@hyoban hyoban merged commit eae821d into main Mar 23, 2026
30 checks passed
@hyoban hyoban deleted the 3-22-update-deps branch March 23, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer size:XL This PR changes 500-999 lines, ignoring generated files. web This relates to changes on the web.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants