From 288ab3e8792466d9bb5c189f0d6cd3c5e5df2de1 Mon Sep 17 00:00:00 2001
From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com>
Date: Thu, 5 Jun 2025 09:34:20 -0400
Subject: [PATCH] =?UTF-8?q?Update=20postcss=208.5.3=20=E2=86=92=208.5.4=20?=
=?UTF-8?q?(patch)=20(#18225)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Here is everything you need to know about this upgrade. Please take a
good look at what changed and the test results before merging this pull
request.
### What changed?
#### ✳️ postcss (8.5.3 → 8.5.4) ·
[Repo](https://github.com/postcss/postcss) ·
[Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
Release Notes
Does any of this look wrong? Please let us
know.
Commits
See
the full diff on Github. The new version differs by 23 commits:
---

[Depfu](https://depfu.com) will automatically keep this PR
conflict-free, as long as you don't add any commits to this branch
yourself. You can also trigger a rebase manually by commenting with
`@depfu rebase`.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and
redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits
that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and
conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this
PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if
it's closed)
- @depfu pause
- Ignores all future updates for this dependency
and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major
updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will
create PRs again (leaves this PR as is)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Jordan Pittman
---
package.json | 2 +-
pnpm-lock.yaml | 41 +++++++++++++++++++++++++++++------------
2 files changed, 30 insertions(+), 13 deletions(-)
diff --git a/package.json b/package.json
index 40177e38a..68fe74814 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "catalog:",
- "postcss": "8.5.3",
+ "postcss": "8.5.4",
"postcss-import": "^16.1.0",
"prettier": "catalog:",
"prettier-plugin-embed": "^0.5.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1d73c88b1..4a3bc6a3e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -59,11 +59,11 @@ importers:
specifier: 'catalog:'
version: 20.14.13
postcss:
- specifier: 8.5.3
- version: 8.5.3
+ specifier: 8.5.4
+ version: 8.5.4
postcss-import:
specifier: ^16.1.0
- version: 16.1.0(postcss@8.5.3)
+ version: 16.1.0(postcss@8.5.4)
prettier:
specifier: 'catalog:'
version: 3.5.0
@@ -75,7 +75,7 @@ importers:
version: 4.0.0(prettier@3.5.0)(typescript@5.5.4)
tsup:
specifier: ^8.5.0
- version: 8.5.0(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0)
+ version: 8.5.0(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0)
turbo:
specifier: ^2.5.3
version: 2.5.3
@@ -3718,6 +3718,11 @@ packages:
mz@2.7.0:
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
+ nanoid@3.3.11:
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
+ hasBin: true
+
nanoid@3.3.7:
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
@@ -4014,6 +4019,10 @@ packages:
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
engines: {node: ^10 || ^12 || >=14}
+ postcss@8.5.4:
+ resolution: {integrity: sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==}
+ engines: {node: ^10 || ^12 || >=14}
+
prelude-ls@1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
@@ -7728,6 +7737,8 @@ snapshots:
object-assign: 4.1.1
thenify-all: 1.6.0
+ nanoid@3.3.11: {}
+
nanoid@3.3.7: {}
nanoid@3.3.8: {}
@@ -7918,9 +7929,9 @@ snapshots:
read-cache: 1.0.0
resolve: 1.22.8
- postcss-import@16.1.0(postcss@8.5.3):
+ postcss-import@16.1.0(postcss@8.5.4):
dependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
@@ -7937,12 +7948,12 @@ snapshots:
optionalDependencies:
postcss: 8.4.47
- postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(yaml@2.6.0):
+ postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(yaml@2.6.0):
dependencies:
lilconfig: 3.1.2
optionalDependencies:
jiti: 2.4.2
- postcss: 8.5.3
+ postcss: 8.5.4
tsx: 4.19.1
yaml: 2.6.0
@@ -7992,6 +8003,12 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
+ postcss@8.5.4:
+ dependencies:
+ nanoid: 3.3.11
+ picocolors: 1.1.1
+ source-map-js: 1.2.1
+
prelude-ls@1.2.1: {}
prettier-plugin-embed@0.5.0:
@@ -8443,7 +8460,7 @@ snapshots:
tslib@2.8.0: {}
- tsup@8.5.0(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0):
+ tsup@8.5.0(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0):
dependencies:
bundle-require: 5.1.0(esbuild@0.25.0)
cac: 6.7.14
@@ -8454,7 +8471,7 @@ snapshots:
fix-dts-default-cjs-exports: 1.0.1
joycon: 3.1.1
picocolors: 1.1.1
- postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(yaml@2.6.0)
+ postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(yaml@2.6.0)
resolve-from: 5.0.0
rollup: 4.34.9
source-map: 0.8.0-beta.0
@@ -8463,7 +8480,7 @@ snapshots:
tinyglobby: 0.2.12
tree-kill: 1.2.2
optionalDependencies:
- postcss: 8.5.3
+ postcss: 8.5.4
typescript: 5.5.4
transitivePeerDependencies:
- jiti
@@ -8612,7 +8629,7 @@ snapshots:
vite@5.4.0(@types/node@20.14.13)(lightningcss@1.30.1(patch_hash=tzyxy3asfxcqc7ihrooumyi5fm))(terser@5.31.6):
dependencies:
esbuild: 0.21.5
- postcss: 8.5.3
+ postcss: 8.5.4
rollup: 4.34.9
optionalDependencies:
'@types/node': 20.14.13