Update dependency compression-webpack-plugin to v10 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
compression-webpack-plugin | devDependencies | major | 2.0.0 -> 10.0.0 |
Release Notes
webpack-contrib/compression-webpack-plugin (compression-webpack-plugin)
v10.0.0
⚠ BREAKING CHANGES
- default filename is
[path][base].br
for brotli (#286) - minimum supported
Node.js
version is14.15.0
(#301)
Bug Fixes
-
default filename is
[path][base].br
for brotli (#286) (db04e14) -
minimum supported
Node.js
version is14.15.0
(#301) (5db3255)
v9.2.0
Features
- removed cjs wrapper and generated types in commonjs format (
export =
andnamespaces
used in types), now you can directly use exported types (#277) (8664d36)
9.1.2 (2021-12-13)
Bug Fixes
9.1.1 (2021-12-09)
Bug Fixes
- added
types
topackage.json
(0acff90)
v9.1.2
v9.1.1
v9.1.0
Features
9.0.1 (2021-11-17)
Chore
- update
schema-utils
package to4.0.0
version
v9.0.1
v9.0.0
⚠ BREAKING CHANGES
-
pathData
as first argument of a custom function for thefilename
option was changed, now we pass onlypathData.filename
, see example
Features
- migrate on webpack API for getting filename (59fe68c)
- output documentation links on errors (#255) (8624e44)
8.0.1 (2021-06-25)
Chore
- update
serialize-javascript
v8.0.1
v8.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is12.13.0
7.1.2 (2021-01-11)
Bug Fixes
7.1.1 (2020-12-25)
Bug Fixes
v7.1.2
v7.1.1
v7.1.0
Features
- compress assets added later by plugins (5b8b356)
Bug Fixes
v7.0.0
⚠ BREAKING CHANGES
- minimum supported webpack version is
^5.1.0
- the
cache
option was removed, the plugin respects caching from configurations, please read
6.1.1 (2020-11-12)
Bug Fixes
- compatibility with child compilations (5e3bb95)
v6.1.2
6.1.2 (2023-12-26)
Bug Fixes
v6.1.1
v6.1.0
Features
6.0.5 (2020-11-02)
Bug Fixes
- allowed compressed assets to overwrite original assets using the
deleteOriginalAssets
option (62d3d0a)
6.0.4 (2020-10-26)
Bug Fixes
- always set compression level to maximum for the custom
algorithm
(483f328)
6.0.3 (2020-10-09)
Chore
- update
schema-utils
6.0.2 (2020-09-19)
Bug Fixes
- cache invalidation (2284b0c)
6.0.1 (2020-09-16)
Bug Fixes
v6.0.5
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
⚠ BREAKING CHANGES
- default value of the
filename
option was changed to"[path][base].gz"
- removed the
[dir]
placeholder, please use the[path]
placeholder - the
Function
type of thefilename
option should return value with placeholders, please see an example
Features
- added
[fragment]
,[base]
and[path]
placeholders for thefilename
option
Bug Fixes
5.0.2 (2020-09-02)
Bug Fixes
5.0.1 (2020-08-22)
Bug Fixes
- compatibility with webpack@5 (84e367b)
v5.0.2
v5.0.1
v5.0.0
⚠ BREAKING CHANGES
- default value of the
filename
option is'[path].gz'
- use
processAssets
hook forwebpack@5
compatibility, it can create incompatibility with plugins that do not supportwebpack@5
, please open an issue in their repositories
Features
- improve compatibility with
webpack@5
(1f9674e) - improve stats output for
webpack@5
Bug Fixes
- fix persistent cache between builds
4.0.1 (2020-08-12)
Bug Fixes
v4.0.1
v4.0.0
⚠ BREAKING CHANGES
- the
cache
istrue
by default for webpack@4 - the
cache
option is ignored in webpack 5. Please use https://webpack.js.org/configuration/other-options/#cache. - minimum supported Node.js version is
10.13
Features
Bug Fixes
- behaviour in watch mode (e222c4e)
v3.1.0
Features
Bug Fixes
v3.0.1
3.0.1 (2019-12-09)
SECURITY
- update
serialize-javascript
to2.1.1
version.
v3.0.0
chore
Tests
BREAKING CHANGES
-
deps: minimum required nodejs version is
8.9.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate-bot