Skip to content

Releases: tclindner/eslint-config-tc

v19.3.0

05 Jun 21:57
87b276f
Compare
Choose a tag to compare

👑 Changed

  • Turn off unicorn/prefer-prototype-methods for test files (#327)

🧹 Chores

  • Bump eslint-plugin-import from 2.22.1 to 2.23.2 (#318)
  • Bump eslint from 7.26.0 to 7.27.0 (#320)
  • Bump eslint-plugin-import from 2.23.2 to 2.23.3 (#319)
  • Bump @jest/globals from 26.6.2 to 27.0.1 (#322)
  • Bump jest from 26.6.3 to 27.0.1 (#321)
  • Bump jest from 27.0.1 to 27.0.3 (#325)
  • Bump @jest/globals from 27.0.1 to 27.0.3 (#323)
  • Bump eslint-plugin-import from 2.23.3 to 2.23.4 (#324)
  • Bump jest from 27.0.3 to 27.0.4 (#326)

v19.2.0

10 May 16:55
8d7adb2
Compare
Choose a tag to compare

👑 Changed

  • Disable unicorn/numeric-separators-style (#315) - Thanks @pohnemus!

🧹 Chores

  • Bump lodash from 4.17.20 to 4.17.21 (#311)
  • Bump eslint from 7.25.0 to 7.26.0 (#313)
  • Bump prettier from 2.2.1 to 2.3.0 (#314)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#312)

v19.1.0

02 May 01:58
ca2e7e9
Compare
Choose a tag to compare

👑 Changed

  • Disable prefer-node-protocol (#308)

v19.0.0

27 Apr 01:29
a712db2
Compare
Choose a tag to compare

💥 Breaking Changes

  • Upgrade to eslint-plugin-unicorn 31.0.0 (#306)
  • Remove support for Node 10 (#306)

Thanks, @pohnemus 🎉

🧹 Chores

  • Bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#293)
  • Bump eslint from 7.22.0 to 7.23.0 (#294)
  • Bump y18n from 4.0.0 to 4.0.1 (#295)
  • Bump eslint-plugin-jest from 24.3.2 to 24.3.4 (#296)
  • Bump eslint from 7.23.0 to 7.24.0 (#297)
  • Bump eslint-plugin-jest from 24.3.4 to 24.3.5 (#298)
  • Do not run codeql on push (#299)
  • Bump eslint-config-prettier from 8.1.0 to 8.2.0 (#300)
  • Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 (#301)
  • Bump eslint from 7.24.0 to 7.25.0 (#303)
  • Bump eslint-config-prettier from 8.2.0 to 8.3.0 (#304)
  • Bump eslint-plugin-jest from 24.3.5 to 24.3.6 (#305)

v18.1.0

17 Mar 02:10
583b341
Compare
Choose a tag to compare

🗑️ Removed

🧹 Chores

  • Bump eslint from 7.21.0 to 7.22.0 (#291)
  • Bump eslint-plugin-jest from 24.2.1 to 24.3.1 (#290)
  • Bump eslint-plugin-unicorn from 25.0.1 to 28.0.2 (#289)

v18.0.0

14 Mar 23:26
02e98a0
Compare
Choose a tag to compare

💥 Breaking changes

🧹 Chores

v17.0.0

05 Jan 03:49
e3b319a
Compare
Choose a tag to compare

💥 Breaking changes

  • v17 (#273) from @pohnemus
    • Update peerDependency range for eslint-plugin-unicorn to include ^25.0.0. v25.0.0 adds new rules and renames existing rules. See the linked release notes. 🦄 Closes #268
    • Rule set now extends prettier/unicorn. Closes #263

🧹 Chores

  • Bump eslint-config-prettier from 6.15.0 to 7.1.0 (#270)
  • Bump eslint from 7.15.0 to 7.16.0 (#271)
  • Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#269)
  • Bump node-notifier from 8.0.0 to 8.0.1 (#272)
  • Bump eslint from 7.16.0 to 7.17.0 (#274)

v16.4.0

18 Dec 05:08
6cb3d8a
Compare
Choose a tag to compare

👑 Changed

v16.3.1

06 Dec 21:58
c42bc23
Compare
Choose a tag to compare

🙈 Fixed

  • Remove import/no extraneous dependencies overrides (#264)

v16.3.0

06 Dec 15:56
ee8250d
Compare
Choose a tag to compare

Changed 👑

  • Updated import/no-extraneous-dependencies config. Closes #255
  • Turned off import/prefer-default-export.
  • Turned off no-undefined for *.test.{js,ts} and *.spec.{js,ts} files.
  • Widened eslint-plugin-jest peerDependency range.

Chores 🧹

  • Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 (#261)
  • Bump prettier from 2.2.0 to 2.2.1 (#260)