Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency mini-css-extract-plugin to v2 #21

Closed
wants to merge 32 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mini-css-extract-plugin 1.0.0 -> 2.3.0 age adoption passing confidence

Release Notes

webpack-contrib/mini-css-extract-plugin

v2.3.0

Compare Source

Features
Bug Fixes
  • better description for async chunk options (34b65ac)
2.2.2 (2021-09-01)
Bug Fixes
  • experimentalUseImportModule works with new URL(...) syntax (cf81c4b)
2.2.1 (2021-08-31)
Bug Fixes
  • order of @import with the output.pathinfo option (#​815) (831f771)
  • source map generation with the output.pathinfo option (#​817) (f813b4c)

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

Features
Bug Fixes
  • hmr in browser extension (3d09da1)

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

NOTES

In the current release we have fixed many problems with publicPath, previously to generate relative URLs inside CSS files developers use different hacks: publicPath: '', publicPath: '../', using relative ../../ in the outputPath option for file-loader and etc. Now you don't need it anymore. Webpack v5 uses publicPath: "auto" by default, which means to always generate relative URLs, and now mini-css-extract-plugin does the same.

We strongly recommend use auto value by default (except when using CDN).

We also want to show you that the file-loader and url-loader are outdated, please migrate on Asset Modules.

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
  • minimum supported webpack version is 5.0.0
  • the modules.namedExport option was removed, you don't need it anymore, because we respect the modules.namedExport option from css-loader, just remove it
  • the publicPath option no longer automatically adds / (trailing slash), you need to specify, you need to specify it yourself if it is absent, i.e. if you have publicPath: "/my/public/path" replace it with publicPath: "/my/public/path/"
Bug Fixes
  • generating correct relative url() for assets inside CSS files when you use publicPath: "auto" (default value)
1.6.2 (2021-06-28)
Bug Fixes
  • performance improvement
1.6.1 (2021-06-25)
Bug Fixes

v1.6.2

Compare Source

v1.6.1

Compare Source

v1.6.0

Compare Source

Features
1.5.1 (2021-04-28)
Bug Fixes

v1.5.1

Compare Source

v1.5.0

Compare Source

Features
  • add experimental support for importModule, improve perfomance (#​737) (8471ac2)
1.4.1 (2021-04-07)
Bug Fixes

v1.4.1

Compare Source

v1.4.0

Compare Source

Features
1.3.9 (2021-02-25)
Bug Fixes
  • allow consumers to access CssModule and CssDependency (#​703) (6484345)
  • allow to use auto value with the publicPath option (#​709) (1be21d2)
1.3.8 (2021-02-18)
Bug Fixes
1.3.7 (2021-02-15)
Bug Fixes
  • compatibility with webpack v5 (9b6b8b3)
1.3.6 (2021-02-08)
Bug Fixes
1.3.5 (2021-01-28)
Bug Fixes
1.3.4 (2021-01-13)
Bug Fixes
1.3.3 (2020-12-10)
Bug Fixes
1.3.2 (2020-12-04)
Bug Fixes
1.3.1 (2020-11-12)
Bug Fixes

v1.3.9

Compare Source

v1.3.8

Compare Source

v1.3.7

Compare Source

v1.3.6

Compare Source

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

⚠ POTENTIAL BREAKING CHANGE

Options are now validated according to stricter rules - no unknown additional properties. For example, if you have not removed the hmr option for the loader when migrating to mini-css-extract-plugin@1, you will get an error. Just remove them from your configuration(s). We did this because many developers started making these mistakes.

Features
Bug Fixes
1.2.1 (2020-10-27)
Bug Fixes

v1.2.1

Compare Source

v1.2.0

Compare Source

Features
Bug Fixes
  • compatibility with webpack@4 and webpack@5 for monorepos (#​638) (60c3eef)
1.1.2 (2020-10-22)
Bug Fixes
1.1.1 (2020-10-20)
Bug Fixes

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

Features
  • added the attributes option (e8a2d5a)
  • added the insert option (a5f17c4)
Bug Fixes
1.0.0 (2020-10-09)
BREAKING CHANGE
  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css''
  • the moduleFilename option was removed in favor the filename option
  • the hmr option was removed, HMR will work automatically when HotModuleReplacement plugin used or webpack-dev-server with enabled the hot option
  • the reloadAll was removed
Features
  • the chunkFilename option can be a function for webpack@5
⚠ NOTICE

To avoid problems between mini-css-extract-plugin and style-loader because of changing the esModule option to true by default we strongly recommend upgrading style-loader to 2.0.0 version.

0.12.0 (2020-10-07)
Features
  • opt-in to transitive only side effects (webpack@5), no more empty JS chunks
0.11.3 (2020-10-02)
Bug Fixes
0.11.2 (2020-09-12)
Bug Fixes
0.11.1 (2020-09-08)
Bug Fixes
0.11.0 (2020-08-27)
Features
Bug Fixes
  • compatibility with webpack@5
0.10.0 (2020-08-10)
Features
Bug Fixes
0.9.0 (2019-12-20)
Features
0.8.2 (2019-12-17)
Bug Fixes
0.8.1 (2019-12-17)
Bug Fixes

Configuration

📅 Schedule: "before 10pm on Sunday" in timezone Europe/Madrid.

🚦 Automerge: Disabled due to failing status checks.

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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 6813f42 to cb87bec Compare September 5, 2021 18:35
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from cb87bec to ea0bccb Compare September 5, 2021 20:13
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from ea0bccb to 63e07c9 Compare September 5, 2021 20:25
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 63e07c9 to 17298b4 Compare September 5, 2021 20:37
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 17298b4 to cbe7c32 Compare September 5, 2021 20:48
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from cbe7c32 to 4e2a6d4 Compare September 5, 2021 20:58
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 4e2a6d4 to 4e4d913 Compare September 5, 2021 21:09
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 4e4d913 to 2853f11 Compare September 5, 2021 21:18
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 2853f11 to de0e3cf Compare September 5, 2021 21:27
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from de0e3cf to 7e3320a Compare September 5, 2021 21:35
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 7e3320a to c4c9481 Compare September 5, 2021 21:42
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from c4c9481 to 6b1f946 Compare September 5, 2021 21:49
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 6b1f946 to 55814dd Compare September 5, 2021 21:54
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 55814dd to 63dcaf8 Compare September 5, 2021 21:59
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 63dcaf8 to 53f04c2 Compare September 5, 2021 22:04
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 4b7b469 to db6419a Compare September 11, 2021 16:49
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from db6419a to b7e3c0c Compare September 12, 2021 00:42
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from b7e3c0c to c3013d4 Compare September 12, 2021 00:45
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from c3013d4 to b3ca45b Compare September 12, 2021 00:47
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from b3ca45b to 1733c5f Compare September 12, 2021 02:30
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 1733c5f to bb16aba Compare September 19, 2021 00:42
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from bb16aba to 5ee1d19 Compare September 19, 2021 00:44
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 5ee1d19 to 6d7cb1f Compare September 19, 2021 01:59
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 6d7cb1f to 2414e84 Compare September 25, 2021 23:03
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 2414e84 to 28deed8 Compare September 25, 2021 23:06
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 28deed8 to e23296d Compare September 25, 2021 23:08
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from e23296d to 2fac80f Compare September 26, 2021 00:29
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 2fac80f to 1c4b91b Compare September 26, 2021 10:18
Base automatically changed from update-dependencies to master September 29, 2021 20:43
@vio vio closed this Sep 29, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Sep 29, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.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.

@renovate renovate bot deleted the renovate-mini-css-extract-plugin-2.x branch September 29, 2021 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants