Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency stylelint to v16.14.1 #11413

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

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

Release Notes

stylelint/stylelint (stylelint)

v16.14.1

Compare Source

It fixes a bug with caching.

v16.14.0

Compare Source

It fixes 8 bugs and adds features to our Warning type.

  • Added: replaced text and corresponding range to Warning type (#​8234) (@​romainmenke).
  • Fixed: SyntaxError: The requested module 'table'... (#​8325) (@​denisx).
  • Fixed: RuleContext['fix'] type (#​8309) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated autofix of border-color and overflow (#​8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for overflow-x and overflow-y (#​8340) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for scrollbar-color (#​8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false positives for non-standard syntax values (#​8329) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated warning message for overflow: <keyword> <keyword> (#​8340) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :has-slotted (#​8332) (@​Mouvedia).

  • If you want to rebase/retry this PR, check this box

@renovate renovate bot added the chore Issues with changes that don't modify src or test files. label Jan 30, 2025
@renovate renovate bot requested a review from benelan as a code owner January 30, 2025 12:58
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 30, 2025
@renovate renovate bot requested a review from jcfranco as a code owner January 30, 2025 12:58
@renovate renovate bot force-pushed the renovate/stylelint branch from f6061a0 to a0febcc Compare January 30, 2025 18:49
@renovate renovate bot changed the title build(deps): update dependency stylelint to v16.14.0 build(deps): update dependency stylelint to v16.14.1 Jan 30, 2025
Copy link
Member

@benelan benelan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@benelan benelan added the skip visual snapshots Pull requests that do not need visual regression testing. label Jan 30, 2025
@benelan benelan merged commit 8139c29 into dev Jan 30, 2025
17 checks passed
@benelan benelan deleted the renovate/stylelint branch January 30, 2025 23:47
benelan pushed a commit that referenced this pull request Feb 8, 2025
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v16.14.1`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16141---2025-01-27)

[Compare
Source](https://redirect.github.com/stylelint/stylelint/compare/16.14.0...16.14.1)

It fixes a bug with caching.

- Fixed: incompatible cache file format
([#&#8203;8359](https://redirect.github.com/stylelint/stylelint/pull/8359))
([@&#8203;romainmenke](https://redirect.github.com/romainmenke)).

###
[`v16.14.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16140---2025-01-25)

[Compare
Source](https://redirect.github.com/stylelint/stylelint/compare/16.13.2...16.14.0)

It fixes 8 bugs and adds features to our `Warning` type.

- Added: replaced text and corresponding range to `Warning` type
([#&#8203;8234](https://redirect.github.com/stylelint/stylelint/pull/8234))
([@&#8203;romainmenke](https://redirect.github.com/romainmenke)).
- Fixed: `SyntaxError: The requested module 'table'...`
([#&#8203;8325](https://redirect.github.com/stylelint/stylelint/pull/8325))
([@&#8203;denisx](https://redirect.github.com/denisx)).
- Fixed: `RuleContext['fix']` type
([#&#8203;8309](https://redirect.github.com/stylelint/stylelint/pull/8309))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` autofix of
`border-color` and `overflow`
([#&#8203;8346](https://redirect.github.com/stylelint/stylelint/pull/8346))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` false
negatives for `overflow-x` and `overflow-y`
([#&#8203;8340](https://redirect.github.com/stylelint/stylelint/pull/8340))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` false
negatives for `scrollbar-color`
([#&#8203;8346](https://redirect.github.com/stylelint/stylelint/pull/8346))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` false
positives for non-standard syntax values
([#&#8203;8329](https://redirect.github.com/stylelint/stylelint/pull/8329))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `declaration-property-value-keyword-no-deprecated` warning
message for `overflow: <keyword> <keyword>`
([#&#8203;8340](https://redirect.github.com/stylelint/stylelint/pull/8340))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).
- Fixed: `selector-pseudo-class-no-unknown` false positives for
`:has-slotted`
([#&#8203;8332](https://redirect.github.com/stylelint/stylelint/pull/8332))
([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)).

</details>

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issues with changes that don't modify src or test files. dependencies Pull requests that update a dependency file skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant