Skip to content

Releases: CatChen/eslint-suggestion-action

v2.1.0

27 Aug 09:52
4b0415b
Compare
Choose a tag to compare

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

11 Aug 22:25
7fc508b
Compare
Choose a tag to compare

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

10 Aug 02:57
a0e1e32
Compare
Choose a tag to compare

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

06 Aug 00:25
e9dc43c
Compare
Choose a tag to compare

What's Changed

  • Switching working directory when directory input is set by @CatChen in #268

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Aug 23:25
5bd6666
Compare
Choose a tag to compare

What's Changed

  • Fixed eslint-bin-path is used in place of targets by @CatChen in #267

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Aug 16:40
c9a35a7
Compare
Choose a tag to compare

v2.0.0 has different inputs than v1.x

  • github-workspace is replaced by directory.
  • eslint-path is replaced by eslint-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

Full Changelog: v1.10.1...v2.0.0

v1.10.0

30 May 22:37
4610dd4
Compare
Choose a tag to compare

What's Changed

  • Stopped creating review comment that already exists from previous action run.
  • Made github-workspace input optional by using process.cwd() in place of ${{ github-workspace }}.
  • Made request-changes input default to true.

Full Changelog: v1.9.0...v1.10.0

v1.7.0

21 May 04:04
73a2fda
Compare
Choose a tag to compare

What's Changed

  • Removed previous inputs.
  • Added two new inputs: fail-check and request-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

19 Apr 04:19
fb0ba76
Compare
Choose a tag to compare
  • Added four workflow options.
  • Added multi-line support for fix.

v1.2.0

18 Apr 18:57
b4c9d34
Compare
Choose a tag to compare

This is the first public release in GitHub Marketplace.