Prasad P. Pawar created ATLAS-5222:
--------------------------------------
Summary: ATLAS UI: Fix dependency versions to use exact versions
and update Grunt proxy configuration
Key: ATLAS-5222
URL: https://issues.apache.org/jira/browse/ATLAS-5222
Project: Atlas
Issue Type: Task
Components: atlas-webui
Affects Versions: 3.0.0
Reporter: Prasad P. Pawar
Assignee: Prasad P. Pawar
To improve build stability and prevent unintended dependency upgrades, we need
to enforce fixed dependency versions and standardize the Grunt proxy
configuration.
*Scope of Changes:*
# *Dependency Version Fixing*
** Remove the caret ({{{}^{}}}) from all dependency versions in the
{{package.json}} files.
** Use exact/fixed versions instead of semantic range versions.
** This ensures that dependencies do not auto-upgrade during fresh installs,
preventing unexpected build or runtime issues in the future.
# *Grunt Proxy Configuration Update*
** Update the proxy configuration in the {{Gruntfile}} to use the default
settings.
** Ensure no environment-specific or custom proxy values are hardcoded.
** Keep the configuration standardized for a consistent local setup.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)