Skip to content

Commit 7217dbf

Browse files
fix(deps): update dependency postcss to ^8.5.6 (#3959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47dcb11 commit 7217dbf

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"lit": "^3.3.0",
6969
"lodash-es": "^4.17.21",
7070
"npm-registry-fetch": "^18.0.2",
71-
"postcss": "^8.5.5",
71+
"postcss": "^8.5.6",
7272
"prettier": "^3.5.3",
7373
"react": "^19.1.0",
7474
"react-dom": "^19.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"nx": "^21.1.3",
9999
"open": "^10.1.2",
100100
"pajv": "^1.2.0",
101-
"postcss": "^8.5.5",
101+
"postcss": "^8.5.6",
102102
"postcss-extend": "^1.0.5",
103103
"postcss-hover-media-feature": "^1.0.2",
104104
"postcss-import": "^16.1.0",

plugins/postcss-rgb-mapping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"ava": "^6.4.0",
3333
"c8": "^10.1.3",
34-
"postcss": "^8.5.5"
34+
"postcss": "^8.5.6"
3535
},
3636
"keywords": [
3737
"css",

plugins/stylelint-no-unknown-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"colors": "^1.4.0",
3131
"fast-glob": "^3.3.3",
32-
"postcss": "^8.5.5",
32+
"postcss": "^8.5.6",
3333
"postcss-values-parser": "^6.0.2"
3434
},
3535
"peerDependencies": {

plugins/stylelint-no-unused-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"colors": "^1.4.0",
31-
"postcss": "^8.5.5",
31+
"postcss": "^8.5.6",
3232
"postcss-values-parser": "^6.0.2"
3333
},
3434
"peerDependencies": {

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"deepmerge": "^4.3.1",
3131
"glob": "^11.0.2",
3232
"lodash-es": "^4.17.21",
33-
"postcss": "^8.5.5",
33+
"postcss": "^8.5.6",
3434
"postcss-sorting": "^9.1.0",
3535
"style-dictionary": "^4.4.0"
3636
},

tools/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@spectrum-css/underlay": "7.0.0-next.0",
117117
"@spectrum-css/well": "8.0.0-next.0",
118118
"colors": "^1.4.0",
119-
"postcss": "^8.5.5",
119+
"postcss": "^8.5.6",
120120
"postcss-licensing": "^3.0.0"
121121
},
122122
"keywords": [

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ __metadata:
152152
nx: "npm:^21.1.3"
153153
open: "npm:^10.1.2"
154154
pajv: "npm:^1.2.0"
155-
postcss: "npm:^8.5.5"
155+
postcss: "npm:^8.5.6"
156156
postcss-extend: "npm:^1.0.5"
157157
postcss-hover-media-feature: "npm:^1.0.2"
158158
postcss-import: "npm:^16.1.0"
@@ -4321,7 +4321,7 @@ __metadata:
43214321
"@spectrum-css/underlay": "npm:7.0.0-next.0"
43224322
"@spectrum-css/well": "npm:8.0.0-next.0"
43234323
colors: "npm:^1.4.0"
4324-
postcss: "npm:^8.5.5"
4324+
postcss: "npm:^8.5.6"
43254325
postcss-licensing: "npm:^3.0.0"
43264326
languageName: unknown
43274327
linkType: soft
@@ -5287,7 +5287,7 @@ __metadata:
52875287
lit: "npm:^3.3.0"
52885288
lodash-es: "npm:^4.17.21"
52895289
npm-registry-fetch: "npm:^18.0.2"
5290-
postcss: "npm:^8.5.5"
5290+
postcss: "npm:^8.5.6"
52915291
prettier: "npm:^3.5.3"
52925292
react: "npm:^19.1.0"
52935293
react-dom: "npm:^19.1.0"
@@ -5709,7 +5709,7 @@ __metadata:
57095709
deepmerge: "npm:^4.3.1"
57105710
glob: "npm:^11.0.2"
57115711
lodash-es: "npm:^4.17.21"
5712-
postcss: "npm:^8.5.5"
5712+
postcss: "npm:^8.5.6"
57135713
postcss-sorting: "npm:^9.1.0"
57145714
style-dictionary: "npm:^4.4.0"
57155715
languageName: unknown
@@ -5856,7 +5856,7 @@ __metadata:
58565856
dependencies:
58575857
ava: "npm:^6.4.0"
58585858
c8: "npm:^10.1.3"
5859-
postcss: "npm:^8.5.5"
5859+
postcss: "npm:^8.5.6"
58605860
postcss-values-parser: "npm:^6.0.2"
58615861
peerDependencies:
58625862
postcss: ">=8"
@@ -5884,7 +5884,7 @@ __metadata:
58845884
c8: "npm:^10.1.3"
58855885
colors: "npm:^1.4.0"
58865886
fast-glob: "npm:^3.3.3"
5887-
postcss: "npm:^8.5.5"
5887+
postcss: "npm:^8.5.6"
58885888
postcss-values-parser: "npm:^6.0.2"
58895889
stylelint: "npm:^16.20.0"
58905890
peerDependencies:
@@ -5899,7 +5899,7 @@ __metadata:
58995899
ava: "npm:^6.4.0"
59005900
c8: "npm:^10.1.3"
59015901
colors: "npm:^1.4.0"
5902-
postcss: "npm:^8.5.5"
5902+
postcss: "npm:^8.5.6"
59035903
postcss-values-parser: "npm:^6.0.2"
59045904
stylelint: "npm:^16.20.0"
59055905
peerDependencies:
@@ -17720,14 +17720,14 @@ __metadata:
1772017720
languageName: node
1772117721
linkType: hard
1772217722

17723-
"postcss@npm:^8.5.5":
17724-
version: 8.5.5
17725-
resolution: "postcss@npm:8.5.5"
17723+
"postcss@npm:^8.5.6":
17724+
version: 8.5.6
17725+
resolution: "postcss@npm:8.5.6"
1772617726
dependencies:
1772717727
nanoid: "npm:^3.3.11"
1772817728
picocolors: "npm:^1.1.1"
1772917729
source-map-js: "npm:^1.2.1"
17730-
checksum: 10c0/6415873fab84de05c2d8fd18f72ea6654bca437bb4b9f02ca819c438501e4b3a450023e575e17587c6eaa5bedddaaa4dad3af210f5cf166e30cec09cac58baf8
17730+
checksum: 10c0/5127cc7c91ed7a133a1b7318012d8bfa112da9ef092dddf369ae699a1f10ebbd89b1b9f25f3228795b84585c72aabd5ced5fc11f2ba467eedf7b081a66fad024
1773117731
languageName: node
1773217732
linkType: hard
1773317733

0 commit comments

Comments
 (0)