From b17af0a9378ed6346828e1f6b595720142279625 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Wed, 3 Jul 2024 10:44:23 +0200 Subject: [PATCH] Remove note on removed patch --- patches/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/patches/README.md b/patches/README.md index 70b5fce2a37f49..8149c96950057a 100644 --- a/patches/README.md +++ b/patches/README.md @@ -29,10 +29,3 @@ 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.