Skip to content

Commit 74d55ba

Browse files
chore(deps): bump postcss from 8.4.47 to 8.4.48 (#3383)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.4.48. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.47...8.4.48) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5215207 commit 74d55ba

File tree

9 files changed

+37
-19
lines changed

9 files changed

+37
-19
lines changed

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lit": "^3.2.1",
6060
"lodash-es": "^4.17.21",
6161
"npm-registry-fetch": "^18.0.2",
62-
"postcss": "^8.4.47",
62+
"postcss": "^8.4.48",
6363
"prettier": "^3.2.5",
6464
"react": "^18.3.1",
6565
"react-dom": "^18.3.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"nx": "^19.8.2",
9191
"open": "^10.1.0",
9292
"pajv": "^1.2.0",
93-
"postcss": "^8.4.47",
93+
"postcss": "^8.4.48",
9494
"postcss-combininator": "workspace:^",
9595
"postcss-extend": "^1.0.5",
9696
"postcss-hover-media-feature": "^1.0.2",

plugins/postcss-combininator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"test": "ava"
1616
},
1717
"dependencies": {
18-
"postcss": "^8.4.47"
18+
"postcss": "^8.4.48"
1919
},
2020
"peerDependencies": {
2121
"postcss": ">=8"
2222
},
2323
"devDependencies": {
2424
"ava": "^6.1.3",
2525
"c8": "^9.1.0",
26-
"postcss": "^8.4.47"
26+
"postcss": "^8.4.48"
2727
},
2828
"keywords": [
2929
"css",

plugins/postcss-rgb-mapping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"ava": "^6.1.3",
2828
"c8": "^9.1.0",
29-
"postcss": "^8.4.47"
29+
"postcss": "^8.4.48"
3030
},
3131
"keywords": [
3232
"css",

plugins/postcss-splitinator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"test": "ava"
1616
},
1717
"dependencies": {
18-
"postcss": "^8.4.47"
18+
"postcss": "^8.4.48"
1919
},
2020
"peerDependencies": {
2121
"postcss": ">=8.0.0"
2222
},
2323
"devDependencies": {
2424
"ava": "^6.1.3",
2525
"c8": "^9.1.0",
26-
"postcss": "^8.4.47"
26+
"postcss": "^8.4.48"
2727
},
2828
"keywords": [
2929
"css",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"colors": "^1.4.0",
2323
"fast-glob": "^3.3.2",
24-
"postcss": "^8.4.47",
24+
"postcss": "^8.4.48",
2525
"postcss-values-parser": "^6.0.2"
2626
},
2727
"peerDependencies": {

plugins/stylelint-theme-alignment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"dependencies": {
1818
"colors": "^1.4.0",
19-
"postcss": "^8.4.47",
19+
"postcss": "^8.4.48",
2020
"postcss-values-parser": "^6.0.2"
2121
},
2222
"peerDependencies": {

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@nxkit/style-dictionary": "^5.0.0",
2626
"cssnano": "^7.0.3",
2727
"cssnano-preset-advanced": "^7.0.6",
28-
"postcss": "^8.4.47",
28+
"postcss": "^8.4.48",
2929
"postcss-cli": "^11.0.0",
3030
"postcss-import": "^16.1.0",
3131
"postcss-licensing": "^2.0.0",

yarn.lock

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3838,7 +3838,7 @@ __metadata:
38383838
lit: "npm:^3.2.1"
38393839
lodash-es: "npm:^4.17.21"
38403840
npm-registry-fetch: "npm:^18.0.2"
3841-
postcss: "npm:^8.4.47"
3841+
postcss: "npm:^8.4.48"
38423842
prettier: "npm:^3.2.5"
38433843
react: "npm:^18.3.1"
38443844
react-dom: "npm:^18.3.1"
@@ -4199,7 +4199,7 @@ __metadata:
41994199
"@nxkit/style-dictionary": "npm:^5.0.0"
42004200
cssnano: "npm:^7.0.3"
42014201
cssnano-preset-advanced: "npm:^7.0.6"
4202-
postcss: "npm:^8.4.47"
4202+
postcss: "npm:^8.4.48"
42034203
postcss-cli: "npm:^11.0.0"
42044204
postcss-import: "npm:^16.1.0"
42054205
postcss-licensing: "npm:^2.0.0"
@@ -4341,7 +4341,7 @@ __metadata:
43414341
c8: "npm:^10.1.2"
43424342
colors: "npm:^1.4.0"
43434343
fast-glob: "npm:^3.3.2"
4344-
postcss: "npm:^8.4.47"
4344+
postcss: "npm:^8.4.48"
43454345
postcss-values-parser: "npm:^6.0.2"
43464346
stylelint: "npm:^16.9.0"
43474347
peerDependencies:
@@ -4368,7 +4368,7 @@ __metadata:
43684368
resolution: "@spectrum-tools/theme-alignment@workspace:plugins/stylelint-theme-alignment"
43694369
dependencies:
43704370
colors: "npm:^1.4.0"
4371-
postcss: "npm:^8.4.47"
4371+
postcss: "npm:^8.4.48"
43724372
postcss-values-parser: "npm:^6.0.2"
43734373
stylelint: "npm:^16.9.0"
43744374
peerDependencies:
@@ -13284,6 +13284,13 @@ __metadata:
1328413284
languageName: node
1328513285
linkType: hard
1328613286

13287+
"picocolors@npm:^1.1.1":
13288+
version: 1.1.1
13289+
resolution: "picocolors@npm:1.1.1"
13290+
checksum: 10c0/e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58
13291+
languageName: node
13292+
linkType: hard
13293+
1328713294
"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.2, picomatch@npm:^2.3.1":
1328813295
version: 2.3.1
1328913296
resolution: "picomatch@npm:2.3.1"
@@ -13551,7 +13558,7 @@ __metadata:
1355113558
dependencies:
1355213559
ava: "npm:^6.1.3"
1355313560
c8: "npm:^9.1.0"
13554-
postcss: "npm:^8.4.47"
13561+
postcss: "npm:^8.4.48"
1355513562
peerDependencies:
1355613563
postcss: ">=8"
1355713564
languageName: unknown
@@ -14349,7 +14356,7 @@ __metadata:
1434914356
dependencies:
1435014357
ava: "npm:^6.1.3"
1435114358
c8: "npm:^9.1.0"
14352-
postcss: "npm:^8.4.47"
14359+
postcss: "npm:^8.4.48"
1435314360
postcss-value-parser: "npm:^4.2.0"
1435414361
peerDependencies:
1435514362
postcss: ">=8"
@@ -14430,7 +14437,7 @@ __metadata:
1443014437
dependencies:
1443114438
ava: "npm:^6.1.3"
1443214439
c8: "npm:^9.1.0"
14433-
postcss: "npm:^8.4.47"
14440+
postcss: "npm:^8.4.48"
1443414441
peerDependencies:
1443514442
postcss: ">=8.0.0"
1443614443
languageName: unknown
@@ -14544,7 +14551,7 @@ __metadata:
1454414551
languageName: node
1454514552
linkType: hard
1454614553

14547-
"postcss@npm:^8.4.43, postcss@npm:^8.4.47":
14554+
"postcss@npm:^8.4.43":
1454814555
version: 8.4.47
1454914556
resolution: "postcss@npm:8.4.47"
1455014557
dependencies:
@@ -14555,6 +14562,17 @@ __metadata:
1455514562
languageName: node
1455614563
linkType: hard
1455714564

14565+
"postcss@npm:^8.4.48":
14566+
version: 8.4.48
14567+
resolution: "postcss@npm:8.4.48"
14568+
dependencies:
14569+
nanoid: "npm:^3.3.7"
14570+
picocolors: "npm:^1.1.1"
14571+
source-map-js: "npm:^1.2.1"
14572+
checksum: 10c0/d586361fda12fc7ab5650ce9b5763fc61d6ea2cecac9da98fceea6a3f27e42ed34db830582411bc06743492d9bb414c52b0c81da65440682d244d692da2f928a
14573+
languageName: node
14574+
linkType: hard
14575+
1455814576
"prelude-ls@npm:^1.2.1":
1455914577
version: 1.2.1
1456014578
resolution: "prelude-ls@npm:1.2.1"
@@ -15699,7 +15717,7 @@ __metadata:
1569915717
nx: "npm:^19.8.2"
1570015718
open: "npm:^10.1.0"
1570115719
pajv: "npm:^1.2.0"
15702-
postcss: "npm:^8.4.47"
15720+
postcss: "npm:^8.4.48"
1570315721
postcss-combininator: "workspace:^"
1570415722
postcss-extend: "npm:^1.0.5"
1570515723
postcss-hover-media-feature: "npm:^1.0.2"

0 commit comments

Comments
 (0)