fix: reduce npm install deprecation warnings#47
Open
Akanksha-020 wants to merge 3 commits into
Open
Conversation
Author
|
hey i raised the pr yesterday for issue #28 olease review and see if any changes are required! |
Owner
|
Can you share a screen recording or anything it'll be easy for me to evaluate and also the checks are not passed please check it once |
Owner
|
hey @Akanksha-020 please check the build are failing |
Author
|
Ok I will review the issues and fix it and then request a review again when all the checks are passing |
Owner
|
REMINDER TO THIS PR @Akanksha-020 |
Collaborator
|
@Akanksha-020 there aree 11 merge conflicts fix them |
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.
Description of Changes
This PR reduces the deprecation warnings shown during
npm installby updating the dependency tree with safe npm overrides and modernizing the lint setup.Specifically:
google-auth-librarythrough an override to remove the deprecateduuid@9chain from the Google auth stack.file-entry-cacheandglobthrough overrides to remove the deprecatedrimraf@3andglob@7ESLint cache chain.10.xand replaced the legacy config with a flat eslint.config.js so the project continues linting cleanly on the newer toolchain.This keeps the bot building and testing normally while making install output cleaner for new contributors.
closes #28
Type of Change
How Was This Tested?
I verified the changes with:
npm installnpm run lintnpm run buildnpm testAll of the above passed after the dependency and config updates.
Checklist
npm run build).npm test).