Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the stylelint group with 2 updates #1422

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps the stylelint group with 2 updates: stylelint and stylelint-config-standard-scss.

Updates stylelint from 14.16.1 to 15.10.3

Release notes

Sourced from stylelint's releases.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

  • Added: insideFunctions: {"function": int} to number-max-precision (#6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#6957) (@​mattxwang).

15.8.0

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

  • Added: insideFunctions: {"function": int} to number-max-precision (#6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#6957) (@​mattxwang).

15.8.0

... (truncated)

Commits

Updates stylelint-config-standard-scss from 5.0.0 to 11.0.0

Release notes

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

11.0.0

10.0.0

9.0.0

8.0.0

7.0.1

  • Fixed: remove deprecated rule block-closing-brace-newline-after (#68).

7.0.0

6.1.0

  • Added: postcss as an optional peer dependency.

6.0.0

Changelog

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

11.0.0

10.0.0

9.0.0

8.0.0

7.0.1

  • Fixed: remove deprecated rule block-closing-brace-newline-after (#68).

7.0.0

6.1.0

  • Added: postcss as an optional peer dependency.

6.0.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the no-test label Sep 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 28, 2023

The following labels could not be found: node_modules.

@jelly jelly temporarily deployed to npm-update September 28, 2023 08:43 — with GitHub Actions Inactive
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/stylelint-0671923b29 branch from 108f47a to d869fb8 Compare September 28, 2023 08:45
@jelly
Copy link
Member

jelly commented Sep 28, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-0671923b29 branch from d869fb8 to 0cc8c7b Compare September 28, 2023 10:20
@jelly jelly temporarily deployed to npm-update September 28, 2023 11:47 — with GitHub Actions Inactive
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/stylelint-0671923b29 branch from 0cc8c7b to 8907d06 Compare September 28, 2023 11:49
@jelly jelly force-pushed the dependabot/npm_and_yarn/stylelint-0671923b29 branch from 8907d06 to b4c9eba Compare September 28, 2023 14:44
@jelly
Copy link
Member

jelly commented Sep 28, 2023

Stylelint now enables a new rule which media-feature-range-notation we use the prefix notation everywhere so we change the default config.

https://stylelint.io/user-guide/rules/media-feature-range-notation/

@martinpitt martinpitt added .github-changes Set by a reviewer just before landing to acknowledge that a PR changes github workflows and removed needswork labels Sep 28, 2023
martinpitt
martinpitt previously approved these changes Sep 28, 2023
Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

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

Thanks @jelly !

@jelly
Copy link
Member

jelly commented Sep 28, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 28, 2023

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 the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss).

Updates `stylelint` from 14.16.1 to 15.10.3
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@14.16.1...15.10.3)

Updates `stylelint-config-standard-scss` from 5.0.0 to 11.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@v5.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <[email protected]>
@jelly jelly force-pushed the dependabot/npm_and_yarn/stylelint-0671923b29 branch from b4c9eba to 80f216f Compare September 28, 2023 15:14
@github-actions github-actions bot removed the .github-changes Set by a reviewer just before landing to acknowledge that a PR changes github workflows label Sep 28, 2023
Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

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

Uh, what happened before?

@jelly
Copy link
Member

jelly commented Sep 28, 2023

Uh, what happened before?

I asked it to recreate, but I didn't have the chrome-remote-interface change. So I just did it manually but hmm we should check if this occurs more often or if I was too fast.

@jelly jelly merged commit 64b8c59 into main Sep 29, 2023
19 checks passed
@jelly jelly deleted the dependabot/npm_and_yarn/stylelint-0671923b29 branch September 29, 2023 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants