Skip to content

Commit

Permalink
build(deps): Bump postcss from 8.4.49 to 8.5.1 in the postcss group
Browse files Browse the repository at this point in the history
Bumps the postcss group with 1 update: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.4.49 to 8.5.1
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.49...8.5.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 5d7e08f commit a0e6ec7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"playwright": "1.49.1",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-modules": "^6.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"jest-preset-stylelint": "^7.1.1",
"lint-staged": "^15.2.11",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^11.0.5",
"postcss-gap-properties": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@types/node": "^22.10.7",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"postcss-value-parser": "^4.2.0",
Expand Down
19 changes: 15 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5611,7 +5611,7 @@ __metadata:
jest-preset-stylelint: "npm:^7.1.1"
lint-staged: "npm:^15.2.11"
mini-css-extract-plugin: "npm:^2.9.2"
postcss: "npm:^8.4.49"
postcss: "npm:^8.5.1"
postcss-cli: "npm:^11.0.0"
postcss-custom-media: "npm:^11.0.5"
postcss-gap-properties: "npm:^6.0.0"
Expand Down Expand Up @@ -5657,7 +5657,7 @@ __metadata:
"@types/node": "npm:^22.10.7"
"@types/postcss-less": "npm:^4.0.6"
jest: "npm:^29.7.0"
postcss: "npm:^8.4.49"
postcss: "npm:^8.5.1"
postcss-less: "npm:^6.0.0"
postcss-scss: "npm:^4.0.9"
postcss-value-parser: "npm:^4.2.0"
Expand Down Expand Up @@ -6760,7 +6760,7 @@ __metadata:
html-webpack-plugin: "npm:^5.6.3"
mini-css-extract-plugin: "npm:^2.9.2"
playwright: "npm:1.49.1"
postcss: "npm:^8.4.49"
postcss: "npm:^8.5.1"
postcss-modules: "npm:^6.0.1"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -15519,7 +15519,7 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.6, nanoid@npm:^3.3.7":
"nanoid@npm:^3.3.6, nanoid@npm:^3.3.7, nanoid@npm:^3.3.8":
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
Expand Down Expand Up @@ -17235,6 +17235,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.5.1":
version: 8.5.1
resolution: "postcss@npm:8.5.1"
dependencies:
nanoid: "npm:^3.3.8"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10/1fbd28753143f7f03e4604813639918182b15343c7ad0f4e72f3875fc2cc0b8494c887f55dc05008fad5fbf1e1e908ce2edbbce364a91f84dcefb71edf7cd31d
languageName: node
linkType: hard

"prelude-ls@npm:^1.2.1":
version: 1.2.1
resolution: "prelude-ls@npm:1.2.1"
Expand Down

0 comments on commit a0e6ec7

Please sign in to comment.