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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Upgrade to Stylelint 14 馃帀 #254

Merged
merged 6 commits into from Oct 10, 2021
Merged

feat!: Upgrade to Stylelint 14 馃帀 #254

merged 6 commits into from Oct 10, 2021

Commits on Oct 8, 2021

  1. feat!: Upgrade to Stylelint 14 馃帀

    Closes #233
    
    - Stylelint dependency changed to point to v14 branch on GitHub (Will
      need to be changed to the packaged version once Stylelint 14 is
      published to npm.)
    - Default values for `validate` and `snippet` options set to
      `['css', 'postcss']`
    - Removed `syntax` option
    - Removed `configOverrides` option
    - Documented changes and provided migration path in readme
    - Made appropriate changes in tests
    - Removed tests for removed features
    adalinesimonian committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    574a993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8162c18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f593a9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebb8376 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de88e87 View commit details
    Browse the repository at this point in the history
  6. test: remove html and markdown tests

    TODO: Restore once postcss-html and postcss-markdown are PostCSS 8
    compatible.
    
    re: #254 (comment)
    adalinesimonian committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    b94dca9 View commit details
    Browse the repository at this point in the history