Skip to content

Releases: stormwarning/zazen-eslint-config

v6.3.0

19 Mar 21:01
dd5c6a1
Compare
Choose a tag to compare

Change Log

6.3.0 — 2023-03-19

Minor Changes

  • Update eslint-plugin-unicorn to v46 #335
  • Update eslint-config-prettier to v8.7.0 #322
  • Update typescript-eslint monorepo to v5.55.0 #320
  • Update eslint-plugin-import to v2.27.5 #328

Patch Changes

  • Patch ESLint’s module resolution so plugins work more reliably #331
  • Update eslint-plugin-n to v15.6.1 #327
  • Update eslint-config-xo-typescript to v0.56.0 #332

6.2.1 — 2022-12-20

Patch Changes

  • Update typescript-eslint monorepo to v5.47.0 #318

6.2.0 — 2022-12-19

Minor Changes

  • Update @typescript-eslint/eslint-plugin to v5.46.0 #304
  • Update eslint-config-xo to v0.43.1 #311
  • Update eslint-config-xo-typescript to v0.55.1 #312
  • Update eslint-plugin-unicorn to v45 #313

Patch Changes

  • Update eslint-plugin-promise to v6.1.1 #305
  • Update eslint-plugin-n to v15.5.2 #309

6.1.0 — 2022-10-13

Minor Changes

  • Add import sorting rules #301
  • Allow args and lib abbreviations #300
  • Update eslint-plugin-promise to v6.1.0 #299
  • Update typescript-eslint monorepo to v5.40.0 #298

Patch Changes

  • Update eslint-plugin-unicorn to v44.0.2 #297

6.0.0 — 2022-10-03

💣 Breaking Change

  • Upgrade plugin dependencies #295

    Also drops support for ESLint v7 (minimum version for the latest eslint-plugin-unicorn is v8.23.1).

    • eslint-plugin-unicorn → v44
    • eslint-plugin-promise → v6.0.1
    • eslint-plugin-n → v15.3.0
    • eslint-config-xo-typescript → v0.53.0
    • eslint-config-xo → v0.42.0
    • @typescript-eslint → v5.39.0

5.2.0 — 2022-05-15

♻️ Changed

  • Update typescript-eslint packages to v5.23.0 #263
  • Update eslint-plugin-n to v15.2.0 #264
  • Update eslint-plugin-unicorn to v42 #270
  • Update eslint-plugin-import to v2.26.0 #271

5.1.0 — 2022-03-17

🗑️ Removed

  • Remove eslint-plugin-prettier from extended rulesets #261

    Per Prettier’s integration recommendations, Prettier is run separately from
    ESLint. Should update lint-staged config to include prettier --write for
    appropriate files.### Minor Changes

♻️ Changed

  • Update typescript-eslint packages to v5.15.0 #245
  • Update eslint-config-xo to v0.40.0 #246
  • Update eslint-config-xo-typescript to v0.50.0 #247
  • Update eslint-plugin-unicorn to v41 #250
  • Update eslint-config-prettier to v8.5.0 #251
  • Update eslint-plugin-n to v15 #254

5.0.0 — 2022-02-04

💣 Breaking Change

  • Use XO instead of Standard as a baseline #240

    Extends eslint-config-xo (and eslint-config-xo-typescript) rules, as well as the config for import, promise, and node plugins from the XO CLI.

    Internal configs do not extend each other, in order to keep things flexible.

4.0.0 — 2022-02-02

💣 Breaking Change

  • Include TypeScript rules in default config #237

    Also rolls eslint-config-standard back to the latest stable version, which
    required a rollback of eslint-plugin-node and eslint-plugin-promise in order
    for all the peerDependencies to be copacetic.

3.0.1 — 2022-01-26

🗑️ Removed

3.0.0 — 2022-01-26

♻️ Changed

  • Upgrade plugin dependencies to their latest version #230

2.3.0 — 2021-03-06

♻️ Changed

  • Make project type configs standalone #200

2.2.0 — 2021-02-22

♻️ Changed

  • Use a single file for general config #181

🎁 Added

  • Add TypeScript config #193

2.1.1 — 2020-11-13

🐛 Fixed

  • Ensure Prettier runs as an ESLint plugin #170

2.1.0 — 2020-09-27

🎁 Added

  • Add prefer-let rule (and disable prefer-const) #162

2.0.0 — 2020-01-21

💣 Breaking Change

  • Drops prettier-eslint-cli in favour of running Prettier as an
    eslint rule.

