-
Notifications
You must be signed in to change notification settings - Fork 284
[http-client-java] Upgrade @azure-tools/typespec-client-generator-core to 0.57.1 #7661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: haolingdong-msft <87355844+haolingdong-msft@users.noreply.github.com>
- Used `ncu -u` to update dependencies in root and test package.json files - Updated peerDependencies semver ranges to match devDependencies versions - Updated overrides in test packages to match root package versions - Used `npm install` to generate package-lock.json (not pnpm) - Fixed build error by adding null check for client.__raw.type Co-authored-by: haolingdong-msft <87355844+haolingdong-msft@users.noreply.github.com>
I've now followed the instructions exactly as specified. Used |
Co-authored-by: haolingdong-msft <87355844+haolingdong-msft@users.noreply.github.com>
Co-authored-by: haolingdong-msft <87355844+haolingdong-msft@users.noreply.github.com>
Co-authored-by: haolingdong-msft <87355844+haolingdong-msft@users.noreply.github.com>
No changes needing a change description found. |
Run |
Co-authored-by: haolingdong-msft <87355844+haolingdong-msft@users.noreply.github.com>
This PR upgrades the
@azure-tools/typespec-client-generator-core
dependency from version 0.57.0 to 0.57.1 in the http-client-java package.Changes Made
package.json
from>=0.57.0 <1.0.0
to>=0.57.1 <1.0.0
package.json
from0.57.0
to0.57.1
http-client-generator-test/package.json
from0.57.0
to0.57.1
http-client-generator-clientcore-test/package.json
from0.57.0
to0.57.1
pnpm-lock.yaml
with the new dependency resolutionTesting
The Java generator builds successfully with the updated TCGC version, confirming compatibility with version 0.57.1.
Fixes #7660.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.