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.