Closed renovate[bot] closed 3 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm WARN notsup Unsupported engine for npm@7.6.3: wanted: {"node":">=10"} (current: {"node":"8.17.0","npm":"6.13.4"})
npm WARN notsup Not compatible with your version of node/npm: npm@7.6.3
npm WARN npm npm does not support Node.js v8.17.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: victor-hugo@1.0.0
npm ERR! Found: webpack@4.46.0
npm ERR! node_modules/webpack
npm ERR! dev webpack@"^4.41.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.0.0" from postcss-loader@5.2.0
npm ERR! node_modules/postcss-loader
npm ERR! dev postcss-loader@"^5.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2021-03-15T10_47_09_562Z-debug.log
This PR contains the following updates:
^3.0.0
->^5.0.0
Release Notes
webpack-contrib/postcss-loader
### [`v5.3.0`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#530-httpsgithubcomwebpack-contribpostcss-loadercomparev520v530-2021-05-14) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v5.2.0...v5.3.0) ##### Features - add support for `dir-dependency` message type ([#524](https://togithub.com/webpack-contrib/postcss-loader/issues/524)) ([91dea60](https://togithub.com/webpack-contrib/postcss-loader/commit/91dea607623d3f9a2c3f7c989243934ba5274296)) ### [`v5.2.0`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#520-httpsgithubcomwebpack-contribpostcss-loadercomparev510v520-2021-03-11) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v5.1.0...v5.2.0) ##### Features - support `ecma` modules for the 'parser', 'stringifier' and 'syntax' options ([#519](https://togithub.com/webpack-contrib/postcss-loader/issues/519)) ([cc69754](https://togithub.com/webpack-contrib/postcss-loader/commit/cc69754383f6f9881ac5f02ec489eb89db2cfb0d)) ### [`v5.1.0`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#510-httpsgithubcomwebpack-contribpostcss-loadercomparev500v510-2021-03-05) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v5.0.0...v5.1.0) ##### Features - added support for registering `context`, `build` and `missing` dependencies ([#518](https://togithub.com/webpack-contrib/postcss-loader/issues/518)) ([9ce4972](https://togithub.com/webpack-contrib/postcss-loader/commit/9ce4972c6740c8dd82463fff0934987695ccf7d2)), please read [docs](https://togithub.com/webpack-contrib/postcss-loader#add-dependencies-contextdependencies-builddependencies-missingdependencies) ### [`v5.0.0`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#500-httpsgithubcomwebpack-contribpostcss-loadercomparev420v500-2021-02-02) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.3.0...v5.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `webpack` version is `5` ### [`v4.3.0`](https://togithub.com/webpack-contrib/postcss-loader/releases/v4.3.0) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.2.0...v4.3.0) ##### Features - add support for `dir-dependency` message type ([#525](https://togithub.com/webpack-contrib/postcss-loader/issues/525)) ([554802e](https://togithub.com/webpack-contrib/postcss-loader/commit/554802ece4069f92a962e7945145119cd2f83f18)) ### [`v4.2.0`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#420-httpsgithubcomwebpack-contribpostcss-loadercomparev410v420-2021-01-21) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.1.0...v4.2.0) ##### Features - added the `implementation` option ([#511](https://togithub.com/webpack-contrib/postcss-loader/issues/511)) ([deac978](https://togithub.com/webpack-contrib/postcss-loader/commit/deac9787eed614b1c445f091a2b70736a6212812)) ### [`v4.1.0`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#410-httpsgithubcomwebpack-contribpostcss-loadercomparev404v410-2020-11-19) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.4...v4.1.0) ##### Features - partial compatibility with `postcss-cli`, added `api.env` (alias for `api.mode`) and `api.options` (contains options from the `postcssOptions` options), please look at the [example](https://togithub.com/webpack-contrib/postcss-loader#examples-of-config-files) for more details ([#498](https://togithub.com/webpack-contrib/postcss-loader/issues/498)) ([84a9c46](https://togithub.com/webpack-contrib/postcss-loader/commit/84a9c46467086df0185519ceb93bf66893af4cf2)) ##### [4.0.4](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.3...v4.0.4) (2020-10-09) ##### Chore - update `schema-utils` ### [`v4.0.4`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#404-httpsgithubcomwebpack-contribpostcss-loadercomparev403v404-2020-10-09) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.3...v4.0.4) ### [`v4.0.3`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#403-httpsgithubcomwebpack-contribpostcss-loadercomparev402v403-2020-10-02) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.2...v4.0.3) ##### Bug Fixes - PostCSS 8 plugin loading ([e1b82fe](https://togithub.com/webpack-contrib/postcss-loader/commit/e1b82feb9cc27f55953b9237708800cb8c07724e)) - error and warning messages ([#485](https://togithub.com/webpack-contrib/postcss-loader/issues/485)) ([4b44e01](https://togithub.com/webpack-contrib/postcss-loader/commit/4b44e01a323aa9d2c0965e92c1796158cb36ce5a)) ##### [4.0.2](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.1...v4.0.2) (2020-09-15) ##### Bug Fixes - compatibility with `postcss@8` ([#479](https://togithub.com/webpack-contrib/postcss-loader/issues/479)) ([218b0f8](https://togithub.com/webpack-contrib/postcss-loader/commit/218b0f8013acfafdabea9f561d4c3d074bd2eff3)) ##### [4.0.1](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.0...v4.0.1) (2020-09-08) ##### Bug Fixes - source map generation with the `map` option for `postcss` ([#476](https://togithub.com/webpack-contrib/postcss-loader/issues/476)) ([6babeb1](https://togithub.com/webpack-contrib/postcss-loader/commit/6babeb1d64ca1e7d3d3651cb07881e1e291fa994)) ### [`v4.0.2`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#402-httpsgithubcomwebpack-contribpostcss-loadercomparev401v402-2020-09-15) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.1...v4.0.2) ### [`v4.0.1`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#401-httpsgithubcomwebpack-contribpostcss-loadercomparev400v401-2020-09-08) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md#400-httpsgithubcomwebpack-contribpostcss-loadercomparev300v400-2020-09-07) [Compare Source](https://togithub.com/webpack-contrib/postcss-loader/compare/v3.0.0...v4.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `10.13` - minimum supported `webpack` version is `4` - `postcss` was moved to `peerDependencies`, you need to install `postcss` - `PostCSS` (`plugins`/`syntax`/`parser`/`stringifier`) options was moved to the `postcssOptions` option, please look at [docs](https://togithub.com/webpack-contrib/postcss-loader#postcssoptions) - `sourceMap` default value depends on the `compiler.devtool` option - the `inline` value was removed for the `sourceMap` option, please use `{ map: { inline: true, annotation: false } }` to achieve this - source maps contain absolute paths in `sources` - loader output only CSS, so you need to use `css-loader`/`file-loader`/`raw-loader` to inject code inside bundle - `exec` option was renamed to the `execute` option - the `config` option doesn't support `Object` type anymore, `config.path` and `config.ctx` options were removed - argument in the config for `Function` notation (previously `config.ctx`) was changed, now it contains `{ file, mode, webpackLoaderContext }` - loader context in the config was renamed from `webpack` to `webpackLoaderContext` ##### Features - message API for emit assets ([#443](https://togithub.com/webpack-contrib/postcss-loader/issues/443)) ([e966ab9](https://togithub.com/webpack-contrib/postcss-loader/commit/e966ab965132ca812cb50e5eaf7df5fc2ad9c137)) - reuse AST from other loaders ([#468](https://togithub.com/webpack-contrib/postcss-loader/issues/468)) ([9b75888](https://togithub.com/webpack-contrib/postcss-loader/commit/9b75888dff4957f2ef1e94eca871e329354a9f6d)) - allows to use config and loader options together, options from the loader takes precedence over the config, the `plugins` option from the config and options are merged ([0eb5aaf](https://togithub.com/webpack-contrib/postcss-loader/commit/0eb5aaf3d49f6d5e570a3c3fdb6b201487e503c7)) - `postcssOptions` options can be `Function` ##### Bug Fixes - compatibility with webpack@5 ([#437](https://togithub.com/webpack-contrib/postcss-loader/issues/437)) ([ed50491](https://togithub.com/webpack-contrib/postcss-loader/commit/ed504910b70b4d8b4d77084c19ad92330676433e)) - `default` export for plugins ([#465](https://togithub.com/webpack-contrib/postcss-loader/issues/465)) ([3d32c35](https://togithub.com/webpack-contrib/postcss-loader/commit/3d32c35c5c911d6bd25dc0c4b5b3cd11408632d7)) - avoid mutations of loader options and config ([#470](https://togithub.com/webpack-contrib/postcss-loader/issues/470)) ([cad6f07](https://togithub.com/webpack-contrib/postcss-loader/commit/cad6f07c7f4923e8ef69ecb402b10bbd08d09530)) - respect the `map` option from loader options and config ([#458](https://togithub.com/webpack-contrib/postcss-loader/issues/458)) ([98441ff](https://togithub.com/webpack-contrib/postcss-loader/commit/98441ff87e51b58e9322d1bebb5eefc5ba417e24)) ##### Notes - you don't need `ident` option for loader - `Object` syntax for the `plugin` option is soft deprecated, please migrate on `Array` syntax (`plugins: ['postcss-preset-env', ['cssnano', options]]`)Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ 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.