Skip to content

Commit

Permalink
bump tsp 0.60.0 (#2834)
Browse files Browse the repository at this point in the history
* bump tsp 0.60.0

* changelog
  • Loading branch information
msyyc authored Sep 11, 2024
1 parent df0b946 commit c2ece18
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 155 deletions.
7 changes: 7 additions & 0 deletions .chronus/changes/bump-tsp-0.60.0-2024-8-11-14-27-33.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: dependencies
packages:
- "@azure-tools/typespec-python"
---

Bump typespec 0.60.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@azure-tools/cadl-ranch": "~0.14.5",
"@chronus/chronus": "^0.10.2",
"@chronus/github": "^0.3.2",
"@typespec/prettier-plugin-typespec": "~0.58.0",
"@typespec/prettier-plugin-typespec": "~0.60.0",
"autorest": "3.6.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand Down
42 changes: 21 additions & 21 deletions packages/typespec-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,45 +45,45 @@
"scripts/**"
],
"peerDependencies": {
"@azure-tools/typespec-azure-core": ">=0.45.0 <1.0.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.45.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.45.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.45.4 <1.0.0",
"@azure-tools/typespec-azure-rulesets": ">=0.45.0 <3.0.0",
"@typespec/compiler": ">=0.59.1 <1.0.0",
"@typespec/http": ">=0.59.0 <1.0.0",
"@typespec/rest": ">=0.59.0 <1.0.0",
"@typespec/versioning": ">=0.59.0 <1.0.0",
"@typespec/openapi": ">=0.59.0 <1.0.0"
"@azure-tools/typespec-azure-core": ">=0.46.0 <1.0.0",
"@azure-tools/typespec-azure-resource-manager": ">=0.46.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.46.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.46.0 <1.0.0",
"@azure-tools/typespec-azure-rulesets": ">=0.46.0 <3.0.0",
"@typespec/compiler": ">=0.60.0 <1.0.0",
"@typespec/http": ">=0.60.0 <1.0.0",
"@typespec/rest": ">=0.60.0 <1.0.0",
"@typespec/versioning": ">=0.60.0 <1.0.0",
"@typespec/openapi": ">=0.60.0 <1.0.0"
},
"dependencies": {
"js-yaml": "~4.1.0",
"@typespec/openapi3": "~0.59.0",
"@typespec/openapi3": "~0.60.0",
"semver": "~7.6.2",
"tsx": "4.17.0"
},
"devDependencies": {
"@azure-tools/typespec-azure-resource-manager": "~0.45.0",
"@azure-tools/typespec-autorest": "~0.45.0",
"@azure-tools/typespec-azure-resource-manager": "~0.46.0",
"@azure-tools/typespec-autorest": "~0.46.0",
"@azure-tools/cadl-ranch-expect": "~0.15.3",
"@azure-tools/cadl-ranch-specs": "~0.37.1",
"@types/js-yaml": "~4.0.5",
"@types/node": "^18.16.3",
"@types/yargs": "17.0.32",
"@types/semver": "7.5.8",
"@typespec/eslint-config-typespec": "~0.55.0",
"@typespec/openapi": "~0.59.0",
"@typespec/openapi": "~0.60.0",
"c8": "~7.13.0",
"vitest": "^2.0.4",
"rimraf": "~5.0.0",
"typescript": "~5.5.4",
"@azure-tools/typespec-azure-core": "~0.45.0",
"@azure-tools/typespec-client-generator-core": "0.45.4",
"@typespec/compiler": "~0.59.1",
"@typespec/http": "~0.59.0",
"@typespec/rest": "~0.59.0",
"@typespec/versioning": "~0.59.0",
"@azure-tools/typespec-azure-rulesets": "0.45.0",
"@azure-tools/typespec-azure-core": "~0.46.0",
"@azure-tools/typespec-client-generator-core": "0.46.0",
"@typespec/compiler": "~0.60.0",
"@typespec/http": "~0.60.0",
"@typespec/rest": "~0.60.0",
"@typespec/versioning": "~0.60.0",
"@azure-tools/typespec-azure-rulesets": "0.46.0",
"yargs": "~17.2.1",
"chalk": "5.3.0"
}
Expand Down
Loading

0 comments on commit c2ece18

Please sign in to comment.