ESLint Feedback
Version updated for https://github.com/CatChen/eslint-suggestion-action to version v4.1.26.
- This action is used across all versions by 113 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The eslint-suggestion-action GitHub Action automates the process of running ESLint on pull requests and provides inline feedback specifically for code changes made in those requests, avoiding noise from pre-existing issues. It suggests auto-fixes where applicable and allows reviewers to accept or reject them directly, streamlining the code review process and ensuring adherence to linting standards. This action is particularly useful for maintaining clean and consistent codebases with minimal manual intervention.
Release notes
What’s Changed
- Shortened imports by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4409
- Consolidated lint message construction by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4415
- Handling workflow event and PR out of sync by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4420
- Updated release workflow permissions by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4425
- Removed –external eslint in package.json by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4430
- Updated README to mention Oxlint by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4435
- Build(deps-dev): Bump lint-staged from 16.2.7 to 16.3.1 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4442
- Build(deps-dev): Bump @types/node from 25.3.2 to 25.3.3 in the types group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4440
- Build(deps-dev): Bump lint-staged from 16.3.1 to 16.3.2 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4458
- Skipped all-zero SHA in push by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4474
- Migrating to yarn v4 by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4480
- Build(deps-dev): Bump graphql from 16.13.0 to 16.13.1 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4469
- Build(deps-dev): Bump @types/node from 25.3.3 to 25.3.5 in the types group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4491
- Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4511
- Add scheduled GitHub Actions workflow to generate and sync GraphQL schema by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4518
Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v4.1.25...v4.1.26