Upgrade @typespec/compiler and related libraries to latest versions in http-client-csharp#9179
Merged
JoshLove-msft merged 8 commits intomainfrom Dec 12, 2025
Merged
Conversation
…n http-client-csharp Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade to latest compiler version
Upgrade @typespec/compiler and related libraries to 1.7.0/0.77.0 in http-client-csharp
Dec 11, 2025
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
…0 and azure-http-specs to 0.1.0-alpha.33 Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Copilot
AI
changed the title
Upgrade @typespec/compiler and related libraries to 1.7.0/0.77.0 in http-client-csharp
Upgrade @typespec/compiler and related libraries to latest versions in http-client-csharp
Dec 11, 2025
Contributor
|
No changes needing a change description found. |
…dependency Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
jorgerangel-msft
approved these changes
Dec 11, 2025
christothes
approved these changes
Dec 12, 2025
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.
Upgrade TypeSpec compiler and related libraries to latest versions
@typespec/http-client-csharppackage.json dependencies@typespec/compilerfrom ^1.6.0 to ^1.7.0 (peerDependencies and devDependencies)@typespec/httpfrom ^1.6.0 to ^1.7.0 (peerDependencies and devDependencies)@typespec/openapifrom ^1.6.0 to ^1.7.0 (peerDependencies and devDependencies)@typespec/json-schemafrom 1.6.0 to 1.7.0 (devDependencies)@typespec/restfrom 0.76.0 to 0.77.0 (peerDependencies and devDependencies)@typespec/streamsfrom 0.76.0 to 0.77.0 (peerDependencies and devDependencies)@typespec/versioningfrom 0.76.0 to 0.77.0 (peerDependencies and devDependencies)@typespec/xmlfrom 0.76.0 to 0.77.0 (devDependencies)@typespec/library-linterfrom 0.76.0 to 0.77.0 (devDependencies)@azure-tools/typespec-client-generator-corefrom 0.62.0 to 0.63.0 (devDependencies)@azure-tools/typespec-client-generator-corepeerDependency from>=0.62.0 < 0.63.0 || ~0.63.0-0to>=0.63.0 < 0.64.0 || ~0.64.0-0(following existing pattern)@azure-tools/azure-http-specsfrom 0.1.0-alpha.32 to 0.1.0-alpha.33 (devDependencies)npm install --legacy-peer-depsin http-client-csharp to update package-lock.jsonworkspace:^for all TypeSpec packages, automatically resolves to latest versions)Summary
Successfully upgraded http-client-csharp to use the latest TypeSpec compiler (1.7.0) and related libraries (0.77.0 for rest/versioning/streams/xml), and upgraded @Azure-Tools packages to their latest versions (client-generator-core 0.63.0 and azure-http-specs 0.1.0-alpha.33). All version ranges follow the existing pattern used in the package. All version upgrades are non-breaking changes.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.