Bump emitter package dependencies to latest versions#38837
Merged
Conversation
Closed
…54.1, typespec-client-generator-core 0.68.4 Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update emitter dependencies to the latest version
Bump emitter package dependencies to latest versions
Jun 5, 2026
JialinHuang803
approved these changes
Jun 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the TypeSpec emitter dependency pins in eng/emitter-package.json and regenerates the corresponding npm lockfile used by the TypeSpec generation scripts (which run npm ci against eng/emitter-package-lock.json).
Changes:
- Bumped
@azure-tools/openai-typespecfrom1.18.0to1.19.0. - Bumped
@azure-tools/typespec-tsfrom0.54.0to0.54.1. - Bumped
@azure-tools/typespec-client-generator-corefrom0.68.3to0.68.4and updated the generated lockfile accordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/emitter-package.json | Updates pinned emitter dependency versions to the requested latest patch/minor releases. |
| eng/emitter-package-lock.json | Regenerated npm lockfile reflecting the new dependency graph and resolved tarball/integrity values. |
Files not reviewed (1)
- eng/emitter-package-lock.json: Language not supported
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
eng/emitter-package.jsondependencies and regenerates the lock file.Updated packages:
@azure-tools/openai-typespec:1.18.0→1.19.0@azure-tools/typespec-ts:0.54.0→0.54.1@azure-tools/typespec-client-generator-core:0.68.3→0.68.4Lock file regenerated via
tsp-client generate-lock-file.Packages impacted by this PR
eng/emitter-package.json,eng/emitter-package-lock.jsonIssues associated with this PR
Describe the problem that is addressed by this PR
Emitter dependencies in
eng/emitter-package.jsonwere behind latest releases. Lock file needed regeneration to match.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 with lock file regeneration.
Are there test cases added in this PR? (If not, why?)
No — dependency version bump only; no logic changes.
Provide a list of related PRs (if any)
Checklists