[@azure/core-http-compat] Update Dependency Versions#20550
Merged
sarangan12 merged 2 commits intoAzure:mainfrom Feb 27, 2022
Merged
[@azure/core-http-compat] Update Dependency Versions#20550sarangan12 merged 2 commits intoAzure:mainfrom
sarangan12 merged 2 commits intoAzure:mainfrom
Conversation
deyaaeldeen
reviewed
Feb 26, 2022
| { | ||
| "name": "@azure/core-http-compat", | ||
| "version": "1.0.0", | ||
| "version": "2.0.0", |
Member
There was a problem hiding this comment.
I wonder why is the major version bump needed?
joheredi
approved these changes
Feb 26, 2022
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.
Packages impacted by this PR
@azure/core-http-compat
Issues associated with this PR
None
Describe the problem that is addressed by this PR
The
core-clientandcore-rest-pipelinedependency version is causing CI issues in autorest/typescript. I have verified with the versions in this PR, the issue is resolved.What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?
No special design concerns.
Are there test cases added in this PR? (If not, why?)
None required.
Provide a list of related PRs (if any)
Azure/autorest.typescript#1324
Checklists