Skip to content

Releases: NewOrbit/eslint-config

v10.0.0

18 Dec 10:29
3ffe194
Compare
Choose a tag to compare

This release migrates the config to the flat config introduced with eslint 9.
This means it includes major dependency updates and requires the latest version of eslint, typescript and plugins.
Please refer to readme.md for new instructions on how to use it.

While it was not the intention, the ruleset might be slightly different. Please report any notable differences.

v9.0.0

05 Apr 09:20
85d0588
Compare
Choose a tag to compare

Updated dependencies:
@typescript-eslint/eslint-plugin: ^6.18.1 -> ^7.5.0
@typescript-eslint/parser: ^6.18.1 -> ^7.5.0
eslint-plugin-jsdoc: ^48.0.2 -> ^48.2.3
eslint-plugin-react: ^7.33.2 -> ^7.34.1

Breaking changes:
typescript-eslint major update, read more: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

Full Changelog: v8.3.0...v9.0.0

v8.3.0

22 Dec 12:09
7c28d24
Compare
Choose a tag to compare

Bumps packages to:
"@typescript-eslint/eslint-plugin": "^6.13.2" -> "^6.15.0",
"@typescript-eslint/parser": ""^6.13.2" -> "^6.15.0",
"eslint-plugin-import": "^2.29.0" -> "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.0" -> "^46.9.1"

What's Changed

Full Changelog: v8.2.0...v8.3.0

v8.2.0

05 Dec 11:27
fc2b640
Compare
Choose a tag to compare

Bumps minor versions of packages:

  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint-config-prettier
  • eslint-plugin-jsdoc

What's Changed

Full Changelog: v8.1.0...v8.2.0

v8.1.0

08 Nov 10:43
ee980ab
Compare
Choose a tag to compare

Bumps minor versions of packages:

  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint-plugin-import
  • eslint-plugin-jsdoc
  • eslint-plugin-jsx-a11y
  • eslint

What's Changed

Full Changelog: v8.0.0...v8.1.0

v8.0.0

19 Sep 07:16
0582348
Compare
Choose a tag to compare
  • major bump to eslint-plugin-jsdoc: ^39.9.1 to "^46.8.1"
  • minor bump to typescript packages

v7.0.0

14 Sep 07:40
74f3889
Compare
Choose a tag to compare
  • Bump dependencies
  • add no-nested-terenary rule (requested by #770)
  • refactor @typescript-eslint/no-parameter-properties to @typescript-eslint/parameter-properties

v6.2.0

13 Jul 15:21
a454297
Compare
Choose a tag to compare

v6.1.0

06 Mar 16:07
c070ed0
Compare
Choose a tag to compare

Bumping dependency versions.

v6.0.0

14 Nov 12:52
f9b61c3
Compare
Choose a tag to compare

Notable changes:

  • package-lock lockfile version upgrade 1 -> 2
  • Bump dependencies to latest