Commit 2aafa23
Update Node.js dependencies and prepare patch release 0.38.3 (#3267)
* Initial plan
* Update core submodule to latest from upstream
* Update Node.js dependencies in typespec-extension and typespec-tests
Co-authored-by: weidongxu-microsoft <[email protected]>
* Sync tests from core submodule
Co-authored-by: weidongxu-microsoft <[email protected]>
* Bump version to 0.38.3 and update changelog
Co-authored-by: weidongxu-microsoft <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: weidongxu-microsoft <[email protected]>1 parent 025e4fc commit 2aafa23
File tree
15 files changed
+335
-22
lines changed- typespec-extension
- typespec-tests
- src/test/java
- authentication/noauth/union
- azure
- clientgenerator/core/clientlocation
- resourcemanager/operationtemplates
- documentation
- parameters/query
- payload/multipart
- specialwords
15 files changed
+335
-22
lines changed- .chronus/changes/main-2026-0-7-16-58-10.md-7
- .chronus/changes/python-optionalCred-2026-0-6-15-55-50.md-7
- .chronus/changes/specs-noAuth-2026-0-6-16-4-0.md-7
- .github/instructions/http-client-java.instructions.md+8
- packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator/src/Properties/launchSettings.json+10
- packages/http-client-csharp/generator/TestProjects/Spector/http/authentication/noauth/union/Authentication.Noauth.Union.sln+48
- packages/http-client-csharp/generator/TestProjects/Spector/http/authentication/noauth/union/Configuration.json+3
- packages/http-client-csharp/generator/TestProjects/Spector/http/authentication/noauth/union/src/Authentication.Noauth.Union.csproj+15
- packages/http-client-csharp/generator/TestProjects/Spector/http/authentication/noauth/union/src/Generated/Models/AuthenticationNoauthUnionContext.cs+12
- packages/http-client-csharp/generator/TestProjects/Spector/http/authentication/noauth/union/src/Generated/UnionClient.cs+41
- packages/http-client-csharp/generator/TestProjects/Spector/http/authentication/noauth/union/src/Generated/UnionClientOptions.cs+12
- packages/http-client-csharp/generator/TestProjects/Spector/http/authentication/noauth/union/tspCodeModel.json+144
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/Configuration.json+3
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/Parameters.Query.sln+48
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/src/Generated/Constant.cs+26
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/src/Generated/Models/ParametersQueryContext.cs+12
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/src/Generated/QueryClient.cs+20
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/src/Generated/QueryClientOptions.cs+12
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/src/Parameters.Query.csproj+15
- packages/http-client-csharp/generator/TestProjects/Spector/http/parameters/query/tspCodeModel.json+210
- packages/http-client-csharp/generator/TestProjects/Spector/http/payload/multipart/src/Generated/FormData.cs+8
- packages/http-client-csharp/generator/TestProjects/Spector/http/payload/multipart/tspCodeModel.json+684-246
- packages/http-client-csharp/package-lock.json+1.2k-1.5k
- packages/http-client-csharp/package.json+19-19
- packages/http-client-java/generator/http-client-generator-clientcore-test/.gitignore+2
- packages/http-client-java/generator/http-client-generator-clientcore-test/package.json+1-1
- packages/http-client-java/generator/http-client-generator-clientcore-test/src/test/java/authentication/noauth/union/UnionTests.java+48
- packages/http-client-java/generator/http-client-generator-clientcore-test/src/test/java/parameters/query/QueryTests.java+16
- packages/http-client-java/generator/http-client-generator-test/.gitignore+3
- packages/http-client-java/generator/http-client-generator-test/package.json+2-2
- packages/http-client-java/generator/http-client-generator-test/src/test/java/authentication/noauth/union/UnionTests.java+47
- packages/http-client-java/generator/http-client-generator-test/src/test/java/azure/clientgenerator/core/clientlocation/NewSubClientTests.java+26
- packages/http-client-java/generator/http-client-generator-test/src/test/java/azure/clientgenerator/core/clientlocation/ParameterTests.java+26
- packages/http-client-java/generator/http-client-generator-test/src/test/java/azure/clientgenerator/core/clientlocation/RootClientTests.java+26
- packages/http-client-java/generator/http-client-generator-test/src/test/java/azure/clientgenerator/core/clientlocation/SubClientTests.java+27
- packages/http-client-java/generator/http-client-generator-test/src/test/java/azure/resourcemanager/operationtemplates/OperationTests.java+23
- packages/http-client-java/generator/http-client-generator-test/src/test/java/documentation/DocumentationTests.java+49
- packages/http-client-java/generator/http-client-generator-test/src/test/java/parameters/query/QueryTests.java+16
- packages/http-client-java/generator/http-client-generator-test/src/test/java/payload/multipart/MultipartTests.java+29
- packages/http-client-java/generator/http-client-generator-test/src/test/java/specialwords/ModelPropertyClientTest.java+7-1
- packages/http-client-java/package-lock.json+5-5
- packages/http-client-java/package.json+2-2
- packages/http-client-python/CHANGELOG.md+7
- packages/http-client-python/CONTRIBUTING.md+2-2
- packages/http-client-python/generator/test/azure/mock_api_tests/asynctests/test_azure_arm_operationtemplates_async.py+17
- packages/http-client-python/generator/test/azure/mock_api_tests/asynctests/test_payload_multipart_async.py+33
- packages/http-client-python/generator/test/azure/mock_api_tests/test_azure_arm_operationtemplates.py+13-14
- packages/http-client-python/generator/test/azure/mock_api_tests/test_payload_multipart.py+31
- packages/http-client-python/generator/test/azure/requirements.txt+1
- packages/http-client-python/generator/test/unbranded/mock_api_tests/asynctests/test_payload_multipart_async.py+33
- packages/http-client-python/generator/test/unbranded/mock_api_tests/test_payload_multipart.py+31
- packages/http-client-python/generator/test/unbranded/mock_api_tests/test_unbranded.py+8-3
- packages/http-client-python/generator/test/unbranded/requirements.txt+1
- packages/http-client-python/package-lock.json+215-219
- packages/http-client-python/package.json+33-33
- packages/http-specs/CHANGELOG.md+11
- packages/http-specs/package.json+1-1
- packages/http-specs/spec-summary.md+12
- packages/http-specs/specs/documentation/main.tsp+2-2
- packages/http-specs/specs/documentation/mockapi.ts+3-1
- packages/http-specs/specs/special-words/main.tsp+19
- packages/http-specs/specs/special-words/mockapi.ts+14
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments