rspack
rspack copied to clipboard
chore(deps): update dependency copy-webpack-plugin to v12
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| copy-webpack-plugin | 5.1.2 -> 12.0.2 |
Release Notes
webpack-contrib/copy-webpack-plugin (copy-webpack-plugin)
v12.0.2
v12.0.1
v12.0.0
⚠ BREAKING CHANGES
v11.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0
build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
- async
tosupport (fd095fb)
10.2.2 (2022-01-28)
Bug Fixes
10.2.1 (2022-01-20)
Bug Fixes
v10.2.4
v10.2.3
v10.2.2
v10.2.1
v10.2.0
Features
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (#654) (5901006)
v10.1.0
Features
Bug Fixes
v10.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is12.20.0 - update
globbyto12.0.2version
v9.1.0
Features
Bug Fixes
- compatibility with Node.js 17 (20af0c7)
9.0.1 (2021-06-25)
Chore
- update
serialize-javascript
v9.0.1
v9.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is12.13.0
8.1.1 (2021-04-06)
Bug Fixes
v8.1.1
v8.1.0
Features
v8.0.0
⚠ BREAKING CHANGES
- logic for some placeholders was changed:
[hash]and[fullhash]works as in webpack (i.e. it ishashof build, not content hash of file), to migrate change[name].[hash].[ext]to[name].[contenthash][ext][ext]doesn't require.(dot) before, i.e. change[name].[ext]to[name][ext][<hashType>:contenthash:<digestType>:<length>]and[<hashType>:hash:<digestType>:<length>]is not supported anymore, you can useoutput.hashDigest,output.hashDigestLengthandoutput.hashFunctionoptions to setup it[N]was removed in favor of using thetooption as a function[folder]was removed[emoji]was removed
Features
v7.0.0
⚠ BREAKING CHANGES
- minimum supported webpack version is
5 - the
flattenoption was removed in favor[name].[ext]value for thetooption, - the
transformPathoption was removed in favorFunctiontype of thetooption, look at examples - the
cacheTransformoption was removed in favorObjecttype of thetransformoption, look at examples - migration on the
compilation.hooks.processAssetshook - empty filtered paths throw an error, you can disable this behaviour using the
noErrorOnMissingoption
v6.4.1
6.4.1 (2020-12-16)
Bug Fixes
v6.4.0
Features
6.3.2 (2020-11-19)
Bug Fixes
6.3.1 (2020-11-13)
Bug Fixes
v6.3.2
v6.3.1
v6.3.0
Features
- added the
sourceFilenameinfo (original source filename) to assets info (#542) (db2e3bf) - persistent cache between compilations (webpack@5 only) (#541) (c892451)
6.2.1 (2020-10-09)
Chore
- update
schema-utils
v6.2.1
v6.2.0
Features
6.1.1 (2020-09-18)
Chore
- updated
serialize-javascript
v6.1.1
v6.1.0
Features
- added
filteroption (#524) (1496f85) - added the
copiedflag to asset info (09b1dc9) - added the
immutableflag to asset info with hash in name (#525) (a1989d5) - webpack@5: improve stats output for
copiedfiles
6.0.4 (2020-08-29)
Bug Fixes
6.0.3 (2020-06-30)
Bug Fixes
- do not execute on a child compiler (42f27c7)
6.0.2 (2020-06-03)
Bug Fixes
- security problem
- compatibility with
10.13version of Node.js
6.0.1 (2020-05-16)
Bug Fixes
- concurrency writing assets (#484) (bfc712d)
- escaping special characters in the
contextoption (0e62695)
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
⚠ BREAKING CHANGES
- minimum supported Node.js version is
10.13, - the plugin now accepts an object, you should change
new CopyPlugin(patterns, options)tonew CopyPlugin({ patterns, options }) - migrate on
compilation.additionalAssetshook - the
ignoreoption (which accepted micromatch syntax) was removed in favorglobOptions.ignore(which accepts fast-glob pattern-syntax) - the
testoption was removed in favor thetransformPathoption - the
cacheoption was renamed to thecacheTransformoption,cacheTransformoption should have onlydirectoryandkeysproperties when it is an object - global
contextandignoreoptions were removed in favorpatten.contextandpattern.globOptions.ignoreoptions - the missing file error is now an error, before it was a warning
- the
fromoption now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }changed it to{ from: 'directory/**', globOptions: { dot: false } } - the
copyUnmodifiedwas removed without replacements - the
2version ofwebpack-dev-serveris not supported anymore - the
logLevelwas removed in favor theinfrastructureLogging.leveloption, please read the documentation
Features
- implement the
concurrencyoption (#466) (c176d7d) - implement the
directoryoption for thecacheTransformoption (29254e3) - implement the
noErrorOnMissingoption (#475) (e3803ce) - migrate on webpack built-in logger (#446) (5af02bc)
Bug Fixes
5.1.1 (2019-12-12)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for rspack ready!
| Name | Link |
|---|---|
| Latest commit | c5948f61165805b8c304e2cf5e2230970a2e181c |
| Latest deploy log | https://app.netlify.com/sites/rspack/deploys/675fd6a2dd7ecd0008893304 |
| Deploy Preview | https://deploy-preview-8041--rspack.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The test case depends on v5.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 12.x releases. But if you manually upgrade to 12.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.