Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency stylelint to v9.3.0 (#973)
This Pull Request updates dependency [stylelint](https://github.com/stylelint/stylelint) from `v9.2.1` to `v9.3.0` <details> <summary>Release Notes</summary> ### [`v9.3.0`](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md#​930) [Compare Source](stylelint/stylelint@9.2.1...9.3.0) - Added: support for `<style>` tags and `style=""` attributes in XML and XSLT files ([#​3386](`https://github.com/stylelint/stylelint/pull/3386`)). - Added: `globbyOptions` option ([#​3339](`https://github.com/stylelint/stylelint/pull/3339`)). - Added: `keyframes-name-pattern` rule ([#​3321](`https://github.com/stylelint/stylelint/pull/3321`)). - Added: `media-feature-name-value-whitelist` rule ([#​3320](`https://github.com/stylelint/stylelint/pull/3320`)). - Added: `selector-pseudo-element-colon-notation` autofix ([#​3345](`https://github.com/stylelint/stylelint/pull/3345`)). - Fixed: `.vue` files throwing errors for `<style lang="stylus">` and `<style lang="postcss">` ([#​3331](`https://github.com/stylelint/stylelint/pull/3331`)). - Fixed: `declaration-block-no-*` false positives for non-standard syntax ([#​3381](`https://github.com/stylelint/stylelint/pull/3381`)). - Fixed: `function-whitespace-after` false positives for "/" ([#​3132](`https://github.com/stylelint/stylelint/pull/3132`)). - Fixed: `length-zero-no-unit` incorrect autofix for at-includes ([#​3347](`https://github.com/stylelint/stylelint/pull/3347`)). - Fixed: `max-nesting-depth` false positives for nested properties ([#​3349](`https://github.com/stylelint/stylelint/pull/3349`)). - Fixed: `no-empty-source` false positives on vue external sources `<style src="*">` tag ([#​3331](`https://github.com/stylelint/stylelint/pull/3331`)). - Fixed: `max-line-length` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-eol-whitespace` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-extra-semicolons` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). - Fixed: `no-missing-end-of-source-newline` false positives for non-CSS blocks ([#​3367](`https://github.com/stylelint/stylelint/pull/3367`)). --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
- Loading branch information