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

chore(deps-dev): bump the all group with 3 updates #476

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates @nihalgonsalves/esconfig from 0.9.13 to 0.9.15

Release notes

Sourced from @​nihalgonsalves/esconfig's releases.

esconfig: v0.9.15

0.9.15 (2024-06-17)

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group (#112) (4d7493e)

esconfig: v0.9.14

0.9.14 (2024-06-10)

Features

  • deps: bump the all group with 3 updates (#110) (037ae9e)
Changelog

Sourced from @​nihalgonsalves/esconfig's changelog.

0.9.15 (2024-06-17)

Bug Fixes

  • deps: bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group (#112) (4d7493e)

0.9.14 (2024-06-10)

Features

  • deps: bump the all group with 3 updates (#110) (037ae9e)
Commits
  • 8db5d90 chore(main): release esconfig 0.9.15 (#113)
  • 4d7493e fix(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group (#112)
  • 030633e chore(main): release esconfig 0.9.14 (#111)
  • 037ae9e feat(deps): bump the all group with 3 updates (#110)
  • See full diff in compare view

Updates lefthook from 1.6.15 to 1.6.16

Release notes

Sourced from lefthook's releases.

v1.6.16

Changelog

  • aa98a47 fix: fetch remotes only for non ghost hooks (#744)
  • 0a82d71 fix: skip overwriting hooks when fetching data from remotes (#745)
Changelog

Sourced from lefthook's changelog.

1.6.16 (2024-06-13)

  • fix: skip overwriting hooks when fetching data from remotes (#745) by @​mrexox
  • fix: fetch remotes only for non ghost hooks (#744) by @​mrexox
Commits
  • 14f712b 1.6.16: do not overwrite the hooks after re-fetching the remotes
  • 0a82d71 fix: skip overwriting hooks when fetching data from remotes (#745)
  • aa98a47 fix: fetch remotes only for non ghost hooks (#744)
  • See full diff in compare view

Updates prettier from 3.3.1 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

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 3 updates: [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig), [lefthook](https://github.com/evilmartians/lefthook) and [prettier](https://github.com/prettier/prettier).


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

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

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

---
updated-dependencies:
- 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-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 17, 2024
@nihalgonsalves nihalgonsalves merged commit b087848 into main Jun 17, 2024
2 checks passed
@nihalgonsalves nihalgonsalves deleted the dependabot/npm_and_yarn/all-30eee6f5d1 branch June 17, 2024 12:12
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.

1 participant