♻️ Changed

  • Downgrade semantic-release to previous major [7dc7a38]
  • Upgrade dependencies (#115)

1.0.0 — 2019-01-23

🎁 Added

  • Add Prettier configs for Standard & Vue (#9)

Other updates

  • Add license (4a18a78)
  • Change Vue plugin to an optional dependency (#7)

0.3.0 — 2018-09-09

♻️ Changed

  • Upgraded Standard config and associated plugins to latest major version

0.2.1 — 2018-09-08

🐛 Fixed

  • Add Vuejs plugin as dependency instead of devDependency

0.2.0 — 2018-04-17

🎁 Added

  • Add optional rules for Vuejs projects

0.1.1 — 2018-02-19

🐛 Fixed

  • Include missing import plugin for rules that reference it

0.1.0 — 2018-02-15

🎉 Initial project release

v6.2.1

20 Dec 17:15
c87286f
Compare
Choose a tag to compare

Patch Changes

  • Update typescript-eslint monorepo to v5.47.0 #318

v6.2.0

20 Dec 05:19
f0a66a2
Compare
Choose a tag to compare

Minor Changes

  • Update @typescript-eslint/eslint-plugin to v5.46.0 #304
  • Update eslint-config-xo to v0.43.1 #311
  • Update eslint-config-xo-typescript to v0.55.1 #312
  • Update eslint-plugin-unicorn to v45 #313

Patch Changes

  • Update eslint-plugin-promise to v6.1.1 #305
  • Update eslint-plugin-n to v15.5.2 #309

v6.1.0

13 Oct 15:57
4086a4d
Compare
Choose a tag to compare

Minor Changes

  • Add import sorting rules #301
  • Allow args and lib abbreviations #300
  • Update eslint-plugin-promise to v6.1.0 #299
  • Update typescript-eslint monorepo to v5.40.0 #298

Patch Changes

  • Update eslint-plugin-unicorn to v44.0.2 #297

v6.0.0

03 Oct 18:03
57c0c44
Compare
Choose a tag to compare

💣 Breaking Change

  • Upgrade plugin dependencies #295

    Also drops support for ESLint v7 (minimum version for the latest eslint-plugin-unicorn is v8.23.1).

    • eslint-plugin-unicorn → v44
    • eslint-plugin-promise → v6.0.1
    • eslint-plugin-n → v15.3.0
    • eslint-config-xo-typescript → v0.53.0
    • eslint-config-xo → v0.42.0
    • @typescript-eslint → v5.39.0

v5.2.0

15 May 16:29
da119be
Compare
Choose a tag to compare

♻️ Changed

  • Update typescript-eslint packages to v5.23.0 #263
  • Update eslint-plugin-n to v15.2.0 #264
  • Update eslint-plugin-unicorn to v42 #270
  • Update eslint-plugin-import to v2.26.0 #271

v5.1.0

17 Mar 19:58
483c93c
Compare
Choose a tag to compare

🗑️ Removed

  • Remove eslint-plugin-prettier from extended rulesets #261

    Per Prettier’s integration recommendations, Prettier is run separately from
    ESLint. Should update lint-staged config to include prettier --write for
    appropriate files.### Minor Changes

♻️ Changed

  • Update typescript-eslint packages to v5.15.0 #245
  • Update eslint-config-xo to v0.40.0 #246
  • Update eslint-config-xo-typescript to v0.50.0 #247
  • Update eslint-plugin-unicorn to v41 #250
  • Update eslint-config-prettier to v8.5.0 #251
  • Update eslint-plugin-n to v15 #254

v5.0.0

04 Feb 18:33
05207a8
Compare
Choose a tag to compare

💣 Breaking Change

  • Use XO instead of Standard as a baseline #240

    Extends eslint-config-xo (and eslint-config-xo-typescript) rules, as well as the config for import, promise, and node plugins from the XO CLI.

    Internal configs do not extend each other, in order to keep things flexible.

v4.0.0

03 Feb 04:13
b4e0b30
Compare
Choose a tag to compare

💣 Breaking Change

  • Include TypeScript rules in default config #237

    Also rolls eslint-config-standard back to the latest stable version, which
    required a rollback of eslint-plugin-node and eslint-plugin-promise in order
    for all the peerDependencies to be copacetic.

v3.0.1

27 Jan 03:53
72c9377
Compare
Choose a tag to compare

🗑️ Removed