Skip to content

Commit

Permalink
Upgrade postcss-urlrebase package (WordPress#63075)
Browse files Browse the repository at this point in the history
- Upgrade postcss-urlrebase package.
- Remove redundant package patch file.

---

Co-authored-by: sirreal <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent f269299 commit 8909b4d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 52 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"memize": "^2.1.0",
"postcss": "^8.4.21",
"postcss-prefixwrap": "^1.41.0",
"postcss-urlrebase": "^1.0.0",
"postcss-urlrebase": "^1.4.0",
"react-autosize-textarea": "^7.1.0",
"react-easy-crop": "^5.0.6",
"remove-accents": "^0.5.0"
Expand Down
7 changes: 0 additions & 7 deletions patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
11 changes: 0 additions & 11 deletions patches/postcss-urlrebase+1.3.0.patch

This file was deleted.

0 comments on commit 8909b4d

Please sign in to comment.