Skip to content

chore: Upgrade fuselage packages#40404

Merged
ggazzo merged 6 commits into
developfrom
chore/bump-fuselage
May 5, 2026
Merged

chore: Upgrade fuselage packages#40404
ggazzo merged 6 commits into
developfrom
chore/bump-fuselage

Conversation

@juliajforesti
Copy link
Copy Markdown
Contributor

@juliajforesti juliajforesti commented May 5, 2026

changes needed for WA-79

Proposed changes (including videos or screenshots)

Release changes:
@rocket.chat/styled@0.33.0
@rocket.chat/logo@0.32.5
@rocket.chat/fuselage@0.78.0
@rocket.chat/fuselage-forms@1.3.0

Issue(s)

Steps to test or reproduce

Further comments

Summary by CodeRabbit

  • Chores
    • Updated internal dependency versions across multiple packages to maintain compatibility and stability.

@dionisio-bot
Copy link
Copy Markdown
Contributor

dionisio-bot Bot commented May 5, 2026

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

@juliajforesti juliajforesti added this to the 8.5.0 milestone May 5, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 5, 2026

⚠️ No Changeset found

Latest commit: 10153aa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ec265073-0be2-412a-aea7-3cbd477ce45d

📥 Commits

Reviewing files that changed from the base of the PR and between fb02dd5 and 10153aa.

