chore(deps): upgrade Fuselage 0.78.0 → 0.80.0 - #3383
Merged
Conversation
Additive minor: only new export (AutoComplete input). No removed/renamed components, props, or tokens. Type gate + companion gate green; no source changes needed. Pre-existing lint debt (42 errors) unchanged by bump.
No vocab changes (no added/removed/renamed components, props, tokens, hooks). check-companions clean (18 symbols). Type + companion gate green; no source changes. Pre-existing lint debt (42 errors) unchanged.
Contributor
WalkthroughTwo runtime dependencies in ChangesFuselage Dependency Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
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. Comment |
jeanfbrito
added a commit
that referenced
this pull request
Jul 8, 2026
Core: react/react-dom 18.3.1→19.2.7, @types/react 18.3→19.2.17, @types/react-dom 18.3→19.2.3. Ecosystem floors for React 19 peer support: - react-redux 9.0.4→9.3.0 - react-i18next 14.0.0→15.7.4 - react-hook-form 7.49.2→7.80.0 - react-virtuoso 4.6.2→4.18.10 - @testing-library/react 14.3.1→16.3.2 (+ @testing-library/dom →10.4.0) Source migration (minimal — 15 files): - types-react-codemod preset-19: useRef<T>() → useRef<T>(undefined), RefObject<T> → RefObject<T|null>, ReactElement → ReactElement<any> (13 files) - AddServerView: FormEvent<HTMLFormElement> → SubmitEvent<HTMLElement> (matches Fuselage Box onSubmit under React 19 types) - ServerButton: explicit DragEvent annotation on onDragOver handler Verified: tsc + eslint clean, rollup build resolves all imports, 921 tests pass (RTL 16 + React 19 under jest-electron-runner, no act() warnings), fuselage-gate type+companion green. Stacks on #3383 (fuselage 0.80, which ships React 19 peer support).
jeanfbrito
added a commit
that referenced
this pull request
Jul 8, 2026
Core: react/react-dom 18.3.1→19.2.7, @types/react 18.3→19.2.17, @types/react-dom 18.3→19.2.3. Ecosystem floors for React 19 peer support: - react-redux 9.0.4→9.3.0 - react-i18next 14.0.0→15.7.4 - react-hook-form 7.49.2→7.80.0 - react-virtuoso 4.6.2→4.18.10 - @testing-library/react 14.3.1→16.3.2 (+ @testing-library/dom →10.4.0) Source migration (minimal — 15 files): - types-react-codemod preset-19: useRef<T>() → useRef<T>(undefined), RefObject<T> → RefObject<T|null>, ReactElement → ReactElement<any> (13 files) - AddServerView: FormEvent<HTMLFormElement> → SubmitEvent<HTMLElement> (matches Fuselage Box onSubmit under React 19 types) - ServerButton: explicit DragEvent annotation on onDragOver handler Verified: tsc + eslint clean, rollup build resolves all imports, 921 tests pass (RTL 16 + React 19 under jest-electron-runner, no act() warnings), fuselage-gate type+companion green. Stacks on #3383 (fuselage 0.80, which ships React 19 peer support).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CORE-2397
What changed
Upgrades the Fuselage design system from 0.78.0 → 0.80.0, walked one minor at a time:
@rocket.chat/fuselage0.78.0 → 0.80.0@rocket.chat/fuselage-hooks~0.41.0 → ~0.42.0(co-bumped, published alongside fuselage 0.80.0)No application source changes were required.
Why no code changes
Both minor releases are additive on the consumer-facing API surface our code uses:
AutoCompleteadded (new input)No components, props, tokens, or hooks that this app imports were removed, renamed, or had their shape changed.
Verification
yarn build(rollup) bundles cleanly; every Fuselage 0.80.0 import resolves at bundle time.Notes
@rocket.chat/iconsand@rocket.chat/fuselage-polyfillswere left unchanged — companion reconciliation is clean and neither is required by this upgrade.Summary by CodeRabbit