otacke / h5p-agamotto

Present a sequence of images and explanations in an interactive way
MIT License
9 stars 28 forks source link

Update dependency stylelint to v16 #453

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) ^15.11.0 -> ^16.0.0 age adoption passing confidence

Release Notes

stylelint/stylelint (stylelint) ### [`v16.1.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1610) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.0.2...16.1.0) - Added: `lightness-notation` rule ([#​7366](https://togithub.com/stylelint/stylelint/pull/7366)) ([@​fpetrakov](https://togithub.com/fpetrakov)). - Added: `ignore: ["keyframe-selectors"]` to `selector-disallowed-list` ([#​7417](https://togithub.com/stylelint/stylelint/pull/7417)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `selector-pseudo-class-no-unknown` false positive for `:popover-open` ([#​7425](https://togithub.com/stylelint/stylelint/pull/7425)) ([@​mattxwang](https://togithub.com/mattxwang)). - Fixed: `declaration-property-value-no-unknown` and other false positives for multiline SCSS interpolation. ([#​7406](https://togithub.com/stylelint/stylelint/pull/7406)) ([@​FloEdelmann](https://togithub.com/FloEdelmann)). - Fixed: `function-url-quotes` false positives for SCSS variable and `@` character ([#​7416](https://togithub.com/stylelint/stylelint/pull/7416)) ([@​mattxwang](https://togithub.com/mattxwang)). ### [`v16.0.2`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1602) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.0.1...16.0.2) - Fixed: `ERR_UNSUPPORTED_ESM_URL_SCHEME` error on Windows ([#​7383](https://togithub.com/stylelint/stylelint/pull/7383)) ([@​JounQin](https://togithub.com/JounQin)). ### [`v16.0.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1601) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.0.0...16.0.1) - Fixed: type definitions for CommonJS and ESM compatibility ([#​7377](https://togithub.com/stylelint/stylelint/pull/7377)) ([@​remcohaszing](https://togithub.com/remcohaszing)). ### [`v16.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1600) [Compare Source](https://togithub.com/stylelint/stylelint/compare/15.11.0...16.0.0) [Migrating to `16.0.0` guide](docs/migration-guide/to-16.md). - Removed: Node.js less than 18.12.0 support ([#​7020](https://togithub.com/stylelint/stylelint/pull/7020)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Removed: 76 rules deprecated in 15.0.0 ([#​6979](https://togithub.com/stylelint/stylelint/pull/6979)) ([@​mattxwang](https://togithub.com/mattxwang)). - Changed: `stylelint.formatters` object to have `Promise` values ([#​7184](https://togithub.com/stylelint/stylelint/pull/7184)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Changed: exit code for CLI flag error ([#​7134](https://togithub.com/stylelint/stylelint/pull/7134)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Changed: default syntax behaviour to always use safe-parser with `fix` regardless of extension ([#​7357](https://togithub.com/stylelint/stylelint/pull/7357)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Changed: TypeScript definitions for ESM ([#​7309](https://togithub.com/stylelint/stylelint/pull/7309)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Changed: `stylelint.rules` object to have `Promise` values ([#​7279](https://togithub.com/stylelint/stylelint/pull/7279)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Changed: `stylelint.utils.checkAgainstRule` to be an async function ([#​7339](https://togithub.com/stylelint/stylelint/pull/7339)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Deprecated: CommonJS Node.js API ([#​7353](https://togithub.com/stylelint/stylelint/pull/7353)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Deprecated: `output` property in a Node.js API returned object. Instead, `report`/`code` properties are recommended ([#​7183](https://togithub.com/stylelint/stylelint/pull/7183)) ([@​ybiquitous](https://togithub.com/ybiquitous)) & ([@​haocheng6](https://togithub.com/haocheng6)). - Added: `exports` field to `package.json` for Conditional Exports (ESM/CommonJS) ([#​7307](https://togithub.com/stylelint/stylelint/pull/7307)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: support for ESM plugins ([#​7339](https://togithub.com/stylelint/stylelint/pull/7339)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: support for ESM custom formatters ([#​7343](https://togithub.com/stylelint/stylelint/pull/7343)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: `severity` secondary option's function support ([#​7202](https://togithub.com/stylelint/stylelint/pull/7202)) ([@​kizu](https://togithub.com/kizu)). - Added: support for a `Promise` formatter function ([#​7184](https://togithub.com/stylelint/stylelint/pull/7184)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: support for ESM custom syntaxes ([#​7351](https://togithub.com/stylelint/stylelint/pull/7351)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Added: `report`/`code` properties to a Node.js API returned object ([#​7183](https://togithub.com/stylelint/stylelint/pull/7183)) ([@​ybiquitous](https://togithub.com/ybiquitous)) & ([@​haocheng6](https://togithub.com/haocheng6)). - Fixed: no longer needed workaround for Cosmiconfig segfault ([#​7329](https://togithub.com/stylelint/stylelint/pull/7329)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: CLI regression to avoid waiting for stdin without any input ([#​7131](https://togithub.com/stylelint/stylelint/pull/7131)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Fixed: CLI to avoid different outputs on empty files and empty stdin ([#​7131](https://togithub.com/stylelint/stylelint/pull/7131)) ([@​ybiquitous](https://togithub.com/ybiquitous)). - Refactored: `.js` extension to `.mjs` and `.cjs` ([#​7307](https://togithub.com/stylelint/stylelint/pull/7307)) ([@​ybiquitous](https://togithub.com/ybiquitous)).

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 6 months ago

⚠ Artifact update problem

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:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: stylelint-config-recommended@13.0.0
npm ERR! Found: stylelint@16.1.0
npm ERR! node_modules/stylelint
npm ERR!   dev stylelint@"^16.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^15.10.0" from stylelint-config-recommended@13.0.0
npm ERR! node_modules/stylelint-config-recommended
npm ERR!   dev stylelint-config-recommended@"^13.0.0" from the root project
npm ERR!   stylelint-config-recommended@"^13.0.0" from stylelint-config-recommended-scss@13.1.0
npm ERR!   node_modules/stylelint-config-recommended-scss
npm ERR!     dev stylelint-config-recommended-scss@"^13.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: stylelint@15.11.0
npm ERR! node_modules/stylelint
npm ERR!   peer stylelint@"^15.10.0" from stylelint-config-recommended@13.0.0
npm ERR!   node_modules/stylelint-config-recommended
npm ERR!     dev stylelint-config-recommended@"^13.0.0" from the root project
npm ERR!     stylelint-config-recommended@"^13.0.0" from stylelint-config-recommended-scss@13.1.0
npm ERR!     node_modules/stylelint-config-recommended-scss
npm ERR!       dev stylelint-config-recommended-scss@"^13.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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-01-01T10_04_38_736Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-01-01T10_04_38_736Z-debug-0.log
renovate[bot] commented 6 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 16.x releases. But if you manually upgrade to 16.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.