Skip to content

Commit 9d108a6

Browse files
kazrael2119qiaozhaMaryGao
authored
upgrade typespec versions in dependencies of package.json (#2334)
* upgrade typespec versions in dependencies of package.json * bug fix for enum name * update * fix extensible enum * code change * Revert un-necessary changes * Revert un-necessary changes * Update the empty models issue * Update the test cases * Fix the UT issues * Update the UT cases * Fix the union name issue and add ut * add test cases * Update the tcgc to dev version * Update the UTs * Update the extensible union * Regenerate the modular sdk * Regenerate smoke testing * Update packages/typespec-ts/test/integration/multipart.spec.ts * Update the UTs * Revert apiverison changes --------- Co-authored-by: qiaozha <qiaozha@microsoft.com> Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
1 parent 29bd030 commit 9d108a6

38 files changed

Lines changed: 2885 additions & 586 deletions

File tree

common/config/rush/pnpm-lock.yaml

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

packages/typespec-test/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "module",
55
"dependencies": {
66
"@azure-tools/typespec-ts": "workspace:^0.23.0",
7-
"@typespec/openapi": ">=0.53.0 <1.0.0",
8-
"@azure-tools/typespec-autorest": ">=0.39.0 <1.0.0",
9-
"@typespec/openapi3": ">=0.53.0 <1.0.0",
10-
"@azure-tools/typespec-azure-core": ">=0.39.1 <1.0.0",
7+
"@typespec/openapi": ">=0.54.0 <1.0.0",
8+
"@azure-tools/typespec-autorest": ">=0.40.0 <1.0.0",
9+
"@typespec/openapi3": ">=0.54.0 <1.0.0",
10+
"@azure-tools/typespec-azure-core": ">=0.40.0 <1.0.0",
1111
"@azure-tools/typespec-client-generator-core": "0.40.0-dev.17",
12-
"@typespec/compiler": ">=0.53.1 <1.0.0",
13-
"@typespec/http": ">=0.53.0 <1.0.0",
14-
"@typespec/rest": ">=0.53.0 <1.0.0",
15-
"@typespec/versioning": ">=0.53.0 <1.0.0",
12+
"@typespec/compiler": ">=0.54.0 <1.0.0",
13+
"@typespec/http": ">=0.54.0 <1.0.0",
14+
"@typespec/rest": ">=0.54.0 <1.0.0",
15+
"@typespec/versioning": ">=0.54.0 <1.0.0",
1616
"prettier": "^3.1.0"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)