Skip to content

Update dependency compression-webpack-plugin to v10 - autoclosed

renovate-bot requested to merge renovate/compression-webpack-plugin-10.x into develop

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

Compare Source

BREAKING CHANGES
  • default filename is [path][base].br for brotli (#​286)
  • minimum supported Node.js version is 14.15.0 (#​301)
Bug Fixes

v9.2.0

Compare Source

Features
  • removed cjs wrapper and generated types in commonjs format (export = and namespaces 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 to package.json (0acff90)

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

Features
9.0.1 (2021-11-17)
Chore
  • update schema-utils package to 4.0.0 version

v9.0.1

Compare Source

v9.0.0

Compare Source

BREAKING CHANGES
  • pathData as first argument of a custom function for the filename option was changed, now we pass only pathData.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

Compare Source

v8.0.0

Compare Source

BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
7.1.2 (2021-01-11)
Bug Fixes
  • crash when filename and algorithm options are functions (#​241) (f33424a)
7.1.1 (2020-12-25)
Bug Fixes

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

Features
  • compress assets added later by plugins (5b8b356)
Bug Fixes

v7.0.0

Compare Source

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

Compare Source

6.1.2 (2023-12-26)
Bug Fixes

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
  • added the keep-source-maps value to the deleteOriginalAssets option (#​216) (bd60650)
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
6.0.1 (2020-09-16)
Bug Fixes

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

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 the filename option should return value with placeholders, please see an example
Features
  • added [fragment], [base] and [path] placeholders for the filename option
Bug Fixes
5.0.2 (2020-09-02)
Bug Fixes
  • do not crash when the algorithm option return non Buffer (#​190) (81bf601)
5.0.1 (2020-08-22)
Bug Fixes
  • compatibility with webpack@5 (84e367b)

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

BREAKING CHANGES
  • default value of the filename option is '[path].gz'
  • use processAssets hook for webpack@5 compatibility, it can create incompatibility with plugins that do not support webpack@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

Compare Source

v4.0.0

Compare Source

BREAKING CHANGES
Features
Bug Fixes
  • behaviour in watch mode (e222c4e)

v3.1.0

Compare Source

Features
  • add dir, name and ext placeholders in filename option (#​144) (bf22024)
Bug Fixes

v3.0.1

Compare Source

3.0.1 (2019-12-09)
SECURITY
  • update serialize-javascript to 2.1.1 version.

v3.0.0

Compare Source

chore
Tests
BREAKING CHANGES
  • deps: minimum required nodejs version is 8.9.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by renovate-bot

Merge request reports