Skip to content

Commit e399d6f

Browse files
committed
Release 7.3.4
1 parent 908ed50 commit e399d6f

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2+
3+
## [7.3.4](https://github.com/platinumazure/eslint-plugin-qunit/compare/v7.3.3...v7.3.4) (2022-11-30)
4+
5+
6+
### Chore
7+
8+
* Add @release-it/conventional-changelog ([4e2f397](https://github.com/platinumazure/eslint-plugin-qunit/commit/4e2f39707cb5606d53d1395fd58c4b5d908ab2ea))
9+
* Add CodeQL (#276) ([908ed50](https://github.com/platinumazure/eslint-plugin-qunit/commit/908ed507639d0a3a1f07ef6fb017c405d906982e)), closes [#276](https://github.com/platinumazure/eslint-plugin-qunit/issues/276)
10+
11+
### Docs
12+
13+
* Add missing changelog entry ([3369a75](https://github.com/platinumazure/eslint-plugin-qunit/commit/3369a75219fd929bd0d88bf7af8829efca7ae743))
14+
15+
### Fix
16+
17+
* false positives with arrow functions in no-hooks-from-ancestor-modules rule (#275) ([abcb81e](https://github.com/platinumazure/eslint-plugin-qunit/commit/abcb81e59aba57a0df265ecbe461ee09a6af4dc7)), closes [#275](https://github.com/platinumazure/eslint-plugin-qunit/issues/275)
18+
19+
### Upgrade
20+
21+
* Bump @typescript-eslint/parser from 5.43.0 to 5.44.0 (#274) ([b9c283c](https://github.com/platinumazure/eslint-plugin-qunit/commit/b9c283c17ae6a88440be2749523a03151f615d21)), closes [#274](https://github.com/platinumazure/eslint-plugin-qunit/issues/274)
22+
* Bump eslint-doc-generator from 0.25.0 to 0.28.0 (#272) ([98572d5](https://github.com/platinumazure/eslint-plugin-qunit/commit/98572d599ab0c44f6935f7390b75d409e7d49282)), closes [#272](https://github.com/platinumazure/eslint-plugin-qunit/issues/272)
23+
* Bump eslint-plugin-unicorn from 45.0.0 to 45.0.1 (#273) ([672dfb5](https://github.com/platinumazure/eslint-plugin-qunit/commit/672dfb5902d1b39a9cc8d5b7ff54a175c27cf8c6)), closes [#273](https://github.com/platinumazure/eslint-plugin-qunit/issues/273)
24+
125
### 7.3.3
226

327
* Chore: Add dependabot (#247) (d791740)
@@ -443,4 +467,4 @@
443467
* Adding eslint config files. (Kevin Partington)
444468
* Added .gitignore file. (Kevin Partington)
445469
* Adding package.json. (Kevin Partington)
446-
* Initial commit (Kevin Partington)
470+
* Initial commit (Kevin Partington)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-qunit",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)