chore(deps): update dependency mini-css-extract-plugin to v1.6.2#13
Open
renovate[bot] wants to merge 1 commit intoupdate-dependenciesfrom
Open
chore(deps): update dependency mini-css-extract-plugin to v1.6.2#13renovate[bot] wants to merge 1 commit intoupdate-dependenciesfrom
renovate[bot] wants to merge 1 commit intoupdate-dependenciesfrom
Conversation
95929de to
74acc04
Compare
53fd8d2 to
62cb367
Compare
f6ccbe7 to
3c87e72
Compare
9c6e8aa to
445cfab
Compare
29c0b0f to
2cfae4c
Compare
47b4453 to
5eeb0e3
Compare
5eeb0e3 to
de57fc1
Compare
7156069 to
da18541
Compare
9bf1c26 to
1190e89
Compare
1190e89 to
9c1ae93
Compare
8fcaeb7 to
4269988
Compare
0247c62 to
e53306d
Compare
e53306d to
e03a0ac
Compare
136919f to
c50776b
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
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
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→1.6.2Release Notes
webpack/mini-css-extract-plugin (mini-css-extract-plugin)
v1.6.2Compare 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.1Compare 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.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.5.1Compare Source
Features
1.5.1 (2021-04-28)
Bug Fixes
v1.5.0Compare Source
Features
1.5.1 (2021-04-28)
Bug Fixes
v1.4.1Compare Source
Features
importModule, improve perfomance (#737) (8471ac2)1.4.1 (2021-04-07)
Bug Fixes
v1.4.0Compare Source
Features
importModule, improve perfomance (#737) (8471ac2)1.4.1 (2021-04-07)
Bug Fixes
v1.3.9Compare 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.8Compare 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.7Compare 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.6Compare 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.5Compare 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.4Compare 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.3Compare 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.2Compare 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.1Compare 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.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](https://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.
This PR was generated by Mend Renovate. View the repository job log.