Skip to content

Releases: mightyiam/eslint-config-love

v53.0.0

15 Jun 07:44
Compare
Choose a tag to compare

53.0.0 (2024-06-15)

⚠ BREAKING CHANGES

  • deps: exported value type declared, not inferred

chore

  • deps: update dependency typescript-eslint to v7.12.0 (0788ddc)

Build system / dependencies

  • deps: bump braces from 3.0.2 to 3.0.3 (006ca4f)
  • explicit devDep conventional-changelog-conventionalcommits (a0acf54)

Testing

  • no import sub-dep @typescript-eslint/eslint-plugin (de9b499)

v52.0.0

31 May 05:03
Compare
Choose a tag to compare

52.0.0 (2024-05-31)

⚠ BREAKING CHANGES

  • deps: typescript-eslint minimum v7.11.0

Features

  • deps: update dependency typescript-eslint to v7.11.0 (abd1b76)

Bug fixes

  • deps: typescript-eslint minimum v7.11.0 (57f8339)

v51.0.1

27 May 17:03
Compare
Choose a tag to compare

51.0.1 (2024-05-27)

Bug fixes

  • include build artifacts in package (3113bc4), closes #1575

v51.0.0

27 May 06:45
Compare
Choose a tag to compare

51.0.0 (2024-05-27)

⚠ BREAKING CHANGES

  • rules: No use of deprecated rules. Most notably, all formatting rules
    are removed. Please use a formatter, such as dprint, tsfmt and prettier.

Features

  • rules: no use of deprecated rules (6db9c2b)

v50.0.0

26 May 15:33
Compare
Choose a tag to compare

50.0.0 (2024-05-26)

⚠ BREAKING CHANGES

  • deps: update dependency eslint-plugin-n to v17

chore

  • deps: update dependency eslint-plugin-n to v17 (3d6821a)

v49.0.0

26 May 12:59
Compare
Choose a tag to compare

49.0.0 (2024-05-26)

⚠ BREAKING CHANGES

  • deps: drop support for eslint-plugin-n v15

chore

  • deps: drop support for eslint-plugin-n v15 (d471d9f)

Build system / dependencies

  • renovate: fix outdated typescript-eslint settings (c88d092)

v48.0.0

18 May 08:05
Compare
Choose a tag to compare

48.0.0 (2024-05-18)

⚠ BREAKING CHANGES

Build system / dependencies

  • use semantic-release/commit-analyzer preset (790b662)

Features

Testing

  • rm redundant parserOptions test (0e49fea)

v47.0.0

10 Apr 10:52
Compare
Choose a tag to compare

47.0.0 (2024-04-10)

⚠ BREAKING CHANGES

  • no longer provides env nor globals.

Features

  • do not specify env nor globals (53802ac)

v46.0.0

07 Apr 17:09
Compare
Choose a tag to compare

46.0.0 (2024-04-07)

⚠ BREAKING CHANGES

  • (trying to) specify all options for rules that are used.
    Most likely will not affect you.

Features

  • try to specify all options for used rules (dc6ad6a), closes #1003

Testing

  • exported value deep equality (c869c59)

v45.0.0

07 Apr 16:28
Compare
Choose a tag to compare

45.0.0 (2024-04-07)

⚠ BREAKING CHANGES

  • all rule configs are arrays.
    This is a breaking change only if you are importing and processing the
    exported value yourself. Otherwise, this shouldn't affect you. Sorry for
    the major bump. Just being careful.

Features

  • all rule configs are arrays (9738761)

Refactoring

  • no extend from eslint-config-standard (065ce30)

Testing

  • rule todo list for eslint core & all plugins (8c84a0e)