Conversation
|
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.



This pull request includes several updates focused on dependency management, workflow improvements, and minor codebase adjustments. The main highlights are dependency upgrades for development tools, updates to CI workflows, and some small code and configuration changes.
Circuit Breaker - Silent Mode using in-memory Snapshot
This was fixed by moving the remote module initialization before Context option during context build, which includes silent-mode settings.
Dependency and Configuration Updates:
package.json, including@typescript-eslint/eslint-plugin,@typescript-eslint/parser,eslint, andsinon, to their latest versions for improved linting and testing support. Also fixed the repository URL to use the.gitsuffix.ignore-scripts=trueto.npmrcto prevent npm from running package lifecycle scripts, which can improve security in CI/CD environments.CI/CD Workflow Improvements:
.github/workflows/master.ymland.github/workflows/sonar.ymlto usesonarsource/sonarqube-scan-action@v8.0.0instead ofv7.0.0, ensuring the latest features and fixes are used in code analysis. [1] [2]Minor Code and Documentation Changes:
Auth.initin theClientclass constructor insrc/client.jsto ensure authentication is set up before options are built.assumemethod inBypasser(src/lib/bypasser/index.js) to callBypasser.forget(key)before creating a new bypassed key, ensuring old keys are removed before adding new ones.README.mdand removed thepatreonentry from.github/FUNDING.ymlfor documentation and funding clarity. [1] [2]