stylelint/stylelint
### [`v13.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1300)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/12.0.1...13.0.0)
- Removed: Node.js 8.x support. Node.js 10 is now required. We can guarantee Stylelint works on the latest Node.js 10 release. ([#4500](https://togithub.com/stylelint/stylelint/pull/4500)).
- Removed: types declarations for Flow ([#4451](https://togithub.com/stylelint/stylelint/pull/4451)).
- Changed: `globby` was updated to v10. Now only forward-slashes (`/`) should be used as directory separator in globs. Refer to [glob pattern syntax](https://togithub.com/mrmlnc/fast-glob#pattern-syntax). Most of the users wouldn't need to change anything, but Windows users might need to update their globs. ([#4254](https://togithub.com/stylelint/stylelint/pull/4254)).
- Added: `unit-no-unknown` support for `x` unit ([#4427](https://togithub.com/stylelint/stylelint/pull/4427)).
- Fixed: `--report-invalid-scope-disables` crash when no rules specified ([#4498](https://togithub.com/stylelint/stylelint/pull/4498)).
- Fixed: `media-feature-parentheses-space-inside` false negatives for multiple spaces ([#4513](https://togithub.com/stylelint/stylelint/pull/4513)).
- Fixed: `selector-type-no-unknown` false positives for SVG tags ([#4495](https://togithub.com/stylelint/stylelint/pull/4495)).
- Fixed: `unit-no-unknown` false positives for Sass map keys ([#4450](https://togithub.com/stylelint/stylelint/pull/4450)).
- Fixed: `value-list-comma-newline-after` false positives for shared-line comments ([#4482](https://togithub.com/stylelint/stylelint/pull/4482)).
- Fixed: consistently check that selectors are standard before passing to the parser ([#4483](https://togithub.com/stylelint/stylelint/pull/4483)).
- Fixed: overlapping disabled ranges edge case ([#4497](https://togithub.com/stylelint/stylelint/pull/4497)).
### [`v12.0.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1201)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/12.0.0...12.0.1)
- Fixed: `string-no-newline` memory leak for ERB templates ([#4491](https://togithub.com/stylelint/stylelint/pull/4491)).
### [`v12.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1200)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/11.1.1...12.0.0)
- Removed: ignoring `bower_components` folder by default ([#4384](https://togithub.com/stylelint/stylelint/pull/4384)).
- Removed: `createRuleTester` API ([#4385](https://togithub.com/stylelint/stylelint/pull/4385)).
- Added: more information for custom formatters ([#4393](https://togithub.com/stylelint/stylelint/pull/4393)).
- Fixed: `comment-empty-line-before` false positives for selector lists and shared-line comments ([#4360](https://togithub.com/stylelint/stylelint/pull/4360)).
- Fixed: `font-family-no-missing-generic-family-keyword` false positives for Sass-variables with namespaces ([#4378](https://togithub.com/stylelint/stylelint/pull/4378)).
- Fixed: `font-weight-notation` false positives for `font-weight` ranges in `@font-face` ([#4372](https://togithub.com/stylelint/stylelint/pull/4372)).
- Fixed: `length-zero-no-unit` false positives for `line-height`, and for `fr` units ([#4394](https://togithub.com/stylelint/stylelint/pull/4394)).
- Fixed: `length-zero-no-unit` false positives for Less variables ([#4405](https://togithub.com/stylelint/stylelint/pull/4405)).
- Fixed: `selector-max-*` false negatives for rules with nested rules ([#4357](https://togithub.com/stylelint/stylelint/pull/4357)).
- Fixed: incorrect error message when parsing files with a broken syntax ([#4364](https://togithub.com/stylelint/stylelint/pull/4364)).
### [`v11.1.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1111)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/11.1.0...11.1.1)
- Fixed: syntax configuration for `--syntax css` ([#4335](https://togithub.com/stylelint/stylelint/pull/4335)).
### [`v11.1.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1110)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/11.0.0...11.1.0)
- Added: `css` syntax option ([#4315](https://togithub.com/stylelint/stylelint/pull/4315)).
- Fixed: `no-eol-whitespace` parsing problems for non-standard syntaxes ([#4313](https://togithub.com/stylelint/stylelint/pull/4313)).
- Fixed: `selector-pseudo-class-no-unknown` false positives for `:is` selector ([#4321](https://togithub.com/stylelint/stylelint/pull/4321)).
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^11.0.0
->^13.0.0
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
stylelint/stylelint
### [`v13.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1300) [Compare Source](https://togithub.com/stylelint/stylelint/compare/12.0.1...13.0.0) - Removed: Node.js 8.x support. Node.js 10 is now required. We can guarantee Stylelint works on the latest Node.js 10 release. ([#4500](https://togithub.com/stylelint/stylelint/pull/4500)). - Removed: types declarations for Flow ([#4451](https://togithub.com/stylelint/stylelint/pull/4451)). - Changed: `globby` was updated to v10. Now only forward-slashes (`/`) should be used as directory separator in globs. Refer to [glob pattern syntax](https://togithub.com/mrmlnc/fast-glob#pattern-syntax). Most of the users wouldn't need to change anything, but Windows users might need to update their globs. ([#4254](https://togithub.com/stylelint/stylelint/pull/4254)). - Added: `unit-no-unknown` support for `x` unit ([#4427](https://togithub.com/stylelint/stylelint/pull/4427)). - Fixed: `--report-invalid-scope-disables` crash when no rules specified ([#4498](https://togithub.com/stylelint/stylelint/pull/4498)). - Fixed: `media-feature-parentheses-space-inside` false negatives for multiple spaces ([#4513](https://togithub.com/stylelint/stylelint/pull/4513)). - Fixed: `selector-type-no-unknown` false positives for SVG tags ([#4495](https://togithub.com/stylelint/stylelint/pull/4495)). - Fixed: `unit-no-unknown` false positives for Sass map keys ([#4450](https://togithub.com/stylelint/stylelint/pull/4450)). - Fixed: `value-list-comma-newline-after` false positives for shared-line comments ([#4482](https://togithub.com/stylelint/stylelint/pull/4482)). - Fixed: consistently check that selectors are standard before passing to the parser ([#4483](https://togithub.com/stylelint/stylelint/pull/4483)). - Fixed: overlapping disabled ranges edge case ([#4497](https://togithub.com/stylelint/stylelint/pull/4497)). ### [`v12.0.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1201) [Compare Source](https://togithub.com/stylelint/stylelint/compare/12.0.0...12.0.1) - Fixed: `string-no-newline` memory leak for ERB templates ([#4491](https://togithub.com/stylelint/stylelint/pull/4491)). ### [`v12.0.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1200) [Compare Source](https://togithub.com/stylelint/stylelint/compare/11.1.1...12.0.0) - Removed: ignoring `bower_components` folder by default ([#4384](https://togithub.com/stylelint/stylelint/pull/4384)). - Removed: `createRuleTester` API ([#4385](https://togithub.com/stylelint/stylelint/pull/4385)). - Added: more information for custom formatters ([#4393](https://togithub.com/stylelint/stylelint/pull/4393)). - Fixed: `comment-empty-line-before` false positives for selector lists and shared-line comments ([#4360](https://togithub.com/stylelint/stylelint/pull/4360)). - Fixed: `font-family-no-missing-generic-family-keyword` false positives for Sass-variables with namespaces ([#4378](https://togithub.com/stylelint/stylelint/pull/4378)). - Fixed: `font-weight-notation` false positives for `font-weight` ranges in `@font-face` ([#4372](https://togithub.com/stylelint/stylelint/pull/4372)). - Fixed: `length-zero-no-unit` false positives for `line-height`, and for `fr` units ([#4394](https://togithub.com/stylelint/stylelint/pull/4394)). - Fixed: `length-zero-no-unit` false positives for Less variables ([#4405](https://togithub.com/stylelint/stylelint/pull/4405)). - Fixed: `selector-max-*` false negatives for rules with nested rules ([#4357](https://togithub.com/stylelint/stylelint/pull/4357)). - Fixed: incorrect error message when parsing files with a broken syntax ([#4364](https://togithub.com/stylelint/stylelint/pull/4364)). ### [`v11.1.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1111) [Compare Source](https://togithub.com/stylelint/stylelint/compare/11.1.0...11.1.1) - Fixed: syntax configuration for `--syntax css` ([#4335](https://togithub.com/stylelint/stylelint/pull/4335)). ### [`v11.1.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1110) [Compare Source](https://togithub.com/stylelint/stylelint/compare/11.0.0...11.1.0) - Added: `css` syntax option ([#4315](https://togithub.com/stylelint/stylelint/pull/4315)). - Fixed: `no-eol-whitespace` parsing problems for non-standard syntaxes ([#4313](https://togithub.com/stylelint/stylelint/pull/4313)). - Fixed: `selector-pseudo-class-no-unknown` false positives for `:is` selector ([#4321](https://togithub.com/stylelint/stylelint/pull/4321)).