Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit a3f0491

Browse files
Copilotv-jiaodi
andauthored
chore: bump emitter versions — typespec-ts & rlc-common 0.52.3→0.53.0, autorest.typescript 6.0.69→6.0.70 (#3960)
* Initial plan * chore: bump emitter versions to 0.53.0 and 6.0.70 Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/4214e5ea-a7c4-44ca-8e6b-58014db8ed01 Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> * chore: add missing PRs #3950 and #3947 to changelogs Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/4258b728-fb76-4a82-8969-974a0e91bd99 Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> --------- 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 7bd92b4 commit a3f0491

8 files changed

Lines changed: 55 additions & 7 deletions

File tree

packages/autorest.typescript/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 6.0.70 (2026-05-13)
2+
3+
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3959](https://github.com/Azure/autorest.typescript/pull/3959)
4+
- [Bugfix] Deduplicate statusCodes in getExpectedStatuses. Please refer to [#3956](https://github.com/Azure/autorest.typescript/pull/3956)
5+
- [Feature] Align Azure monorepo package.json metadata with new repository schema across codegen packages. Please refer to [#3950](https://github.com/Azure/autorest.typescript/pull/3950)
6+
- [Feature] Add spector integration tests for ClientDoc, ResponseAsBool, Documentation_Lists, and Documentation_TextFormatting. Please refer to [#3944](https://github.com/Azure/autorest.typescript/pull/3944)
7+
- [Bugfix] Fix nightly CI. Please refer to [#3947](https://github.com/Azure/autorest.typescript/pull/3947)
8+
- [Bugfix] Stop generating vitest.esm.config.ts. Please refer to [#3941](https://github.com/Azure/autorest.typescript/pull/3941)
9+
- [Feature] Use `V` prefix for digit-starting members in API version enums. Please refer to [#3939](https://github.com/Azure/autorest.typescript/pull/3939)
10+
- [Feature] Migrate generated configs to eng/tsconfigs pattern. Please refer to [#3938](https://github.com/Azure/autorest.typescript/pull/3938)
11+
- [Bugfix] Fix: optional header with `@clientDefaultValue` always omitted instead of sending default. Please refer to [#3936](https://github.com/Azure/autorest.typescript/pull/3936)
12+
- [Feature] Support multi-client generation with InitializedBy.Parent only. Please refer to [#3933](https://github.com/Azure/autorest.typescript/pull/3933)
13+
- [Feature] Re-export RestError and isRestError from @azure/core-rest-pipeline for Azure flavor packages. Please refer to [#3930](https://github.com/Azure/autorest.typescript/pull/3930)
14+
- [Feature] Use #platform/* subpath imports for polyfill resolution. Please refer to [#3928](https://github.com/Azure/autorest.typescript/pull/3928)
15+
- [Bugfix] Fix package.json dependency migration when moving from Swagger to TypeSpec modular. Please refer to [#3811](https://github.com/Azure/autorest.typescript/pull/3811)
16+
117
## 6.0.69 (2026-04-23)
218

319
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3932](https://github.com/Azure/autorest.typescript/pull/3932)

packages/autorest.typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/typescript",
3-
"version": "6.0.69",
3+
"version": "6.0.70",
44
"scripts": {
55
"build": "tsc -p . && npm run copyFiles",
66
"build:test:browser:rlc": "tsc -p tsconfig.browser-test.json && tsx test/commands/prepare-deps.ts --browser && webpack --config webpack.config.test.js --env mode=rlc",
@@ -77,7 +77,7 @@
7777
"source-map-support": "^0.5.16",
7878
"ts-morph": "^23.0.0",
7979
"@azure/core-auth": "^1.6.0",
80-
"@azure-tools/rlc-common": "workspace:^0.52.3"
80+
"@azure-tools/rlc-common": "workspace:^0.53.0"
8181
},
8282
"devDependencies": {
8383
"@azure-tools/test-recorder": "^3.0.0",

packages/rlc-common/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.53.0 (2026-05-13)
2+
3+
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3959](https://github.com/Azure/autorest.typescript/pull/3959)
4+
- [Bugfix] Deduplicate statusCodes in getExpectedStatuses. Please refer to [#3956](https://github.com/Azure/autorest.typescript/pull/3956)
5+
- [Feature] Align Azure monorepo package.json metadata with new repository schema across codegen packages. Please refer to [#3950](https://github.com/Azure/autorest.typescript/pull/3950)
6+
- [Feature] Add spector integration tests for ClientDoc, ResponseAsBool, Documentation_Lists, and Documentation_TextFormatting. Please refer to [#3944](https://github.com/Azure/autorest.typescript/pull/3944)
7+
- [Bugfix] Fix nightly CI. Please refer to [#3947](https://github.com/Azure/autorest.typescript/pull/3947)
8+
- [Bugfix] Stop generating vitest.esm.config.ts. Please refer to [#3941](https://github.com/Azure/autorest.typescript/pull/3941)
9+
- [Feature] Use `V` prefix for digit-starting members in API version enums. Please refer to [#3939](https://github.com/Azure/autorest.typescript/pull/3939)
10+
- [Feature] Migrate generated configs to eng/tsconfigs pattern. Please refer to [#3938](https://github.com/Azure/autorest.typescript/pull/3938)
11+
- [Bugfix] Fix: optional header with `@clientDefaultValue` always omitted instead of sending default. Please refer to [#3936](https://github.com/Azure/autorest.typescript/pull/3936)
12+
- [Feature] Support multi-client generation with InitializedBy.Parent only. Please refer to [#3933](https://github.com/Azure/autorest.typescript/pull/3933)
13+
- [Feature] Re-export RestError and isRestError from @azure/core-rest-pipeline for Azure flavor packages. Please refer to [#3930](https://github.com/Azure/autorest.typescript/pull/3930)
14+
- [Feature] Use #platform/* subpath imports for polyfill resolution. Please refer to [#3928](https://github.com/Azure/autorest.typescript/pull/3928)
15+
- [Bugfix] Fix package.json dependency migration when moving from Swagger to TypeSpec modular. Please refer to [#3811](https://github.com/Azure/autorest.typescript/pull/3811)
16+
117
## 0.52.3 (2026-04-23)
218

319
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3932](https://github.com/Azure/autorest.typescript/pull/3932)

packages/rlc-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/rlc-common",
3-
"version": "0.52.3",
3+
"version": "0.53.0",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

packages/typespec-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"type": "module",
55
"dependencies": {
6-
"@azure-tools/typespec-ts": "workspace:^0.52.3",
6+
"@azure-tools/typespec-ts": "workspace:^0.53.0",
77
"@typespec/openapi": "^1.12.0",
88
"@azure-tools/typespec-autorest": "^0.68.0",
99
"@typespec/openapi3": "^1.12.0",

packages/typespec-ts/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.53.0 (2026-05-13)
2+
3+
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3959](https://github.com/Azure/autorest.typescript/pull/3959)
4+
- [Bugfix] Deduplicate statusCodes in getExpectedStatuses. Please refer to [#3956](https://github.com/Azure/autorest.typescript/pull/3956)
5+
- [Feature] Align Azure monorepo package.json metadata with new repository schema across codegen packages. Please refer to [#3950](https://github.com/Azure/autorest.typescript/pull/3950)
6+
- [Feature] Add spector integration tests for ClientDoc, ResponseAsBool, Documentation_Lists, and Documentation_TextFormatting. Please refer to [#3944](https://github.com/Azure/autorest.typescript/pull/3944)
7+
- [Bugfix] Fix nightly CI. Please refer to [#3947](https://github.com/Azure/autorest.typescript/pull/3947)
8+
- [Bugfix] Stop generating vitest.esm.config.ts. Please refer to [#3941](https://github.com/Azure/autorest.typescript/pull/3941)
9+
- [Feature] Use `V` prefix for digit-starting members in API version enums. Please refer to [#3939](https://github.com/Azure/autorest.typescript/pull/3939)
10+
- [Feature] Migrate generated configs to eng/tsconfigs pattern. Please refer to [#3938](https://github.com/Azure/autorest.typescript/pull/3938)
11+
- [Bugfix] Fix: optional header with `@clientDefaultValue` always omitted instead of sending default. Please refer to [#3936](https://github.com/Azure/autorest.typescript/pull/3936)
12+
- [Feature] Support multi-client generation with InitializedBy.Parent only. Please refer to [#3933](https://github.com/Azure/autorest.typescript/pull/3933)
13+
- [Feature] Re-export RestError and isRestError from @azure/core-rest-pipeline for Azure flavor packages. Please refer to [#3930](https://github.com/Azure/autorest.typescript/pull/3930)
14+
- [Feature] Use #platform/* subpath imports for polyfill resolution. Please refer to [#3928](https://github.com/Azure/autorest.typescript/pull/3928)
15+
- [Bugfix] Fix package.json dependency migration when moving from Swagger to TypeSpec modular. Please refer to [#3811](https://github.com/Azure/autorest.typescript/pull/3811)
16+
117
## 0.52.3 (2026-04-23)
218

319
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3932](https://github.com/Azure/autorest.typescript/pull/3932)

packages/typespec-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-ts",
3-
"version": "0.52.3",
3+
"version": "0.53.0",
44
"description": "An experimental TypeSpec emitter for TypeScript RLC",
55
"main": "dist/src/index.js",
66
"type": "module",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)