This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Update TypeSpec Java dependencies and prepare 0.45.0 minor release (core @ latest main) - #3338
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/Azure/autorest.java/sessions/bf5333d7-91f5-4bbb-abce-094adfb42957 Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
weidongxu-microsoft
May 13, 2026 03:49
View session
XiaofeiCao
approved these changes
May 13, 2026
Member
|
@copilot update "core" submodule to latest main of Azure org. Also run SyncTests.ps1 as there is update in "core" |
Agent-Logs-Url: https://github.com/Azure/autorest.java/sessions/6f40467c-15b0-45ce-b475-0d9f7448af90 Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Contributor
Author
Updated as requested: |
Copilot
AI
changed the title
Update TypeSpec Java dependencies and prepare 0.45.0 minor release (core @ typespec#10667 head)
Update TypeSpec Java dependencies and prepare 0.45.0 minor release (core @ latest main)
May 13, 2026
weidongxu-microsoft
marked this pull request as ready for review
May 13, 2026 08:54
weidongxu-microsoft
requested review from
haolingdong-msft and
srnagar
as code owners
May 13, 2026 08:54
weidongxu-microsoft
enabled auto-merge (squash)
May 13, 2026 08:54
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Refreshes Node.js/TypeSpec dependency baselines and prepares the next minor release for
@azure-tools/typespec-java. This now moves thecoresubmodule to the latestmaincommit inmicrosoft/typespec, and re-syncs generated test assets to match.Core alignment
coresubmodule pointer tob2e7e7a0b34a95cd419bdef971a3ce3a3fbc3a29(latestmicrosoft/typespecmainat update time).Minor release prep
typespec-extensionpackage version to0.45.0.typespec-testspackage version to0.1.0.typespec-extension/changelog.mdwith a new0.45.0 (2026-05-13)entry.Dependency refresh and range alignment
typespec-extension/package.jsontypespec-tests/package.jsontypespec-extensionpeerDependencieswith refresheddevDependenciessemver ranges.@azure-tools/openai-typespecat1.11.0(matching Azure REST API specs baseline).typespec-testsoverrides and local tarball reference to the new emitter package version.Generated artifacts synchronized
typespec-extension/package-lock.jsonafter dependency updates.typespec-tests/srcandtypespec-tests/tspfromcore/packages/http-client-java/generator/http-client-generator-test, updating generated Java models/clients/tests and related properties.coreto latestmain, rantypespec-tests/SyncTests.ps1again and included newly generated updates (including additional generated test files and metadata changes).{ "name": "@azure-tools/typespec-java", "version": "0.45.0", "peerDependencies": { "@typespec/compiler": "^1.12.0", "@typespec/rest": ">=0.82.0 <1.0.0", "@azure-tools/typespec-client-generator-core": ">=0.68.0 <1.0.0" } }