Update dependency css-loader to v4 #10

Merged
jimsy merged 1 commit from renovate/css-loader-4.x into master 2020-07-28 09:53:31 +12:00
jimsy commented 2020-07-27 05:49:10 +12:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
css-loader devDependencies major ^3.4.2 -> ^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: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [css-loader](https://github.com/webpack-contrib/css-loader) | devDependencies | major | [`^3.4.2` -> `^4.0.0`](https://renovatebot.com/diffs/npm/css-loader/3.6.0/4.0.0) | --- ### Release Notes <details> <summary>webpack-contrib/css-loader</summary> ### [`v4.0.0`](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#&#8203;400-httpsgithubcomwebpack-contribcss-loadercomparev360v400-2020-07-25) [Compare Source](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v4.0.0) ##### ⚠ 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 - `@value` supports importing `url()` ([#&#8203;1126](https://github.com/webpack-contrib/css-loader/issues/1126)) ([7f49a0a](https://github.com/webpack-contrib/css-loader/commit/7f49a0a6047846bb2e432558365e19d4a0dfb366)) - improve `url()` resolving algorithm ([bc19ddd](https://github.com/webpack-contrib/css-loader/commit/bc19ddd8779dafbc2a420870a3cb841041ce9c7c)) - named export for locals ([#&#8203;1108](https://github.com/webpack-contrib/css-loader/issues/1108)) ([d139ec1](https://github.com/webpack-contrib/css-loader/commit/d139ec1d763f9944550b31f2a75183e488dd1224)) - respected the `style` field from package.json ([#&#8203;1099](https://github.com/webpack-contrib/css-loader/issues/1099)) ([edf5347](https://github.com/webpack-contrib/css-loader/commit/edf5347e4203a62e50b87248a83da198afdc6eba)) - support `file:` protocol ([5604205](https://github.com/webpack-contrib/css-loader/commit/560420567eb0e1a635648b7f4ff0365db475384c)) - support server relative URLs ##### Bug Fixes - resolution algorithm, you don't need `~` inside packages in `node_modules` ([76f1480](https://github.com/webpack-contrib/css-loader/commit/76f1480b14265369ac5dc8dbbce467cfb8e814c5)) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled due to failing status checks. ♻️ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
jimsy (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2020-07-27 05:49:29 +12:00
jimsy commented 2020-07-27 05:49:41 +12:00 (Migrated from gitlab.com)

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this MR 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 check the rebase/retry checkbox if found above, or
  • you rename this MR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: webapp/assets/yarn.lock
error Package "phoenix" refers to a non-existing file '"/tmp/renovate/repos/gitlab/jimsy/augie/webapp/deps/phoenix"'.

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this MR 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 check the rebase/retry checkbox if found above, or - you rename this MR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: webapp/assets/yarn.lock ``` error Package "phoenix" refers to a non-existing file '"/tmp/renovate/repos/gitlab/jimsy/augie/webapp/deps/phoenix"'. ```
jimsy commented 2020-07-27 08:51:44 +12:00 (Migrated from gitlab.com)

assigned to @jimsy

assigned to @jimsy
jimsy commented 2020-07-27 08:51:49 +12:00 (Migrated from gitlab.com)

changed the description

changed the description
jimsy commented 2020-07-28 03:26:41 +12:00 (Migrated from gitlab.com)

changed the description

changed the description
jimsy (Migrated from gitlab.com) canceled auto merging this pull request when all checks succeed 2020-07-28 09:53:20 +12:00
jimsy commented 2020-07-28 09:53:31 +12:00 (Migrated from gitlab.com)

mentioned in commit 61821820d3

mentioned in commit 61821820d3a3ffb4458659aa8682967ac972d9c4
jimsy (Migrated from gitlab.com) merged commit 61821820d3 into master 2020-07-28 09:53:32 +12:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: james/augie#10
No description provided.