Releases: AriPerkkio/eslint-remote-tester-run-action
Releases · AriPerkkio/eslint-remote-tester-run-action
v5 - FlatConfig, ESM, eslint-remote-tester@v4
This major release adds support for eslint-remote-tester@v4
and ESLint's FlatConfig
. Node version was updated from 18 to 20.
What's Changed
- feat!: support
eslint-remote-tester@v4
, ESM &FlatConfig
by @AriPerkkio in #33 - feat!: use node 20 by @AriPerkkio in 5724813
Full Changelog: v4.1.0...v5
v4.1.0 - Support for issue labels
Adds support for using labels on the created issues. This allows repository owners to rename issues created by the bot while still being able to receive results on the existing issue.
What's Changed
- feat: support adding issue labels by @AriPerkkio in #29
Full Changelog: 7e2cf82...v4.1.0
v4 - Updates NodeJS to 18
v3.0.3
v3
Requires eslint-remote-tester@^2.1.1
.
What's Changed
- feat!: support config file as typescript by @AriPerkkio in #23
Full Changelog: v2...v3
v3.0.2
v3.0.1
v2.0.1
What's Changed
- fix: sleep 5s before retrying failed request by @AriPerkkio in #21
Full Changelog: v2...v2.0.1
v2
Replaces Github JavaScript action with Github Docker container action. This bumps nodejs version of the action from 12 to 14 and adds support for ESLint v8.
feat!: update node 12 to 14 (#20)
- Adds support for eslint 8
v1.3.1
fix: handle GitHub API errors (#19)