Skip to content

Conversation

@tassoevan
Copy link
Contributor

@tassoevan tassoevan commented Jan 26, 2026

Proposed changes (including videos or screenshots)

It patches miscelaneous dependencies.

This pull request updates various dependencies across multiple packages to their latest patch or minor versions, focusing primarily on bug fixes, security updates, and improved compatibility. The changes are limited to package.json files and do not introduce any code or functional changes.

Dependency updates (general):

  • Updated eventemitter3 to ^5.0.4 across all relevant packages for improved stability and bug fixes. [1] [2] [3] [4] [5] [6] [7] [8] [9]
  • Updated body-parser, cors, nodemailer, google-libphonenumber, katex, meteor-node-stubs, and other dependencies in apps/meteor/package.json to their latest patch versions. [1] [2] [3] [4] [5] [6]

Development tooling and type definitions:

  • Updated Storybook, Babel, Testing Library, TypeScript, and related dev dependencies to latest patch/minor versions in several packages, including apps/meteor, packages/fuselage-ui-kit, packages/gazzodown, and others, to maintain compatibility and benefit from bug fixes. [1] [2] [3] [4] [5] [6]
  • Updated type definitions for packages such as @types/react, @types/lodash, @types/katex, @types/imap, and others to their latest versions for improved type safety and compatibility. [1] [2] [3] [4] [5] [6]

Build and lint tooling:

  • Updated core build and lint tools such as turbo, typedoc, and @babel dependencies to their latest patch versions for improved build reliability and linting accuracy. [1] [2] [3] [4]

These updates help keep the codebase secure and up-to-date, but do not affect runtime behavior or introduce new features.

Issue(s)

Steps to test or reproduce

Further comments

Summary by CodeRabbit

  • Chores
    • Updated dependency versions across the project (patch/minor bumps for Storybook, React type definitions, Babel tooling, testing libraries, build utilities, and runtime packages). No functional, API, or behavioral changes introduced; only version alignment and tooling updates.

✏️ Tip: You can customize this high-level summary in your review settings.

@tassoevan tassoevan added this to the 8.2.0 milestone Jan 26, 2026
@dionisio-bot
Copy link
Contributor

dionisio-bot bot commented Jan 26, 2026

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is targeting the wrong base branch. It should target 8.2.0, but it targets 8.1.0

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2026

⚠️ No Changeset found

Latest commit: 090a459

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
Contributor

coderabbitai bot commented Jan 26, 2026

Walkthrough

This PR performs widespread dependency and devDependency version bumps across many package.json files (Storybook, eventemitter3, @types/react, testing tooling, ts-jest, turbo, etc.) with no code or control-flow changes.

Changes

Cohort / File(s) Summary
eventemitter3 updates
apps/meteor/ee/server/services/package.json, ee/apps/account-service/package.json, ee/apps/authorization-service/package.json, ee/apps/ddp-streamer/package.json, ee/apps/omnichannel-transcript/package.json, ee/apps/presence-service/package.json, ee/apps/queue-worker/package.json, ee/packages/omnichannel-services/package.json
Bumped eventemitter3 from ^5.0.1^5.0.4
Storybook ecosystem
packages/fuselage-ui-kit/package.json, packages/gazzodown/package.json, packages/livechat/package.json, packages/mock-providers/package.json, packages/storybook-config/package.json, packages/ui-client/package.json, packages/ui-composer/package.json, packages/ui-video-conf/package.json, packages/ui-voip/package.json, packages/web-ui-registration/package.json, ee/packages/pdf-worker/package.json
Aligned multiple Storybook packages (addons, core, react/react-webpack5, theming) from ^8.6.14^8.6.15
@types/react bumps
apps/meteor/package.json, apps/uikit-playground/package.json, ee/apps/omnichannel-transcript/package.json, ee/packages/pdf-worker/package.json, ee/packages/ui-theming/package.json, packages/fuselage-ui-kit/package.json, packages/gazzodown/package.json, packages/livechat/package.json, packages/mock-providers/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
Bumped @types/react from ~18.3.26~18.3.27
Testing library bumps
packages/fuselage-ui-kit/package.json, packages/gazzodown/package.json, packages/livechat/package.json, packages/mock-providers/package.json, packages/ui-client/package.json, packages/ui-voip/package.json, packages/web-ui-registration/package.json, ee/packages/pdf-worker/package.json
Bumped @testing-library/react ~16.3.0~16.3.2
ts-jest updates
packages/http-router/package.json, packages/tracing/package.json, packages/ui-kit/package.json
Bumped ts-jest ~29.4.5~29.4.6
Misc tooling / root / other deps
package.json, apps/meteor/package.json, packages/jest-presets/package.json, packages/apps-engine/package.json, packages/eslint-config/package.json, packages/core-typings/package.json, ee/packages/pdf-worker/package.json, packages/gazzodown/package.json
Root turbo ~2.7.4~2.7.6; @swc/core and other tooling bumps; typedoc bumped; small zod bump and Babel parser bumps; assorted devDependency patch updates across packages

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested labels

