Nx Stylelint Versions Save

Nx plugin to use Stylelint in your Nx workspace.

v18.0.0-beta.3

1 month ago

18.0.0-beta.3 (2024-04-15)

Bug Fixes

  • plugin: move lintFileGlob to command (91e6016)

v18.0.0-beta.2

1 month ago

18.0.0-beta.2 (2024-04-15)

Bug Fixes

  • plugin: fixed root target creation (3dd848d)

Tests

  • plugin: fix failing test (32fc838)

v18.0.0-beta.1

1 month ago

18.0.0-beta.1 (2024-04-15)

Bug Fixes

  • plugin: export createDependencies (d90f4ed)
  • plugin: normalize user input for extensions (756a18c)

v18.0.0-beta.0

1 month ago

18.0.0-beta.0 (2024-04-12)

⚠ BREAKING CHANGES

  • Support for Stylelint v15 has been removed
  • Support for Nx v17 has been removed

Features

  • add create-nodes plugin (ad3c262)
  • drop support for Nx 17 (61f47b3)
  • drop support for Stylelint 15 (ba7c118)
  • plugin target cache (faa0320)
  • support stylelint config overrides.extends (9f48e1b)

Bug Fixes

  • support .stylelintrc.ts files in plugin (35424c6)

Tests

  • fix plugin tests (f3849b5)
  • update nx commands to use (d46eb89)
  • update vscode extension adding tests (0fbbcb4)

Refactorings

  • move index.ts to project root (7f01e98)
  • plugin: refactor lintFilePatterns to extensions (3bffadd)
  • restructure generators (d60e49a)

v17.1.4

3 months ago

17.1.4 (2024-02-13)

Bug Fixes

  • fix resolving custom formatters with no default export (229470e)

v17.1.3

3 months ago

17.1.3 (2024-02-09)

Bug Fixes

  • executor: fix deprecation warning when using outputFile (9c02cda)
  • executor: fix resolving custom formatters (4112d41)

v17.1.2

3 months ago

17.1.2 (2024-02-08)

Bug Fixes

  • update @nx/devkit version range to clarify version compatibility (106b097)

Tests

  • e2e: fix createTestProject (33f642b)

Documentation

  • update compatibility table (7ea8cc2)

v17.1.1

4 months ago

17.1.1 (2024-01-09)

Bug Fixes

  • addScssToStylelintConfiguration checking the files instead of extends (7c4d0cf)

v17.1.0

5 months ago

17.1.0 (2023-12-12)

Features

Bug Fixes

  • stylelint quietDeprecationWarnings (0a757c4)
  • use stylelint result.report when stylelint v16 (34d6ac7)

v17.1.0-beta.2

5 months ago

17.1.0-beta.2 (2023-12-12)

Bug Fixes

  • stylelint quietDeprecationWarnings (0a757c4)

Tests