Skip to content

fix(deps): update dependency css-loader to v4#534

Merged
moonwalker-bot merged 1 commit intoupdate-dependenciesfrom
renovate/css-loader-4.x
Jul 28, 2020
Merged

fix(deps): update dependency css-loader to v4#534
moonwalker-bot merged 1 commit intoupdate-dependenciesfrom
renovate/css-loader-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 25, 2020

This PR contains the following updates:

Package Type Update Change
css-loader dependencies major 3.6.0 -> 4.0.0

Release Notes

webpack-contrib/css-loader

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum required Node.js version is 10.13.0
  • minimum required webpack version is 4.27.0
  • the esModule option is true by default
  • default value of the sourceMap option depends on the devtool option
  • icss plugin disable by default, you need to setup the modules option to enable it
  • the modules option is true by default for all files matching /\.module\.\w+$/i.test(filename) regular expression, module.auto is true by default
  • the modules.context option was renamed to the modules.localIdentContext option
  • default the modules.localIdentContext value is compiler.context for the module.getLocalIdent option
  • the modules.hashPrefix option was renamed to the modules.localIdentHashPrefix option
  • the localsConvention option was moved and renamed to the modules.exportLocalsConvention option
  • the getLocalIndent option should be always Function and should always return String value
  • the onlyLocals option was moved and renamed to the modules.exportOnlyLocals option
  • function arguments of the import option were changed, it is now function(url, media, resourcePath) {}
  • inline syntax was changed, please write ~ before the file request, i.e. rewrite url(~!!loader!package/img.png) to url(!!loader!~package/img.png)
Features
Bug Fixes
  • resolution algorithm, you don't need ~ inside packages in node_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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/css-loader-4.x branch from a406bbc to e9aab36 Compare July 28, 2020 13:22
@vio vio force-pushed the update-dependencies branch from c28cd36 to a089e7c Compare July 28, 2020 13:26
@renovate renovate Bot force-pushed the renovate/css-loader-4.x branch from e9aab36 to 4979488 Compare July 28, 2020 13:52
@moonwalker-bot moonwalker-bot merged commit 71ca7b0 into update-dependencies Jul 28, 2020
@moonwalker-bot moonwalker-bot deleted the renovate/css-loader-4.x branch July 28, 2020 14:23
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.

2 participants