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): update all non-major dependencies #1315

Merged
merged 3 commits into from
Aug 23, 2023

Conversation

bcgov-devops
Copy link
Contributor

@bcgov-devops bcgov-devops commented Aug 23, 2023

This PR contains the following updates:

Package Type Update Change Pending
caddy final patch 2.7.2-alpine -> 2.7.4-alpine
github.com/gofiber/fiber/v2 require minor v2.47.0 -> v2.48.0
gorm.io/gorm require patch v1.25.3 -> v1.25.4
org.instancio:instancio-junit (source) test minor 3.0.1 -> 3.1.0
io.quarkus.platform:quarkus-maven-plugin (source) build patch 3.2.3.Final -> 3.2.4.Final 3.3.0
io.quarkus.platform:quarkus-bom import patch 3.2.3.Final -> 3.2.4.Final 3.3.0

Release Notes

gofiber/fiber (github.com/gofiber/fiber/v2)

v2.48.0

Compare Source

🚀 New

app := fiber.New(fiber.Config{
  DisableStartupMessage: true,
})

app.Hooks().OnListen(func(listenData fiber.ListenData) error {
  if fiber.IsChild() {
      return nil
  }
  scheme := "http"
  if data.TLS {
    scheme = "https"
  }
  log.Println(scheme + "://" + listenData.Host + ":" + listenData.Port)
  return nil
})

app.Listen(":5000")

🧹 Updates

  • Dictpool is not completely gone (#​2540)
  • Bump golang.org/x/sys from 0.9.0 to 0.10.0 (#​2530)
  • Bump github.com/valyala/fasthttp from 1.47.0 to 1.48.0 (#​2511)

🐛 Fixes

  • Middleware/logger: Default logger color behaviour (#​2513)

📚 Documentation

  • Fix link (#​2542)
  • Fix bad documentation on queries function (#​2522)
  • Fix validation-guide (#​2517)
  • Fix bad documentation on queries function (#​2522)
  • Add a warning on security implications when using X-Forwarded-For improperly (#​2520)
  • Fix typo (#​2518)
  • Typo in ctx.md (#​2516)
  • Fix comment in client.go (#​2514)
  • Fix docs api fiber custom config (#​2510)

Full Changelog: gofiber/fiber@v2.47.0...v2.48.0

Thank you @​ForAeons, @​RHeynsZa, @​Saman-Safaei, @​Skyenought, @​Z3NTL3, @​andre-dasilva, @​cmd777, @​dozheiny, @​efectn, @​f1rstmehul, @​gaby, @​itcuihao and @​mo1ein for making this update possible.

go-gorm/gorm (gorm.io/gorm)

v1.25.4

Compare Source

quarkusio/quarkus-platform (io.quarkus.platform:quarkus-maven-plugin)

v3.2.4.Final

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.


Thanks for the PR!

Any successful deployments (not always required) will be available below.
Backend available
Frontend available

Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow

@bcgov-devops
Copy link
Contributor Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: backend-go/go.sum
Command failed: install-tool golang 1.21.0

@DerekRoberts DerekRoberts merged commit 6a6896c into main Aug 23, 2023
25 checks passed
@DerekRoberts DerekRoberts deleted the renovate/all-minor-patch branch August 23, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants