Releases: CatChen/eslint-suggestion-action
Releases · CatChen/eslint-suggestion-action
v2.1.0
v2.1.0 started to support GitHub Workflow push
event.
What's Changed
- Bump @types/node from 18.7.1 to 18.7.6 by @dependabot in #292
- Set up accept2ship for Dependabot by @CatChen in #294
- Bump @octokit/graphql-schema from 10.74.2 to 11.0.0 by @dependabot in #293
- Bump @typescript-eslint/parser from 5.33.0 to 5.33.1 by @dependabot in #291
- Bump @types/node from 18.7.6 to 18.7.8 by @dependabot in #295
- Bump eslint from 8.21.0 to 8.22.0 by @dependabot in #289
- Bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.33.1 by @dependabot in #288
- ci(Mergify): configuration update by @CatChen in #296
- Bump @typescript-eslint/parser from 5.33.1 to 5.34.0 by @dependabot in #300
- Bump @types/eslint from 8.4.5 to 8.4.6 by @dependabot in #298
- Bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 by @dependabot in #297
- Set up build for dependabot workflow by @CatChen in #302
- Fixed incorrect multiline format of job condition by @CatChen in #304
- Fixed incorrect multiline format of job condition by @CatChen in #306
- Enabled build Workflow on push to main by @CatChen in #307
- Giving ESLint job a name by @CatChen in #308
- Bump @octokit/plugin-throttling from 4.1.0 to 4.2.0 by @dependabot in #290
- Bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.35.0 by @dependabot in #313
- Bump @types/node from 18.7.8 to 18.7.13 by @dependabot in #310
- Bump @typescript-eslint/parser from 5.34.0 to 5.35.1 by @dependabot in #315
- Bump @octokit/graphql-schema from 11.0.0 to 12.0.0 by @dependabot in #314
- Using PR head branch for build Workflow when it's triggered by Dependabot build Workflow by @CatChen in #318
- Started running ESLint Workflow on push to main by @CatChen in #322
- Bump typescript from 4.7.4 to 4.8.2 by @dependabot in #316
- Started switch-case for different Action events; extracted pull_request event handling to a function by @CatChen in #320
- Added push event handler by @CatChen in #321
- Updated README to include the push event by @CatChen in #325
- Updated message format for push event by @CatChen in #326
- Bump @typescript-eslint/eslint-plugin from 5.35.0 to 5.35.1 by @dependabot in #317
Full Changelog: v2.0.4...v2.1.0
v2.0.4
This action starts resolving review comments if the ESLint error is fixed.
What's Changed
- Widen CatChen/check-git-status-action version from v1.0.0 to v1 by @CatChen in #280
- Bump @types/node from 18.6.5 to 18.7.0 by @dependabot in #282
- Granted more permissions to build Workflow triggered by Dependabot by @CatChen in #283
- Switched to PAT for build Workflow by @CatChen in #284
- Bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in #276
- Bump @types/node from 18.7.0 to 18.7.1 by @dependabot in #285
- Resolving review comment for fixed error by @CatChen in #281
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Fixed targets
usage with multiple directories.
What's Changed
- Added tests directory to ESLint targets by @CatChen in #269
- Appended targets glob pattern for matching multiple directories in README by @CatChen in #270
- Wrapping targets in single quote in CLI by @CatChen in #271
- Switched from @actions/exec to node:child_process.exec by @CatChen in #273
- Bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 by @dependabot in #274
- Bump @types/node from 18.6.4 to 18.6.5 by @dependabot in #277
- Bump @typescript-eslint/parser from 5.32.0 to 5.33.0 by @dependabot in #275
- ci(Mergify): configuration update by @CatChen in #278
- Optimized relative directory usage by @CatChen in #279
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0.0 has different inputs than v1.x
github-workspace
is replaced bydirectory
.eslint-path
is replaced byeslint-lib-path
.eslint-lib-path
is added to customize ESLint library path.directory
is added to support multiple ESLint projects with multiple instances of this Action.targets
is added to support globs for file matching.
What's Changed
- Point GitHub workflow Node version to .nvmrc by @CatChen in #188
- Running Workflow when Workflow definition is changed by @CatChen in #189
- Set up CodeQL Workflow by @CatChen in #191
- Fixed: LGTM.com alert by @CatChen in #192
- Added types to package.json by @CatChen in #193
- Removed github-workspace input by @CatChen in #241
- Introduced directory input by @CatChen in #245
- Split ESLint bin and lib paths into two inputs by @CatChen in #248
- Added yarn lint script; adjusted .eslintrc.json by @CatChen in #249
- Restored current filter for workflows by @CatChen in #254
- Updated README for new inputs by @CatChen in #255
- Fixed ESLint errors in the Action by @CatChen in #256
- Set up Prettier as ESLint plugin by @CatChen in #257
- Added status badges to README by @CatChen in #258
- Added targets input by @CatChen in #259
- Switched to local private action for tests by @CatChen in #260
- Enabled ESLint debug for self ESLint by @CatChen in #261
- Added CatChen/[email protected] to the build Workflow by @CatChen in #262
Full Changelog: v1.10.1...v2.0.0
v1.10.0
What's Changed
- Stopped creating review comment that already exists from previous action run.
- Made
github-workspace
input optional by usingprocess.cwd()
in place of${{ github-workspace }}
. - Made
request-changes
input default totrue
.
Full Changelog: v1.9.0...v1.10.0
v1.7.0
What's Changed
- Removed previous inputs.
- Added two new inputs:
fail-check
andrequest-changes
. - Stopped creating annotation and stopped providing out of scope feedback.
- Consolidated all suggestions into a single review instead of one review per suggestion.
Full Changelog: v1.4.0...v1.7.0
v1.4.0
- Added four workflow options.
- Added multi-line support for fix.
v1.2.0
This is the first public release in GitHub Marketplace.