Conversation
Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.11.4 to 1.11.11. - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.11.4...v1.11.11) --- updated-dependencies: - dependency-name: lefthook dependency-version: 1.11.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request bumps the version of the Sequence diagram for lefthook executionsequenceDiagram
participant Developer
participant Git
participant Lefthook
participant Hook1
participant Hook2
Developer->>Git: git commit
Git->>Lefthook: Triggers pre-commit hook
Lefthook->>Hook1: Execute Hook1
activate Hook1
Hook1->>Git: Runs command (e.g., linting)
Git-->>Hook1: Returns result
deactivate Hook1
Lefthook->>Hook2: Execute Hook2
activate Hook2
Hook2->>Git: Runs command (e.g., formatting)
Git-->>Hook2: Returns result
deactivate Hook2
Lefthook-->>Git: Returns success/failure
Git-->>Developer: Commit successful/failed
Updated class diagram for lefthookclassDiagram
class Lefthook {
-version: string
+Lefthook(version: string)
+run()
+addHook(hook: Hook)
}
class Hook {
-name: string
-command: string
+Hook(name: string, command: string)
+execute()
}
Lefthook -- Hook: has many
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Superseded by #248. |
Bumps lefthook from 1.11.4 to 1.11.11.
Release notes
Sourced from lefthook's releases.
Changelog
Sourced from lefthook's changelog.
Commits
0cf2aec1.11.11: support mise tool4c3cf3ddeps: koanf and jsonschema (#1013)3146009feat: add support for mise (#1007)38390de1.11.10: add support for uv tool91937c8deps: bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 (#1005) (#1006)b063f9afeat: add support for uv (#1004)76078341.11.9: better logging3e9e205fix: better logging (#1003)c85a064feat(npm): allow installing hooks in CI (#1001)573fd6fdeps: April 2025Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Upgrade lefthook from version 1.11.4 to 1.11.11
New Features:
Bug Fixes:
Enhancements: