ESLint Feedback
Version updated for https://github.com/CatChen/eslint-suggestion-action to version v4.1.27.
- This action is used across all versions by 116 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 runs ESLint on changes within a Pull Request and provides inline feedback specifically for modified lines, avoiding noise from pre-existing code issues. It automates the process of identifying and suggesting auto-fixes for ESLint problems directly within the PR, allowing developers to review and apply fixes easily. This action streamlines code review by enhancing code quality and reducing manual intervention for linting corrections.
Release notes
What’s Changed
- Handling push event with >300 files in diff by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4527
- Build(deps-dev): Bump @types/node from 25.3.5 to 25.4.0 in the types group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4552
- Build(deps-dev): Bump the development-dependencies group with 3 updates by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4555
- Created test for more than 300 files in a push by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4547
- Removed unused outputs by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4589
- Build(deps-dev): Bump lint-staged from 16.3.2 to 16.3.3 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4594
- Tweaked test push workflow by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4605
- Add body to PR for GraphQL schema synchronization by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4610
- Enhance GitHub Actions workflow for schema updates by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4615
- Build(deps): Bump tar from 7.5.10 to 7.5.11 by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4619
- Removed reviewer in Dependabot config by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4627
- Synchronized GitHub GraphQL schema by @check-git-status-bot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4649
- Build(deps-dev): Bump @types/node from 25.4.0 to 25.5.0 in the types group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4656
- Synchronized GitHub GraphQL schema by @check-git-status-bot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4672
- Updated agent instructions by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4686
- Build(deps-dev): Bump the development-dependencies group with 2 updates by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4709
- Fixed yarn warnings and migrated to @ianvs/prettier-plugin-sort-imports by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4728
- Synchronized GitHub GraphQL schema by @check-git-status-bot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4738
- Build(deps): Bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4750
- Updated description in package.json by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4757
- Build(deps-dev): Bump the development-dependencies group with 4 updates by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4745
- Synchronized GitHub GraphQL schema by @check-git-status-bot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4768
- Build(deps-dev): Bump eslint from 10.0.3 to 10.1.0 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4778
- Build(deps): Bump flatted from 3.3.1 to 3.4.2 by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4773
- Fixed release workflow by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4791
New Contributors
- @check-git-status-bot[bot] made their first contribution in https://github.com/CatChen/eslint-suggestion-action/pull/4649
Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v4.1.26...v4.1.27