⛔ Files ignored due to path filters (8)
  • apps/meteor/client/components/UserInfo/__snapshots__/UserInfo.spec.tsx.snap is excluded by !**/*.snap
  • apps/meteor/client/views/admin/users/UsersTable/__snapshots__/UsersTable.spec.tsx.snap is excluded by !**/*.snap
  • apps/meteor/client/views/room/contextualBar/BannedUsers/__snapshots__/BannedUsers.spec.tsx.snap is excluded by !**/*.snap
  • packages/ui-voip/src/components/PeerInfo/__snapshots__/PeerInfo.spec.tsx.snap is excluded by !**/*.snap
  • packages/ui-voip/src/views/CallHistoryContextualbar/__snapshots__/CallHistoryContextualbar.spec.tsx.snap is excluded by !**/*.snap
  • packages/ui-voip/src/views/MediaCallHistoryTable/__snapshots__/MediaCallHistoryTable.spec.tsx.snap is excluded by !**/*.snap
  • packages/ui-voip/src/views/MediaCallWidget/__snapshots__/MediaCallWidget.spec.tsx.snap is excluded by !**/*.snap
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (13)
  • apps/meteor/package.json
  • apps/uikit-playground/package.json
  • packages/fuselage-ui-kit/package.json
  • packages/gazzodown/package.json
  • packages/livechat/package.json
  • packages/storybook-config/package.json
  • packages/ui-avatar/package.json
  • packages/ui-client/package.json
  • packages/ui-composer/package.json
  • packages/ui-contexts/package.json
  • packages/ui-video-conf/package.json
  • packages/ui-voip/package.json
  • packages/web-ui-registration/package.json
📜 Recent review details
🔇 Additional comments (18)
packages/ui-composer/package.json (1)

25-25: Fuselage bump looks consistent in this package.

No concerns with the update on Line 25.

packages/storybook-config/package.json (1)

39-39: Dependency bump is clean and aligned with the PR scope.

No issues on Line 39.

packages/ui-avatar/package.json (1)

20-20: UI avatar manifest update looks good.

No concerns with the version bump on Line 20.

packages/ui-client/package.json (3)

29-29: Fuselage version bump is appropriate here.

No issues on Line 29.


35-35: Logo package bump looks correct.

No concerns on Line 35.


39-39: Styled package bump is consistent with the release set.

No issues on Line 39.

packages/ui-contexts/package.json (1)

26-26: This dependency update looks good.

No concerns on Line 26.

packages/ui-voip/package.json (2)

33-33: Fuselage bump in ui-voip is fine.

No issues on Line 33.


40-40: Styled bump in ui-voip is also clean.

No concerns on Line 40.

packages/gazzodown/package.json (2)

34-34: Fuselage upgrade in gazzodown looks correct.

No issues on Line 34.


40-40: Styled dependency bump is good here.

No concerns on Line 40.

packages/fuselage-ui-kit/package.json (2)

49-49: Fuselage update is consistent in fuselage-ui-kit.

No issues on Line 49.


55-55: Styled update is also straightforward and valid.

No concerns on Line 55.

packages/ui-video-conf/package.json (1)

25-25: Version bumps are consistent and safe in this manifest.

These updates align with the PR’s package-upgrade objective and keep this package in sync with the repo-wide fuselage/styled rollout.

Also applies to: 30-30

packages/web-ui-registration/package.json (1)

26-26: Fuselage bump looks good here.

Single-line upgrade is consistent with the broader dependency alignment in this PR.

packages/livechat/package.json (1)

63-63: Logo dependency bump is clean and consistent.

This is a straightforward devDependency version alignment with no additional manifest risk.

apps/uikit-playground/package.json (1)

21-21: These dependency updates look correct for the playground app.

The fuselage/logo/styled bumps are coherent with the coordinated package upgrade in this PR.

Also applies to: 27-28

apps/meteor/package.json (1)

109-110: Meteor manifest upgrades are aligned and well-scoped.

The coordinated fuselage/fuselage-forms/logo/styled version bumps are consistent with the release-package upgrade plan.

Also applies to: 125-125, 151-151


Walkthrough

This PR updates Rocket.Chat internal package dependency versions across 12 package.json files. Fuselage updates from ^0.77.0 to ^0.78.0, logo from ^0.32.4 to ^0.32.5, styled from ^0.32.1 to ^0.33.0, and fuselage-forms from ^1.2.0 to ^1.3.0.

Changes

Dependency Version Updates

Layer / File(s) Summary
Fuselage Updates
apps/meteor/package.json, apps/uikit-playground/package.json, packages/fuselage-ui-kit/package.json, packages/gazzodown/package.json, packages/storybook-config/package.json, packages/ui-avatar/package.json, packages/ui-composer/package.json, packages/ui-contexts/package.json, packages/ui-video-conf/package.json, packages/ui-voip/package.json, packages/web-ui-registration/package.json
@rocket.chat/fuselage bumped from ^0.77.0 to ^0.78.0 in devDependencies or dependencies across 11 packages.
Styled Updates
apps/uikit-playground/package.json, packages/gazzodown/package.json, packages/ui-video-conf/package.json, packages/ui-voip/package.json
@rocket.chat/styled bumped from ^0.32.1 to ^0.33.0 in devDependencies across 4 packages.
Logo Updates
apps/meteor/package.json, apps/uikit-playground/package.json, packages/livechat/package.json, packages/ui-client/package.json
@rocket.chat/logo bumped from ^0.32.4 to ^0.32.5 in dependencies or devDependencies across 4 packages.
Fuselage Forms Update
apps/meteor/package.json
@rocket.chat/fuselage-forms bumped from ^1.2.0 to ^1.3.0 in dependencies.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

type: chore

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: Upgrade fuselage packages' directly and accurately summarizes the main change—upgrading multiple Rocket.Chat fuselage-related packages across the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • WA-79: Request failed with status code 401

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.04%. Comparing base (fb02dd5) to head (10153aa).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #40404      +/-   ##
===========================================
- Coverage    70.08%   70.04%   -0.05%     
===========================================
  Files         3301     3301              
  Lines       120778   120778              
  Branches     21596    21615      +19     
===========================================
- Hits         84646    84593      -53     
- Misses       32850    32890      +40     
- Partials      3282     3295      +13     
Flag Coverage Δ
e2e 59.62% <ø> (-0.03%) ⬇️
e2e-api 46.23% <ø> (-0.88%) ⬇️
unit 70.92% <ø> (-0.03%) ⬇️

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.

@dougfabris dougfabris marked this pull request as ready for review May 5, 2026 16:29
@dougfabris dougfabris requested review from a team as code owners May 5, 2026 16:29
@tassoevan tassoevan added this pull request to the merge queue May 5, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 5, 2026
@dougfabris dougfabris added the stat: QA assured Means it has been tested and approved by a company insider label May 5, 2026
@dionisio-bot dionisio-bot Bot added the stat: ready to merge PR tested and approved waiting for merge label May 5, 2026
@dionisio-bot dionisio-bot Bot added this pull request to the merge queue May 5, 2026
@ggazzo ggazzo removed this pull request from the merge queue due to a manual request May 5, 2026
@ggazzo ggazzo merged commit 9d56c43 into develop May 5, 2026
82 of 84 checks passed
@ggazzo ggazzo deleted the chore/bump-fuselage branch May 5, 2026 20:35
ggazzo pushed a commit that referenced this pull request May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge type: chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants