Skip to content
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

Bump lefthook from 1.6.13 to 1.6.15 #5223

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps lefthook from 1.6.13 to 1.6.15.

Release notes

Sourced from lefthook's releases.

v1.6.15

Changelog

  • dd53f02 chore(golangci-lint): enable copyloopvar, intrange, and prealloc (#740)
  • bcec71f chore(golangci-lint): upgrade to 1.59.0 (#738)
  • c2b2db7 chore: refactor commands interfaces (#735)
  • 38ccbc1 deps: June, 3, lipgloss (0.11.0) and viper (1.19.0) (#742)
  • c0452db feat: add refetch option to remotes config (#739)
  • e953133 perf: delay git and uname commands in hook scripts until needed (#737)

v1.6.14

Changelog

  • 8b72963 1.6.14: fix git lfs pre-push hooks
  • afc1125 fix: share STDIN across different commands on pre-push hook (#732)
Changelog

Sourced from lefthook's changelog.

1.6.15 (2024-06-03)

  • feat: add refetch option to remotes config (#739) by @​mrexox
  • deps: June, 3, lipgloss (0.11.0) and viper (1.19.0) (#742) by @​mrexox
  • chore: enable copyloopvar, intrange, and prealloc (#740) by @​scop
  • perf: delay git and uname commands in hook scripts until needed (#737) by @​scop
  • chore: refactor commands interfaces (#735) by @​mrexox
  • chore: upgrade to 1.59.0 (#738) by @​scop

1.6.14 (2024-05-30)

Commits
  • a58c11d 1.6.15: add refetch option to remotes configuration
  • c0452db feat: add refetch option to remotes config (#739)
  • 38ccbc1 deps: June, 3, lipgloss (0.11.0) and viper (1.19.0) (#742)
  • dd53f02 chore(golangci-lint): enable copyloopvar, intrange, and prealloc (#740)
  • e953133 perf: delay git and uname commands in hook scripts until needed (#737)
  • c2b2db7 chore: refactor commands interfaces (#735)
  • bcec71f chore(golangci-lint): upgrade to 1.59.0 (#738)
  • 8b72963 1.6.14: fix git lfs pre-push hooks
  • afc1125 fix: share STDIN across different commands on pre-push hook (#732)
  • See full diff in compare view

Dependabot compatibility score

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 rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.6.13 to 1.6.15.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.6.13...v1.6.15)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Jun 3, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) June 3, 2024 08:30
@FreeTubeBot FreeTubeBot merged commit 9a45456 into development Jun 3, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lefthook-1.6.15 branch June 3, 2024 11:54
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Jun 3, 2024
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Jun 5, 2024
* development:
  Translated using Weblate (Italian)
  Translated using Weblate (Chinese (Traditional))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (French)
  Translated using Weblate (Spanish)
  Translated using Weblate (Portuguese (Brazil))
  Translated using Weblate (Spanish)
  Make adding duplicate disabled by default (FreeTubeApp#5044)
  Switch settings sections and form elements to created lifecycle hook (FreeTubeApp#5224)
  Translated using Weblate (French)
  Translated using Weblate (Estonian)
  Bump sass from 1.77.2 to 1.77.4 (FreeTubeApp#5222)
  Bump lefthook from 1.6.13 to 1.6.15 (FreeTubeApp#5223)
  Bump the eslint group with 2 updates (FreeTubeApp#5218)
  Bump electron from 30.0.8 to 30.0.9 (FreeTubeApp#5221)
  Bump swiper from 11.1.3 to 11.1.4 (FreeTubeApp#5220)
  Bump stylelint from 16.6.0 to 16.6.1 in the stylelint group (FreeTubeApp#5219)
  Add missing IPC channel constants (FreeTubeApp#5216)
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Jun 5, 2024
* feature/subscription-cache:
  ! Rename subscriptions to subscription cache & fix outdated mutation reference
  Translated using Weblate (Italian)
  Translated using Weblate (Chinese (Traditional))
  Translated using Weblate (Chinese (Simplified))
  Translated using Weblate (French)
  Translated using Weblate (Spanish)
  Translated using Weblate (Portuguese (Brazil))
  Translated using Weblate (Spanish)
  Make adding duplicate disabled by default (FreeTubeApp#5044)
  Switch settings sections and form elements to created lifecycle hook (FreeTubeApp#5224)
  Translated using Weblate (French)
  Translated using Weblate (Estonian)
  Bump sass from 1.77.2 to 1.77.4 (FreeTubeApp#5222)
  Bump lefthook from 1.6.13 to 1.6.15 (FreeTubeApp#5223)
  Bump the eslint group with 2 updates (FreeTubeApp#5218)
  Bump electron from 30.0.8 to 30.0.9 (FreeTubeApp#5221)
  Bump swiper from 11.1.3 to 11.1.4 (FreeTubeApp#5220)
  Bump stylelint from 16.6.0 to 16.6.1 in the stylelint group (FreeTubeApp#5219)
  Add missing IPC channel constants (FreeTubeApp#5216)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants