Releases: qunitjs/eslint-plugin-qunit
Releases · qunitjs/eslint-plugin-qunit
Release 8.0.0
v7.3.4
Release 7.3.3
- 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
v7.3.1
v7.3.0
- 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
v7.1.0
7.1.0
- Chore: Add jsdoc
type
annotation to rules (#219) (Bryan Mishkin) - Update: handle adding TypeScript type to
this
parameter intest
hook in many rules (#217) (Bryan Mishkin) - Build: Move wrap/unwrap helpers to testUtils (#216) (Ed S)
- Fix: Check for arrow functions in utils.getAssertContextNameForTest (#214) (Ed S)
- Docs: ensure rule docs mention all rule options (#212) (Bryan Mishkin)
v7.0.0
7.0.0
- Chore: Add npm upgrade step to CI workflow (Kevin Partington)
- Upgrade: Most devDependencies (Kevin Partington)
- Upgrade: update eslint-plugin-eslint-plugin to v4 (#211) (Bryan Mishkin)
- Upgrade: eslint-plugin-unicorn to v37 (#210) (Bryan Mishkin)
- Update: support ESLint v8 (#209) (Bryan Mishkin)
- Chore: Add
eslint-plugin
keyword in package.json (#204) (Bryan Mishkin)
7.0.0-rc.0
- Breaking: Remove
fixToNotOk
andcheckBooleanAssertions
rule options (#197) (Bryan Mishkin) - Breaking: Add
no-assert-equal
torecommended
config (#194) (Bryan Mishkin) - Breaking: Drop support for old Node and ESLint versions (#189) (Kevin Partington)
- Breaking: Remove no-arrow-tests from recommended config (#200) (Kevin Partington)
- Docs: switch from github emojis to standard emojis (#198) (Bryan Mishkin)
- Docs: fix typos (#196) (Bryan Mishkin)