ESLint Feedback
Version updated for https://github.com/CatChen/eslint-suggestion-action to version v4.1.24.
- 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 request changes and provides inline feedback directly on the modified lines. It suggests auto-fixes for issues where possible and allows users to review and accept these fixes, helping maintain code quality without creating noise for pre-existing code. This action streamlines linting in pull requests by focusing feedback only on relevant changes.
Release notes
What’s Changed
- Build(deps-dev): Bump the development-dependencies group with 3 updates by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4191
- Build(deps): Bump glob from 13.0.3 to 13.0.5 by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4198
- Build(deps-dev): Bump the development-dependencies group with 2 updates by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4207
- Build(deps-dev): Bump @types/node from 25.2.3 to 25.3.0 in the types group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4233
- Build(deps): Bump glob from 13.0.5 to 13.0.6 by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4236
- Build(deps): Bump @octokit/plugin-retry from 8.0.3 to 8.1.0 by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4208
- Align check-pr step with matrix expected check names and preserve GH API headers by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4274
- Build(deps): Bump CatChen/check-git-status-action from 1 to 2 by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4292
- Template dependency sync by @CatChen in https://github.com/CatChen/eslint-suggestion-action/pull/4303
- Build(deps-dev): Bump eslint from 10.0.0 to 10.0.1 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/eslint-suggestion-action/pull/4283
Full Changelog: https://github.com/CatChen/eslint-suggestion-action/compare/v4.1.23...v4.1.24