ESLint Suggestion
Version updated for https://github.com/CatChen/eslint-suggestion-action to version v4.1.24.
- This action is used across all versions by 112 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 is a GitHub Action that automates the process of running ESLint on Pull Request changes and provides inline feedback directly within the code review. It highlights ESLint issues only on modified lines, reducing noise, and suggests auto-fixable solutions where applicable, allowing developers to accept fixes seamlessly. This action streamlines code quality enforcement and improves the efficiency of code reviews.
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