postcss-loader
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -5,2 +5,8 @@ # Changelog | ||
### [4.0.4](https://github.com/webpack-contrib/postcss-loader/compare/v4.0.3...v4.0.4) (2020-10-09) | ||
### Chore | ||
* update `schema-utils` | ||
## [4.0.3](https://github.com/webpack-contrib/postcss-loader/compare/v4.0.2...v4.0.3) (2020-10-02) | ||
@@ -7,0 +13,0 @@ |
@@ -10,3 +10,3 @@ "use strict"; | ||
var _schemaUtils = _interopRequireDefault(require("schema-utils")); | ||
var _schemaUtils = require("schema-utils"); | ||
@@ -44,3 +44,3 @@ var _postcss = _interopRequireDefault(require("postcss")); | ||
const options = (0, _loaderUtils.getOptions)(this); | ||
(0, _schemaUtils.default)(_options.default, options, { | ||
(0, _schemaUtils.validate)(_options.default, options, { | ||
name: 'PostCSS Loader', | ||
@@ -47,0 +47,0 @@ baseDataPath: 'options' |
{ | ||
"name": "postcss-loader", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "PostCSS loader for webpack", | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
"loader-utils": "^2.0.0", | ||
"schema-utils": "^2.7.1", | ||
"schema-utils": "^3.0.0", | ||
"semver": "^7.3.2" | ||
@@ -60,3 +60,3 @@ }, | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"babel-jest": "^26.2.2", | ||
"babel-jest": "^26.5.2", | ||
"cross-env": "^7.0.2", | ||
@@ -70,5 +70,5 @@ "cssnano": "^4.1.10", | ||
"husky": "^4.3.0", | ||
"jest": "^26.4.2", | ||
"jest": "^26.5.2", | ||
"less": "^3.12.2", | ||
"less-loader": "^7.0.1", | ||
"less-loader": "^7.0.2", | ||
"lint-staged": "^10.4.0", | ||
@@ -85,4 +85,4 @@ "memfs": "^3.2.0", | ||
"prettier": "^2.1.2", | ||
"sass": "^1.26.11", | ||
"sass-loader": "^10.0.2", | ||
"sass": "^1.27.0", | ||
"sass-loader": "^10.0.3", | ||
"standard-version": "^9.0.0", | ||
@@ -89,0 +89,0 @@ "strip-ansi": "^6.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56732
+ Addedcaniuse-lite@1.0.30001680(transitive)
+ Addedelectron-to-chromium@1.5.57(transitive)
+ Addedpostcss@8.4.49(transitive)
- Removedcaniuse-lite@1.0.30001679(transitive)
- Removedelectron-to-chromium@1.5.55(transitive)
- Removedpostcss@8.4.48(transitive)
- Removedschema-utils@2.7.1(transitive)
Updatedschema-utils@^3.0.0