Skip to content

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

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

Open
wants to merge 1 commit into
base: update-dependencies
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 7, 2021

This PR contains the following updates:

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

Release Notes

webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

Features
  • add support for link preload/prefetch (#​1043) (ee25e51)
  • added the defaultExport option to generate default and named export together (#​1084) (74ae781)
Bug Fixes
2.8.1 (2024-02-27)
Bug Fixes
  • add nonce if __webpack_nonce__ has been defined (c7f0aee)

v2.8.1

Compare Source

v2.8.0

Compare Source

Features
2.7.7 (2024-01-10)
Bug Fixes
2.7.6 (2023-05-19)
Bug Fixes
2.7.5 (2023-03-16)
Bug Fixes
2.7.4 (2023-03-16)
Bug Fixes
  • module identifier, don't merge modules with different media/suppors/layer (#​1021) (ad3729b)
2.7.3 (2023-03-07)
Bug Fixes
  • avoid to throw error when link doesn't have parentNode (#​1016) (6292440)
2.7.2 (2022-12-06)
Bug Fixes
2.7.1 (2022-11-29)
Bug Fixes

v2.7.7

Compare Source

v2.7.6

Compare Source

v2.7.5

Compare Source

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

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

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

Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@relativeci
Copy link

relativeci bot commented Nov 7, 2021

monorepo-webapp-2

#2139 Bundle Size — 330.81KiB (-67.33%).

fc1b509(current) vs d5cc018 master#190(baseline)

Bundle metrics  Change 7 changes Improvement 3 improvements
                 Current
#2139
     Baseline
#190
Improvement  Initial JS 305.72KiB(-26.99%) 418.73KiB
Improvement  Initial CSS 0B(-100%) 568.66KiB
Change  Cache Invalidation 94.42% 0%
Change  Chunks 2(-50%) 4
Change  Assets 7(-22.22%) 9
Change  Modules 279(-1.41%) 283
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
Improvement  Packages 39(-4.88%) 41
No change  Duplicate Packages 0 0
Bundle size by type  Change 3 changes Improvement 3 improvements
                 Current
#2139
     Baseline
#190
Improvement  JS 305.72KiB (-26.99%) 418.73KiB
No change  IMG 24.78KiB 24.78KiB
Improvement  HTML 320B (-22.52%) 413B
Improvement  CSS 0B (-100%) 568.66KiB

Bundle analysis reportBranch renovate-mini-css-extract-plugin...Project dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link

relativeci bot commented Nov 7, 2021

#2143 Bundle Size — 330.81KiB (-67.33%).

fc1b509(current) vs d5cc018 master#196(baseline)

Bundle metrics  Change 7 changes Improvement 3 improvements
                 Current
#2143
     Baseline
#196
Improvement  Initial JS 305.72KiB(-26.99%) 418.73KiB
Improvement  Initial CSS 0B(-100%) 568.66KiB
Change  Cache Invalidation 94.42% 0%
Change  Chunks 2(-50%) 4
Change  Assets 7(-22.22%) 9
Change  Modules 279(-1.41%) 283
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
Improvement  Packages 39(-4.88%) 41
No change  Duplicate Packages 0 0
Bundle size by type  Change 3 changes Improvement 3 improvements
                 Current
#2143
     Baseline
#196
Improvement  JS 305.72KiB (-26.99%) 418.73KiB
No change  IMG 24.78KiB 24.78KiB
Improvement  HTML 320B (-22.52%) 413B
Improvement  CSS 0B (-100%) 568.66KiB

Bundle analysis reportBranch renovate-mini-css-extract-plugin...Project dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 6 times, most recently from 604c85b to 140ac53 Compare November 14, 2021 02:00
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 5 times, most recently from 995ff29 to ac20a4a Compare November 21, 2021 01:50
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 5 times, most recently from 8335e7f to ed23ecf Compare November 28, 2021 02:24
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 3 times, most recently from 255f081 to 40b5f12 Compare December 12, 2021 02:53
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 5 times, most recently from e63a5c4 to 962fa5b Compare December 19, 2021 01:17
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 2 times, most recently from e6133dc to 5868549 Compare December 26, 2021 02:10
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 2 times, most recently from c8e2a8a to aeb27b5 Compare January 2, 2022 03:40
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update dependency mini-css-extract-plugin to v2 - abandoned chore(deps): update dependency mini-css-extract-plugin to v2 Dec 8, 2024
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 80773e4 to 6da964b Compare December 15, 2024 03:26
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 6da964b to 02ffa2a Compare December 22, 2024 04:17
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from 02ffa2a to f236f1c Compare January 19, 2025 09:27
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from f236f1c to b9ce47b Compare January 26, 2025 13:10
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from b9ce47b to 55a4282 Compare February 9, 2025 04:53
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 3 times, most recently from 8be10b4 to abc3ced Compare February 16, 2025 17:45
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 2 times, most recently from 5d1f34a to ac7a1c9 Compare March 2, 2025 05:32
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 3 times, most recently from a414c7c to ed965f3 Compare March 16, 2025 05:53
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 2 times, most recently from 3d17787 to 6af9a65 Compare March 30, 2025 10:15
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 2 times, most recently from 8a0aeac to 184e4b6 Compare April 20, 2025 01:58
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 3 times, most recently from 9312ead to 3769599 Compare May 4, 2025 02:19
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 3 times, most recently from 1319a00 to d1df4b8 Compare May 11, 2025 14:38
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from d1df4b8 to 57cfd9e Compare May 25, 2025 02:29
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch 2 times, most recently from 6cc3535 to e77e8bc Compare June 1, 2025 10:01
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-2.x branch from e77e8bc to fc1b509 Compare June 8, 2025 01:42
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.

0 participants