build(deps-dev): bump stylelint from 14.16.1 to 16.21.1
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(2 months ago)
(about 2 months ago)
(about 2 months ago)
by TarkusSC4
dependencies javascript
Bumps stylelint from 14.16.1 to 16.21.1.
Release notes
Sourced from stylelint's releases.
16.21.1
It fixes 3 bugs.
- Fixed: unexpected change of syntax in computed
EditInfo
(#8638) (@romainmenke
).- Fixed:
function-linear-gradient-no-nonstandard-direction
false positives for CSS variables' names containing a direction substring (#8643) (@Solomon-mithra
).- Fixed:
media-feature-range-notation
autofix for exact values (#8651) (@romainmenke
).16.21.0
It rounds out the
message
secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.
- Added: non-experimental support for functional
message
secondary option (#8595) (@ybiquitous
).- Added:
ignore: ["after-custom-property"]
tocustom-property-empty-line-before
(#8627) (@imkesin
).- Fixed:
cache
configuration property not being respected (#8599) (@ybiquitous
).- Fixed:
fastest-levenshtein
import when bundling (#8621) (@onigoetz
).- Fixed:
named-grid-areas-no-invalid
false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@shahana308
).- Fixed:
selector-pseudo-*-no-unknown
false positives for the missing form control styling selectors (#8623) (@tyrann0us
).16.20.0
It fixes 2 bugs with the built-in rules.
- Fixed:
function-url-no-scheme-relative
false negatives for@import
(#8576) (@pamelalozano16
).- Fixed:
shorthand-property-no-redundant-values
false negatives for additional radius (#8539) (@ryo-manba
).16.19.1
It fixes 1 bug with the
no-empty-source
rule.
- 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
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.21.1 - 2025-07-03
It fixes 3 bugs.
- Fixed: unexpected change of syntax in computed
EditInfo
(#8638) (@romainmenke
).- Fixed:
function-linear-gradient-no-nonstandard-direction
false positives for CSS variables' names containing a direction substring (#8643) (@Solomon-mithra
).- Fixed:
media-feature-range-notation
autofix for exact values (#8651) (@romainmenke
).16.21.0 - 2025-06-19
It rounds out the
message
secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.
- Added: non-experimental support for functional
message
secondary option (#8595) (@ybiquitous
).- Added:
ignore: ["after-custom-property"]
tocustom-property-empty-line-before
(#8627) (@imkesin
).- Fixed:
cache
configuration property not being respected (#8599) (@ybiquitous
).- Fixed:
fastest-levenshtein
import when bundling (#8621) (@onigoetz
).- Fixed:
named-grid-areas-no-invalid
false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@shahana308
).- Fixed:
selector-pseudo-*-no-unknown
false positives for the missing form control styling selectors (#8623) (@tyrann0us
).16.20.0 - 2025-05-29
It fixes 2 bugs with the built-in rules.
- Fixed:
function-url-no-scheme-relative
false negatives for@import
(#8576) (@pamelalozano16
).- Fixed:
shorthand-property-no-redundant-values
false negatives for additional radius (#8539) (@ryo-manba
).16.19.1 - 2025-04-25
It fixes 1 bug with the
no-empty-source
rule.
- 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
).
... (truncated)
Commits
883249a
16.21.1e68ff10
Prepare 16.21.1 (#8640)3ad2c44
Fixmedia-feature-range-notation
autofix for exact values (#8651)58b162d
Document config, plugin and formatter packages on npm (#8650)a0b4a8d
Fixfunction-linear-gradient-no-nonstandard-direction
false positives for C...3a47448
Bump the jest group across 1 directory with 3 updates (#8634)1a19d6a
Bump rollup from 4.44.0 to 4.44.1 (#8644)f6958a8
Bump prettier from 3.5.3 to 3.6.2 (#8645)395ae69
Bump eslint from 9.29.0 to 9.30.0 in the eslint group (#8646)ce56d5d
Fix unexpected change of syntax in computedEditInfo
(#8638)- 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
+304
-618
Package Dependencies
Technical Details
ID: | 3419287 |
UUID: | 2651184526 |
Node ID: | PR_kwDOH8jLNc6eBd2O |
Host: | GitHub |
Repository: | NAMTeam/namteam.github.io |
Merge State: | Unknown |