Skip to content

Bump TypeSpec dependencies to latest stable#3902

Merged
JialinHuang803 merged 12 commits intomainfrom
copilot/bump-typespec-version-again
Apr 9, 2026
Merged

Bump TypeSpec dependencies to latest stable#3902
JialinHuang803 merged 12 commits intomainfrom
copilot/bump-typespec-version-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 8, 2026

Package From To
@typespec/compiler, @typespec/http, @typespec/openapi, @typespec/openapi3, @typespec/json-schema ^1.10.0 ^1.11.0
@typespec/rest, @typespec/versioning, @typespec/xml ^0.80.0 ^0.81.0
@azure-tools/typespec-autorest, @azure-tools/typespec-azure-core, @azure-tools/typespec-azure-resource-manager, @azure-tools/typespec-azure-rulesets ^0.66.x ^0.67.0
@azure-tools/typespec-client-generator-core ^0.66.4 ^0.67.1
@typespec/http-specs 0.1.0-dev.2 0.1.0-alpha.36-dev.3
@typespec/spector 0.1.0-dev.3 0.1.0-alpha.25-dev.5
@typespec/spec-api 0.1.0-alpha.14-dev.3 0.1.0-alpha.14-dev.4
@azure-tools/azure-http-specs 0.1.0-alpha.39-dev.7 0.1.0-alpha.40-dev.0

Copilot AI linked an issue Apr 8, 2026 that may be closed by this pull request
@v-jiaodi
Copy link
Copy Markdown
Member

v-jiaodi commented Apr 8, 2026

@copilot fix smoke-test ci error.

Copilot AI changed the title [WIP] Update TypeSpec version to latest stable Bump TypeSpec dependencies to latest stable Apr 8, 2026
Copilot AI requested a review from v-jiaodi April 8, 2026 06:49
@v-jiaodi v-jiaodi marked this pull request as ready for review April 8, 2026 06:53
Comment thread packages/typespec-test/test/compute/spec/client.tsp
Copilot stopped work on behalf of v-jiaodi due to an error April 8, 2026 09:38
Copilot AI requested a review from v-jiaodi April 8, 2026 09:38
outputPath: "client/structure/multi-client",
inputPath: "client/structure/multi-client"
},
// disable it as need upgrade tcgc to support it https://github.com/Azure/typespec-azure/pull/3997.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@v-jiaodi Have we confirmed that these three scenarios are already supported by codegen?

export type GetAnyObjectResponse = { body: any };

export type GetEnumResponse = { body: "one" | "two" | string };
export type GetEnumResponse = { body: "one" | "two" };
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this expected?

@v-jiaodi
Copy link
Copy Markdown
Member

v-jiaodi commented Apr 9, 2026

@copilot Bump TypeSpec dependencies to latest stable, including packsges/typespec-ts and packsges/typespec-test.

@JialinHuang803 JialinHuang803 merged commit 8352cb6 into main Apr 9, 2026
16 checks passed
@JialinHuang803 JialinHuang803 deleted the copilot/bump-typespec-version-again branch April 9, 2026 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump TypeSpec version to latest stable

4 participants