typespec-next version download always keep breaking
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 90
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 156
Description
Due to some other dependencies which don't allow the `next` version we regularly are not loading the `next` version of certain package and its very hard to notice the issue
Should find a better way. One thing is to also provide the `overrides`
```json
"overrides": {
"@azure-tools/typespec-autorest": "next",
"@azure-tools/typespec-azure-core": "next",
"@azure-tools/typespec-azure-portal-core": "next",
"@azure-tools/typespec-azure-resource-manager": "next",
"@azure-tools/typespec-azure-rulesets": "next",
"@typespec/asset-emitter": "next",
"@typespec/compiler": "next",
"@typespec/http": "next",
"@typespec/sse": "next",
"@typespec/events": "next",
"@typespec/openapi": "next",
"@typespec/openapi3": "next",
"@typespec/prettier-plugin-typespec": "next",
"@typespec/rest": "next",
"@typespec/streams": "next",
"@typespec/versioning": "next",
"@typespec/xml": "next"
},
```
or reuse the bump next dependency package used by emitters
Contributor guide
Assessment
This issue has not been assessed yet.