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

fix(deps): bump the all group with 4 updates #190

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 4 updates: debug, @nihalgonsalves/esconfig, lefthook and prettier.

Updates debug from 4.3.4 to 4.3.5

Release notes

Sourced from debug's releases.

4.3.5

Patch

  • cac39b1c5b018b0fe93a53a05f084eee543d17f5 Fix/debug depth (#926)

Thank you @​calvintwr for the fix.

Commits

Updates @nihalgonsalves/esconfig from 0.9.11 to 0.9.13

Release notes

Sourced from @​nihalgonsalves/esconfig's releases.

esconfig: v0.9.13

0.9.13 (2024-06-03)

Features

  • deps: bump the all group with 5 updates (#108) (c5011e5)

esconfig: v0.9.12

0.9.12 (2024-06-03)

Features

  • deps: bump the all group with 3 updates (#106) (bbc6182)
Changelog

Sourced from @​nihalgonsalves/esconfig's changelog.

0.9.13 (2024-06-03)

Features

  • deps: bump the all group with 5 updates (#108) (c5011e5)

0.9.12 (2024-06-03)

Features

  • deps: bump the all group with 3 updates (#106) (bbc6182)
Commits

Updates 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

Updates prettier from 3.2.5 to 3.3.0

Release notes

Sourced from prettier's releases.

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.0

diff

🔗 Release Notes

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 4 updates: [debug](https://github.com/debug-js/debug), [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig), [lefthook](https://github.com/evilmartians/lefthook) and [prettier](https://github.com/prettier/prettier).


Updates `debug` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.4...4.3.5)

Updates `@nihalgonsalves/esconfig` from 0.9.11 to 0.9.13
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@esconfig-v0.9.11...esconfig-v0.9.13)

Updates `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)

Updates `prettier` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.0)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2024
@nihalgonsalves nihalgonsalves changed the title chore(deps): bump the all group with 4 updates fix(deps): bump the all group with 4 updates Jun 4, 2024
@nihalgonsalves nihalgonsalves merged commit a5380a6 into main Jun 4, 2024
1 check passed
@nihalgonsalves nihalgonsalves deleted the dependabot/npm_and_yarn/all-288c34c63e branch June 4, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant