Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Update dependency mini-css-extract-plugin to v2 #214

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mini-css-extract-plugin 1.6.2 -> 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

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from ae56c3a to 70e79a2 Compare July 5, 2021 13:47
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 70e79a2 to 5c51c23 Compare July 12, 2021 19:44
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 5c51c23 to 857f87b Compare August 4, 2021 16:51
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from 45a5046 to 4cca3d1 Compare September 1, 2021 18:00
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 4cca3d1 to 0d536ef Compare September 11, 2021 17:44
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 0d536ef to 486d65c Compare October 18, 2021 18:47
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 486d65c to 1fca8f7 Compare March 7, 2022 18:10
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 1fca8f7 to 8b5c4f6 Compare June 18, 2022 14:28
@renovate
Copy link
Contributor Author

renovate bot commented Jun 18, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"17.0.1" from the root project
npm ERR!   peer react@"^16.4.0 || ^17.0.0" from [email protected]
npm ERR!   node_modules/connected-react-router
npm ERR!     connected-react-router@"6.9.1" from the root project
npm ERR!   13 more (mini-create-react-context, prop-types-extra, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from [email protected]
npm ERR! node_modules/nuclear-js-react-addons-chefsplate
npm ERR!   dev nuclear-js-react-addons-chefsplate@"1.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^16.0.0" from [email protected]
npm ERR!   node_modules/nuclear-js-react-addons-chefsplate
npm ERR!     dev nuclear-js-react-addons-chefsplate@"1.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-16T19_52_59_895Z-debug-0.log

@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 8b5c4f6 to b76d85a Compare November 20, 2022 14:24
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from b76d85a to a3a4953 Compare March 16, 2023 15:34
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from a3a4953 to 9497787 Compare March 24, 2023 22:05
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 9497787 to 1851fec Compare May 28, 2023 11:55
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 1851fec to e44eb5f Compare January 10, 2024 18:19
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from e44eb5f to d1db9dc Compare February 1, 2024 18:53
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from d1db9dc to e355e89 Compare February 27, 2024 22:01
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from e355e89 to 4caef18 Compare April 16, 2024 19:53
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 4caef18 to bd39469 Compare August 19, 2024 16:04
Copy link
Contributor Author

renovate bot commented Aug 19, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"17.0.1" from the root project
npm ERR!   peer react@"^16.4.0 || ^17.0.0" from [email protected]
npm ERR!   node_modules/connected-react-router
npm ERR!     connected-react-router@"6.9.1" from the root project
npm ERR!   13 more (mini-create-react-context, prop-types-extra, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from [email protected]
npm ERR! node_modules/nuclear-js-react-addons-chefsplate
npm ERR!   dev nuclear-js-react-addons-chefsplate@"1.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peer react@"^16.0.0" from [email protected]
npm ERR!   node_modules/nuclear-js-react-addons-chefsplate
npm ERR!     dev nuclear-js-react-addons-chefsplate@"1.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-11-01T01_02_11_451Z-debug-0.log

@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from bd39469 to 3fe68ec Compare November 1, 2024 01:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants