Skip to content

ROX-33783: Delete obsolete react-transition-group from dependencies#19584

Open
pedrottimark wants to merge 1 commit intomasterfrom
ROX-33783-react-transition-group
Open

ROX-33783: Delete obsolete react-transition-group from dependencies#19584
pedrottimark wants to merge 1 commit intomasterfrom
ROX-33783-react-transition-group

Conversation

@pedrottimark
Copy link
Contributor

@pedrottimark pedrottimark commented Mar 24, 2026

Description

Objective

When we delete deprecated container folders, we intend to delete obsolete dependencies.

Problem

It is not apparent why this package is in dependencies.

Analysis

Find in Files react-transition-group

  • in src folder has no results
  • in package-lock.json file has results in dependencies of react-select
    "react-transition-group": "^2.2.1"
    "version": "2.9.0"
    Ironically, newer than unused direct dependency.

Solution

Delete, because no longer (if ever) needed in direct dependencies.

User-facing documentation

  • CHANGELOG.md update is not needed
  • documentation PR is not needed

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

  1. npm run tsc in ui/apps/platform folder.
  2. npm run lint in ui/apps/platform folder.

@pedrottimark pedrottimark requested a review from a team as a code owner March 24, 2026 21:47
@rhacs-bot
Copy link
Contributor

Images are ready for the commit at cbe89af.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-434-gcbe89afb26.

@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.26%. Comparing base (5d84b54) to head (cbe89af).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #19584      +/-   ##
==========================================
- Coverage   49.26%   49.26%   -0.01%     
==========================================
  Files        2735     2735              
  Lines      206138   206138              
==========================================
- Hits       101550   101545       -5     
- Misses      97041    97046       +5     
  Partials     7547     7547              
Flag Coverage Δ
go-unit-tests 49.26% <ø> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants