From 1166a2ebd47781531ffd1d009ce3e3321db5f20b Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Wed, 29 Jul 2026 15:01:33 -0400 Subject: [PATCH] fix(http-canonicalization): bump to 0.16.2 to realign emitter-framework/alloy version [skip chg] The published http-canonicalization@0.16.1 still required @typespec/emitter-framework@^0.17.0 (Alloy 0.22) while everything else moved to emitter-framework@0.19 (Alloy 0.24). npm installs of @typespec/http-server-csharp therefore loaded two incompatible @alloy-js/core copies ("Multiple versions of Alloy are loaded"). Manually bump the version and changelog to force a patched 0.16.2 stable release whose emitter-framework dependency is realigned, resolving the conflict for existing ^0.16.1 consumers. Fixes https://github.com/microsoft/typespec/issues/11443 --- packages/http-canonicalization/CHANGELOG.md | 7 +++++++ packages/http-canonicalization/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/http-canonicalization/CHANGELOG.md b/packages/http-canonicalization/CHANGELOG.md index 86c62565b9d..377cfd750a3 100644 --- a/packages/http-canonicalization/CHANGELOG.md +++ b/packages/http-canonicalization/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog - @typespec/http-canonicalization +## 0.16.2 + +### Bug Fixes + +- [#11456](https://github.com/microsoft/typespec/pull/11456) Re-release to realign the `@typespec/emitter-framework` dependency (Alloy `0.24`). The previous `0.16.1` still required `@typespec/emitter-framework@^0.17.0` (Alloy `0.22`), which caused `npm` installs of `@typespec/http-server-csharp` to load two incompatible `@alloy-js/core` versions ("Multiple versions of Alloy are loaded"). + + ## 0.16.1 ### Bump dependencies diff --git a/packages/http-canonicalization/package.json b/packages/http-canonicalization/package.json index 5730fcaf168..2270a2ef972 100644 --- a/packages/http-canonicalization/package.json +++ b/packages/http-canonicalization/package.json @@ -1,6 +1,6 @@ { "name": "@typespec/http-canonicalization", - "version": "0.16.1", + "version": "0.16.2", "type": "module", "main": "dist/src/index.js", "repository": {