Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 19:02
· 4 commits to main since this release
03ac3b3

Minor Changes

  • 7249e7a: [CHANGE]: Upgrade dependencies:
    • eslint: 9.14.0 → 9.17.0
    • eslint-plugin-unicorn: 56.0.0 → 56.0.1
    • eslint-plugin-prettier: 5.2.0 → 5.2.1
    • eslint-config-prettier: 9.0.0 → 9.1.0
    • eslint-plugin-promise: 7.1.0 → 7.2.1
    • eslint-plugin-compat: 6.0.1 → 6.0.2
    • eslint-plugin-no-secrets: 2.0.0 → 2.1.1
    • eslint-plugin-n: 17.13.1 → 17.15.1
    • eslint-plugin-markdown: 5.0.0 → 5.1.0
    • eslint-plugin-yml: 1.15.0 → 1.16.0
    • eslint-plugin-jsonc: 2.17.0 → 2.18.2
    • eslint-plugin-playwright: 2.0.0 → 2.1.0
    • @vitest/eslint-plugin: 1.1.8 → 1.1.24
    • eslint-plugin-perfectionist: 3.9.1 → 4.6.0
    • eslint-config-flat-gitignore: 0.3.0 → 1.0.0
    • type-fest: 4.26.1 → 4.32.0
    • eslint-flat-config-utils: 0.4.0 (new)
    • @eslint/js: 9.14.0 → 9.17.0
    • @typescript-eslint/parser: 8.13.0 → 8.19.1
    • @typescript-eslint/eslint-plugin: 8.13.0 → 8.19.1
  • 2a41b86: [CHANGE]: Upgraded eslint-plugin-perfectionist to v4.6.0. Added
    config for new rules available in the plugin. Expanded configuration to cover
    new cases such as: sorting elements in modules, support for reading aliases
    from TSConfig file.