Skip to content

Releases: DSI-HUG/eslint-config

v12.0.1

10 Mar 19:33
Compare
Choose a tag to compare

Improvements

  • deps: upgrade dependencies
    • @typescript-eslint/eslint-plugin : 5.53.0 -> 5.54.1
    • @typescript-eslint/parser : 5.53.0 -> 5.54.1
    • eslint-plugin-jsdoc : 40.0.0 -> 40.0.1

v12.0.0

22 Feb 14:23
Compare
Choose a tag to compare

BREAKING CHANGES

  • deps: eslint-plugin-jsdoc : 36.6.9 -> 40.0.0

Improvements

  • deps: upgrade dependencies
    • @angular-eslint/builder : 15.2.0 -> 15.2.1
    • @angular-eslint/eslint-plugin : 15.2.0 -> 15.2.1
    • @angular-eslint/eslint-plugin-template : 15.2.0 -> 15.2.1
    • @angular-eslint/template-parser : 15.2.0 -> 15.2.1
    • @typescript-eslint/eslint-plugin : 5.49.0 -> 5.53.0
    • @typescript-eslint/parser : 5.49.0 -> 5.53.0

v11.0.0

28 Jan 12:47
Compare
Choose a tag to compare

BREAKING CHANGES

  • deps: eslint-plugin-simple-import-sort : 8.0.0 -> 10.0.0

Improvements

  • deps: upgrade dependencies
    • @angular-eslint/builder : 15.1.0 -> 15.2.0
    • @angular-eslint/eslint-plugin : 15.1.0 -> 15.2.0
    • @angular-eslint/eslint-plugin-template : 15.1.0 -> 15.2.0
    • @angular-eslint/template-parser : 15.1.0 -> 15.2.0
    • @typescript-eslint/eslint-plugin : 5.46.0 -> 5.49.0
    • @typescript-eslint/parser : 5.46.0 -> 5.49.0
    • eslint-plugin-import : 2.26.0 -> 2.27.5
    • eslint-plugin-jsdoc : 39.6.4 -> 39.6.9
    • eslint-plugin-jsonc : 2.5.0 -> 2.6.0

v10.0.1

12 Dec 12:51
Compare
Choose a tag to compare

Bug Fixes

  • eslint: error: configuration for rule @typescript-eslint/member-ordering is invalid (see #6136)

Features

  • tests: add CI testing

Improvements

  • deps: upgrade dependencies
    • @typescript-eslint/eslint-plugin : 5.45.1 -> 5.46.0
    • @typescript-eslint/parser : 5.45.1 -> 5.46.0

v10.0.0

06 Dec 11:33
Compare
Choose a tag to compare

BREAKING CHANGES

@angular-eslint now requires @angular >= 15.0.0 < 16.0.0

  • deps: upgrade dependencies
    • @angular-eslint/builder : 14.0.4 -> 15.1.0
    • @angular-eslint/eslint-plugin : 14.0.4 -> 15.1.0
    • @angular-eslint/eslint-plugin-template : 14.0.4 -> 15.1.0
    • @angular-eslint/template-parser : 14.0.4 -> 15.1.0

Features

  • ng15: add support for Angular 15.x

Improvements

  • deps: upgrade dependencies
    • @rushstack/eslint-patch : 1.1.4 -> 1.2.0
    • @typescript-eslint/eslint-plugin : 5.36.2 -> 5.45.1
    • @typescript-eslint/parser : 5.36.2 -> 5.45.1
    • eslint-plugin-jsdoc : 39.3.6 -> 39.6.4
    • eslint-plugin-jsonc : 2.4.0 -> 2.5.0

v9.0.1

10 Sep 20:24
Compare
Choose a tag to compare

Bug Fixes

  • deps: find-up no more working as it is now pure ESM - thanks sindresorhus (◞‸◟)

v9.0.0

10 Sep 20:08
Compare
Choose a tag to compare

BREAKING CHANGES

  • deps: eslint-plugin-simple-import-sort : 7.0.0 -> 8.0.0

Improvements

  • deps: upgrade dependencies
    • @angular-eslint/builder : 14.0.2 -> 14.0.4
    • @angular-eslint/eslint-plugin : 14.0.2 -> 14.0.4
    • @angular-eslint/eslint-plugin-template : 14.0.2 -> 14.0.4
    • @angular-eslint/template-parser : 14.0.2 -> 14.0.4
    • @typescript-eslint/eslint-plugin : 5.33.0 -> 5.36.2
    • @typescript-eslint/parser : 5.33.0 -> 5.36.2
    • eslint-plugin-jsonc : 2.3.1 -> 2.4.0

v8.0.1

10 Sep 20:04
Compare
Choose a tag to compare

Improvements

  • deps: upgrade dependencies
    • @angular-eslint/builder : 14.0.0 -> 14.0.2
    • @angular-eslint/eslint-plugin : 14.0.0 -> 14.0.2
    • @angular-eslint/eslint-plugin-template : 14.0.0 -> 14.0.2
    • @angular-eslint/template-parser : 14.0.0 -> 14.0.2
    • @typescript-eslint/eslint-plugin : 5.30.0 -> 5.33.0
    • @typescript-eslint/parser : 5.30.0 -> 5.33.0
    • eslint-plugin-jsdoc : 39.3.3 -> 39.3.6
    • eslint-plugin-jsonc : 2.3.0 -> 2.3.1

v8.0.0

10 Sep 20:04
Compare
Choose a tag to compare

BREAKING CHANGES

@angular-eslint now requires @angular >= 14.0.0 < 15.0.0

  • deps: upgrade dependencies
    • @angular-eslint/builder : 13.5.0 -> 14.0.0
    • @angular-eslint/eslint-plugin : 13.5.0 -> 14.0.0
    • @angular-eslint/eslint-plugin-template : 13.5.0 -> 14.0.0
    • @angular-eslint/template-parser : 13.5.0 -> 14.0.0

Features

  • ng14: add support for Angular 14.x

v7.0.3

10 Sep 20:03
Compare
Choose a tag to compare

Improvements

  • deps: upgrade dependencies
    • @angular-eslint/builder : 13.2.1 -> 13.5.0
    • @angular-eslint/eslint-plugin : 13.2.1 -> 13.5.0
    • @angular-eslint/eslint-plugin-template : 13.2.1 -> 13.5.0
    • @angular-eslint/template-parser : 13.2.1 -> 13.5.0
    • @rushstack/eslint-patch : 1.1.3 -> 1.1.4
    • @typescript-eslint/eslint-plugin : 5.22.0 -> 5.30.0
    • @typescript-eslint/parser : 5.22.0 -> 5.30.0
    • eslint-plugin-jsdoc : 39.2.9 -> 39.3.3
    • eslint-plugin-jsonc : 2.2.1 -> 2.3.0