Skip to content

Commit

Permalink
Merge #1721
Browse files Browse the repository at this point in the history
1721: fix: update dependency postcss-normalize-charset to v5 (master) r=robertkowalski a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Robert Kowalski <robert.kowalski@new-work.se>
  • Loading branch information
3 people committed Aug 30, 2021
2 parents 8117d0c + f6ebdf6 commit c64bcc7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Expand Up @@ -29,7 +29,7 @@
"postcss": "^8.2.1",
"postcss-import": "^14.0.0",
"postcss-loader": "^6.1.0",
"postcss-normalize-charset": "^4.0.1",
"postcss-normalize-charset": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^3.0.0",
"webpack": "^5.51.1"
Expand Down
18 changes: 0 additions & 18 deletions packages/spec/integration/postcss/__tests__/build.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/spec/integration/postcss/styles.css
@@ -1,6 +1,5 @@
@import url(imported-from-css.css);
@import '@vishnucss/chips';
@charset 'utf-8';

.headline {
composes: compose from './for-composing.css';
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Expand Up @@ -10464,14 +10464,7 @@ postcss-nesting@^7.0.0:
dependencies:
postcss "^7.0.2"

postcss-normalize-charset@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4"
integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==
dependencies:
postcss "^7.0.0"

postcss-normalize-charset@^5.0.1:
postcss-normalize-charset@^5.0.0, postcss-normalize-charset@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz#121559d1bebc55ac8d24af37f67bd4da9efd91d0"
integrity sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==
Expand Down Expand Up @@ -10706,7 +10699,7 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
indexes-of "^1.0.1"
uniq "^1.0.1"

postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
version "7.0.36"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
Expand Down

0 comments on commit c64bcc7

Please sign in to comment.