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 stylelint and stylelint-config-standard #738

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps stylelint and stylelint-config-standard. These dependencies needed to be updated together.
Updates stylelint from 15.11.0 to 16.2.1

Release notes

Sourced from stylelint's releases.

16.2.1

  • Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#7474) (@​ybiquitous).

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@​fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@​JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@​jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@​ybiquitous).

16.1.0

  • Added: lightness-notation rule (#7366) (@​fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@​mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@​FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@​mattxwang).

16.0.2

16.0.1

16.0.0

Migrating to 16.0.0 guide.

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.2.1

  • Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#7474) (@​ybiquitous).

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@​fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@​JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@​jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@​ybiquitous).

16.1.0

  • Added: lightness-notation rule (#7366) (@​fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@​mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@​FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@​mattxwang).

16.0.2

16.0.1

16.0.0

Migrating to 16.0.0 guide.

... (truncated)

Commits
  • 5c68274 16.2.1
  • 52cb83f Prepare 16.2.1 (#7479)
  • 328544d Document CLI user guide to fix typo for —custom-syntax (#7503)
  • 5e2eff7 Fix function-calc-no-unspaced-operator performance (#7505)
  • 398d3a8 Fix benchmark script (#7504)
  • 3de4eba Bump husky from 8.0.3 to 9.0.6 (#7500)
  • 382961f Fix report flags not reporting on subsequent runs when cache is used (#7483)
  • f02d168 Fix validateOptions to report when secondary option object is an empty obje...
  • a889974 Fix selector-pseudo-class-no-unknown false positives for :seeking, the me...
  • e86c9cd Provide repository info to gh command in GitHub action (#7491)
  • Additional commits viewable in compare view

Updates stylelint-config-standard from 34.0.0 to 36.0.0

Release notes

Sourced from stylelint-config-standard's releases.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

  • Removed: stylelint less than 16.0.0 from peer dependencies.
  • Removed: Node.js less than 18.12.0 support.
  • Changed: updated to [email protected].
Changelog

Sourced from stylelint-config-standard's changelog.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

  • Removed: stylelint less than 16.0.0 from peer dependencies.
  • Removed: Node.js less than 18.12.0 support.
  • Changed: updated to [email protected].
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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 11, 2024
@dependabot dependabot bot requested a review from Th3S4mur41 March 11, 2024 23:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from a874dca to 095a47d Compare March 11, 2024 23:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 095a47d to 3de5303 Compare March 12, 2024 00:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 3de5303 to 8894a62 Compare March 12, 2024 00:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 8894a62 to 082c5f8 Compare March 12, 2024 08:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 082c5f8 to dbf1aaa Compare March 13, 2024 00:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from dbf1aaa to 87a4243 Compare March 13, 2024 00:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 87a4243 to d008e6c Compare March 13, 2024 23:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from d008e6c to 3089491 Compare March 14, 2024 08:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 3089491 to 71e43ee Compare March 14, 2024 09:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 71e43ee to d50aaab Compare March 14, 2024 23:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from d50aaab to a1db66d Compare March 15, 2024 00:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from a1db66d to 5e5c4e8 Compare March 15, 2024 00:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 5e5c4e8 to fba872b Compare March 15, 2024 15:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from fba872b to 24c65f1 Compare March 17, 2024 23:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 24c65f1 to 9c0e714 Compare March 17, 2024 23:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 9c0e714 to 1d1ee55 Compare March 18, 2024 00:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 1d1ee55 to 125ef57 Compare March 19, 2024 00:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 125ef57 to 43a2471 Compare March 19, 2024 00:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 43a2471 to 4bb83e3 Compare March 21, 2024 10:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from 4bb83e3 to e1f634a Compare March 21, 2024 10:35
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch from e1f634a to 490249a Compare March 21, 2024 23:51
@Th3S4mur41 Th3S4mur41 enabled auto-merge (squash) March 22, 2024 15:35
@Th3S4mur41 Th3S4mur41 merged commit 8a3b27c into main Mar 22, 2024
7 checks passed
@Th3S4mur41 Th3S4mur41 deleted the dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-16.2.1 branch March 22, 2024 15:53
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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

1 participant