pawarprasad123 opened a new pull request, #544: URL: https://github.com/apache/atlas/pull/544
## What changes were proposed in this pull request? 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. ## How was this patch tested? Manually, build passed <img width="1845" height="1128" alt="image" src="https://github.com/user-attachments/assets/838759ec-e2be-4714-bbbb-c7ddc6d1705c" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
