Azure / Azure/typespec-azure

typespec-next version download always keep breaking

Open
#2,802 0 comments 0 reactions 0 assignees View on GitHub
design:needed eng
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.