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 #713

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mini-css-extract-plugin ^1.6.2 -> ^2.7.0 age adoption passing confidence

Release Notes

webpack-contrib/mini-css-extract-plugin

v2.7.0

Compare Source

Features
2.6.1 (2022-06-15)
Bug Fixes

v2.6.1

Compare Source

v2.6.0

Compare Source

Features
  • added baseUri option support (from entry options) (#​915) (6004d95)
2.5.3 (2022-01-25)
Bug Fixes
2.5.2 (2022-01-17)
Bug Fixes
2.5.1 (2022-01-17)
Bug Fixes

v2.5.3

Compare Source

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

Features
2.4.7 (2022-01-13)
Bug Fixes
2.4.6 (2022-01-06)
Bug Fixes
2.4.5 (2021-11-17)
Chore
  • update schema-utils package to 4.0.0 version
2.4.4 (2021-11-04)
Bug Fixes
2.4.3 (2021-10-21)
Bug Fixes
2.4.2 (2021-10-07)
Bug Fixes
  • endless apply of loaders, leading to memory allocation failure (#​849) (94ad699)
2.4.1 (2021-10-05)
Bug Fixes

v2.4.7

Compare Source

v2.4.6

Compare Source

v2.4.5

Compare Source

v2.4.4

Compare Source

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

Performance
  • migrate on new API, this improves performance and memory usage a lot, you need to have at least webpack 5.52.0 (recommended latest stable), for older versions the old API will be used (except explicit enabling of the experimentalUseImportModule option)
Features
  • added support for supports() and layer() in @import at-rule (#​843) (e751080)
Bug Fixes

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

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from ae0a910 to 6b5abd5 Compare July 12, 2021 01:48
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from e9e9f77 to eb5ce51 Compare July 26, 2021 02:05
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from fd92f36 to 2d6e2f2 Compare August 4, 2021 17:10
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from b54f87f to 935b9fb Compare August 16, 2021 02:13
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from 3606208 to 8bd9646 Compare September 1, 2021 17:55
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 8bd9646 to 236c115 Compare September 11, 2021 16:57
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from 49cdb27 to 3c223fc Compare October 7, 2021 15:29
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 3c223fc to c85ce3b Compare October 21, 2021 16:51
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from f187123 to edca3a4 Compare November 4, 2021 13:17
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from edca3a4 to c8c6958 Compare November 17, 2021 18:11
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from c8c6958 to cb0d15e Compare December 22, 2021 19:40
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from cb0d15e to 3dda25a Compare January 6, 2022 14:44
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 4 times, most recently from f163b8f to 7b8a19f Compare January 17, 2022 21:37
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 7b8a19f to 7bd0ed4 Compare January 25, 2022 11:24
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 7bd0ed4 to b6a1546 Compare March 3, 2022 21:52
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from b6a1546 to 873888a Compare June 18, 2022 13:11
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 873888a to bb9db44 Compare October 28, 2022 18:02
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from bb9db44 to 3f304e9 Compare November 16, 2022 20:45
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.

None yet

0 participants