Skip to content

Commit 032830d

Browse files
Copilotv-jiaodi
andauthored
Bump emitter version (#38657)
Bumps emitter-related dependencies to their latest versions and regenerates the lock file. ### Changes - **`eng/emitter-package.json`**: Updated versions: - `@azure-tools/openai-typespec`: `1.15.0` → `1.17.0` - `@azure-tools/typespec-client-generator-core`: `0.68.0` → `0.68.2` - `@azure-tools/typespec-ts`: `0.53.2` → `0.53.3` - **`eng/emitter-package-lock.json`**: Regenerated via `tsp-client generate-lock-file` - **`.scripts/automation_generate.sh`**: Bumped `@autorest/typescript` from `^6.0.72` → `^6.0.73` ### Packages impacted by this PR `eng/emitter-package.json`, `eng/emitter-package-lock.json`, `.scripts/automation_generate.sh` ### Issues associated with this PR ### Describe the problem that is addressed by this PR Emitter dependencies were pinned to outdated versions. This PR brings them up to the latest available releases. ### 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 bumps following the standard process: update `emitter-package.json`, regenerate lock file with `tsp-client generate-lock-file`, update `automation_generate.sh`. ### Are there test cases added in this PR? _(If not, why?)_ No — 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> Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
1 parent 4e7640c commit 032830d

3 files changed

Lines changed: 39 additions & 39 deletions

File tree

.scripts/automation_generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
npm --prefix eng/tools/js-sdk-release-tools exec --no -- code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.72 --typespecEmitter=@azure-tools/typespec-ts
2+
npm --prefix eng/tools/js-sdk-release-tools exec --no -- code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.73 --typespecEmitter=@azure-tools/typespec-ts

eng/emitter-package-lock.json

Lines changed: 35 additions & 35 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.15.0",
5+
"@azure-tools/openai-typespec": "1.17.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.53.2",
10+
"@azure-tools/typespec-ts": "0.53.3",
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.0",
13+
"@azure-tools/typespec-client-generator-core": "0.68.2",
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)