Skip to content

Commit

Permalink
chore: upgrade postcss (#2723)
Browse files Browse the repository at this point in the history
## Proposed change

Unblock lock file maintenance
`stylelint` comes with dependency `"postcss": "^8.4.49"` which is now
resolved to `8.5.1`
so we need to make our version of `postcss` match it

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
fpaul-1A authored Jan 23, 2025
2 parents bd1de82 + 57ae4e0 commit e1bbd12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"nx": "~19.8.0",
"nx-cloud": "^19.1.0",
"playwright-lighthouse": "~4.0.0",
"postcss": "~8.4.31",
"postcss": "~8.5.1",
"postcss-scss": "~4.0.9",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"pid-from-port": "^1.1.3",
"postcss": "~8.4.31",
"postcss": "~8.5.1",
"postcss-scss": "~4.0.9",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9483,7 +9483,7 @@ __metadata:
pixelmatch: "npm:^5.2.1"
playwright-lighthouse: "npm:~4.0.0"
pngjs: "npm:^7.0.0"
postcss: "npm:~8.4.31"
postcss: "npm:~8.5.1"
postcss-scss: "npm:~4.0.9"
prism-themes: "npm:^1.9.0"
prismjs: "npm:^1.28.0"
Expand Down Expand Up @@ -10709,7 +10709,7 @@ __metadata:
jsonc-eslint-parser: "npm:~2.4.0"
nx: "npm:~19.8.0"
pid-from-port: "npm:^1.1.3"
postcss: "npm:~8.4.31"
postcss: "npm:~8.5.1"
postcss-scss: "npm:~4.0.9"
rimraf: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
Expand Down Expand Up @@ -29018,7 +29018,7 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.7":
"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 @@ -31708,14 +31708,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.2.14, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.31, postcss@npm:^8.4.33, postcss@npm:^8.4.38, postcss@npm:^8.4.43, postcss@npm:^8.4.49, postcss@npm:~8.4.31":
version: 8.4.49
resolution: "postcss@npm:8.4.49"
"postcss@npm:^8.2.14, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.31, postcss@npm:^8.4.33, postcss@npm:^8.4.38, postcss@npm:^8.4.43, postcss@npm:^8.4.49, postcss@npm:~8.5.1":
version: 8.5.1
resolution: "postcss@npm:8.5.1"
dependencies:
nanoid: "npm:^3.3.7"
nanoid: "npm:^3.3.8"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10/28fe1005b1339870e0a5006375ba5ac1213fd69800f79e7db09c398e074421ba6e162898e94f64942fed554037fd292db3811d87835d25ab5ef7f3c9daacb6ca
checksum: 10/1fbd28753143f7f03e4604813639918182b15343c7ad0f4e72f3875fc2cc0b8494c887f55dc05008fad5fbf1e1e908ce2edbbce364a91f84dcefb71edf7cd31d
languageName: node
linkType: hard

Expand Down

0 comments on commit e1bbd12

Please sign in to comment.