Skip to content

Latest commit

 

History

History
404 lines (190 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

404 lines (190 loc) · 18.9 KB

6.0.1 (2024-12-18)

Bug Fixes

  • prettier-disable: disable accidentally activated deprecated rule (0ea3bfb)

6.0.0 (2024-12-18)

Bug Fixes

  • prettier-disable: add prettier-disable to npm release (617691f)
  • remove eslint-plugin-deprecation as this is handled by sonarjs and typescript-eslint now (931e781)
  • typescript: switch from eslint dot-notation to @typescript-eslint/do-notation (0327e74)

chore

  • deps: update major release of eslint-plugin-perfectionist (56b26af)
  • deps: update majore release of typescript-eslint (c929b6e)

Features

  • base: add 'eslint-plugin-deprecation' to report usage of deprecated code (00939c6)
  • deps: update dependencies (9166ce6)
  • deps: update eslint-plugin-perfectionist@3 (1ca8eac)
  • deps: update eslint-plugin-playwright to ^2.1.0 (6f75084)
  • deps: update eslint-plugin-react-hooks to ^5.1.0 (76cd621)
  • prettier-disable: adds a prettier-disable shared config (4e8000c)

BREAKING CHANGES

  • deps: major update for eslint-plugin-react-hooks to ^5.1.0
  • deps: major update for eslint-plugin-playwright to ^2.1.0
  • deps: update major release of typescript-eslint with new rules enabled
  • deps: major update and rule changes of eslint perfectionist
  • base: add 'eslint-plugin-deprecation' to base configuration
  • deps: update to eslint-plugin-perfectionist@3

6.0.0-next.7 (2024-12-17)

Features

  • deps: update eslint-plugin-playwright to ^2.1.0 (6f75084)
  • deps: update eslint-plugin-react-hooks to ^5.1.0 (76cd621)

Reverts

  • "chore(deps): update some major versions" (28b4c17)

BREAKING CHANGES

  • deps: major update for eslint-plugin-react-hooks to ^5.1.0
  • deps: major update for eslint-plugin-playwright to ^2.1.0

6.0.0-next.6 (2024-12-13)

Bug Fixes

  • remove eslint-plugin-deprecation as this is handled by sonarjs and typescript-eslint now (931e781)

chore

  • deps: update major release of eslint-plugin-perfectionist (56b26af)
  • deps: update majore release of typescript-eslint (c929b6e)
  • deps: update some major versions (bd583e3)

BREAKING CHANGES

  • deps: update major release of typescript-eslint with new rules enabled
  • deps: major update and rule changes of eslint perfectionist
  • deps: major updates for eslint-sonarjs with new rules enabled

6.0.0-next.5 (2024-12-13)

Bug Fixes

  • prettier-disable: add prettier-disable to npm release (617691f)

6.0.0-next.4 (2024-12-13)

Features

  • prettier-disable: adds a prettier-disable shared config (4e8000c)

6.0.0-next.3 (2024-09-16)

Bug Fixes

  • typescript: switch from eslint dot-notation to @typescript-eslint/do-notation (0327e74)

6.0.0-next.2 (2024-08-07)

Features

  • deps: update eslint-plugin-perfectionist@3 (1ca8eac)

BREAKING CHANGES

  • deps: update to eslint-plugin-perfectionist@3

6.0.0-next.1 (2024-08-07)

Features

  • base: add 'eslint-plugin-deprecation' to report usage of deprecated code (00939c6)

BREAKING CHANGES

  • base: add 'eslint-plugin-deprecation' to base configuration

5.1.0-next.1 (2024-07-24)

Features

  • deps: update dependencies (9166ce6)

5.0.3 (2024-07-15)

Bug Fixes

  • fixes @typescript-eslint/restrict-template-expressions configuration (9013d86)

5.0.3-next.1 (2024-07-15)

Bug Fixes

  • fixes @typescript-eslint/restrict-template-expressions configuration (9013d86)

5.0.2 (2024-07-11)

Bug Fixes

  • allows number in string templates for @typescript-eslint/restrict-template-expressions (2ba7e33)

5.0.2-next.1 (2024-07-11)

Bug Fixes

  • allows number in string templates for @typescript-eslint/restrict-template-expressions (2ba7e33)

5.0.1 (2024-05-15)

Bug Fixes

  • base: [sonarjs] use recommended-legacy configuration (baa1736)

5.0.0 (2024-05-13)

Bug Fixes

  • merge brought in unintentional downgrade (39fc2ec)

Features

  • added react-refresh to react config (8a9c441)
  • perfectionist: adapt the rule configuration to sort-intersection-types (f2a2f94)
  • update package typescript-eslint@7 (b2990b5)
  • update version (cdfd4cc)

BREAKING CHANGES

  • update to typescript-eslint@7

5.0.0-next.3 (2024-04-25)

Features

  • perfectionist: adapt the rule configuration to sort-intersection-types (f2a2f94)

5.0.0-next.2 (2024-04-09)

Bug Fixes

  • merge brought in unintentional downgrade (39fc2ec)

Features

  • added react-refresh to react config (8a9c441)
  • update version (cdfd4cc)

5.0.0-next.1 (2024-03-14)

Features

  • update package typescript-eslint@7 (b2990b5)

BREAKING CHANGES

  • update to typescript-eslint@7

4.2.0 (2024-03-14)

Features

4.1.0 (2024-01-18)

Features

  • add reportUnusedDisableDirectives setting to base (d73d2e6)

4.0.1 (2023-11-16)

Bug Fixes

  • perfectionist: reenable recommended groups configuration of perfectionist/sort-classes (8fa1e5b), closes #16

4.0.0 (2023-11-10)

Bug Fixes

  • fixes wrong type hints in base config and react config (ef60c9f)
  • perfectionist: update import groups configuration (2513e42)
  • perfectionist: natural sorting for imports and objects (2dcb782)
  • perfectionist: refine groups to sort imports (9fd31cc)

Features

  • base: move consistent type imports rules into strict configuration (1c55d79)
  • local: add shared-config for performance improvements for local development (07dd315)
  • perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)
  • perfectionist: extend rule sort-named-imports (bb00813)
  • typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)

