Skip to content

Commit

Permalink
chore(deps): update dependency stylelint to v16.7.0 (#625)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [stylelint](https://stylelint.io)
([source](https://github.com/stylelint/stylelint)) | [`16.6.1` ->
`16.7.0`](https://renovatebot.com/diffs/npm/stylelint/16.6.1/16.7.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/16.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/16.6.1/16.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.6.1/16.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>stylelint/stylelint (stylelint)</summary>

###
[`v16.7.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1670)

[Compare
Source](https://github.com/stylelint/stylelint/compare/16.6.1...5d907ddefa78f7c21b39640a06276b3eaa4afc45)

- Changed: `tap` formatter to support TAP14
([#&#8203;7759](https://github.com/stylelint/stylelint/pull/7759))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Added: `url` secondary option
([#&#8203;7743](https://github.com/stylelint/stylelint/pull/7743))
([@&#8203;emmacharp](https://github.com/emmacharp)).
- Fixed: `at-rule-no-unknown` false positives for `@historical-forms`
and `@font-palette-values`
([#&#8203;7774](https://github.com/stylelint/stylelint/pull/7774))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `at-rule-no-unknown` false positives for `@view-transition`
([#&#8203;7753](https://github.com/stylelint/stylelint/pull/7753))
([@&#8203;sebdanielsson](https://github.com/sebdanielsson)).
- Fixed: `at-rule-no-vendor-prefix` false negatives for `@-moz-document`
and `@-webkit-viewport`
([#&#8203;7772](https://github.com/stylelint/stylelint/pull/7772))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `comment-whitespace-inside` end positions
([#&#8203;7744](https://github.com/stylelint/stylelint/pull/7744))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `declaration-block-no-duplicate-properties` reported ranges
([#&#8203;7758](https://github.com/stylelint/stylelint/pull/7758))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed:
`declaration-block-no-redundant-longhand-properties`/`declaration-block-no-shorthand-property-overrides`
false negatives for `font-variant`
([#&#8203;7734](https://github.com/stylelint/stylelint/pull/7734))
([@&#8203;Bilie](https://github.com/Bilie)).
- Fixed: `font-family-name-quotes` false negatives for
`-moz-*`/`-webkit-*` keywords
([#&#8203;7777](https://github.com/stylelint/stylelint/pull/7777))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `font-family-no-missing-generic-family-keyword` false negatives
for font families which names match a CSS3 `font-variant` keyword
([#&#8203;7823](https://github.com/stylelint/stylelint/pull/7823))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `function-name-case` end positions
([#&#8203;7747](https://github.com/stylelint/stylelint/pull/7747))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `function-no-unknown` performance by reducing file read count
([#&#8203;7801](https://github.com/stylelint/stylelint/pull/7801))
([@&#8203;ybiquitous](https://github.com/ybiquitous)).
- Fixed: `media-feature-name-no-vendor-prefix` autofix
([#&#8203;7770](https://github.com/stylelint/stylelint/pull/7770))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `no-invalid-double-slash-comments` reported ranges
([#&#8203;7768](https://github.com/stylelint/stylelint/pull/7768))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `property-no-unknown` false positives for `navigation` and
miscellaneous legacy properties
([#&#8203;7764](https://github.com/stylelint/stylelint/pull/7764))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `quietDeprecationWarnings` to suppress `stylelint:003` warning
([#&#8203;7837](https://github.com/stylelint/stylelint/pull/7837))
([@&#8203;ybiquitous](https://github.com/ybiquitous)).
- Fixed: `selector-no-vendor-prefix` autofix
([#&#8203;7763](https://github.com/stylelint/stylelint/pull/7763))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `selector-not-notation` end positions when new lines are part
of the selector
([#&#8203;7755](https://github.com/stylelint/stylelint/pull/7755))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `selector-type-case` end positions
([#&#8203;7752](https://github.com/stylelint/stylelint/pull/7752))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `shorthand-property-no-redundant-values` false negatives for
logical properties, `overflow`, `overscroll-behavior`, `scroll-margin`
and `scroll-padding`
([#&#8203;7808](https://github.com/stylelint/stylelint/pull/7808))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `string-no-newline` false positives for escaped multi-line
([#&#8203;7818](https://github.com/stylelint/stylelint/pull/7818))
([@&#8203;romainmenke](https://github.com/romainmenke)).
- Fixed: `value-keyword-case` end positions
([#&#8203;7760](https://github.com/stylelint/stylelint/pull/7760))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: `stylelint.utils.checkAgainstRule()` for Promise-based rules
([#&#8203;7821](https://github.com/stylelint/stylelint/pull/7821))
([@&#8203;aaronccasanova](https://github.com/aaronccasanova)).
- Fixed: `stylelint.utils.checkAgainstRule()` to use `result.stylelint`
if present
([#&#8203;7833](https://github.com/stylelint/stylelint/pull/7833))
([@&#8203;ybiquitous](https://github.com/ybiquitous)).
- Fixed: YAML diagnostic block *end marker line* of the `tap` formatter
([#&#8203;7759](https://github.com/stylelint/stylelint/pull/7759))
([@&#8203;Mouvedia](https://github.com/Mouvedia)).
- Fixed: autofix of incorrectly implemented plugins when unscoped
stylelint commands are present
([#&#8203;7733](https://github.com/stylelint/stylelint/pull/7733))
([@&#8203;romainmenke](https://github.com/romainmenke)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Johannes-Andersen/Johannes).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 12, 2024
1 parent b2448fc commit bc3ddd0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@biomejs/biome": "1.8.3",
"@vitest/coverage-v8": "1.6.0",
"postcss-html": "1.7.0",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-standard": "36.0.1",
"vitest": "1.6.0",
Expand Down

0 comments on commit bc3ddd0

Please sign in to comment.