-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency mini-css-extract-plugin to v2 #21
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6813f42 to
cb87bec
Compare
cb87bec to
ea0bccb
Compare
ea0bccb to
63e07c9
Compare
63e07c9 to
17298b4
Compare
17298b4 to
cbe7c32
Compare
cbe7c32 to
4e2a6d4
Compare
4e2a6d4 to
4e4d913
Compare
4e4d913 to
2853f11
Compare
2853f11 to
de0e3cf
Compare
de0e3cf to
7e3320a
Compare
7e3320a to
c4c9481
Compare
c4c9481 to
6b1f946
Compare
6b1f946 to
55814dd
Compare
55814dd to
63dcaf8
Compare
63dcaf8 to
53f04c2
Compare
4b7b469 to
db6419a
Compare
db6419a to
b7e3c0c
Compare
b7e3c0c to
c3013d4
Compare
c3013d4 to
b3ca45b
Compare
b3ca45b to
1733c5f
Compare
1733c5f to
bb16aba
Compare
bb16aba to
5ee1d19
Compare
5ee1d19 to
6d7cb1f
Compare
6d7cb1f to
2414e84
Compare
2414e84 to
28deed8
Compare
28deed8 to
e23296d
Compare
e23296d to
2fac80f
Compare
2fac80f to
1c4b91b
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0->2.3.0Release Notes
webpack-contrib/mini-css-extract-plugin
v2.3.0Compare Source
Features
runtimeoption (#831) (5cc73e6)Bug Fixes
2.2.2 (2021-09-01)
Bug Fixes
experimentalUseImportModuleworks withnew URL(...)syntax (cf81c4b)2.2.1 (2021-08-31)
Bug Fixes
@importwith theoutput.pathinfooption (#815) (831f771)output.pathinfooption (#817) (f813b4c)v2.2.2Compare Source
v2.2.1Compare Source
v2.2.0Compare Source
Features
linkanddescriptionfor options (#786) (3c5a5b7)Bug Fixes
v2.1.0Compare Source
Features
pathinfooption (#783) (a37713f)v2.0.0Compare 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 theoutputPathoption forfile-loaderand etc. Now you don't need it anymore. Webpack v5 usespublicPath: "auto"by default, which means to always generate relative URLs, and nowmini-css-extract-plugindoes the same.We strongly recommend use
autovalue by default (except when using CDN).We also want to show you that the
file-loaderandurl-loaderare outdated, please migrate on Asset Modules.⚠ BREAKING CHANGES
Node.jsversion is12.13.0webpackversion is5.0.0modules.namedExportoption was removed, you don't need it anymore, because we respect themodules.namedExportoption fromcss-loader, just remove itpublicPathoption no longer automatically adds/(trailing slash), you need to specify, you need to specify it yourself if it is absent, i.e. if you havepublicPath: "/my/public/path"replace it withpublicPath: "/my/public/path/"Bug Fixes
url()for assets inside CSS files when you usepublicPath: "auto"(default value)1.6.2 (2021-06-28)
Bug Fixes
1.6.1 (2021-06-25)
Bug Fixes
v1.6.2Compare Source
v1.6.1Compare Source
v1.6.0Compare Source
Features
1.5.1 (2021-04-28)
Bug Fixes
v1.5.1Compare Source
v1.5.0Compare Source
Features
importModule, improve perfomance (#737) (8471ac2)1.4.1 (2021-04-07)
Bug Fixes
v1.4.1Compare Source
v1.4.0Compare Source
Features
emitoption for SSR (#732) (03b4293)1.3.9 (2021-02-25)
Bug Fixes
CssModuleandCssDependency(#703) (6484345)autovalue with thepublicPathoption (#709) (1be21d2)1.3.8 (2021-02-18)
Bug Fixes
[contenthash](#702) (2ff8e59)1.3.7 (2021-02-15)
Bug Fixes
1.3.6 (2021-02-08)
Bug Fixes
[fullhash](#695) (dbb708c)1.3.5 (2021-01-28)
Bug Fixes
1.3.4 (2021-01-13)
Bug Fixes
identifierforCssModule(#677) (117a97a)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.9Compare Source
v1.3.8Compare Source
v1.3.7Compare Source
v1.3.6Compare Source
v1.3.5Compare Source
v1.3.4Compare Source
v1.3.3Compare Source
v1.3.2Compare Source
v1.3.1Compare Source
v1.3.0Compare Source
⚠ POTENTIAL BREAKING CHANGE
Options are now validated according to stricter rules - no unknown additional properties. For example, if you have not removed the
hmroption for the loader when migrating tomini-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
typeproperty for loading errors (#651) (be9ddcb)Bug Fixes
1.2.1 (2020-10-27)
Bug Fixes
v1.2.1Compare Source
v1.2.0Compare Source
Features
linkTypeoption (#634) (a89c0f9)Bug Fixes
1.1.2 (2020-10-22)
Bug Fixes
1.1.1 (2020-10-20)
Bug Fixes
onerrormessage for async chunks (#629) (883079e)v1.1.2Compare Source
v1.1.1Compare Source
v1.1.0Compare Source
Features
attributesoption (e8a2d5a)insertoption (a5f17c4)Bug Fixes
normalize-urlfrom deps (#623) (9ae47e5)1.0.0 (2020-10-09)
BREAKING CHANGE
Node.jsversion is10.13.0esModuleoption istrueby default, you need to changeconst locals = require('./styles.css')/require('./styles.css')onimport locals from './styles.css'/import './styles.css''moduleFilenameoption was removed in favor thefilenameoptionhmroption was removed, HMR will work automatically whenHotModuleReplacementplugin used orwebpack-dev-serverwith enabled thehotoptionreloadAllwas removedFeatures
chunkFilenameoption can be a function for webpack@5⚠ NOTICE
To avoid problems between
mini-css-extract-pluginandstyle-loaderbecause of changing theesModuleoption totrueby default we strongly recommend upgradingstyle-loaderto2.0.0version.0.12.0 (2020-10-07)
Features
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
0.10.0 (2020-08-10)
Features
Bug Fixes
Uncaught TypeErroron Webpack v5 (#561) (3974210)webpack@5(#477) (903a56e)0.9.0 (2019-12-20)
Features
esModuleoption (#475) (596e47a)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.
This PR has been generated by WhiteSource Renovate. View repository job log here.