Closed
Description
Currently we leverage the "workspace:" version for spector cases, so any issues on un-supported spector cases would block automations of new spector cases like this one. I can understand this could help update the latest spector cases with no manual effort. But it also coupled new cases adding and js emitters feature support.
typespec/packages/http-client-js/package.json
Lines 69 to 70 in cc74c72
We have two options here: one is to use fixed version for spector's libs. The other is to leverage a whitelist for supported spector cases.
Personally I would prefer to update to fixed versions directly.