adobe / helix-tools-website

Apache License 2.0
0 stars 0 forks source link

chore(deps): update dependency stylelint to v16.10.0 #4

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) 16.7.0 -> 16.10.0 age adoption passing confidence

Release Notes

stylelint/stylelint (stylelint) ### [`v16.10.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16100) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.9.0...16.10.0) - Changed: `shorthand-property-no-redundant-values` reported ranges ([#​8008](https://redirect.github.com/stylelint/stylelint/pull/8008)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: `formatter` configuration property ([#​7826](https://redirect.github.com/stylelint/stylelint/pull/7826)) ([@​emmacharp](https://redirect.github.com/emmacharp)). - Added: `validate` option to Node.js API and `--validate` CLI flag ([#​8009](https://redirect.github.com/stylelint/stylelint/pull/8009)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: fixed section to the output of the `verbose` formatter ([#​7985](https://redirect.github.com/stylelint/stylelint/pull/7985)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: support for `string | RegExp` to `ignoreValues` option of `value-no-vendor-prefix` ([#​7969](https://redirect.github.com/stylelint/stylelint/pull/7969)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: support for `string` to `ignoreLonghands` option of `declaration-block-no-redundant-longhand-properties` ([#​7971](https://redirect.github.com/stylelint/stylelint/pull/7971)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `at-rule-no-unknown` false positives for `@position-try` ([#​7968](https://redirect.github.com/stylelint/stylelint/pull/7968)) ([@​yelizsevinc](https://redirect.github.com/yelizsevinc)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `grid-column`/`grid-row` ([#​8023](https://redirect.github.com/stylelint/stylelint/pull/8023)) ([@​ryo-manba](https://redirect.github.com/ryo-manba)). - Fixed: `declaration-property-value-no-unknown` false negatives/positives via [`css-tree@3.0.0`](https://redirect.github.com/csstree/csstree/releases/tag/v3.0.0) ([#​7993](https://redirect.github.com/stylelint/stylelint/pull/7993)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-no-unknown` reported ranges and message ([#​8003](https://redirect.github.com/stylelint/stylelint/pull/8003)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `keyframe-selector-notation` reported ranges ([#​7992](https://redirect.github.com/stylelint/stylelint/pull/7992)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `length-zero-no-unit` false positives for Sass variables ([#​8035](https://redirect.github.com/stylelint/stylelint/pull/8035)) ([@​ryo-manba](https://redirect.github.com/ryo-manba)). - Fixed: `no-descending-specificity` reported ranges ([#​7996](https://redirect.github.com/stylelint/stylelint/pull/7996)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `selector-anb-no-unmatchable` reported ranges and message ([#​8001](https://redirect.github.com/stylelint/stylelint/pull/8001)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `string` formatter handling of log symbols for non-Unicode terminals ([#​7981](https://redirect.github.com/stylelint/stylelint/pull/7981)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: built `.cjs` files to address Rollup vulnerability ([#​8010](https://redirect.github.com/stylelint/stylelint/pull/8010)) ([@​ybiquitous](https://redirect.github.com/ybiquitous)). - Fixed: incorrect `config` option for Node.js API with `extends` and `overrides` ([#​8030](https://redirect.github.com/stylelint/stylelint/pull/8030)) ([@​ybiquitous](https://redirect.github.com/ybiquitous)). - Fixed: stricter validation for the options of `declaration-property-max-values`, `declaration-property-value-no-unknown` and `number-max-precision` ([#​7975](https://redirect.github.com/stylelint/stylelint/pull/7975)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). ### [`v16.9.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1690) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.8.2...16.9.0) - Changed: `secondaryOptions` argument type of the `Rule` function ([#​7950](https://redirect.github.com/stylelint/stylelint/pull/7950)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `color-function-notation` reporting functions with less than 3 arguments ([#​7948](https://redirect.github.com/stylelint/stylelint/pull/7948)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-no-unknown` false positives/negatives ([#​7944](https://redirect.github.com/stylelint/stylelint/pull/7944) & [#​7957](https://redirect.github.com/stylelint/stylelint/pull/7957) & [#​7956](https://redirect.github.com/stylelint/stylelint/pull/7956)) ([@​Mouvedia](https://redirect.github.com/Mouvedia) & [@​sidverma32](https://redirect.github.com/sidverma32)). - false positives: `overflow`, `word-break`, `width` - false negatives: `anchor-name`, `field-sizing`, `text-box-edge`, `text-box-trim`, `text-spacing-trim`, `text-wrap`, `text-wrap-mode`, `text-wrap-style`, `view-timeline`, `view-timeline-axis`, `view-timeline-inset`, `view-timeline-name`, `view-transition-name` - Fixed: `keyframe-block-no-duplicate-selectors`/`keyframe-declaration-no-important`/`keyframe-selector-notation`/`no-unknown-animations` false negatives for `@-o-keyframes` and `@-ms-keyframes` ([#​7953](https://redirect.github.com/stylelint/stylelint/pull/7953)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `no-duplicate-selectors` reported ranges ([#​7938](https://redirect.github.com/stylelint/stylelint/pull/7938)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `property-no-vendor-prefix` report for `-webkit-background-size` ([#​7940](https://redirect.github.com/stylelint/stylelint/pull/7940)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `selector-class-pattern` reported ranges ([#​7959](https://redirect.github.com/stylelint/stylelint/pull/7959)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `selector-no-qualifying-type` reported ranges ([#​7937](https://redirect.github.com/stylelint/stylelint/pull/7937)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: honour Node.js `--no-deprecation` flag for rule deprecation warnings ([#​7943](https://redirect.github.com/stylelint/stylelint/pull/7943)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). ### [`v16.8.2`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1682) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.8.1...16.8.2) - Deprecated: `context.fix` usage in favour of recommending to pass a `fix` callback to `report()` ([#​7895](https://redirect.github.com/stylelint/stylelint/pull/7895)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: deprecation notice annotation to the output of the `github` formatter ([#​7909](https://redirect.github.com/stylelint/stylelint/pull/7909)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `custom-property-no-missing-var-function` false positives for `view-transition-name` ([#​7914](https://redirect.github.com/stylelint/stylelint/pull/7914)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `keyframe-block-no-duplicate-selectors` reported ranges ([#​7932](https://redirect.github.com/stylelint/stylelint/pull/7932)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `no-invalid-double-slash-comments` reported ranges ([#​7907](https://redirect.github.com/stylelint/stylelint/pull/7907) & [#​7905](https://redirect.github.com/stylelint/stylelint/pull/7905)) ([@​Mouvedia](https://redirect.github.com/Mouvedia) & [@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `selector-max-type` reported ranges ([#​7916](https://redirect.github.com/stylelint/stylelint/pull/7916)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positives for `::highlight()` and `::view-transition-*()` ([#​7913](https://redirect.github.com/stylelint/stylelint/pull/7913)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). ### [`v16.8.1`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1681) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.8.0...16.8.1) - Fixed: `no-duplicate-selectors` false positives with Less syntax ([#​7888](https://redirect.github.com/stylelint/stylelint/pull/7888)) ([@​romainmenke](https://redirect.github.com/romainmenke)). ### [`v16.8.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1680) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.7.0...16.8.0) - Deprecated: `github` formatter ([#​7865](https://redirect.github.com/stylelint/stylelint/pull/7865)) ([@​marcalexiei](https://redirect.github.com/marcalexiei)). - Fixed: `function-url-quotes` false positives for SCSS variables and `#`/`?` characters ([#​7874](https://redirect.github.com/stylelint/stylelint/pull/7874)) ([@​vimalloc](https://redirect.github.com/vimalloc)). - Fixed: `keyframe-selector-notation` false positives for `entry-crossing` and `exit-crossing` ([#​7859](https://redirect.github.com/stylelint/stylelint/pull/7859)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `no-descending-specificity` false positives for nested rules without declarations ([#​7850](https://redirect.github.com/stylelint/stylelint/pull/7850)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `no-duplicate-selectors` end positions ([#​7867](https://redirect.github.com/stylelint/stylelint/pull/7867)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `no-duplicate-selectors` false negatives for three or more duplicates ([#​7867](https://redirect.github.com/stylelint/stylelint/pull/7867)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `selector-max-compound-selectors` error for `@nest` ([#​7875](https://redirect.github.com/stylelint/stylelint/pull/7875)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `selector-pseudo-class-no-unknown` false positives for `:active-view-transition` and `:active-view-transition-type()` ([#​7868](https://redirect.github.com/stylelint/stylelint/pull/7868)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `selector-type-*`, `selector-max-type` and `selector-class-pattern` false positives for `` in keyframe selectors ([#​7856](https://redirect.github.com/stylelint/stylelint/pull/7856)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `stylelint.utils.checkAgainstRule()` regression when `reportNeedlessDisables` and `quiet` are both enabled ([#​7879](https://redirect.github.com/stylelint/stylelint/pull/7879)) ([@​ybiquitous](https://redirect.github.com/ybiquitous)). - Fixed: configuration comments within selector and value lists being ignored ([#​7839](https://redirect.github.com/stylelint/stylelint/pull/7839)) ([@​romainmenke](https://redirect.github.com/romainmenke)).

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.

aem-code-sync[bot] commented 3 months ago

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed. In case there are problems, just click a checkbox below to rerun the respective action.

Commits * [d8f54fa](https://github.com/adobe/helix-tools-website/commit/d8f54faa2b67b21442d16aaf2d0b90f68eec2e90) :x: (latest)