-
Notifications
You must be signed in to change notification settings - Fork 1
DEPS: Bump lefthook from 2.0.13 to 2.0.15 #1554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [lefthook](https://github.com/evilmartians/lefthook) from 2.0.13 to 2.0.15. - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v2.0.13...v2.0.15) --- updated-dependencies: - dependency-name: lefthook dependency-version: 2.0.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryUpdates lefthook from 2.0.13 to 2.0.15, bringing two minor patch releases with bug fixes and enhancements. Key changes from upstream:
Impact:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Dep as Dependabot
participant PM as Package Manager (pnpm)
participant LH as Lefthook
Dep->>PM: Detect lefthook 2.0.13 → 2.0.15
Dep->>PM: Update package.json version constraint
PM->>PM: Resolve dependencies
PM->>PM: Update pnpm-lock.yaml with new versions
PM->>PM: Update platform-specific binaries (darwin/linux/windows/freebsd/openbsd)
Note over Dev,LH: When developer commits code
Dev->>LH: git commit
LH->>LH: Read lefthook.yml configuration
LH->>LH: Check file templates (staged_files/all_files)
alt File template is empty (new in 2.0.15)
LH->>LH: Skip script execution (bug fix)
else File template has files
LH->>LH: Execute configured hooks (rubocop, prettier, eslint, etc.)
end
LH->>Dev: Hook results
|
|
PR body updated to plaintext for easier squash-merging. Original body content below: Bumps lefthook from 2.0.13 to 2.0.15. Release notesSourced from lefthook's releases.
ChangelogSourced from lefthook's changelog.
Commits
Dependabot 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 commands and optionsYou can trigger Dependabot actions by commenting on this PR:
|
Bumps lefthook from 2.0.13 to 2.0.15.