fix(deps): update dependency css-loader to v4#534
Merged
moonwalker-bot merged 1 commit intoupdate-dependenciesfrom Jul 28, 2020
Merged
fix(deps): update dependency css-loader to v4#534moonwalker-bot merged 1 commit intoupdate-dependenciesfrom
moonwalker-bot merged 1 commit intoupdate-dependenciesfrom
Conversation
a406bbc to
e9aab36
Compare
e9aab36 to
4979488
Compare
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:
3.6.0->4.0.0Release Notes
webpack-contrib/css-loader
v4.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is10.13.0webpackversion is4.27.0esModuleoption istrueby defaultsourceMapoption depends on thedevtooloptionicssplugin disable by default, you need to setup themodulesoption to enable itmodulesoption istrueby default for all files matching/\.module\.\w+$/i.test(filename)regular expression,module.autoistrueby defaultmodules.contextoption was renamed to themodules.localIdentContextoptionmodules.localIdentContextvalue iscompiler.contextfor themodule.getLocalIdentoptionmodules.hashPrefixoption was renamed to themodules.localIdentHashPrefixoptionlocalsConventionoption was moved and renamed to themodules.exportLocalsConventionoptiongetLocalIndentoption should be alwaysFunctionand should always returnStringvalueonlyLocalsoption was moved and renamed to themodules.exportOnlyLocalsoptionimportoption were changed, it is nowfunction(url, media, resourcePath) {}~before the file request, i.e. rewriteurl(~!!loader!package/img.png)tourl(!!loader!~package/img.png)Features
@valuesupports importingurl()(#1126) (7f49a0a)url()resolving algorithm (bc19ddd)stylefield from package.json (#1099) (edf5347)file:protocol (5604205)Bug Fixes
~inside packages innode_modules(76f1480)Renovate configuration
📅 Schedule: "after 1am and before 6am" in timezone CET.
🚦 Automerge: Enabled.
♻️ 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.