Skip to content

Commit

Permalink
build(deps): Bump the postcss group with 2 updates (#6707)
Browse files Browse the repository at this point in the history
* build(deps): Bump the postcss group with 2 updates

Bumps the postcss group with 2 updates: [postcss](https://github.com/postcss/postcss) and [postcss-custom-media](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-media).


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

Updates `postcss-custom-media` from 10.0.3 to 10.0.4
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-media/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-media)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postcss
- dependency-name: postcss-custom-media
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: postcss
...

Signed-off-by: dependabot[bot] <[email protected]>

* Yarn dedupe

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrey Medvedev <[email protected]>
  • Loading branch information
dependabot[bot] and mendrew authored Mar 18, 2024
1 parent cd7095a commit 9a989fa
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 269 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"jest-preset-stylelint": "^7.0.0",
"lint-staged": "^15.2.2",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35",
"postcss": "^8.4.36",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^10.0.3",
"postcss-custom-media": "^10.0.4",
"postcss-gap-properties": "^5.0.1",
"postcss-import": "^16.0.1",
"postcss-loader": "^8.1.1",
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": "^20.11.28",
"postcss": "^8.4.35",
"postcss": "^8.4.36",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"postcss-value-parser": "^4.2.0",
Expand Down
Loading

0 comments on commit 9a989fa

Please sign in to comment.