chore(deps-dev): bump stylelint from 14.9.1 to 16.19.1
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps stylelint from 14.9.1 to 16.19.1.
Release notes
Sourced from stylelint's releases.
16.19.1
- Fixed:
no-empty-source
false positives for non-standard syntaxes (#8548) (@ybiquitous
).16.19.0
It adds 2 options to 2 rules and fixes 3 bugs.
- Added:
exceptWithoutPropertyFallback: []
tofunction-allowed-list
(#8488) (@ryo-manba
).- Added:
ignore: ["four-into-three-edge-values"]
toshorthand-property-no-redundant-values
(#8527) (@ryo-manba
).- Fixed:
compact
formatter with pnpm to newline the exit code (#8534) (@konomae
).- Fixed:
declaration-property-value-no-unknown
range and message for invalid syntax within known functions (#8528) (@ryo-manba
).- Fixed:
no-empty-source
false positives for--report-needless-disables
(#8536) (@romainmenke
).16.18.0
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the
syntax-string-no-invalid
andlayer-name-pattern
ones from recent releases, in our standard config.
- Added:
color-function-alias-notation
rule (#8499) (@EduardAkhmetshin
).- Added:
container-name-pattern
rule (#8498) (@nate10j
).- Fixed:
declaration-property-value-no-unknown
false positives formath
offont-size
(#8495) (@otomad
).- Fixed:
font-family-no-missing-generic-family-keyword
false positives formath
(#8489) (@otomad
).16.17.0
It adds 1 new rule, support for
languageOptions
to 2 rules, 1 option to a rule, the--compute-edit-info
CLI flag (along with support forEditInfo
in 3 rules), and fixes 1 bug.EditInfo
is useful for automated fixing tools and editor integrations.
- Added:
layer-name-pattern
rule (#8474) (@ryo-manba
).- Added:
--compute-edit-info
CLI flag (#8473) (@ryo-manba
).- Added:
ignorePreludeOfAtRules: []
tolength-zero-no-unit
(#8472) (@ryo-manba
).- Added:
at-rule-no-unknown
support forlanguageOptions
(#8475) (@ryo-manba
).- Added:
property-no-unknown
support forlanguageOptions
(#8476) (@ryo-manba
).- Added:
declaration-block-no-redundant-longhand-properties
support for computingEditInfo
(#8482) (@pamelalozano16
).- Added:
function-url-quotes
support for computingEditInfo
(#8483) (@pamelalozano16
).- Added:
selector-attribute-quotes
support for computingEditInfo
(#8484) (@pamelalozano16
).- Fixed:
custom-property-pattern
false negatives for@property
preludes (#8468) (@rohitgs28
).16.16.0
It adds support for computing
EditInfo
to 22 more rules and reverts a change that addedcontext.lexer
to our public API in the previous release.
- Added:
at-rule-empty-line-before
support for computingEditInfo
(#8425) (@pamelalozano16
).- Added:
at-rule-no-deprecated
support for computingEditInfo
(#8426) (@pamelalozano16
).- Added:
at-rule-no-vendor-prefix
support for computingEditInfo
(#8427) (@pamelalozano16
).- Added:
color-function-notation
support for computingEditInfo
(#8437) (@pamelalozano16
).- Added:
declaration-empty-line-before
support for computingEditInfo
(#8443) (@pamelalozano16
).- Added:
declaration-property-value-keyword-no-deprecated
support for computingEditInfo
. (#8439) (@pamelalozano16
).- Added:
font-family-name-quotes
support for computingEditInfo
(#8419) (@ryo-manba
).- Added:
font-weight-notation
support for computingEditInfo
(#8420) (@ryo-manba
).- Added:
function-calc-no-unspaced-operator
support for computingEditInfo
(#8440) (@pamelalozano16
).- Added:
function-name-case
support for support for computingEditInfo
." (#8442) (@pamelalozano16
).- Added:
hue-degree-notation
support for computingEditInfo
(#8444) (@pamelalozano16
).- Added:
import-notation
support for computingEditInfo
. (#8445) (@pamelalozano16
).- Added:
keyframe-selector-notation
support for computingEditInfo
(#8457) (@pamelalozano16
).- Added:
length-zero-no-unit
support for computingEditInfo
(#8459) (@pamelalozano16
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.19.1 - 2025-04-25
- Fixed:
no-empty-source
false positives for non-standard syntaxes (#8548) (@ybiquitous
).16.19.0 - 2025-04-23
It adds 2 options to 2 rules and fixes 3 bugs.
- Added:
exceptWithoutPropertyFallback: []
tofunction-allowed-list
(#8488) (@ryo-manba
).- Added:
ignore: ["four-into-three-edge-values"]
toshorthand-property-no-redundant-values
(#8527) (@ryo-manba
).- Fixed:
compact
formatter with pnpm to newline the exit code (#8534) (@konomae
).- Fixed:
declaration-property-value-no-unknown
range and message for invalid syntax within known functions (#8528) (@ryo-manba
).- Fixed:
no-empty-source
false positives for--report-needless-disables
(#8536) (@romainmenke
).16.18.0 - 2025-04-06
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the
syntax-string-no-invalid
andlayer-name-pattern
ones from recent releases, in our standard config.
- Added:
color-function-alias-notation
rule (#8499) (@EduardAkhmetshin
).- Added:
container-name-pattern
rule (#8498) (@nate10j
).- Fixed:
declaration-property-value-no-unknown
false positives formath
offont-size
(#8495) (@otomad
).- Fixed:
font-family-no-missing-generic-family-keyword
false positives formath
(#8489) (@otomad
).16.17.0 - 2025-03-26
It adds 1 new rule, support for
languageOptions
to 2 rules, 1 option to a rule, the--compute-edit-info
CLI flag (along with support forEditInfo
in 3 rules), and fixes 1 bug.EditInfo
is useful for automated fixing tools and editor integrations.
- Added:
layer-name-pattern
rule (#8474) (@ryo-manba
).- Added:
--compute-edit-info
CLI flag (#8473) (@ryo-manba
).- Added:
ignorePreludeOfAtRules: []
tolength-zero-no-unit
(#8472) (@ryo-manba
).- Added:
at-rule-no-unknown
support forlanguageOptions
(#8475) (@ryo-manba
).- Added:
property-no-unknown
support forlanguageOptions
(#8476) (@ryo-manba
).- Added:
declaration-block-no-redundant-longhand-properties
support for computingEditInfo
(#8482) (@pamelalozano16
).- Added:
function-url-quotes
support for computingEditInfo
(#8483) (@pamelalozano16
).- Added:
selector-attribute-quotes
support for computingEditInfo
(#8484) (@pamelalozano16
).- Fixed:
custom-property-pattern
false negatives for@property
preludes (#8468) (@rohitgs28
).16.16.0 - 2025-03-14
It adds support for computing
EditInfo
to 22 more rules and reverts a change that addedcontext.lexer
to our public API in the previous release.
- Added:
at-rule-empty-line-before
support for computingEditInfo
(#8425) (@pamelalozano16
).- Added:
at-rule-no-deprecated
support for computingEditInfo
(#8426) (@pamelalozano16
).- Added:
at-rule-no-vendor-prefix
support for computingEditInfo
(#8427) (@pamelalozano16
).- Added:
color-function-notation
support for computingEditInfo
(#8437) (@pamelalozano16
).- Added:
declaration-empty-line-before
support for computingEditInfo
(#8443) (@pamelalozano16
).- Added:
declaration-property-value-keyword-no-deprecated
support for computingEditInfo
. (#8439) (@pamelalozano16
).- Added:
font-family-name-quotes
support for computingEditInfo
(#8419) (@ryo-manba
).- Added:
font-weight-notation
support for computingEditInfo
(#8420) (@ryo-manba
).- Added:
function-calc-no-unspaced-operator
support for computingEditInfo
(#8440) (@pamelalozano16
).
... (truncated)
Commits
25968c6
16.19.1015042b
Prepare 16.19.1 (#8551)d4c45d3
Refactor to allow node forisConfigurationComment()
private utility (#8549)013c0c8
Fixno-empty-source
false positives for non-standard syntaxes (#8548)4c63b39
16.19.0f7fb8e7
Prepare 16.19.0 (#8523)3c0c86c
Fixcompact
formatter with pnpm to newline the exit code (#8534)660f818
Bump eslint from 9.24.0 to 9.25.0 in the eslint group (#8541)ec3ab9c
Bump@changesets/cli
from 2.28.1 to 2.29.2 in the changesets group (#8540)a512b36
Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#8542)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+873
-1100
Package Dependencies
Technical Details
ID: | 1106156 |
UUID: | 2535990903 |
Node ID: | PR_kwDOJQjPGs6XKCZ3 |
Host: | GitHub |
Repository: | pawelWritesCode/godog-http-api.documentation |
Mergeable: | Yes |
Merge State: | Unstable |