stat: ready to merge, stat: QA assured

Suggested reviewers

  • ggazzo
  • d-gubert

Poem

🐇 I hopped through package trees tonight,
Bumping versions left and right,
Storybook sparkles, types align,
Tiny patches—everything fine.
A happy rabbit, build in sight! 🥕

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(deps): Patch dependencies' accurately summarizes the main change: a targeted patch-level dependency update across multiple package.json files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/deps

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

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.45%. Comparing base (9e92b49) to head (090a459).
⚠️ Report is 6 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #38349      +/-   ##
===========================================
- Coverage    70.86%   70.45%   -0.42%     
===========================================
  Files         3160     3160              
  Lines       109775   110150     +375     
  Branches     19709    19864     +155     
===========================================
- Hits         77795    77609     -186     
- Misses       29957    30510     +553     
- Partials      2023     2031       +8     
Flag Coverage Δ
e2e 60.33% <ø> (ø)
e2e-api 47.79% <ø> (-1.12%) ⬇️
unit 71.51% <ø> (-0.55%) ⬇️

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.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2026

📦 Docker Image Size Report

➡️ Changes

Service Current Baseline Change Percent
sum of all images 0B 0B 0B
account-service 0B 0B 0B
authorization-service 0B 0B 0B
ddp-streamer-service 0B 0B 0B
omnichannel-transcript-service 0B 0B 0B
presence-service 0B 0B 0B
queue-worker-service 0B 0B 0B
rocketchat 0B 0B 0B

📊 Historical Trend

---
config:
  theme: "dark"
  xyChart:
    width: 900
    height: 400
---
xychart
  title "Image Size Evolution by Service (Last 30 Days + This PR)"
  x-axis ["11/18 22:53", "11/19 23:02", "11/21 16:49", "11/24 17:34", "11/27 22:32", "11/28 19:05", "12/01 23:01", "12/02 21:57", "12/03 21:00", "12/04 18:17", "12/05 21:56", "12/08 20:15", "12/09 22:17", "12/10 23:26", "12/11 21:56", "12/12 22:45", "12/13 01:34", "12/15 22:31", "12/16 22:18", "12/17 21:04", "12/18 23:12", "12/19 23:27", "12/20 21:03", "12/22 18:54", "12/23 16:16", "12/24 19:38", "12/25 17:51", "12/26 13:18", "12/29 19:01", "12/30 20:52", "01/29 02:24 (PR)"]
  y-axis "Size (GB)" 0 --> 0.5
  line "account-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.00]
  line "authorization-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.00]
  line "ddp-streamer-service" [0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.00]
  line "omnichannel-transcript-service" [0.14, 0.14, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.00]
  line "presence-service" [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.00]
  line "queue-worker-service" [0.14, 0.14, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.13, 0.00]
  line "rocketchat" [0.35, 0.35, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.00]
Loading

Statistics (last 30 days):

  • 📊 Average: 1.5GiB
  • ⬇️ Minimum: 1.4GiB
  • ⬆️ Maximum: 1.6GiB
  • 🎯 Current PR: 0B
ℹ️ About this report

This report compares Docker image sizes from this build against the develop baseline.

  • Tag: pr-38349
  • Baseline: develop
  • Timestamp: 2026-01-29 02:24:27 UTC
  • Historical data points: 30

Updated: Thu, 29 Jan 2026 02:24:28 GMT

@tassoevan tassoevan marked this pull request as ready for review January 26, 2026 21:11
@tassoevan tassoevan requested review from a team as code owners January 26, 2026 21:11
Copy link
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 33 files

@ggazzo ggazzo added the stat: QA assured Means it has been tested and approved by a company insider label Jan 30, 2026
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Jan 30, 2026
@ggazzo ggazzo merged commit 2003802 into develop Jan 30, 2026
47 checks passed
@ggazzo ggazzo deleted the chore/deps branch January 30, 2026 12:00
Rohit3523 pushed a commit that referenced this pull request Feb 4, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants