Open renovate[bot] opened 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
â™» Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: sass-loader@7.3.1
npm ERR! Found: webpack@5.36.1
npm ERR! node_modules/webpack
npm ERR! dev webpack@"^5.36.1" from the root project
npm ERR! peer webpack@"4.x.x || 5.x.x" from @webpack-cli/configtest@1.0.2
npm ERR! node_modules/@webpack-cli/configtest
npm ERR! @webpack-cli/configtest@"^1.0.2" from webpack-cli@4.6.0
npm ERR! node_modules/webpack-cli
npm ERR! dev webpack-cli@"^4.6.0" from the root project
npm ERR! 4 more (@webpack-cli/configtest, @webpack-cli/info, ...)
npm ERR! 14 more (babel-loader, css-loader, file-loader, html-loader, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^3.0.0 || ^4.0.0" from sass-loader@7.3.1
npm ERR! node_modules/sass-loader
npm ERR! dev sass-loader@"^7.1.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: webpack@4.46.0
npm ERR! node_modules/webpack
npm ERR! peer webpack@"^3.0.0 || ^4.0.0" from sass-loader@7.3.1
npm ERR! node_modules/sass-loader
npm ERR! dev sass-loader@"^7.1.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/worker/d5bd06/fd72b7/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/worker/d5bd06/fd72b7/cache/others/npm/_logs/2023-04-17T10_08_47_661Z-debug-0.log
This PR contains the following updates:
^2.3.1
->^5.0.0
Release Notes
bholloway/resolve-url-loader (resolve-url-loader)
### [`v5.0.0`](https://redirect.github.com/bholloway/resolve-url-loader/releases/tag/5.0.0) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/4.0.0...5.0.0) Breaking changes - Require `node>=12`. - Support only `webpack>=4`. - Update to `postcss@^8`. - Remove `rework` engine (which was deprecated in V4). Bugfixes - Fix log messages not correctly normalising absolute paths to posix style on Windows platform - Fixes to end-to-end tests and test framework. ### [`v4.0.0`](https://redirect.github.com/bholloway/resolve-url-loader/releases/tag/4.0.0) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.5...4.0.0) **Features** - Better resolution of the original source location - You can more successfully use `url()` in variables and mixins. - Dependencies now accept a wider range and explicit dependency on `rework` and `rework-visit` has been removed. **Breaking Changes** - The `engine` option is deprecated which means the old `rework` engine is deprecated. - The `keepQuery` behaviour is now the default, the `keepQuery` option has been removed. - The `removeCR` option defaults to `true` when executing on Windows OS. - The `absolute` option has been removed. - The `join` option has changed. **Migrating** See the [changlog](https://redirect.github.com/bholloway/resolve-url-loader/blob/v4-maintenance/packages/resolve-url-loader/CHANGELOG.md). ### [`v3.1.5`](https://redirect.github.com/bholloway/resolve-url-loader/releases/tag/3.1.5) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.4...3.1.5) Loosened dependency on `loader-utils` to allow security patches ### [`v3.1.4`](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.3...3.1.4) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.3...3.1.4) ### [`v3.1.3`](https://redirect.github.com/bholloway/resolve-url-loader/releases/tag/3.1.3) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.2...3.1.3) Added CTA to try v4 before its imminent release ### [`v3.1.2`](https://redirect.github.com/bholloway/resolve-url-loader/releases/tag/3.1.2) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.1...3.1.2) bump `adjust-sourcemap-loader` to address object-path issue ### [`v3.1.1`](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.0...3.1.1) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.1.0...3.1.1) ### [`v3.1.0`](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.0.1...3.1.0) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/3.0.1...3.1.0) ### [`v3.0.1`](https://redirect.github.com/bholloway/resolve-url-loader/compare/v3.0.0...3.0.1) [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/v3.0.0...3.0.1) ### [`v3.0.0`](https://redirect.github.com/bholloway/resolve-url-loader/releases/tag/v3.0.0): 3.0.0 Postcss [Compare Source](https://redirect.github.com/bholloway/resolve-url-loader/compare/2.3.2...v3.0.0) **Features** - Use `postcss` parser by default. This is long overdue as the old `rework` parser doesn't cope with modern css. - Lots of automated tests running actual webpack builds. If you have an interesting use-case let me know. **Breaking Changes** - Multiple options changed or deprecated. - Removed file search "magic" in favour of `join` option. - Errors always fail and are no longer swallowed. - Processing absolute asset paths requires `root` option to be set. **Migrating** Initially set option `engine: 'rework'` for parity with your existing build. Once working you can remove this option **or** set `engine: 'postcss'` explicitly. Retain `keepQuery` option if you are already using it. The `root` option now has a different meaning. Previously it limited file search. Now it is the base path for absolute or root-relative URIs, consistent with `css-loader`. If you are already using it you can probably remove it. If you build on Windows platform **and** your content contains absolute asset paths, then `css-loader` could fail. The `root` option here may fix the URIs before they get to `css-loader`. Try to leave it unspecified, otherwise (windows only) set to empty string `root: ''`.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.