Skip to content

Bump stylelint-config-standard-scss from 15.0.1 to 16.0.0 - #1099

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/stylelint-config-standard-scss-16.0.0
Open

Bump stylelint-config-standard-scss from 15.0.1 to 16.0.0#1099
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/stylelint-config-standard-scss-16.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubSep 24, 2025

Copy link
Copy Markdown
Contributor

Bumps stylelint-config-standard-scss from 15.0.1 to 16.0.0.

Release notes

Sourced from stylelint-config-standard-scss's releases.

16.0.0

Changelog

Sourced from stylelint-config-standard-scss's changelog.

16.0.0

Commits

Dependabot compatibility score

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)

Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 15.0.1 to 16.0.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v15.0.1...v16.0.0)
---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
dependency-version: 16.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Sep 24, 2025
@janbrasna

Copy link
Copy Markdown
Contributor

In case the CI logs expire, here's the linter output:

assets/sass/protocol/components/_menu-item.scss
76:13 ✖ Expected "word-wrap" to be "overflow-wrap" property-no-deprecated
assets/sass/protocol/components/_split.scss
251:13 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
260:17 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
314:13 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
317:17 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
155:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
156:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
167:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
171:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
172:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
175:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
176:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
187:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
191:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
192:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
195:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
196:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
206:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
207:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
217:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
218:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
227:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
228:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
237:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
238:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
247:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
248:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
257:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
258:9 ✖ Unexpected invalid position declaration no-invalid-position-declaration
assets/sass/protocol/includes/mixins/_utils.scss
85:5 ✖ Expected "-webkit-box-flex" to be "flex-grow" property-no-deprecated
86:5 ✖ Expected "-moz-box-flex" to be "flex-grow" property-no-deprecated
92:5 ✖ Unexpected deprecated property "-webkit-box-direction" property-no-deprecated
102:5 ✖ Expected "-webkit-box-align" to be "align-items" property-no-deprecated
107:5 ✖ Unexpected deprecated property "-webkit-box-pack" property-no-deprecated
130:5 ✖ Unexpected deprecated property "clip" property-no-deprecated
200:5 ✖ Expected "page-break-inside" to be "break-inside" property-no-deprecated
273:5 ✖ Expected "grid-gap" to be "gap" property-no-deprecated
278:5 ✖ Expected "grid-row-gap" to be "row-gap" property-no-deprecated
283:5 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
✖ 76 problems (76 errors, 0 warnings)
25 errors potentially fixable with the "--fix" option.

@janbrasna

Copy link
Copy Markdown
Contributor

After the prefixed legacy is gone via #1043, this is now the list of violations for this v16 standard:

assets/sass/protocol/components/_callout.scss
74:17 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
assets/sass/protocol/components/_feature-card.scss
162:17 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
223:17 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
assets/sass/protocol/components/_footer.scss
159:9 ✖ Unexpected redundant nested style rule block-no-redundant-nested-style-rules
assets/sass/protocol/components/_menu-item.scss
76:13 ✖ Expected "word-wrap" to be "overflow-wrap" property-no-deprecated
assets/sass/protocol/components/_split.scss
251:13 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
260:17 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
314:13 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
317:17 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
assets/sass/protocol/templates/_multi-column.scss
10:9 ✖ Expected "grid-gap" to be "gap" property-no-deprecated
19:13 ✖ Expected "grid-gap" to be "gap" property-no-deprecated
33:9 ✖ Expected "grid-gap" to be "gap" property-no-deprecated
45:13 ✖ Expected "grid-gap" to be "gap" property-no-deprecated
66:5 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
70:9 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
86:5 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
90:9 ✖ Expected "grid-column-gap" to be "column-gap" property-no-deprecated
theme/assets/sass/components/_color.scss
46:9 ✖ Expected "grid-gap" to be "gap" property-no-deprecated
theme/assets/sass/components/_grid-list.scss
5:5 ✖ Expected "grid-gap" to be "gap" property-no-deprecated
assets/sass/protocol/base/elements/_forms.scss
49:5 ✖ Unexpected redundant nested style rule block-no-redundant-nested-style-rules
assets/sass/protocol/includes/forms/_index.scss
91:5 ✖ Unexpected redundant nested style rule block-no-redundant-nested-style-rules
assets/sass/protocol/includes/mixins/_at2x.scss
56:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
57:13 ✖ Unexpected invalid position declaration no-invalid-position-declaration
assets/sass/protocol/includes/mixins/_bidi.scss
45:5 ✖ Unexpected redundant nested style rule block-no-redundant-nested-style-rules
assets/sass/protocol/includes/mixins/_utils.scss
26:5 ✖ Unexpected deprecated property "clip" property-no-deprecated
✖ 25 problems (25 errors, 0 warnings)
19 errors potentially fixable with the "--fix" option.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@janbrasna