Skip to content

Commit

Permalink
Bump postcss, postcss-import, postcss-loader and postcss-url (#196)
Browse files Browse the repository at this point in the history
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [postcss-import](https://github.com/postcss/postcss-import), [postcss-loader](https://github.com/webpack-contrib/postcss-loader) and [postcss-url](https://github.com/postcss/postcss-url). These dependencies need to be updated together.


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

Updates `postcss-import` from 11.1.0 to 15.1.0
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@11.1.0...15.1.0)

Updates `postcss-loader` from 2.1.6 to 7.3.3
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v2.1.6...v7.3.3)

Updates `postcss-url` from 7.3.2 to 10.1.3
- [Release notes](https://github.com/postcss/postcss-url/releases)
- [Changelog](https://github.com/postcss/postcss-url/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-url@7.3.2...10.1.3)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: postcss-import
  dependency-type: direct:development
- dependency-name: postcss-loader
  dependency-type: direct:development
- dependency-name: postcss-url
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent e586a9f commit bde65e7
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 139 deletions.
244 changes: 108 additions & 136 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"karma-webpack": "^4.0.2",
"lint-staged": "^10.0.8",
"mocha": "^10.2.0",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-url": "^10.1.3",
"prettier": "1.17.0",
"raw-loader": "^1.0.0",
"rename-output-webpack-plugin": "^1.0.1",
Expand Down

0 comments on commit bde65e7

Please sign in to comment.