Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1#1069
Conversation
| [type='reset'], | ||
| [type='submit'] { | ||
| appearance: button; | ||
| appearance: auto; |
There was a problem hiding this comment.
button value is deprecated: https://drafts.csswg.org/css-ui-4/#valdef-appearance-button
we may need to disable stylelint for this rule, as auto support might not go back far enough: https://caniuse.com/?search=appearance%3A%20auto
There was a problem hiding this comment.
(I may need to check properly, but doesn't the build take care of legacy output based on the caniuse data?)
Lines 58 to 61 in 3cc2445
There was a problem hiding this comment.
This is part of the CSS reset and some modern resets don't include this rule at all. I'm okay not supporting older browsers with this one.
|
|
||
| &:active { | ||
| background-color: rgba(0, 0, 0, 0.05); | ||
| background-color: rgb(0, 0, 0, 0.05); |
There was a problem hiding this comment.
legacy color notation from config: https://github.com/mozilla/protocol/blob/main/.stylelintrc.json#L6
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 14.0.0 to 15.0.1. - [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@v14.0.0...v15.0.1) --- updated-dependencies: - dependency-name: stylelint-config-standard-scss dependency-version: 15.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
877ac83 to
2e7524a
Compare
|
TODO:
|
stephaniehobson
left a comment
There was a problem hiding this comment.
TIL rgb() with 4 values is valid.
| [type='reset'], | ||
| [type='submit'] { | ||
| appearance: button; | ||
| appearance: auto; |
There was a problem hiding this comment.
This is part of the CSS reset and some modern resets don't include this rule at all. I'm okay not supporting older browsers with this one.

Bumps stylelint-config-standard-scss from 14.0.0 to 15.0.1.
Release notes
Sourced from stylelint-config-standard-scss's releases.
Changelog
Sourced from stylelint-config-standard-scss's changelog.
Commits
f6dfec815.0.12446e3ePrepare 15.0.1cc9fdc2Pin stylelint-config-recommended-scss to version 15.0.1 (#226)8775c29Add support for Node.js 20 (#225)a554fbe15.0.07672ccePrepare 15.0.0 (#224)228d8bbAdd test case for issue #184 (#223)4885886Add test case for issue #214 (#222)91a8f4alength-zero-no-unit: allow mixin/function argument default values with unit (...36db948Update to stylelint-config-recommended-scss 15 (#219)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)