-
Notifications
You must be signed in to change notification settings - Fork 19
Update Axios dependency to 1.10.0 #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
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
- Update axios from 0.27.2 to 1.10.0 to fix high severity CSRF and SSRF vulnerabilities - Apply npm audit fix to resolve 12 additional vulnerabilities in transitive dependencies - All vulnerabilities now resolved (0 remaining) - Core functionality tests pass, confirming compatibility with axios 1.x
- Added comprehensive error handling in doRequest to manage ServerNotActiveError and redirect errors. - Updated validateServerIsActive to include activationUrl in the error object for better error tracking. - Minor formatting adjustments in TestUtils for improved readability.
- Simplified the check for redirect errors by directly accessing the location header. - Ensured that the ServerNotActiveError is consistently typed in validateServerIsActive. - Minor code cleanup for improved readability.
…nagement - Enhanced checks for redirect errors to ensure proper handling of ServerNotActiveError. - Streamlined error re-throwing logic for better clarity and consistency. - Added activationUrl property handling for backward compatibility.
…nsistency - Updated the instantiation of ServerNotActiveError to explicitly define its type. - Improved type safety in error handling logic for better maintainability and clarity.
- Added beforeRedirect and transitional timeout configuration to HttpClient for improved proxy request handling. - Updated ServerNotActiveError instantiation to include the original request path in the activationUrl for better error tracking. - Changed VSCode settings to show multiple editor tabs instead of a single tab for improved workflow.
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.

No description provided.