Skip to content

Commit 4a430b5

Browse files
Update Node.js dependencies and prepare patch release 0.38.6 (#3276)
* Initial plan * Update Node.js dependencies in typespec-extension and typespec-tests Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> * Sync TypeSpec tests Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> * Prepare patch release 0.38.6 Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com> --------- 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>
1 parent 22019ca commit 4a430b5

6 files changed

Lines changed: 101 additions & 89 deletions

File tree

core

Submodule core updated 137 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.38.6 (2026-01-27)
4+
5+
Compatible with compiler 1.8.0.
6+
7+
- Updated package dependencies to the latest versions.
8+
39
## 0.38.5 (2026-01-23)
410

511
Compatible with compiler 1.8.0.

typespec-extension/package-lock.json

Lines changed: 76 additions & 76 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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-java",
3-
"version": "0.38.5",
3+
"version": "0.38.6",
44
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
55
"keywords": [
66
"TypeSpec"
@@ -51,9 +51,9 @@
5151
"@azure-tools/typespec-azure-core": ">=0.64.0 <1.0.0",
5252
"@azure-tools/typespec-azure-resource-manager": ">=0.64.0 <1.0.0",
5353
"@azure-tools/typespec-azure-rulesets": ">=0.64.0 <1.0.0",
54-
"@azure-tools/typespec-client-generator-core": ">=0.64.3 <1.0.0",
54+
"@azure-tools/typespec-client-generator-core": ">=0.64.4 <1.0.0",
5555
"@azure-tools/typespec-liftr-base": ">=0.11.0 <1.0.0",
56-
"@azure-tools/openai-typespec": "^1.7.0",
56+
"@azure-tools/openai-typespec": "^1.7.3",
5757
"@typespec/compiler": "^1.8.0",
5858
"@typespec/http": "^1.8.0",
5959
"@typespec/openapi": "^1.8.0",
@@ -71,15 +71,15 @@
7171
"@azure-tools/typespec-azure-core": "0.64.0",
7272
"@azure-tools/typespec-azure-resource-manager": "0.64.0",
7373
"@azure-tools/typespec-azure-rulesets": "0.64.0",
74-
"@azure-tools/typespec-client-generator-core": "0.64.3",
74+
"@azure-tools/typespec-client-generator-core": "0.64.4",
7575
"@azure-tools/typespec-liftr-base": "0.11.0",
76-
"@azure-tools/openai-typespec": "^1.7.0",
76+
"@azure-tools/openai-typespec": "^1.7.3",
7777
"@microsoft/api-extractor": "^7.55.2",
7878
"@types/js-yaml": "~4.0.9",
7979
"@types/lodash": "~4.17.23",
8080
"@types/node": "~25.0.10",
81-
"@typescript-eslint/eslint-plugin": "~8.53.1",
82-
"@typescript-eslint/parser": "~8.53.1",
81+
"@typescript-eslint/eslint-plugin": "~8.54.0",
82+
"@typescript-eslint/parser": "~8.54.0",
8383
"@typespec/compiler": "1.8.0",
8484
"@typespec/events": "0.78.0",
8585
"@typespec/http": "1.8.0",
@@ -100,12 +100,12 @@
100100
"prettier": "~3.8.1",
101101
"rimraf": "~6.1.2",
102102
"typescript": "~5.9.3",
103-
"typescript-eslint": "^8.53.1",
103+
"typescript-eslint": "^8.54.0",
104104
"vitest": "^4.0.18"
105105
},
106106
"overrides": {
107107
"eslint": "~9.39.2",
108-
"@typescript-eslint/eslint-plugin": "~8.53.1",
109-
"@typescript-eslint/parser": "~8.53.1"
108+
"@typescript-eslint/eslint-plugin": "~8.54.0",
109+
"@typescript-eslint/parser": "~8.54.0"
110110
}
111111
}

0 commit comments

Comments
 (0)