Skip to content

Bump TypeSpec dependencies to latest stable (1.8.0)#3681

Merged
v-jiaodi merged 8 commits intomainfrom
copilot/bump-typespec-version
Jan 16, 2026
Merged

Bump TypeSpec dependencies to latest stable (1.8.0)#3681
v-jiaodi merged 8 commits intomainfrom
copilot/bump-typespec-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 14, 2026

Updates TypeSpec core packages and Azure tooling dependencies to their latest stable versions across packages/typespec-ts and packages/typespec-test.

Changes

Core TypeSpec packages (1.7.0 → 1.8.0):

  • @typespec/compiler, @typespec/http, @typespec/openapi, @typespec/openapi3, @typespec/json-schema

Supporting packages (0.77.0 → 0.78.0):

  • @typespec/rest, @typespec/versioning, @typespec/xml

Azure tooling (0.63.x → 0.64.0):

  • @azure-tools/typespec-autorest, @azure-tools/typespec-azure-core, @azure-tools/typespec-azure-resource-manager, @azure-tools/typespec-azure-rulesets
  • @azure-tools/typespec-client-generator-core → 0.64.1

Spector packages (next tag):

  • @typespec/http-specs → 0.1.0-alpha.31-dev.1
  • @typespec/spector → 0.1.0-alpha.23-dev.0
  • @typespec/spec-api → 0.1.0-alpha.13-dev.0
  • @azure-tools/azure-http-specs → 0.1.0-alpha.35-dev.9

Test baseline correction:

  • Fixed typo in test expectation ("for and operation" → "for an operation")
Original prompt

This section details on the original issue you should resolve

<issue_title>Bump TypeSpec version to latest stable</issue_title>
<issue_description>Including packsges/typespec-ts and packsges/typespec-test.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 3 commits January 14, 2026 02:01
Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump TypeSpec version to latest stable Bump TypeSpec dependencies to latest stable (1.8.0) Jan 14, 2026
Copilot AI requested a review from v-jiaodi January 14, 2026 02:24
"@typespec/spector": "0.1.0-alpha.23-dev.0",
"@typespec/spec-api": "0.1.0-alpha.13-dev.0",
"@typespec/tspd": "0.73.3",
"@azure-tools/azure-http-specs": "0.1.0-alpha.35-dev.9",
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.

LRO+paging issue track: #2313

Comment thread packages/typespec-ts/src/utils/clientUtils.ts Outdated
}

/** Localized display information for and operation. */
/** Localized display information for an operation. */
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.

Copy link
Copy Markdown
Member

@JialinHuang803 JialinHuang803 left a comment

Choose a reason for hiding this comment

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

LGTM.


export declare type FormDataMultiBinaryPartsParameters = FormDataMultiBinaryPartsMediaTypesParam & FormDataMultiBinaryPartsBodyParam & RequestParameters;

export declare interface FormDataOptionalParts {
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.

Improve spector case for payload MultiPart: #3683

@v-jiaodi v-jiaodi marked this pull request as ready for review January 16, 2026 02:18
@v-jiaodi v-jiaodi merged commit f3869ce into main Jan 16, 2026
16 checks passed
@v-jiaodi v-jiaodi deleted the copilot/bump-typespec-version branch January 16, 2026 03:13
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

3 participants