Updates the requirements on stylelint-order to permit the latest version.
Release notes
*Sourced from [stylelint-order's releases](https://github.com/hudochenkov/stylelint-order/releases).*
> ## 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+ is now required.
> * Added `emptyLineBeforeUnspecified` option for `properties-order`.
>
> https://github.com/hudochenkov/stylelint-order/compare/2.2.1...3.0.0
Changelog
*Sourced from [stylelint-order's changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md).*
> ## 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
>
> * Fixed false negatives with `noEmptyLineBetween` in combination with the `order: "flexible"`.
>
> ## 2.2.0
>
> * Added `noEmptyLineBetween` for groups in `properties-order`.
> * Added `stylelint@10` as a peer dependency.
>
> ## 2.1.0
>
> * Added _experimental_ support for HTML style tag and attribute.
> * Added _experimental_ support for CSS-in-JS.
>
> ## 2.0.0
>
> This is a major release, because this plugin requires stylelint@9.8.0+ to work correctly with Less files.
>
> * Added optional groupName property for properties-order.
> * Adopted `postcss-less@3` parser changes, which is dependency of `stylelint@9.7.0+`.
> * Fixed incorrect fixing when properties order and empty lines should be changed at the same time.
>
> ## 1.0.0
>
> * Removed `stylelint@8` as a peer dependency.
>
> ## 0.8.1
>
> * Add `stylelint@9.0.0` as a peer dependency.
>
> ## 0.8.0
>
> * Breaking change: Dropped Node.js 4 support. Use Node.js 6 or newer.
> * Changed: `order` and `properties-order` will no longer autofix proactively. If there no violations would be reported with autofix disabled, then nothing will be changed with autofix enabled. Previously, there were changes to `flexible` properties order ([#49](https://github-redirect.dependabot.com/hudochenkov/stylelint-order/issues/49)) or to the order of content within declaration blocks ([#51](https://github-redirect.dependabot.com/hudochenkov/stylelint-order/issues/51)).
>
> ## 0.7.0
>
> * Specified `stylelint` in `peerDependencies` rather in `dependencies`. Following [stylelint's plugin guide](https://github.com/stylelint/stylelint/blob/master/docs/developer-guide/plugins.md#peer-dependencies).
>
> ## 0.6.0
>
> * Migrated to `stylelint@8.0.0`.
>
> ## 0.5.0
> ... (truncated)
Commits
- [`f0b22be`](https://github.com/hudochenkov/stylelint-order/commit/f0b22be9a1d3e522f0d111d2acb17064d0745e49) 3.0.0
- [`b336fcf`](https://github.com/hudochenkov/stylelint-order/commit/b336fcf7ab24a2fbabfa7b0798178742e680f3b7) Update CHANGELOG.md
- [`ff9ff39`](https://github.com/hudochenkov/stylelint-order/commit/ff9ff394abea516ee0f4a8522989dc2a732432ba) Update dependencies
- [`2cf4d5c`](https://github.com/hudochenkov/stylelint-order/commit/2cf4d5c1efc2ed941be4cce8be31dde81b1c191c) Remove stylelint@9 as a peer dependency
- [`d3e2e0d`](https://github.com/hudochenkov/stylelint-order/commit/d3e2e0d69113ae8b770c42dbf90774eb05bec09c) Drop Node.js 6 support
- [`2eba587`](https://github.com/hudochenkov/stylelint-order/commit/2eba58706978b23eeebf23d1a45a7ccde08d892c) Fix examples for emptyLineBeforeUnspecified
- [`b4f7551`](https://github.com/hudochenkov/stylelint-order/commit/b4f75511ee59c67ce0f50f1bc22c12f98301cefd) Add emptyLineBeforeUnspecified for properties-order ([#83](https://github-redirect.dependabot.com/hudochenkov/stylelint-order/issues/83))
- [`521aad6`](https://github.com/hudochenkov/stylelint-order/commit/521aad610c9a8991fd5a57bf61c956d090fbae76) 2.2.1
- [`8ff2b4a`](https://github.com/hudochenkov/stylelint-order/commit/8ff2b4aa87b70f96475272d0864c9b675293982c) Update CHANGELOG.md
- [`a1df43f`](https://github.com/hudochenkov/stylelint-order/commit/a1df43f4b22c23edd883836459ba535d8e1723d4) Fix false negatives with `noEmptyLineBetween` in combination with the `order:...
- Additional commits viewable in [compare view](https://github.com/hudochenkov/stylelint-order/compare/2.1.0...3.0.0)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Updates the requirements on stylelint-order to permit the latest version.
Release notes
*Sourced from [stylelint-order's releases](https://github.com/hudochenkov/stylelint-order/releases).* > ## 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+ is now required. > * Added `emptyLineBeforeUnspecified` option for `properties-order`. > > https://github.com/hudochenkov/stylelint-order/compare/2.2.1...3.0.0Changelog
*Sourced from [stylelint-order's changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md).* > ## 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 > > * Fixed false negatives with `noEmptyLineBetween` in combination with the `order: "flexible"`. > > ## 2.2.0 > > * Added `noEmptyLineBetween` for groups in `properties-order`. > * Added `stylelint@10` as a peer dependency. > > ## 2.1.0 > > * Added _experimental_ support for HTML style tag and attribute. > * Added _experimental_ support for CSS-in-JS. > > ## 2.0.0 > > This is a major release, because this plugin requires stylelint@9.8.0+ to work correctly with Less files. > > * Added optional groupName property for properties-order. > * Adopted `postcss-less@3` parser changes, which is dependency of `stylelint@9.7.0+`. > * Fixed incorrect fixing when properties order and empty lines should be changed at the same time. > > ## 1.0.0 > > * Removed `stylelint@8` as a peer dependency. > > ## 0.8.1 > > * Add `stylelint@9.0.0` as a peer dependency. > > ## 0.8.0 > > * Breaking change: Dropped Node.js 4 support. Use Node.js 6 or newer. > * Changed: `order` and `properties-order` will no longer autofix proactively. If there no violations would be reported with autofix disabled, then nothing will be changed with autofix enabled. Previously, there were changes to `flexible` properties order ([#49](https://github-redirect.dependabot.com/hudochenkov/stylelint-order/issues/49)) or to the order of content within declaration blocks ([#51](https://github-redirect.dependabot.com/hudochenkov/stylelint-order/issues/51)). > > ## 0.7.0 > > * Specified `stylelint` in `peerDependencies` rather in `dependencies`. Following [stylelint's plugin guide](https://github.com/stylelint/stylelint/blob/master/docs/developer-guide/plugins.md#peer-dependencies). > > ## 0.6.0 > > * Migrated to `stylelint@8.0.0`. > > ## 0.5.0 > ... (truncated)Commits
- [`f0b22be`](https://github.com/hudochenkov/stylelint-order/commit/f0b22be9a1d3e522f0d111d2acb17064d0745e49) 3.0.0 - [`b336fcf`](https://github.com/hudochenkov/stylelint-order/commit/b336fcf7ab24a2fbabfa7b0798178742e680f3b7) Update CHANGELOG.md - [`ff9ff39`](https://github.com/hudochenkov/stylelint-order/commit/ff9ff394abea516ee0f4a8522989dc2a732432ba) Update dependencies - [`2cf4d5c`](https://github.com/hudochenkov/stylelint-order/commit/2cf4d5c1efc2ed941be4cce8be31dde81b1c191c) Remove stylelint@9 as a peer dependency - [`d3e2e0d`](https://github.com/hudochenkov/stylelint-order/commit/d3e2e0d69113ae8b770c42dbf90774eb05bec09c) Drop Node.js 6 support - [`2eba587`](https://github.com/hudochenkov/stylelint-order/commit/2eba58706978b23eeebf23d1a45a7ccde08d892c) Fix examples for emptyLineBeforeUnspecified - [`b4f7551`](https://github.com/hudochenkov/stylelint-order/commit/b4f75511ee59c67ce0f50f1bc22c12f98301cefd) Add emptyLineBeforeUnspecified for properties-order ([#83](https://github-redirect.dependabot.com/hudochenkov/stylelint-order/issues/83)) - [`521aad6`](https://github.com/hudochenkov/stylelint-order/commit/521aad610c9a8991fd5a57bf61c956d090fbae76) 2.2.1 - [`8ff2b4a`](https://github.com/hudochenkov/stylelint-order/commit/8ff2b4aa87b70f96475272d0864c9b675293982c) Update CHANGELOG.md - [`a1df43f`](https://github.com/hudochenkov/stylelint-order/commit/a1df43f4b22c23edd883836459ba535d8e1723d4) Fix false negatives with `noEmptyLineBetween` in combination with the `order:... - Additional commits viewable in [compare view](https://github.com/hudochenkov/stylelint-order/compare/2.1.0...3.0.0)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.