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/go): bump the deps group with 7 updates #936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the deps group with 7 updates:

Package From To
github.com/gofiber/fiber/v2 2.52.4 2.52.5
github.com/samber/lo 1.39.0 1.44.0
github.com/spf13/cobra 1.8.0 1.8.1
github.com/yuin/goldmark 1.7.1 1.7.4
gorm.io/driver/mysql 1.5.6 1.5.7
gorm.io/driver/postgres 1.5.7 1.5.9
gorm.io/driver/sqlite 1.5.5 1.5.6

Updates github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.52.5

👮 Security

https://docs.gofiber.io/api/middleware/session

🧹 Updates

  • Middleware/session: Remove extra release and aquire ctx calls in session_test.go (#3043)

🐛 Bug Fixes

  • Middleware/monitor: middleware reporting of CPU usage (#2984)
  • Middleware/session: mutex for thread safety (#3050)

📚 Documentation

  • Improve ctx.Locals method description and example (#3030)
  • Improve ctx.Locals method documentation (#3033)
  • Update README_id.md (#3045)

Full Changelog: gofiber/fiber@v2.52.4...v2.52.5

Thank you @​nyufeng, @​PaulTitto and @​sixcolors for making this update possible.

Commits

Updates github.com/samber/lo from 1.39.0 to 1.44.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.44.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.43.0...v1.44.0

v1.43.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.42.0...v1.43.0

v1.42.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.41.0...v1.42.0

v1.41.0

What's Changed

... (truncated)

Changelog

Sourced from github.com/samber/lo's changelog.

Changelog

@​samber: I sometimes forget to update this file. Ping me on Twitter or open an issue in case of error. We need to keep a clear changelog for easier lib upgrade.

Commits

Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.1

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

Commits

Updates github.com/yuin/goldmark from 1.7.1 to 1.7.4

Commits

Updates gorm.io/driver/mysql from 1.5.6 to 1.5.7

Commits

Updates gorm.io/driver/postgres from 1.5.7 to 1.5.9

Commits

Updates gorm.io/driver/sqlite from 1.5.5 to 1.5.6

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 deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) | `2.52.4` | `2.52.5` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.39.0` | `1.44.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.8.1` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.7.1` | `1.7.4` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.6` | `1.5.7` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.7` | `1.5.9` |
| [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.5` | `1.5.6` |


Updates `github.com/gofiber/fiber/v2` from 2.52.4 to 2.52.5
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](gofiber/fiber@v2.52.4...v2.52.5)

Updates `github.com/samber/lo` from 1.39.0 to 1.44.0
- [Release notes](https://github.com/samber/lo/releases)
- [Changelog](https://github.com/samber/lo/blob/master/CHANGELOG.md)
- [Commits](samber/lo@v1.39.0...v1.44.0)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

Updates `github.com/yuin/goldmark` from 1.7.1 to 1.7.4
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.7.1...v1.7.4)

Updates `gorm.io/driver/mysql` from 1.5.6 to 1.5.7
- [Commits](go-gorm/mysql@v1.5.6...v1.5.7)

Updates `gorm.io/driver/postgres` from 1.5.7 to 1.5.9
- [Commits](go-gorm/postgres@v1.5.7...v1.5.9)

Updates `gorm.io/driver/sqlite` from 1.5.5 to 1.5.6
- [Commits](go-gorm/sqlite@v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: github.com/gofiber/fiber/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: gorm.io/driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: gorm.io/driver/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 1, 2024
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 go Pull requests that update Go code size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants