Skip to content

chore: Upgrade fuselage package#40140

Queued
juliajforesti wants to merge 3 commits intodevelopfrom
fix/preferences-link-target
Queued

chore: Upgrade fuselage package#40140
juliajforesti wants to merge 3 commits intodevelopfrom
fix/preferences-link-target

Conversation

@juliajforesti
Copy link
Copy Markdown
Contributor

@juliajforesti juliajforesti commented Apr 13, 2026

Release changes:
@rocket.chat/fuselage@0.76.0

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

WA-43

Summary by CodeRabbit

  • Chores

    • Updated design library dependency across multiple packages from version 0.75.0 to 0.76.0.
    • Added timezone utilities dependency.
  • Style

    • Adjusted pagination component styling to use default background appearance.

@dionisio-bot
Copy link
Copy Markdown
Contributor

dionisio-bot bot commented Apr 13, 2026

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

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 13, 2026

⚠️ No Changeset found

Latest commit: 737c234

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 Apr 13, 2026

Walkthrough

This PR updates the Fuselage UI library dependency across multiple packages from version 0.75.0 to 0.76.0, adds a date-fns timezone utility dependency to the main meteor app, and removes a background color prop from the Pagination component in the AppsPage.

Changes

Cohort / File(s) Summary
UI Component Updates
apps/meteor/client/views/marketplace/AppsPage/AppsPageContentBody.tsx
Removed bg='light' prop from Pagination component, allowing it to use default background styling.
Fuselage Dependency Upgrade
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-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
Updated @rocket.chat/fuselage from ^0.75.0 to ^0.76.0 across all affected packages.
Additional Dependencies
apps/meteor/package.json
Added @date-fns/tz at ^1.4.1 to dependencies.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested labels

type: bug, type: chore

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: Upgrade fuselage package' accurately describes the primary change—updating @rocket.chat/fuselage to v0.76.0 across multiple package.json files.
Linked Issues check ✅ Passed Changes address WA-43 by removing the bg='light' prop from Pagination and support the preference link target changes through the fuselage v0.76.0 upgrade.
Out of Scope Changes check ✅ Passed All changes are scoped to the fuselage package upgrade: dependency version bumps across package.json files, snapshot updates, and removal of an invalid prop.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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


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.

@juliajforesti juliajforesti changed the title fix(ui): internal links using target _blank fix(ux): internal links using target _blank Apr 13, 2026
@juliajforesti juliajforesti added this to the 8.4.0 milestone Apr 13, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.22%. Comparing base (c544b80) to head (737c234).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #40140      +/-   ##
===========================================
- Coverage    70.28%   70.22%   -0.07%     
===========================================
  Files         3280     3280              
  Lines       116814   116814              
  Branches     20704    20678      -26     
===========================================
- Hits         82103    82028      -75     
- Misses       31440    31512      +72     
- Partials      3271     3274       +3     
Flag Coverage Δ
e2e 59.71% <ø> (-0.06%) ⬇️
e2e-api 46.59% <ø> (-0.90%) ⬇️
unit 71.05% <ø> (-0.05%) ⬇️

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.

@juliajforesti juliajforesti force-pushed the fix/preferences-link-target branch from 8347412 to c147ab4 Compare April 13, 2026 23:36
@juliajforesti juliajforesti changed the title fix(ux): internal links using target _blank chore: Upgrade fuselage package Apr 13, 2026
@juliajforesti juliajforesti marked this pull request as ready for review April 14, 2026 14:13
@juliajforesti juliajforesti requested a review from a team as a code owner April 14, 2026 14:13
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 17 files

@dougfabris dougfabris added the stat: QA assured Means it has been tested and approved by a company insider label Apr 14, 2026
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Apr 14, 2026
@dionisio-bot dionisio-bot bot added this pull request to the merge queue Apr 14, 2026
Any commits made after this event will not be merged.
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.

2 participants