Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2025

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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 24, 2025
@janbrasna
Copy link
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.

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants