Skip to content

Commit cebca84

Browse files
Copilotv-jiaodi
andauthored
Bump emitter package dependencies to latest versions (#38837)
Upgrades `eng/emitter-package.json` dependencies 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.4` Lock file regenerated via `tsp-client generate-lock-file`. ### Packages impacted by this PR `eng/emitter-package.json`, `eng/emitter-package-lock.json` ### Issues associated with this PR ### Describe the problem that is addressed by this PR Emitter dependencies in `eng/emitter-package.json` were 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 - [ ] Added impacted package name to the issue description. - [ ] Does this PR need any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here.)_ - [ ] Added a changelog (if necessary). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
1 parent 1debed0 commit cebca84

2 files changed

Lines changed: 100 additions & 87 deletions

File tree

eng/emitter-package-lock.json

Lines changed: 97 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/emitter-package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "typescript-emitter-package",
33
"main": "dist/src/index.js",
44
"dependencies": {
5-
"@azure-tools/openai-typespec": "1.18.0",
5+
"@azure-tools/openai-typespec": "1.19.0",
66
"@typespec/events": "0.82.0",
77
"@typespec/openapi": "1.12.0",
88
"@typespec/openapi3": "1.12.0",
99
"@typespec/streams": "0.82.0",
10-
"@azure-tools/typespec-ts": "0.54.0",
10+
"@azure-tools/typespec-ts": "0.54.1",
1111
"@azure-tools/typespec-azure-core": "0.68.0",
1212
"@azure-tools/typespec-autorest": "0.68.0",
13-
"@azure-tools/typespec-client-generator-core": "0.68.3",
13+
"@azure-tools/typespec-client-generator-core": "0.68.4",
1414
"@azure-tools/typespec-azure-resource-manager": "0.68.0",
1515
"@azure-tools/typespec-azure-rulesets": "0.68.0",
1616
"@azure-tools/typespec-liftr-base": "0.14.0",

0 commit comments

Comments
 (0)