Skip to content

Releases: platinumazure/eslint-plugin-qunit

v8.1.1

12 Feb 05:27
Compare
Choose a tag to compare

Bug Fixes

  • remove disallowed description property from config (#476) (28804af)

Release 8.1.0

11 Feb 01:07
Compare
Choose a tag to compare

8.1.0 (2024-02-11)

Features

Documentation

  • auto-generate configs list and some rule options lists with eslint-doc-generator (#416) (6fa0bdd)

Chores

Release 8.0.1

07 Oct 18:22
Compare
Choose a tag to compare

8.0.1 (2023-10-07)

Bug Fixes

Documentation

  • fix default in doc for require-expect (#383) (a70ea57)

Chores

Release 8.0.0

28 Jun 03:25
8211f6d
Compare
Choose a tag to compare

8.0.0 (2023-06-28)

⚠ BREAKING CHANGES

  • Require eslint@^8.38, drop support for eslint 7.x (#376)
  • change require-expect rule default option to never-except-zero (#375)
  • strictly define node API (#374)
  • drop support for Node 12, 14, 17, 19 (#373)

Documentation

  • Correct GitHub access token variable name for releases (#277) (7a10cb4)

Chores

  • Add object-curly-newline to ESLint config (0f88ebe)
  • tweak release-it (#380) (85f2d53)
  • Update caniuse in lockfile to suppress warnings in npm test (a29c17e)
  • use ecmaVersion latest for eslint (#379) (e2c206e)
  • use node protocol for imports (#378) (4177030)

v7.3.4

30 Nov 04:14
Compare
Choose a tag to compare

7.3.4 (2022-11-30)

Fix

  • false positives with arrow functions in no-hooks-from-ancestor-modules rule (#275) (abcb81e), closes #275

Chore

Docs

  • Add missing changelog entry (3369a75)

Upgrade

  • Bump @typescript-eslint/parser from 5.43.0 to 5.44.0 (#274) (b9c283c), closes #274
  • Bump eslint-doc-generator from 0.25.0 to 0.28.0 (#272) (98572d5), closes #272
  • Bump eslint-plugin-unicorn from 45.0.0 to 45.0.1 (#273) (672dfb5), closes #273

Release 7.3.3

22 Nov 17:08
Compare
Choose a tag to compare
  • Chore: Add dependabot (#247) (d791740)
  • Chore: Add release-it (4ac96ab)
  • Chore: Remove npm upgrade step from CI (#264) (c27c2a2)
  • Chore: Tweak release-it (1e8c668)
  • Docs: Add missing word (#266) (64d6faa)
  • Update: no-hooks-from-ancestor-modules works with arrow module callbacks (#267) (f02b60f)
  • Upgrade: Bump @typescript-eslint/parser from 5.30.5 to 5.42.0 (#255) (61b2278)
  • Upgrade: Bump @typescript-eslint/parser from 5.42.0 to 5.43.0 (#265) (0529b29)
  • Upgrade: Bump all-contributors-cli from 6.20.0 to 6.24.0 (#250) (4900937)
  • Upgrade: Bump chai from 4.3.6 to 4.3.7 (#262) (3ba3eb7)
  • Upgrade: Bump eslint from 8.19.0 to 8.26.0 (#248) (9219d80)
  • Upgrade: Bump eslint from 8.26.0 to 8.27.0 (#259) (a9ca61c)
  • Upgrade: Bump eslint from 8.27.0 to 8.28.0 (#268) (7e19200)
  • Upgrade: Bump eslint-doc-generator from 0.16.0 to 0.19.0 (#251) (70f1b71)
  • Upgrade: Bump eslint-doc-generator from 0.19.0 to 0.19.1 (#261) (3d2b3fb)
  • Upgrade: Bump eslint-doc-generator from 0.19.1 to 0.25.0 (#269) (db8d797)
  • Upgrade: Bump eslint-plugin-eslint-plugin from 4.4.0 to 5.0.6 (#258) (bdb2254)
  • Upgrade: Bump eslint-plugin-markdown from 2.2.1 to 3.0.0 (#260) (e12cfe9)
  • Upgrade: Bump eslint-plugin-mocha from 10.0.5 to 10.1.0 (#256) (457260a)
  • Upgrade: Bump eslint-plugin-unicorn from 42.0.0 to 44.0.2 (#257) (beb4bf3)
  • Upgrade: Bump eslint-plugin-unicorn from 44.0.2 to 45.0.0 (#271) (163bfdf)
  • Upgrade: Bump markdownlint-cli from 0.31.1 to 0.32.2 (#252) (805fb67)
  • Upgrade: Bump mocha from 10.0.0 to 10.1.0 (#254) (3225f2e)
  • Upgrade: Bump semver from 7.3.7 to 7.3.8 (#253) (ec622e2)
  • Upgrade: Bump typescript from 4.7.4 to 4.8.4 (#249) (ed4fa87)
  • Upgrade: Bump typescript from 4.8.4 to 4.9.3 (#270) (84a9d56)

v7.3.2

04 Nov 15:44
Compare
Choose a tag to compare
  • Fix: Handle arrow function test with except-simple configuration of the require-expect rule (#239) (Bryan Mishkin)
  • Docs: add eslint-doc-generator (#243) (Bryan Mishkin)

v7.3.1

04 Oct 22:01
v7.3.1
ef8f129
Compare
Choose a tag to compare
  • Upgrade: Outdated devDependencies (Kevin Partington)
  • Build: Add caching to ESLint (#225) (Darius Dzien)
  • Fix: incorrectly-used messageId placeholders (#236) (Bryan Mishkin)
  • Upgrade: Bump shell-quote from 1.7.2 to 1.7.3 (#235) (dependabot[bot])

v7.3.0

04 Oct 22:00
v7.3.0
a785e87
Compare
Choose a tag to compare
  • Docs: Update contributors list (Kevin Partington)
  • Upgrade: devDependencies (Kevin Partington)
  • Fix: no-compare-relation-boolean crash when passing <2 args (#234) (Derek Wickern)
  • Build: Add Node 18 to CI (#232) (Darius Dzien)
  • Fix: Allow for third parameter in no-hooks-from-ancestor-modules (#231) (Timo Tijhof)
  • Upgrade: Bump node-fetch from 2.6.1 to 2.6.7 (#229) (dependabot[bot])
  • Upgrade: Bump async from 3.2.0 to 3.2.3 (#228) (dependabot[bot])
  • Upgrade: Bump minimist from 1.2.5 to 1.2.6 (#227) (dependabot[bot])
  • Upgrade: Bump shelljs from 0.8.4 to 0.8.5 (#224) (dependabot[bot])
  • Docs: fix markdown links (#223) (Bryan Mishkin)

v7.2.0

16 Dec 18:49
v7.2.0
f6d96fa
Compare
Choose a tag to compare

7.2.0

  • Upgrade: devDependencies (Kevin Partington)
  • Update: isQunitMethod utils function detects test.only/test.skip (#221) (Baptiste Doucerain)