Bump emitter package dependencies to latest versions#39111
Merged
Conversation
Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dependencies in emitter package
Bump emitter package dependencies to latest versions
Jun 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps three Azure TypeSpec emitter dependencies in eng/emitter-package.json and regenerates eng/emitter-package-lock.json so resolved versions and transitive dependencies reflect the latest published packages. It keeps the SDK code generation toolchain current; it has no impact on shipped SDK packages.
Changes:
- Bumped
@azure-tools/openai-typespec1.20.1→1.21.0,@azure-tools/typespec-ts0.54.2→0.55.0, and@azure-tools/typespec-client-generator-core0.69.0→0.69.1. - Regenerated the lock file, updating those packages plus transitive deps (
@scalar/*,chardet,fast-xml-parser,path-expression-matcher,prettier,semver,tar). - Lock entries and peer-dependency constraints remain consistent with the manifest.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/emitter-package.json | Bumps three emitter dependency versions to latest |
| eng/emitter-package-lock.json | Regenerated lock with matching versions, integrity hashes, and updated transitive deps |
Files not reviewed (1)
- eng/emitter-package-lock.json: Generated file
JialinHuang803
approved these changes
Jun 29, 2026
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.
Upgrades TypeSpec emitter dependencies in
eng/emitter-package.jsonand regenerates the lock file.Changes
eng/emitter-package.json— bumped three packages:@azure-tools/openai-typespec:1.20.1→1.21.0@azure-tools/typespec-ts:0.54.2→0.55.0@azure-tools/typespec-client-generator-core:0.69.0→0.69.1eng/emitter-package-lock.json— regenerated viatsp-client generate-lock-filePackages impacted by this PR
eng/emitter-package.json,eng/emitter-package-lock.jsonIssues associated with this PR
#37501
Describe the problem that is addressed by this PR
Emitter dependencies in
eng/emitter-package.jsonwere behind latest published versions; lock file needed regeneration to reflect updated resolutions.What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?
N/A — straightforward version bump following the issue instructions.
Are there test cases added in this PR? (If not, why?)
No — dependency version bumps; validated by running
tsp-client generate-lock-filesuccessfully with no audit vulnerabilities.Provide a list of related PRs (if any)
N/A
Checklists