Performance Improvements

  • base: disable import rules recommended by typescript-eslint (f35b2a8)

BREAKING CHANGES

  • typescript: Enforces a new import style for TypeScript types

4.0.0-next.4 (2023-11-09)

Bug Fixes

  • fixes wrong type hints in base config and react config (ef60c9f)

4.0.0-next.3 (2023-11-09)

Features

  • local: add shared-config for performance improvements for local development (07dd315)

Performance Improvements

  • base: disable import rules recommended by typescript-eslint (f35b2a8)

4.0.0-next.2 (2023-10-26)

Features

  • base: move consistent type imports rules into strict configuration (1c55d79)

4.0.0-next.1 (2023-10-19)

Features

  • typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)

BREAKING CHANGES

  • typescript: Enforces a new import style for TypeScript types

3.1.0-next.2 (2023-10-16)

Features

  • perfectionist: extend rule sort-named-imports (bb00813)

3.1.0-next.1 (2023-09-26)

Bug Fixes

  • perfectionist: update import groups configuration (2513e42)
  • perfectionist: natural sorting for imports and objects (2dcb782)
  • perfectionist: refine groups to sort imports (9fd31cc)

Features

  • perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)

3.0.0 (2023-09-13)

Features

  • add eslint-plugin-perfectionist (92c629b)
  • update to eslint-plugin-perfectionist@2 (5da0d2d)

BREAKING CHANGES

  • update to eslint-plugin-perfectionist@2
  • add eslint-plugin-perfectionist and remove eslint-plugin-sort-keys-plus

2.0.0 (2023-08-14)

Features

  • update to typescript-eslint@6 (dc77acf)

BREAKING CHANGES

  • update to typescript-eslint@6

1.1.4 (2023-06-01)

Bug Fixes

  • eslint-plugin: [import/no-unused-modules] ignore configuration files on eslintrc file level (a50fdf2)

1.1.3 (2023-04-19)

Bug Fixes

  • eslint-plugin: [parserOptions] improve monorepo support (7e97ec0)

1.1.2 (2023-04-19)

Bug Fixes

  • eslint-plugin: [import/no-unused-modules] support CJS and ESM file extension on specified files (4d872bf)

1.1.1 (2023-03-07)

Bug Fixes

  • eslint-plugin: [import/no-unused-modules] ignore rule on specified files (be03c76)

1.1.0 (2023-03-01)

Features

  • react: disallow the use of TypeScript enums (cd7fc5c)

1.0.1 (2023-02-16)

Bug Fixes

  • deps: eslint rules not found (f74af62)

1.0.0 (2023-02-07)

Features