From a1971eace88c89f719b6377f30d47174a2bcb258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 26 May 2026 11:42:53 +0200 Subject: [PATCH] chore: add changeset for protobufjs warning suppression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- .changeset/remove-protobufjs-pins.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/remove-protobufjs-pins.md diff --git a/.changeset/remove-protobufjs-pins.md b/.changeset/remove-protobufjs-pins.md new file mode 100644 index 0000000000..2b436e3e7f --- /dev/null +++ b/.changeset/remove-protobufjs-pins.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli-module-build': patch +--- + +Suppress false-positive `@protobufjs/inquire` "Critical dependency" warning in the bundler. Since `protobufjs` 7.5.9, the dynamic require path in inquire is no longer exercised, but webpack/rspack still flags it during static analysis.