Skip to content

Commit a5cf4a5

Browse files
committed
feature #1008 Allow postcss-loader 6 (bobvandevijver)
This PR was merged into the main branch. Discussion ---------- Allow postcss-loader 6 And there is another one! The postcss-loader v6 release only seems to bump the required node version: https://github.com/webpack-contrib/postcss-loader/releases/tag/v6.0.0 Commits ------- f01957e Allow postcss-loader 6
2 parents 33b0c63 + f01957e commit a5cf4a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"less-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
8484
"mocha": "^8.2.1",
8585
"postcss": "^8.1.0",
86-
"postcss-loader": "^4.0.0 || ^5.0.0",
86+
"postcss-loader": "^4.0.0 || ^5.0.0 || ^6.0.0",
8787
"preact": "^8.2.1 || ^10.0.0",
8888
"preact-compat": "^3.17.0",
8989
"sass": "^1.17.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5478,14 +5478,14 @@ postcss-discard-overridden@^5.0.1:
54785478
resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.0.1.tgz#454b41f707300b98109a75005ca4ab0ff2743ac6"
54795479
integrity sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==
54805480

5481-
"postcss-loader@^4.0.0 || ^5.0.0":
5482-
version "5.3.0"
5483-
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-5.3.0.tgz#1657f869e48d4fdb018a40771c235e499ee26244"
5484-
integrity sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==
5481+
"postcss-loader@^4.0.0 || ^5.0.0 || ^6.0.0":
5482+
version "6.1.0"
5483+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.1.0.tgz#13c800a00b3c7d434a1319a73d85e2df0714cdde"
5484+
integrity sha512-yA/cXBfACkthZNA2hQxOnaReVfQ6uLmvbEDQzNafpbK40URZJvP/28dL1DG174Gvz3ptkkHbbwDBCh+gXR94CA==
54855485
dependencies:
54865486
cosmiconfig "^7.0.0"
54875487
klona "^2.0.4"
5488-
semver "^7.3.4"
5488+
semver "^7.3.5"
54895489

54905490
postcss-merge-longhand@^5.0.2:
54915491
version "5.0.2"

0 commit comments

Comments
 (0)