Skip to content

fix(admin-ui): material-table/core breaking Jenkins build due to recent upgrade#2394

Merged
duttarnab merged 1 commit intomainfrom
admin-ui-issue-2392-clean
Oct 27, 2025
Merged

fix(admin-ui): material-table/core breaking Jenkins build due to recent upgrade#2394
duttarnab merged 1 commit intomainfrom
admin-ui-issue-2392-clean

Conversation

@faisalsiddique4400
Copy link
Contributor

🐛 fix(admin-ui): material-table/core breaking Jenkins build due to recent upgrade

🔧 Description

This PR fixes issue #2392, where the recent upgrade of @material-table/core caused Jenkins build failures.
The problem was due to breaking changes or dependency mismatches introduced in the latest release of the library.

🧩 Fix Summary

  • Reverted @material-table/core to the last stable version.
  • Regenerated package-lock.json to ensure dependency consistency.
  • Verified successful Admin UI build locally and on Jenkins.

✅ Testing Steps

  1. Run a fresh installation using or npm install.
  2. Trigger a Jenkins build.
  3. Confirm that the build completes successfully without dependency errors.

🔗 Ticket

Closes: #2392

@sonarqubecloud
Copy link

@duttarnab duttarnab merged commit b87d151 into main Oct 27, 2025
8 checks passed
@duttarnab duttarnab deleted the admin-ui-issue-2392-clean branch October 27, 2025 12:36
@mo-auto mo-auto added comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-admin-ui Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(admin-ui): material-table/core is breaking the jenkins build due to recent upgrade

3 participants