Skip to content

Commit b644d0d

Browse files
Bump Node.js dependencies to latest and release 0.39.0 (#3282)
* Initial plan * Bump Node.js dependencies and prepare for patch release 0.38.8 Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> * core on branch * Update changelog.md * Change version from 0.38.8 to 0.39.0 for minor release Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> * update core * core on main --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> Co-authored-by: Weidong Xu <weidxu@microsoft.com>
1 parent b0a624e commit b644d0d

5 files changed

Lines changed: 16 additions & 10 deletions

File tree

core

Submodule core updated 632 files

typespec-extension/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 0.39.0 (2026-02-06)
4+
5+
Compatible with compiler 1.8.0.
6+
7+
- Supported TypeSpec.Http.File as operation request body and response body.
8+
39
## 0.38.7 (2026-02-01)
410

511
Compatible with compiler 1.8.0.

typespec-extension/package-lock.json

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

typespec-extension/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-java",
3-
"version": "0.38.7",
3+
"version": "0.39.0",
44
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
55
"keywords": [
66
"TypeSpec"
@@ -77,7 +77,7 @@
7777
"@microsoft/api-extractor": "^7.56.2",
7878
"@types/js-yaml": "~4.0.9",
7979
"@types/lodash": "~4.17.23",
80-
"@types/node": "~25.2.0",
80+
"@types/node": "~25.2.1",
8181
"@typescript-eslint/eslint-plugin": "~8.54.0",
8282
"@typescript-eslint/parser": "~8.54.0",
8383
"@typespec/compiler": "1.8.0",

typespec-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@typespec/spector": "0.1.0-alpha.22",
1414
"@typespec/http-specs": "0.1.0-alpha.31",
1515
"@azure-tools/azure-http-specs": "0.1.0-alpha.36",
16-
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.38.7.tgz"
16+
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.39.0.tgz"
1717
},
1818
"devDependencies": {
1919
"@typespec/prettier-plugin-typespec": "^1.8.0",

0 commit comments

Comments
 (0)