From 20f943d8448d97fea488f558799332b0d793dc30 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Mon, 1 Jul 2024 13:49:59 +0200 Subject: [PATCH] Add patch note --- patches/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/patches/README.md b/patches/README.md index 8149c96950057..70b5fce2a37f4 100644 --- a/patches/README.md +++ b/patches/README.md @@ -29,3 +29,10 @@ No notes. ### `patches/react-native+0.73.3.patch` No notes. + +### `patches/postcss-urlrebase+1.3.0.patch` + +This package uses a `URL` global value but imports the Node.js `URL` type. Remove the +Node.js-specific type import to use the global URL type available in both browsers and Node.js. + +This fixes a type issue where some Gutenberg packages use postcss in the browser.