Upgrade TypeSpec dependencies to match Azure REST API specs reference#5396
Closed
Upgrade TypeSpec dependencies to match Azure REST API specs reference#5396
Conversation
Contributor
Author
|
@pshao25 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: pshao25 <97225342+pshao25@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade TypeSpec dependencies
Upgrade TypeSpec dependencies to match Azure REST API specs reference
Sep 11, 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.
This PR upgrades all TypeSpec-related dependencies in the autorest.csharp repository to match the versions specified in the Azure REST API specs reference at commit
e380cd0dc8167f077a186105ae0f7455e6c567f6.Changes Made
Updated Dependencies in
src/TypeSpec.Extension/Emitter.Csharp/package.json:Azure Tools TypeSpec packages (0.59.x → 0.60.0):
@azure-tools/typespec-autorest: 0.59.0 → 0.60.0@azure-tools/typespec-azure-core: 0.59.0 → 0.60.0@azure-tools/typespec-azure-resource-manager: 0.59.2 → 0.60.0@azure-tools/typespec-azure-rulesets: 0.59.0 → 0.60.0@azure-tools/typespec-client-generator-core: 0.59.1 → 0.60.0Core TypeSpec packages (1.3.0 → 1.4.0):
@typespec/compiler: 1.3.0 → 1.4.0@typespec/http: 1.3.0 → 1.4.0@typespec/openapi: 1.3.0 → 1.4.0Additional TypeSpec packages (0.73.0 → 0.74.0):
@typespec/events: 0.73.0 → 0.74.0@typespec/rest: 0.73.0 → 0.74.0@typespec/sse: 0.73.0 → 0.74.0@typespec/streams: 0.73.0 → 0.74.0@typespec/versioning: 0.73.0 → 0.74.0@typespec/xml: 0.73.0 → 0.74.0@typespec/library-linter: 0.73.0 → 0.74.0Updated Dependencies in root
package.json:@azure-tools/typespec-azure-resource-manager: 0.59.2 → 0.60.0@azure-tools/typespec-client-generator-core: 0.59.1 → 0.60.0Updated peerDependencies:
All peerDependency version ranges in the TypeSpec emitter package have been updated to reflect the new minimum versions while maintaining compatibility ranges.
Validation
npm installcompleted successfully with updated dependencieseng/Generate.ps1script ran successfully and built multiple test projects without errorsThe upgrade ensures compatibility with the latest TypeSpec toolchain and maintains consistency across the Azure ecosystem.
Fixes #5395.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.