Skip to content

yarn upgrade --latest && yarn build#2847

Merged
sensuikan1973 merged 1 commit into
mainfrom
upgrade_website_dependencies
Feb 7, 2026
Merged

yarn upgrade --latest && yarn build#2847
sensuikan1973 merged 1 commit into
mainfrom
upgrade_website_dependencies

Conversation

@sensuikan1973

Copy link
Copy Markdown
Owner

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

Copy link
Copy Markdown

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 numerous dependencies to their latest versions using yarn upgrade --latest. While all updates in this PR are minor or patch releases, this approach can be risky for automated updates as it may introduce breaking changes from major version bumps. This makes changes harder to review and debug. For a safer process, consider using yarn upgrade without the --latest flag to respect the version ranges in package.json, or adopting a dependency management bot like Dependabot for more granular and reviewable updates.

@codecov

codecov Bot commented Feb 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.98%. Comparing base (9d3df2c) to head (dd6d8d6).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2847   +/-   ##
=======================================
  Coverage   93.98%   93.98%           
=======================================
  Files          52       52           
  Lines        1479     1479           
=======================================
  Hits         1390     1390           
  Misses         89       89           
Flag Coverage Δ
integration_test 65.44% <ø> (ø)
macos-latest 93.03% <ø> (ø)
ubuntu 93.44% <ø> (ø)
widget_test 90.26% <ø> (ø)
windows 89.70% <ø> (-3.74%) ⬇️

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

🚀 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.

@sensuikan1973 sensuikan1973 merged commit a7e25a0 into main Feb 7, 2026
30 of 32 checks passed
@sensuikan1973 sensuikan1973 deleted the upgrade_website_dependencies branch February 7, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant