Closed renovate[bot] closed 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 unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: catwalk@1.0.0
npm ERR! Found: stylelint@13.13.1
npm ERR! node_modules/stylelint
npm ERR! dev stylelint@"13.13.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^14.11.0" from stylelint-config-standard@28.0.0
npm ERR! node_modules/stylelint-config-standard
npm ERR! dev stylelint-config-standard@"28.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/2022-09-25T22_35_40_266Z-debug-0.log
This PR contains the following updates:
22.0.0
->28.0.0
Release Notes
stylelint/stylelint-config-standard
### [`v28.0.0`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#2800) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/27.0.0...28.0.0) - Removed: `stylelint` less than `14.11.0` from peer dependencies. - Changed: `alpha-value-notation` to be `"number"` for SVG `*-opacity` properties. ### [`v27.0.0`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#2700) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/26.0.0...27.0.0) - Removed: `stylelint` less than `14.10.0` from peer dependencies. - Changed: updated to [`stylelint-config-recommended@9.0.0`](https://togithub.com/stylelint/stylelint-config-recommended/releases/tag/9.0.0) - Added: `keyframe-selector-notation` rule. ### [`v26.0.0`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#2600) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/25.0.0...26.0.0) - Removed: `stylelint` less than `14.9.0` from peer dependencies. - Changed: updated to [`stylelint-config-recommended@8.0.0`](https://togithub.com/stylelint/stylelint-config-recommended/releases/tag/8.0.0) - Added: `import-notation` rule. - Added: `selector-not-notation` rule. ### [`v25.0.0`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#2500) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/24.0.0...25.0.0) - Removed: `stylelint` less than `14.4.0` from peer dependencies. - Changed: updated to [`stylelint-config-recommended@7.0.0`](https://togithub.com/stylelint/stylelint-config-recommended/releases/tag/7.0.0) ### [`v24.0.0`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#2400) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/23.0.0...24.0.0) - Changed: `alpha-value-notation` to be `"number"` for `opacity` property. ### [`v23.0.0`](https://togithub.com/stylelint/stylelint-config-standard/blob/HEAD/CHANGELOG.md#2300) [Compare Source](https://togithub.com/stylelint/stylelint-config-standard/compare/22.0.0...23.0.0) This release adds over a dozen new rules. If needed, you can [extend the config](README.md#extending-the-config) to turn off or lower the severity of any of the new rules. We recommend using [Autoprefixer](https://togithub.com/postcss/autoprefixer) to automatically prefix your at-rules, properties, selectors and values. - Removed: `stylelint` less than `14.0.0` from peer dependencies. - Changed: updated to [`stylelint-config-recommended@6.0.0`](https://togithub.com/stylelint/stylelint-config-recommended/releases/tag/6.0.0). - Added: `alpha-value-notation` rule. - Added: `at-rule-no-vendor-prefix` rule. - Added: `color-function-notation` rule. - Added: `custom-media-pattern` rule. - Added: `custom-property-pattern` rule. - Added: `declaration-block-no-redundant-longhand-properties` rule. - Added: `font-family-name-quotes` rule. - Added: `function-url-quotes` rule. - Added: `hue-degree-notation` rule. - Added: `keyframes-name-pattern` rule. - Added: `max-line-length` rule. - Added: `media-feature-name-no-vendor-prefix` rule. - Added: `no-empty-first-line` rule. - Added: `no-irregular-whitespace` rule. - Added: `number-max-precision` rule. - Added: `property-no-vendor-prefix` rule. - Added: `selector-attribute-quotes` rule. - Added: `selector-class-pattern` rule. - Added: `selector-id-pattern` rule. - Added: `selector-no-vendor-prefix` rule. - Added: `shorthand-property-no-redundant-values` rule. - Added: `string-quotes` rule. - Added: `value-no-vendor-prefix` rule.Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.