Skip to content

Commit

Permalink
Upgrade postcss-urlrebase package (#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 <jonsurrell@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
  • Loading branch information
3 people committed 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.

1 comment on commit 8909b4d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 8909b4d.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9775823923
📝 Reported issues:

Please sign in to comment.