-
Notifications
You must be signed in to change notification settings - Fork 78
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f6061a0
to
a0febcc
Compare
benelan
approved these changes
Jan 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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 ([#​8359](https://redirect.github.com/stylelint/stylelint/pull/8359)) ([@​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 ([#​8234](https://redirect.github.com/stylelint/stylelint/pull/8234)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `SyntaxError: The requested module 'table'...` ([#​8325](https://redirect.github.com/stylelint/stylelint/pull/8325)) ([@​denisx](https://redirect.github.com/denisx)). - Fixed: `RuleContext['fix']` type ([#​8309](https://redirect.github.com/stylelint/stylelint/pull/8309)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-keyword-no-deprecated` autofix of `border-color` and `overflow` ([#​8346](https://redirect.github.com/stylelint/stylelint/pull/8346)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-keyword-no-deprecated` false negatives for `overflow-x` and `overflow-y` ([#​8340](https://redirect.github.com/stylelint/stylelint/pull/8340)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-keyword-no-deprecated` false negatives for `scrollbar-color` ([#​8346](https://redirect.github.com/stylelint/stylelint/pull/8346)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-keyword-no-deprecated` false positives for non-standard syntax values ([#​8329](https://redirect.github.com/stylelint/stylelint/pull/8329)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-keyword-no-deprecated` warning message for `overflow: <keyword> <keyword>` ([#​8340](https://redirect.github.com/stylelint/stylelint/pull/8340)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `selector-pseudo-class-no-unknown` false positives for `:has-slotted` ([#​8332](https://redirect.github.com/stylelint/stylelint/pull/8332)) ([@​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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.13.2
->16.14.1
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.Warning
type (#8234) (@romainmenke).SyntaxError: The requested module 'table'...
(#8325) (@denisx).RuleContext['fix']
type (#8309) (@Mouvedia).declaration-property-value-keyword-no-deprecated
autofix ofborder-color
andoverflow
(#8346) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false negatives foroverflow-x
andoverflow-y
(#8340) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false negatives forscrollbar-color
(#8346) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false positives for non-standard syntax values (#8329) (@Mouvedia).declaration-property-value-keyword-no-deprecated
warning message foroverflow: <keyword> <keyword>
(#8340) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for:has-slotted
(#8332) (@Mouvedia).