Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/autorest.typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 6.0.73 (2026-05-25)

- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#4002](https://github.com/Azure/autorest.typescript/pull/4002)
- [Bugfix] Correct `#platform` subpath mappings in generated package metadata and emitted helper imports. Please refer to [#3997](https://github.com/Azure/autorest.typescript/pull/3997)
- [Bugfix] Simplify isBinaryPayload to use encode="bytes" as binary signal. Please refer to [#3958](https://github.com/Azure/autorest.typescript/pull/3958)
- [Feature] Add spector test for SpecialWords_ReservedOperationBodyParams withItems scenario. Please refer to [#3976](https://github.com/Azure/autorest.typescript/pull/3976)
- [Feature] Bump ws from 8.17.1 to 8.20.1. Please refer to [#3984](https://github.com/Azure/autorest.typescript/pull/3984)
- [Feature] Update bump emitter version skill. Please refer to [#3985](https://github.com/Azure/autorest.typescript/pull/3985)

## 6.0.72 (2026-05-19)

- [Feature] Add skill for bump emitter. Please refer to [#3977](https://github.com/Azure/autorest.typescript/pull/3977)
Expand Down
4 changes: 2 additions & 2 deletions packages/autorest.typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/typescript",
"version": "6.0.72",
"version": "6.0.73",
"scripts": {
"build": "tsc -p . && npm run copyFiles",
"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",
Expand Down Expand Up @@ -77,7 +77,7 @@
"source-map-support": "^0.5.16",
"ts-morph": "^23.0.0",
"@azure/core-auth": "^1.6.0",
"@azure-tools/rlc-common": "workspace:^0.53.2"
"@azure-tools/rlc-common": "workspace:^0.53.3"
},
"devDependencies": {
"@azure-tools/test-recorder": "^3.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/rlc-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.53.3 (2026-05-25)

- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#4002](https://github.com/Azure/autorest.typescript/pull/4002)
- [Bugfix] Correct `#platform` subpath mappings in generated package metadata and emitted helper imports. Please refer to [#3997](https://github.com/Azure/autorest.typescript/pull/3997)
- [Bugfix] Simplify isBinaryPayload to use encode="bytes" as binary signal. Please refer to [#3958](https://github.com/Azure/autorest.typescript/pull/3958)
- [Feature] Add spector test for SpecialWords_ReservedOperationBodyParams withItems scenario. Please refer to [#3976](https://github.com/Azure/autorest.typescript/pull/3976)
- [Feature] Bump ws from 8.17.1 to 8.20.1. Please refer to [#3984](https://github.com/Azure/autorest.typescript/pull/3984)
- [Feature] Update bump emitter version skill. Please refer to [#3985](https://github.com/Azure/autorest.typescript/pull/3985)

## 0.53.2 (2026-05-19)

- [Feature] Add skill for bump emitter. Please refer to [#3977](https://github.com/Azure/autorest.typescript/pull/3977)
Expand Down
2 changes: 1 addition & 1 deletion packages/rlc-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/rlc-common",
"version": "0.53.2",
"version": "0.53.3",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"@azure-tools/typespec-ts": "workspace:^0.53.2",
"@azure-tools/typespec-ts": "workspace:^0.53.3",
"@typespec/openapi": "^1.12.0",
"@azure-tools/typespec-autorest": "^0.68.0",
"@typespec/openapi3": "^1.12.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/typespec-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.53.3 (2026-05-25)

- [Feature] Bump TypeSpec dependencies to latest stable. Please refer to [#4002](https://github.com/Azure/autorest.typescript/pull/4002)
- [Bugfix] Correct `#platform` subpath mappings in generated package metadata and emitted helper imports. Please refer to [#3997](https://github.com/Azure/autorest.typescript/pull/3997)
- [Bugfix] Simplify isBinaryPayload to use encode="bytes" as binary signal. Please refer to [#3958](https://github.com/Azure/autorest.typescript/pull/3958)
- [Feature] Add spector test for SpecialWords_ReservedOperationBodyParams withItems scenario. Please refer to [#3976](https://github.com/Azure/autorest.typescript/pull/3976)
- [Feature] Bump ws from 8.17.1 to 8.20.1. Please refer to [#3984](https://github.com/Azure/autorest.typescript/pull/3984)
- [Feature] Update bump emitter version skill. Please refer to [#3985](https://github.com/Azure/autorest.typescript/pull/3985)

## 0.53.2 (2026-05-19)

- [Feature] Add skill for bump emitter. Please refer to [#3977](https://github.com/Azure/autorest.typescript/pull/3977)
Expand Down
4 changes: 2 additions & 2 deletions packages/typespec-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-ts",
"version": "0.53.2",
"version": "0.53.3",
"description": "An experimental TypeSpec emitter for TypeScript RLC",
"main": "dist/src/index.js",
"type": "module",
Expand Down Expand Up @@ -120,7 +120,7 @@
"@typespec/xml": "^0.82.0"
},
"dependencies": {
"@azure-tools/rlc-common": "workspace:^0.53.2",
"@azure-tools/rlc-common": "workspace:^0.53.3",
"fast-xml-parser": "^4.5.0",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading