Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 7, 2021

This PR contains the following updates:

Package Change Age Confidence
mini-css-extract-plugin 1.2.1 -> 1.6.2 age confidence

Release Notes

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

v1.6.2

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.1

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.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.5.1

Compare Source

Features
1.5.1 (2021-04-28)
Bug Fixes

v1.5.0

Compare Source

Features
1.5.1 (2021-04-28)
Bug Fixes

v1.4.1

Compare Source

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

v1.4.0

Compare Source

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

v1.3.9

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.8

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.7

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.6

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.5

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.4

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.3

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.2

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.1

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.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](https://redirect.github.com/webpack-contrib/mi

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

#2279 Bundle Size — 330.16KiB (-63.18%).

b82df7b(current) vs bf65fb5 update-dependencies#2278(baseline)

Bundle metrics  Change 6 changes Regression 1 regression Improvement 1 improvement
                 Current
#2279
     Baseline
#2278
Regression  Initial JS 305.07KiB(+0.7%) 302.95KiB
Improvement  Initial CSS 0B(-100%) 568.64KiB
Change  Cache Invalidation 1.63% 41.39%
Change  Chunks 2(-50%) 4
Change  Assets 7(-22.22%) 9
Change  Modules 279(-0.71%) 281
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 39 39
No change  Duplicate Packages 0 0
Bundle size by type  Change 3 changes Regression 1 regression Improvement 2 improvements
                 Current
#2279
     Baseline
#2278
Regression  JS 305.07KiB (+0.7%) 302.95KiB
No change  IMG 24.78KiB 24.78KiB
Improvement  HTML 320B (-22.52%) 413B
Improvement  CSS 0B (-100%) 568.64KiB

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


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link

relativeci bot commented Nov 7, 2021

#2283 Bundle Size — 330.16KiB (-63.18%).

b82df7b(current) vs bf65fb5 update-dependencies#2282(baseline)

Bundle metrics  Change 6 changes Regression 1 regression Improvement 1 improvement
                 Current
#2283
     Baseline
#2282
Regression  Initial JS 305.07KiB(+0.7%) 302.95KiB
Improvement  Initial CSS 0B(-100%) 568.64KiB
Change  Cache Invalidation 1.63% 41.39%
Change  Chunks 2(-50%) 4
Change  Assets 7(-22.22%) 9
Change  Modules 279(-0.71%) 281
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 39 39
No change  Duplicate Packages 0 0
Bundle size by type  Change 3 changes Regression 1 regression Improvement 2 improvements
                 Current
#2283
     Baseline
#2282
Regression  JS 305.07KiB (+0.7%) 302.95KiB
No change  IMG 24.78KiB 24.78KiB
Improvement  HTML 320B (-22.52%) 413B
Improvement  CSS 0B (-100%) 568.64KiB

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-1.x branch 14 times, most recently from 251742b to f70d5b0 Compare November 14, 2021 01:59
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 8 times, most recently from 5a76de2 to b05effa Compare November 28, 2021 00:28
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch from b05effa to 1d694d6 Compare November 28, 2021 02:23
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 3 times, most recently from 693390e to 9ac8e00 Compare December 12, 2021 02:52
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 2 times, most recently from 709bded to f27e7a6 Compare December 19, 2021 01:04
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch from 8969988 to 7107ad4 Compare April 20, 2025 01:58
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 3 times, most recently from 6dbb5fd to cbfd574 Compare May 4, 2025 02:18
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 3 times, most recently from 3702aa5 to 31e4edd Compare May 11, 2025 14:37
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch from 31e4edd to a77ebd0 Compare May 25, 2025 02:28
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 3 times, most recently from dd6c384 to 64ee5dc Compare June 8, 2025 01:41
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 2 times, most recently from b12c61e to 282a7f4 Compare June 22, 2025 01:03
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch from 282a7f4 to 0b5053c Compare June 29, 2025 01:09
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 2 times, most recently from 72ece2c to 2885f84 Compare July 13, 2025 02:04
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 2 times, most recently from ec6f52c to e899ec3 Compare July 20, 2025 04:58
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 2 times, most recently from 525311c to 1b11e23 Compare August 3, 2025 05:38
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 5 times, most recently from 5928c2c to f01e02d Compare August 17, 2025 21:21
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch 2 times, most recently from ed97343 to cf799ad Compare August 24, 2025 09:28
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch from cf799ad to cbcef2d Compare September 7, 2025 01:50
@renovate renovate bot force-pushed the renovate-mini-css-extract-plugin-1.x branch from cbcef2d to b82df7b Compare September 7, 2025 09:04
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