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

Fix compatibility with non css PostCSS syntaxes #3367

Merged
merged 1 commit into from
Jun 7, 2018
Merged

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Jun 5, 2018

Which issue, if any, is this issue related to?

#3365

Is there anything in the PR that needs further explanation?

No, it's self explanatory.

Rules where i fix problems:

  • max-line-length
  • no-eol-whitespace
  • no-extra-semicolons
  • no-missing-end-of-source-newline

@alexander-akait alexander-akait force-pushed the issue-3365 branch 3 times, most recently from 799f169 to f78665a Compare June 5, 2018 20:12
@alexander-akait alexander-akait changed the title [WIP] fix: compatibility with non css postcss syntaxes fix: compatibility with non css postcss syntaxes Jun 5, 2018
@alexander-akait
Copy link
Member Author

Ready for review

@alexander-akait
Copy link
Member Author

/cc @jeddy3

@jeddy3 jeddy3 changed the title fix: compatibility with non css postcss syntaxes Fix compatibility with non css PostCSS syntaxes Jun 6, 2018
Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexander-akait alexander-akait merged commit 32bbb4b into master Jun 7, 2018
@alexander-akait alexander-akait deleted the issue-3365 branch June 7, 2018 09:33
@jeddy3 jeddy3 mentioned this pull request Jun 7, 2018
bors bot referenced this pull request in mozilla/delivery-console Jun 15, 2018
194: Update dependency stylelint to v9.3.0 r=rehandalal a=renovate[bot]

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#&#8203;930)
[Compare Source](stylelint/stylelint@9.2.1...9.3.0)
-   Added: support for `<style>` tags and `style=""` attributes in XML and XSLT files ([#&#8203;3386](`https://github.com/stylelint/stylelint/pull/3386`)).
-   Added: `globbyOptions` option ([#&#8203;3339](`https://github.com/stylelint/stylelint/pull/3339`)).
-   Added: `keyframes-name-pattern` rule ([#&#8203;3321](`https://github.com/stylelint/stylelint/pull/3321`)).
-   Added: `media-feature-name-value-whitelist` rule ([#&#8203;3320](`https://github.com/stylelint/stylelint/pull/3320`)).
-   Added: `selector-pseudo-element-colon-notation` autofix ([#&#8203;3345](`https://github.com/stylelint/stylelint/pull/3345`)).
-   Fixed: `.vue` files throwing errors for `<style lang="stylus">` and `<style lang="postcss">` ([#&#8203;3331](`https://github.com/stylelint/stylelint/pull/3331`)).
-   Fixed: `declaration-block-no-*` false positives for non-standard syntax ([#&#8203;3381](`https://github.com/stylelint/stylelint/pull/3381`)).
-   Fixed: `function-whitespace-after` false positives for "/" ([#&#8203;3132](`https://github.com/stylelint/stylelint/pull/3132`)).
-   Fixed: `length-zero-no-unit` incorrect autofix for at-includes ([#&#8203;3347](`https://github.com/stylelint/stylelint/pull/3347`)).
-   Fixed: `max-nesting-depth` false positives for nested properties ([#&#8203;3349](`https://github.com/stylelint/stylelint/pull/3349`)).
-   Fixed: `no-empty-source` false positives on vue external sources `<style src="*">` tag ([#&#8203;3331](`https://github.com/stylelint/stylelint/pull/3331`)).
-   Fixed: `max-line-length` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).
-   Fixed: `no-eol-whitespace` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).
-   Fixed: `no-extra-semicolons` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).
-   Fixed: `no-missing-end-of-source-newline` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
schalkneethling referenced this pull request in mdn/interactive-examples Jun 16, 2018
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#&#8203;930)
[Compare Source](stylelint/stylelint@9.2.1...9.3.0)
-   Added: support for `<style>` tags and `style=""` attributes in XML and XSLT files ([#&#8203;3386](`https://github.com/stylelint/stylelint/pull/3386`)).
-   Added: `globbyOptions` option ([#&#8203;3339](`https://github.com/stylelint/stylelint/pull/3339`)).
-   Added: `keyframes-name-pattern` rule ([#&#8203;3321](`https://github.com/stylelint/stylelint/pull/3321`)).
-   Added: `media-feature-name-value-whitelist` rule ([#&#8203;3320](`https://github.com/stylelint/stylelint/pull/3320`)).
-   Added: `selector-pseudo-element-colon-notation` autofix ([#&#8203;3345](`https://github.com/stylelint/stylelint/pull/3345`)).
-   Fixed: `.vue` files throwing errors for `<style lang="stylus">` and `<style lang="postcss">` ([#&#8203;3331](`https://github.com/stylelint/stylelint/pull/3331`)).
-   Fixed: `declaration-block-no-*` false positives for non-standard syntax ([#&#8203;3381](`https://github.com/stylelint/stylelint/pull/3381`)).
-   Fixed: `function-whitespace-after` false positives for "/" ([#&#8203;3132](`https://github.com/stylelint/stylelint/pull/3132`)).
-   Fixed: `length-zero-no-unit` incorrect autofix for at-includes ([#&#8203;3347](`https://github.com/stylelint/stylelint/pull/3347`)).
-   Fixed: `max-nesting-depth` false positives for nested properties ([#&#8203;3349](`https://github.com/stylelint/stylelint/pull/3349`)).
-   Fixed: `no-empty-source` false positives on vue external sources `<style src="*">` tag ([#&#8203;3331](`https://github.com/stylelint/stylelint/pull/3331`)).
-   Fixed: `max-line-length` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).
-   Fixed: `no-eol-whitespace` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).
-   Fixed: `no-extra-semicolons` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).
-   Fixed: `no-missing-end-of-source-newline` false positives for non-CSS blocks ([#&#8203;3367](`https://github.com/stylelint/stylelint/pull/3367`)).

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants