[
https://issues.apache.org/jira/browse/ATLAS-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18060718#comment-18060718
]
ASF subversion and git services commented on ATLAS-5222:
--------------------------------------------------------
Commit f52575f68312f5897d5afbbf82d0821f028bea10 in atlas's branch
refs/heads/dependabot/npm_and_yarn/docs/multi-e24662856f from Prasad Pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=f52575f68 ]
ATLAS-5222: ATLAS UI: Fix dependency versions to use exact versions ,Fix
Dependabot security alerts and ESLint issues across dashboard, docs,
atlas-lineage update Grunt proxy configuration (#544)
> ATLAS UI: Fix dependency versions to use exact versions ,Fix Dependabot
> security alerts and ESLint issues across dashboard, docs, atlas-lineage
> 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
> Priority: Major
> Labels: Atlas-UI
> Time Spent: 20m
> Remaining Estimate: 0h
>
> To improve build stability and prevent unintended dependency upgrades, we
> need to enforce fixed dependency versions and standardize the Grunt proxy
> configuration.
> * Add npm overrides for pbkdf2, sha.js, elliptic, shell-quote in docs and
> atlas-lineage
> * Fix ESLint errors (no-prototype-builtins, no-self-assign, no-empty,
> no-sparse-arrays, etc.)
> * Relax ESLint config (ignore target/, no-unused-vars patterns, max-warnings)
> * All builds pass: dashboard, dashboardv2, docs, atlas-lineage
> # *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)