[
https://issues.apache.org/jira/browse/ATLAS-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18028024#comment-18028024
]
ASF subversion and git services commented on ATLAS-5150:
--------------------------------------------------------
Commit 6c8bd12ff6ba5bc5143e36deaa304417633a8c61 in atlas's branch
refs/heads/ATLAS-5150 from Prasad Pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=6c8bd12ff ]
ATLAS-5150: React UI: Fix library versions in React UI to prevent unintended
upgrades during build
> React UI: Fix library versions in React UI to prevent unintended upgrades
> during build
> --------------------------------------------------------------------------------------
>
> Key: ATLAS-5150
> URL: https://issues.apache.org/jira/browse/ATLAS-5150
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-webui
> Affects Versions: 3.0.0
> Reporter: Prasad P. Pawar
> Assignee: Prasad P. Pawar
> Priority: Major
> Labels: atlas-react
>
> Currently, the React UI build process allows library versions to auto-upgrade
> during installation, which can lead to unexpected build failures or
> inconsistencies.
> To ensure build stability and reproducibility, update the {{package.json}} to
> use fixed (pinned) versions for all dependencies and devDependencies.
> Going forward, library versions can be manually updated as needed, rather
> than allowing automatic upgrades during the build process.
> *Acceptance Criteria:*
> * All library versions in {{package.json}} are pinned to specific versions.
> * Build process completes successfully without version drift.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)