-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency @azure/ms-rest-js to v2.6.6 #4
Open
mend-for-github.aaakk.us.kg
wants to merge
1
commit into
main
Choose a base branch
from
whitesource-remediate/azure-ms-rest-js-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency @azure/ms-rest-js to v2.6.6 #4
mend-for-github.aaakk.us.kg
wants to merge
1
commit into
main
from
whitesource-remediate/azure-ms-rest-js-2.x
Conversation
This file contains 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
0ce5f58
to
a4286a0
Compare
a4286a0
to
83ea207
Compare
83ea207
to
1f18b7f
Compare
1f18b7f
to
26beca7
Compare
26beca7
to
580b295
Compare
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 PR contains the following updates:
2.0.4
->2.6.6
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
Azure/ms-rest-js (@azure/ms-rest-js)
v2.6.6
Compare Source
xml2js
version to^0.5.0
.v2.6.4
Compare Source
v2.6.2
Compare Source
v2.6.1
Compare Source
v2.6.0
Compare Source
baseUri
on theServiceClientOptions
that is then used to initialize the correspondingbaseUri
protected property on theServiceClient
.baseUri
that happen to be known Azure resource manager endpoints, this allows the instantiating of theAzureIdentityCredentialAdapter
class with the right scope when a user constructs aServiceClient
with aTokenCredential
. Resolves https://github.com/Azure/azure-sdk-for-js/issues/15945v2.5.3
Compare Source
v2.5.2
Compare Source
proxySettings
does not work when there is username but no password (PR 453)v2.5.1
Compare Source
v2.5.0
Compare Source
v2.4.1
Compare Source
self
instead ofwindow
in order to support web workers.v2.4.0
Compare Source
AzureIdentityCredentialAdapter
in the public API to enable users of this package make use of credentials from@azure/identity
.v2.3.0
Compare Source
WebResource.prepare()
to also copystreamResponseBody
.v2.2.3
Compare Source
v2.2.2
Compare Source
lib: ["dom"]
so consumers of this package don't need it in their tsconfig. Fixes (Issue #367)v2.2.1
Compare Source
SystemErrorRetryPolicy
didn't retry on errors (Issue #412)ThrottlingRetryPolicy
now keep retrying on 429 responses up to a limit. Fixes (Issue #394)fetch()
is no longer overridden by node-fetch. Fixes (Issue #383)v2.2.0
Compare Source
v2.1.0
v2.0.8
v2.0.7
RequestPolicyOptions
to an interfaceRequestPolicyOptionsLike
to avoid compatibility issues with private members.v2.0.6
WebResourceLike
was introduced to avoid a direct dependency on the classWebResource
in public interfaces.HttpHeadersLike
was also added to replace references toHttpHeaders
. This change was added to improve compatibility between@azure/core-http
and@azure/ms-rest-nodeauth
.v2.0.5