chore(deps): update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.30#26
Conversation
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. |
WalkthroughThis PR updates the version of the 'org.danilopianini.gradle-pre-commit-git-hooks' plugin from '2.0.18' to '2.0.30' in the settings.gradle.kts file. This is a targeted dependency version bump for the Gradle pre-commit git hooks plugin, which is used to enforce checks before code is committed. The change is isolated to just the version number, with no functional modifications to how the plugin is configured or used. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title Gradle Pre-Commit Git Hooks Plugin Workflow (v2.0.30)
actor Developer
participant IDE
participant "Gradle Build" as Gradle
participant "Pre-Commit Plugin" as Plugin
participant "Git" as Git
participant "Git Hooks" as Hooks
Developer->>IDE: Makes code changes
Developer->>IDE: Attempts to commit
IDE->>Git: Triggers pre-commit hook
Git->>Hooks: Executes pre-commit hook
Hooks->>Plugin: Invokes plugin (v2.0.30)
activate Plugin
Note over Plugin: Updated from v2.0.18 to v2.0.30
Plugin->>Gradle: Runs configured tasks
alt Tasks succeed
Gradle-->>Plugin: Success result
Plugin-->>Hooks: Allow commit
Hooks-->>Git: Proceed with commit
Git-->>IDE: Commit successful
IDE-->>Developer: Commit completed
else Tasks fail
Gradle-->>Plugin: Failure result
Plugin-->>Hooks: Reject commit
Hooks-->>Git: Abort commit
Git-->>IDE: Commit failed
IDE-->>Developer: Fix issues before committing
end
deactivate Plugin
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
|
LGTM 👍 |
3f86ad8 to
f0f4e9d
Compare
This PR contains the following updates:
2.0.18→2.0.30Release Notes
DanySK/gradle-pre-commit-git-hooks (org.danilopianini.gradle-pre-commit-git-hooks)
v2.0.30Compare Source
Dependency updates
Bug Fixes
General maintenance
TemporaryFolderand import the ktlint style file from Alchemist (fc30f64)v2.0.29Compare Source
Dependency updates
Build and continuous integration
v2.0.28Compare Source
Dependency updates
Bug Fixes
v2.0.27Compare Source
Dependency updates
Build and continuous integration
v2.0.26Compare Source
Dependency updates
v2.0.25Compare Source
Dependency updates
Build and continuous integration
v2.0.24Compare Source
Dependency updates
Build and continuous integration
v2.0.23Compare Source
Dependency updates
Build and continuous integration
v2.0.22Compare Source
Dependency updates
Build and continuous integration
v2.0.21Compare Source
Dependency updates
Build and continuous integration
v2.0.20Compare Source
Dependency updates
Build and continuous integration
v2.0.19Compare Source
Dependency updates
Build and continuous integration
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.