Skip to content

Commit 78009a0

Browse files
Prepare Release v1.0.0 using 'release-plan'
1 parent fbdb44b commit 78009a0

3 files changed

Lines changed: 72 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"solution": {
3+
"eslint-plugin-qunit-dom": {
4+
"impact": "major",
5+
"oldVersion": "0.2.0",
6+
"newVersion": "1.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "minor",
15+
"reason": "Appears in changelog section :rocket: Enhancement"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :bug: Bug Fix"
20+
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :memo: Documentation"
24+
},
25+
{
26+
"impact": "patch",
27+
"reason": "Appears in changelog section :house: Internal"
28+
}
29+
],
30+
"pkgJSONPath": "./package.json"
31+
}
32+
},
33+
"description": "## Release (2026-07-03)\n\n* eslint-plugin-qunit-dom 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `eslint-plugin-qunit-dom`\n * [#445](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/445) Drop support for Node < 22 ([@nickschot](https://github.com/nickschot))\n\n#### :rocket: Enhancement\n* `eslint-plugin-qunit-dom`\n * [#336](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/336) Add require-assertion rule ([@backspace](https://github.com/backspace))\n * [#220](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/220) Rebrand simplabs to Mainmatter ([@BobrImperator](https://github.com/BobrImperator))\n * [#37](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/37) Reimplement `no-checked-selector` rule ([@Turbo87](https://github.com/Turbo87))\n * [#36](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/36) no-ok-find: Add support for `assert.equal(find(...).length, 1)` assertions ([@Turbo87](https://github.com/Turbo87))\n\n#### :bug: Bug Fix\n* `eslint-plugin-qunit-dom`\n * [#35](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/35) no-ok-find: Fix parent scope guards ([@Turbo87](https://github.com/Turbo87))\n * [#34](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/34) no-ok-find: Fix false positive due to incorrect regex ([@Turbo87](https://github.com/Turbo87))\n\n#### :memo: Documentation\n* `eslint-plugin-qunit-dom`\n * [#249](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/249) Automate docs with eslint-doc-generator ([@bmish](https://github.com/bmish))\n\n#### :house: Internal\n* `eslint-plugin-qunit-dom`\n * [#448](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/448) start using release-plan ([@mansona](https://github.com/mansona))\n * [#33](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/33) no-ok-find: Simplify error messages ([@Turbo87](https://github.com/Turbo87))\n\n#### Committers: 6\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Bryan Mishkin ([@bmish](https://github.com/bmish))\n- Buck Doyle ([@backspace](https://github.com/backspace))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))\n"
34+
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## Release (2026-07-03)
4+
5+
* eslint-plugin-qunit-dom 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `eslint-plugin-qunit-dom`
9+
* [#445](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/445) Drop support for Node < 22 ([@nickschot](https://github.com/nickschot))
10+
11+
#### :rocket: Enhancement
12+
* `eslint-plugin-qunit-dom`
13+
* [#336](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/336) Add require-assertion rule ([@backspace](https://github.com/backspace))
14+
* [#220](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/220) Rebrand simplabs to Mainmatter ([@BobrImperator](https://github.com/BobrImperator))
15+
* [#37](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/37) Reimplement `no-checked-selector` rule ([@Turbo87](https://github.com/Turbo87))
16+
* [#36](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/36) no-ok-find: Add support for `assert.equal(find(...).length, 1)` assertions ([@Turbo87](https://github.com/Turbo87))
17+
18+
#### :bug: Bug Fix
19+
* `eslint-plugin-qunit-dom`
20+
* [#35](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/35) no-ok-find: Fix parent scope guards ([@Turbo87](https://github.com/Turbo87))
21+
* [#34](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/34) no-ok-find: Fix false positive due to incorrect regex ([@Turbo87](https://github.com/Turbo87))
22+
23+
#### :memo: Documentation
24+
* `eslint-plugin-qunit-dom`
25+
* [#249](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/249) Automate docs with eslint-doc-generator ([@bmish](https://github.com/bmish))
26+
27+
#### :house: Internal
28+
* `eslint-plugin-qunit-dom`
29+
* [#448](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/448) start using release-plan ([@mansona](https://github.com/mansona))
30+
* [#33](https://github.com/mainmatter/eslint-plugin-qunit-dom/pull/33) no-ok-find: Simplify error messages ([@Turbo87](https://github.com/Turbo87))
31+
32+
#### Committers: 6
33+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
34+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
35+
- Buck Doyle ([@backspace](https://github.com/backspace))
36+
- Chris Manson ([@mansona](https://github.com/mansona))
37+
- Nick Schot ([@nickschot](https://github.com/nickschot))
38+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
39+
340

441

542
## v0.2.0 (2021-09-16)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-qunit-dom",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"repository": "https://github.com/Mainmatter/eslint-plugin-qunit-dom/",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)