Skip to content

Commit b5623c2

Browse files
Copilotv-jiaodi
andauthored
Bump emitter versions: typespec-ts/rlc-common 0.52.2→0.52.3, autorest.typescript 6.0.68→6.0.69 (#3934)
* Initial plan * Bump emitter versions: typespec-ts/rlc-common 0.52.2→0.52.3, autorest.typescript 6.0.68→6.0.69 Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/c9a63f35-7c03-4ba7-88cb-88c3982d6289 Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> * chore: update all package version usages and refresh pnpm-lock.yaml Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/f801740d-9d62-410a-89ec-b4faf6862fa0 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 08bc8a9 commit b5623c2

8 files changed

Lines changed: 36 additions & 9 deletions

File tree

packages/autorest.typescript/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 6.0.69 (2026-04-23)
2+
3+
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3932](https://github.com/Azure/autorest.typescript/pull/3932)
4+
- [Bugfix] Narrow ARM metadata filter to only strip exclusively read-only properties. Please refer to [#3931](https://github.com/Azure/autorest.typescript/pull/3931)
5+
- [Bugfix] Correct export paths when sources are emitted to `src/generated`. Please refer to [#3905](https://github.com/Azure/autorest.typescript/pull/3905)
6+
- [Bugfix] Skip metadata/test generation for manual convenience layer packages. Please refer to [#3912](https://github.com/Azure/autorest.typescript/pull/3912)
7+
- [Bugfix] Keep paged result model public when used in non-paging operations. Please refer to [#3927](https://github.com/Azure/autorest.typescript/pull/3927)
8+
- [Feature] Generate empty CHANGELOG.md when scaffolding new packages. Please refer to [#3880](https://github.com/Azure/autorest.typescript/pull/3880)
9+
110
## 6.0.68 (2026-04-16)
211

312
- [Feature] Add devcontainer config with GitHub Copilot extensions. Please refer to [#3815](https://github.com/Azure/autorest.typescript/pull/3815)

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.68",
3+
"version": "6.0.69",
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.2"
80+
"@azure-tools/rlc-common": "workspace:^0.52.3"
8181
},
8282
"devDependencies": {
8383
"@azure-tools/test-recorder": "^3.0.0",

packages/rlc-common/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.52.3 (2026-04-23)
2+
3+
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3932](https://github.com/Azure/autorest.typescript/pull/3932)
4+
- [Bugfix] Narrow ARM metadata filter to only strip exclusively read-only properties. Please refer to [#3931](https://github.com/Azure/autorest.typescript/pull/3931)
5+
- [Bugfix] Correct export paths when sources are emitted to `src/generated`. Please refer to [#3905](https://github.com/Azure/autorest.typescript/pull/3905)
6+
- [Bugfix] Skip metadata/test generation for manual convenience layer packages. Please refer to [#3912](https://github.com/Azure/autorest.typescript/pull/3912)
7+
- [Bugfix] Keep paged result model public when used in non-paging operations. Please refer to [#3927](https://github.com/Azure/autorest.typescript/pull/3927)
8+
- [Feature] Generate empty CHANGELOG.md when scaffolding new packages. Please refer to [#3880](https://github.com/Azure/autorest.typescript/pull/3880)
9+
110
## 0.52.2 (2026-04-16)
211

312
- [Feature] Add devcontainer config with GitHub Copilot extensions. Please refer to [#3815](https://github.com/Azure/autorest.typescript/pull/3815)

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.2",
3+
"version": "0.52.3",
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.2",
6+
"@azure-tools/typespec-ts": "workspace:^0.52.3",
77
"@typespec/openapi": "^1.11.0",
88
"@azure-tools/typespec-autorest": "^0.67.0",
99
"@typespec/openapi3": "^1.11.0",

packages/typespec-ts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.52.3 (2026-04-23)
2+
3+
- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#3932](https://github.com/Azure/autorest.typescript/pull/3932)
4+
- [Bugfix] Narrow ARM metadata filter to only strip exclusively read-only properties. Please refer to [#3931](https://github.com/Azure/autorest.typescript/pull/3931)
5+
- [Bugfix] Correct export paths when sources are emitted to `src/generated`. Please refer to [#3905](https://github.com/Azure/autorest.typescript/pull/3905)
6+
- [Bugfix] Skip metadata/test generation for manual convenience layer packages. Please refer to [#3912](https://github.com/Azure/autorest.typescript/pull/3912)
7+
- [Bugfix] Keep paged result model public when used in non-paging operations. Please refer to [#3927](https://github.com/Azure/autorest.typescript/pull/3927)
8+
- [Feature] Generate empty CHANGELOG.md when scaffolding new packages. Please refer to [#3880](https://github.com/Azure/autorest.typescript/pull/3880)
9+
110
## 0.52.2 (2026-04-16)
211

312
- [Feature] Add devcontainer config with GitHub Copilot extensions. Please refer to [#3815](https://github.com/Azure/autorest.typescript/pull/3815)

packages/typespec-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-ts",
3-
"version": "0.52.2",
3+
"version": "0.52.3",
44
"description": "An experimental TypeSpec emitter for TypeScript RLC",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -119,7 +119,7 @@
119119
"@typespec/xml": "^0.81.0"
120120
},
121121
"dependencies": {
122-
"@azure-tools/rlc-common": "workspace:^0.52.2",
122+
"@azure-tools/rlc-common": "workspace:^0.52.3",
123123
"fast-xml-parser": "^4.5.0",
124124
"fs-extra": "^11.1.0",
125125
"lodash": "^4.17.21",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)