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

Update stylelint-order requirement from ^6.0.2 to ^6.0.3 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Updates the requirements on stylelint-order to permit the latest version.

Release notes

Sourced from stylelint-order's releases.

6.0.3

  • Fixed sorting inside CSS-in-JS css helper
Changelog

Sourced from stylelint-order's changelog.

6.0.3

  • Fixed sorting inside CSS-in-JS css helper

6.0.2

  • Added Stylelint v15 to peerDependencies

6.0.1

  • Fix regression causing root of CSS or SCSS to report violations

6.0.0

  • Dropped Node.js 12 and 14 support.
  • Added support for postcss-styled-syntax.

5.0.0

  • Breaking change: Dropped Node.js 8 support. Node.js 12 or greater is now required.
  • Breaking change: Dropped support for Stylelint 13 and earlier.
  • Added support for Stylelint 14.

4.1.0

  • Added name option to extended rule object to improve error messaging (for order).
  • Fixed order not reporting warnings, if autofix didn't fix them.

4.0.0

  • Breaking change: Dropped Node.js 8 support. Node.js 10 or greater is now required.
  • Breaking change: Always remove empty line before the first property if this property has any emptyLineBefore* option targeting it in properties-order. Even if option set to always empty line before the first property will be removed.
  • Fixed false positives for emptyLineBeforeUnspecified.

3.1.1

  • Added stylelint@11 as a peer dependency.

3.1.0

  • Added emptyLineBefore: "threshold" option, and related options (emptyLineMinimumPropertyThreshold, emptyLineBeforeUnspecified: "threshold") to properties-order.

3.0.1

  • Fixed properties-order not report warnings, if autofix didn't fix them.
  • Fixed properties-alphabetical-order now puts shorthands before their longhand forms even if that isn't alphabetical to avoid broken CSS. E. g. border-color will be before border-bottom-color.

3.0.0

  • Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.
  • Removed stylelint@9 as a peer dependency. stylelint 10 or greater is now required.
  • Added emptyLineBeforeUnspecified option for properties-order.

2.2.1

... (truncated)

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

Updates the requirements on [stylelint-order](https://github.com/hudochenkov/stylelint-order) to permit the latest version.
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](hudochenkov/stylelint-order@6.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: stylelint-order
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants