Releases: mtfoley/pr-compliance-action
v1.3.1
What's Changed
Bug Fixes:
Other Changes:
- chore(deps): bump conventional-changelog-conventionalcommits from 5.0.0 to 7.0.1 by @dependabot in #380
- chore(deps): bump conventional-commits-parser from 3.2.4 to 5.0.0 by @dependabot in #381
- chore(deps-dev): bump eslint-plugin-jest from 27.1.7 to 27.2.3 by @dependabot in #379
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- feat: add required issue labels by @JoshuaKGoldberg in #366
- chore(deps-dev): bump prettier from 2.8.3 to 2.8.8 by @dependabot in #361
- chore(deps-dev): bump eslint from 8.33.0 to 8.39.0 by @dependabot in #362
- chore(deps-dev): bump @types/node from 18.11.13 to 20.5.3 by @dependabot in #370
- chore(deps-dev): bump @typescript-eslint/parser from 5.47.1 to 5.62.0 by @dependabot in #369
- chore: run npm audit fix by @mtfoley in #373
Full Changelog: v1.2.1...v1.3.0
Fix default `body-regex` pattern
What's Changed
Bug Fixes:
-
fix: default
body-regex
only match exact keyword matches and does not match issue#0
by @RebeccaStevens in #347
Thanks to @RebeccaStevens for the excellent attention to detail on this one! -
chore: npm audit fix and recompile by @mtfoley in #349
Capture security updates forjson5
andminimist
-
chore(deps): bump @actions/github from 5.0.3 to 5.1.1 by @dependabot in #320
-
chore(deps-dev): bump eslint-plugin-github from 4.3.6 to 4.6.0 by @dependabot in #321
-
chore(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.1 by @dependabot in #324
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.1 by @dependabot in #323
-
chore(deps-dev): bump eslint-plugin-jest from 26.5.3 to 27.1.7 by @dependabot in #319
-
chore(deps): bump @octokit/core from 4.1.0 to 4.2.0 by @dependabot in #340
-
chore(deps-dev): bump eslint from 8.30.0 to 8.33.0 by @dependabot in #341
-
chore(deps-dev): bump prettier from 2.7.1 to 2.8.3 by @dependabot in #342
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.50.0 by @dependabot in #343
-
chore(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.1 by @dependabot in #344
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.50.0 to 5.52.0 by @dependabot in #348
New Contributors
- @RebeccaStevens made their first contribution in #347
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
-
chore: overhauled ESLint config by @JoshuaKGoldberg in #313
Thanks to @JoshuaKGoldberg for the excellent overhaul of the ESLint Configuration -
chore: upgrade @actions/core by @mtfoley in #314
Thanks to @ArcadeMode for the nudge to correct deprecated use of @actions/core v1.9! -
feat: use node v16 by @mtfoley in #317
Thanks to @ArcadeMode for the nudge to correct deprecated use of Node v12! -
chore(deps): bump @actions/github from 5.0.1 to 5.0.3 by @dependabot in #194
-
chore(deps-dev): bump @types/node from 17.0.31 to 18.0.0 by @dependabot in #215
-
chore(deps-dev): bump prettier from 2.6.2 to 2.7.1 by @dependabot in #218
-
chore(deps-dev): bump eslint-plugin-jest from 26.1.5 to 26.5.3 by @dependabot in #210
-
chore(deps-dev): bump @typescript-eslint/parser from 5.22.0 to 5.29.0 by @dependabot in #217
-
chore(deps): bump @actions/core from 1.8.0 to 1.9.0 by @dependabot in #219
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.22.0 to 5.29.0 by @dependabot in #216
-
chore(deps-dev): bump eslint from 8.15.0 to 8.18.0 by @dependabot in #220
-
chore(deps-dev): bump typescript from 4.6.4 to 4.7.4 by @dependabot in #221
-
chore(deps-dev): bump @vercel/ncc from 0.33.4 to 0.34.0 by @dependabot in #222
-
chore(deps): bump conventional-changelog-conventionalcommits from 4.6.3 to 5.0.0 by @dependabot in #223
-
chore(deps-dev): bump @typescript-eslint/parser from 5.29.0 to 5.30.0 by @dependabot in #224
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.0 by @dependabot in #225
-
chore(deps-dev): bump eslint from 8.18.0 to 8.30.0 by @dependabot in #315
-
chore(deps): bump @octokit/core from 3.6.0 to 4.1.0 by @dependabot in #284
-
chore(deps-dev): bump @types/node from 18.0.0 to 18.11.13 by @dependabot in #309
-
chore(deps-dev): bump @typescript-eslint/parser from 5.30.0 to 5.46.1 by @dependabot in #308
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.0 to 5.46.1 by @dependabot in #310
New Contributors
- @JoshuaKGoldberg made their first contribution in #313
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
-
feat: body-fail option by @mtfoley in #193
This change adds body-fail input with a default value of false. If set to true, the action will show a failing check if PR body does not match
body-regex. By default, only a warning is registered.
Thanks to @leynier and @nkapinos for feature ideas for this GitHub Action! -
chore(deps-dev): bump @types/node from 17.0.8 to 17.0.18 by @dependabot in #135
-
chore(deps-dev): bump eslint from 8.6.0 to 8.9.0 by @dependabot in #133
-
chore(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 by @dependabot in #122
-
chore(deps-dev): bump @typescript-eslint/parser from 5.9.1 to 5.12.0 by @dependabot in #136
-
chore(deps-dev): bump jest from 27.4.7 to 27.5.1 by @dependabot in #139
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.9.1 to 5.12.0 by @dependabot in #134
-
chore(deps-dev): bump eslint-plugin-jest from 25.3.4 to 26.1.1 by @dependabot in #138
-
chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 by @dependabot in #140
-
chore(deps-dev): bump @vercel/ncc from 0.33.1 to 0.33.3 by @dependabot in #137
-
chore(deps-dev): bump @types/node from 17.0.18 to 17.0.19 by @dependabot in #143
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 by @dependabot in #142
-
chore(deps-dev): bump @typescript-eslint/parser from 5.12.0 to 5.12.1 by @dependabot in #144
-
chore(deps-dev): bump typescript from 4.5.5 to 4.6.4 by @dependabot in #178
-
chore(deps-dev): bump @types/node from 17.0.19 to 17.0.31 by @dependabot in #177
-
chore(deps-dev): bump eslint from 8.9.0 to 8.14.0 by @dependabot in #176
-
chore(deps-dev): bump @typescript-eslint/parser from 5.12.1 to 5.22.0 by @dependabot in #179
-
chore(deps): bump @actions/core from 1.6.0 to 1.8.0 by @dependabot in #183
-
chore(deps-dev): bump prettier from 2.5.1 to 2.6.2 by @dependabot in #186
-
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.22.0 by @dependabot in #180
-
chore(deps-dev): bump @vercel/ncc from 0.33.3 to 0.33.4 by @dependabot in #188
-
chore(deps): bump @octokit/core from 3.5.1 to 3.6.0 by @dependabot in #190
-
chore(deps-dev): bump eslint-plugin-jest from 26.1.1 to 26.1.5 by @dependabot in #187
-
chore(deps-dev): bump eslint from 8.14.0 to 8.15.0 by @dependabot in #189
-
chore(deps): bump @actions/github from 5.0.0 to 5.0.1 by @dependabot in #184
-
chore(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6 by @dependabot in #185
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
README was updated to reflect pull_request_target
as trigger event in sample workflow file.
- Update README.md by @mtfoley in #117
- chore(deps-dev): bump jest from 27.4.5 to 27.4.7 by @dependabot in #114
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.9.0 to 5.9.1 by @dependabot in #113
- chore(deps-dev): bump @typescript-eslint/parser from 5.9.0 to 5.9.1 by @dependabot in #115
Full Changelog: v1.0.0...v1.0.1
v1.0.0 pr-compliance-action Ready for Use
What's Changed
- docs: Create CONTRIBUTING.md by @mtfoley in #110
- chore(deps-dev): bump eslint from 8.5.0 to 8.6.0 by @dependabot in #105
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.8.1 to 5.9.0 by @dependabot in #106
- chore(deps): bump conventional-commits-parser from 3.2.3 to 3.2.4 by @dependabot in #107
- chore(deps-dev): bump @typescript-eslint/parser from 5.8.1 to 5.9.0 by @dependabot in #108
- chore(deps): bump conventional-changelog-conventionalcommits from 4.6.2 to 4.6.3 by @dependabot in #109
- chore(deps-dev): bump eslint-plugin-jest from 25.3.0 to 25.3.4 by @dependabot in #112
- chore(deps-dev): bump @types/node from 17.0.5 to 17.0.8 by @dependabot in #111
Full Changelog: v0.5.0...v1.0.0
v0.5.0 Use PR Reviews
What's Changed
- feat: use review comments by @mtfoley in #104
- chore(deps-dev): bump ts-jest from 27.0.7 to 27.1.2 by @dependabot in #91
- chore(deps-dev): bump @typescript-eslint/parser from 5.5.0 to 5.8.0 by @dependabot in #92
- chore(deps-dev): bump eslint from 8.3.0 to 8.5.0 by @dependabot in #93
- chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 by @dependabot in #84
- chore(deps-dev): bump @vercel/ncc from 0.33.0 to 0.33.1 by @dependabot in #96
- chore(deps-dev): bump jest from 27.4.3 to 27.4.5 by @dependabot in #95
- chore(deps-dev): bump @types/node from 16.11.11 to 17.0.2 by @dependabot in #97
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.5.0 to 5.8.0 by @dependabot in #94
- chore(deps-dev): bump typescript from 4.5.2 to 4.5.4 by @dependabot in #103
- chore(deps-dev): bump @types/node from 17.0.2 to 17.0.5 by @dependabot in #100
- chore(deps): bump conventional-changelog-conventionalcommits from 4.6.1 to 4.6.2 by @dependabot in #101
- chore(deps-dev): bump @typescript-eslint/parser from 5.8.0 to 5.8.1 by @dependabot in #102
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.8.0 to 5.8.1 by @dependabot in #99
Full Changelog: v0.4.0...v0.5.0
v0.4.0: default `repo-token` to `github.token`
What's Changed
- feat: default
repo-token
togithub.token
by @MichaelDeBoey in #75 - chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 by @dependabot in #70
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.4.0 to 5.5.0 by @dependabot in #71
- chore(deps-dev): bump @typescript-eslint/parser from 5.4.0 to 5.5.0 by @dependabot in #72
- chore(deps-dev): bump eslint-plugin-jest from 25.2.4 to 25.3.0 by @dependabot in #73
- chore(deps-dev): bump @types/node from 16.11.7 to 16.11.11 by @dependabot in #78
- chore(deps-dev): bump jest from 27.3.1 to 27.4.3 by @dependabot in #79
- chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #80
- chore(deps-dev): bump @vercel/ncc from 0.32.0 to 0.33.0 by @dependabot in #81
New Contributors
- @MichaelDeBoey made their first contribution in #75
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat: fallback to default branch by @mtfoley in #68
- docs: Update README for write permission by @mtfoley in #67
- chore(deps-dev): bump @types/node from 16.11.4 to 16.11.7 by @dependabot in #62
- chore(deps-dev): bump eslint-plugin-jest from 25.2.2 to 25.2.4 by @dependabot in #56
- chore(deps-dev): bump typescript from 4.4.4 to 4.5.2 by @dependabot in #65
- chore(deps-dev): bump @typescript-eslint/parser from 5.1.0 to 5.4.0 by @dependabot in #63
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.1.0 to 5.4.0 by @dependabot in #61
- chore(deps-dev): bump @vercel/ncc from 0.31.1 to 0.32.0 by @dependabot in #66
- chore(deps-dev): bump eslint and eslint-plugin-github by @dependabot in #64
Full Changelog: v0.2.1...v0.3.0