copy-webpack-plugin
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -5,2 +5,8 @@ # Changelog | ||
### [6.2.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.2.0...v6.2.1) (2020-10-09) | ||
### Chore | ||
* update `schema-utils` | ||
## [6.2.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.1...v6.2.0) (2020-10-02) | ||
@@ -67,3 +73,3 @@ | ||
* migrate on `compilation.additionalAssets` hook | ||
* the `ignore` option was removed in favor `globOptions.ignore` | ||
* the `ignore` option (which accepted [micromatch](https://github.com/micromatch/micromatch) syntax) was removed in favor `globOptions.ignore` (which accepts [fast-glob pattern-syntax](https://github.com/mrmlnc/fast-glob#pattern-syntax)) | ||
* the `test` option was removed in favor the `transformPath` option | ||
@@ -70,0 +76,0 @@ * the `cache` option was renamed to the `cacheTransform` option, `cacheTransform` option should have only `directory` and `keys` properties when it is an object |
@@ -16,3 +16,3 @@ "use strict"; | ||
var _schemaUtils = _interopRequireDefault(require("schema-utils")); | ||
var _schemaUtils = require("schema-utils"); | ||
@@ -55,3 +55,3 @@ var _pLimit = _interopRequireDefault(require("p-limit")); | ||
constructor(options = {}) { | ||
(0, _schemaUtils.default)(_options.default, options, { | ||
(0, _schemaUtils.validate)(_options.default, options, { | ||
name: 'Copy Plugin', | ||
@@ -58,0 +58,0 @@ baseDataPath: 'options' |
{ | ||
"name": "copy-webpack-plugin", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Copy files && directories with webpack", | ||
@@ -52,3 +52,3 @@ "license": "MIT", | ||
"p-limit": "^3.0.2", | ||
"schema-utils": "^2.7.1", | ||
"schema-utils": "^3.0.0", | ||
"serialize-javascript": "^5.0.1", | ||
@@ -65,3 +65,3 @@ "webpack-sources": "^1.4.3" | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"babel-jest": "^26.3.0", | ||
"babel-jest": "^26.5.2", | ||
"chokidar": "^3.4.2", | ||
@@ -76,3 +76,3 @@ "cross-env": "^7.0.2", | ||
"is-gzip": "^2.0.0", | ||
"jest": "^26.4.2", | ||
"jest": "^26.5.2", | ||
"lint-staged": "^10.4.0", | ||
@@ -79,0 +79,0 @@ "memfs": "^3.2.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
67231
0
- Removedschema-utils@2.7.1(transitive)
Updatedschema-utils@^3.0.0