chore(deps): update wearerequired/lint-action to v3 - #142
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.3.0→v3.0.2Release Notes
wearerequired/lint-action (wearerequired/lint-action)
v3.0.2Compare Source
This patch release fixes an auto-fix crash and refreshes bundled and development dependencies.
🐛 Fixes
auto_fixno longer crashes when tracked files are only stat-dirty. A tracked file rewritten with identical content — a lockfile touched by a dependency install step, or a formatter that rewrites files without changing them — was reported as changed whilegit commit -amhad nothing to commit, which crashed the action. The Git index is now refreshed before change detection. (#1019, fixes #140)🔒 Dependencies
Bumped vulnerable transitive dependencies to patched versions within their existing ranges —
minimatch(5.1.9 in the shipped bundle viaglob),brace-expansion,js-yaml,flatted,picomatch, andbraces/minimatch/picomatch/flattedin the test fixtures. Clears all open Dependabot alerts.These are ReDoS/parsing advisories in glob/cache internals and are not reachable with attacker-controlled input in the action (the only shipped
globcall uses an owner-configured, fixed-shape pattern) — dependency hygiene, not a fix for an exploitable issue. (#1017)Full changelog: wearerequired/lint-action@v3.0.1...v3.0.2
v3.0.1Compare Source
This patch release fixes a stylelint regression from the stylelint 16 support added in v3.0.0.
🐛 Fixes
0when there are no issues. The runner only captured stderr on a non-zero exit, so a clean project produced an empty report and the action failed withError parsing stylelint JSON output. stderr is now captured regardless of exit code, and a regression test covers the exit-0 path. (#1016)Full changelog: wearerequired/lint-action@v3.0.0...v3.0.1
v3.0.0Compare Source
This is a major release. lint-action now runs on Node.js 24, adds several new linters, and ships a security fix along with many robustness improvements accumulated since v2.3.0.
erb_lintexecutable instead of the deprecatederblintshim (which is broken on Windows). (#997, #1001)✨ New linters
standardrb) — Ruby (#1008)🔒 Security
🐛 Fixes & improvements
[linter]_dir, and dotnet-format annotations show up on Windows — annotation paths are made repo-root-relative and use forward slashes. (#1012, fixes #94 and #608)🗑️ Deprecations
🧰 Under the hood
Full changelog: wearerequired/lint-action@v2.3.0...v3.0.0
v3Compare Source
Configuration
📅 Schedule: (in timezone Europe/Paris)
* 12 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.