From 94c72f640355dc341c294e911dcba1505bfee0bf Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 30 Oct 2025 17:06:01 -0700 Subject: [PATCH] Do not warn when `"bun"` is used in `"engines"` in package.json --- src/package-compatibility.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/package-compatibility.js b/src/package-compatibility.js index d380b44a70..870a12d67e 100644 --- a/src/package-compatibility.js +++ b/src/package-compatibility.js @@ -53,6 +53,7 @@ const ignore = [ 'rhino', // once a target for older modules 'cordovaDependencies', // http://bit.ly/2tkUePg 'parcel', // used for plugins of the Parcel bundler + 'bun', // a JavaScript runtime ]; type Versions = {