ATLAS-5225: ATLAS UI: Upgrade UI dependencies and improve code quality across dashboard, dashboardv2, and docs.#552
Merged
pawarprasad123 merged 1 commit intomasterfrom Feb 26, 2026
Merged
Conversation
…y across dashboard, dashboardv2, and docs
chaitalicod
approved these changes
Feb 26, 2026
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.
What changes were proposed in this pull request?
This change upgrades dependencies and improves code quality across the Atlas UI (dashboard, dashboardv2, and docs).Changes
Build toolchain updates
Dashboard atlas-lineage: Replace deprecated babel-plugin-transform-class-properties 6.x with @babel/plugin-transform-class-properties 7.23.3; upgrade @babel/core and @babel/preset-env to 7.23.2.
Dashboardv2 atlas-lineage: Same Babel upgrades.
Docs: Add npm overrides for ip, webpack-dev-middleware, path-to-regexp, html-minifier, and http-proxy-middleware. Add patch-package fixes for html-minifier and http-proxy-middleware to improve error handling and regex behavior.
Code quality
Dashboard: Remove unused imports and prefix unused variables with _ to reduce ESLint warnings (from 160 to 132).
Affected files: Filters.tsx, commonComponents.tsx, CommonViewFunction.ts, AuditFilters.tsx, TypeSystemTreeView.tsx.
Verification
All changes are build-time or transitive dependencies. No changes to application behavior.
Builds verified: dashboard, dashboard atlas-lineage, dashboardv2, dashboardv2 atlas-lineage, docs.
Scope: dashboard/, dashboardv2/, docs/
How was this patch tested?
Manually, the build passed
