Skip to content

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1#1069

Merged
stephaniehobson merged 2 commits intomainfrom
dependabot/npm_and_yarn/stylelint-config-standard-scss-15.0.1
Jul 22, 2025
Merged

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1#1069
stephaniehobson merged 2 commits intomainfrom
dependabot/npm_and_yarn/stylelint-config-standard-scss-15.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

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

Release notes

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

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

Changelog

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

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

Commits

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2025
@maureenlholland
Copy link
Collaborator

to resolve

stylelint-errors

[type='reset'],
[type='submit'] {
appearance: button;
appearance: auto;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor

@janbrasna janbrasna Jul 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I may need to check properly, but doesn't the build take care of legacy output based on the caniuse data?)

protocol/package.json

Lines 58 to 61 in 3cc2445

"browserslist": [
"defaults",
"IE 8"
]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maureenlholland
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2025

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.

@maureenlholland
Copy link
Collaborator

@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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-config-standard-scss-15.0.1 branch from 877ac83 to 2e7524a Compare July 21, 2025 14:16
@maureenlholland
Copy link
Collaborator

maureenlholland commented Jul 21, 2025

TODO:

  • run stylelint fix again
  • check in browser

Copy link
Contributor

@stephaniehobson stephaniehobson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL rgb() with 4 values is valid.

[type='reset'],
[type='submit'] {
appearance: button;
appearance: auto;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@stephaniehobson stephaniehobson merged commit 8f45bb5 into main Jul 22, 2025
1 check passed
@stephaniehobson stephaniehobson deleted the dependabot/npm_and_yarn/stylelint-config-standard-scss-15.0.1 branch July 22, 2025 21:26
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.

3 participants