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 github.com/labstack/echo-contrib from 0.16.0 to 0.17.1 #228

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/labstack/echo-contrib from 0.16.0 to 0.17.1.

Release notes

Sourced from github.com/labstack/echo-contrib's releases.

v0.17.1

What's Changed

Security

Enhancements

Full Changelog: labstack/echo-contrib@v0.17.0...v0.17.1

v0.17.0

What's Changed

New Contributors

Full Changelog: labstack/echo-contrib@v0.16.0...v0.17.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 3, 2024
Copy link

github-actions bot commented Jun 3, 2024

Temporary image deleted.

Bumps [github.com/labstack/echo-contrib](https://github.com/labstack/echo-contrib) from 0.16.0 to 0.17.1.
- [Release notes](https://github.com/labstack/echo-contrib/releases)
- [Commits](labstack/echo-contrib@v0.16.0...v0.17.1)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/labstack/echo-contrib-0.17.1 branch from 8f300ec to 1ffe163 Compare July 2, 2024 10:16
@djeebus djeebus merged commit 852fe66 into main Jul 11, 2024
5 checks passed
@djeebus djeebus deleted the dependabot/go_modules/github.com/labstack/echo-contrib-0.17.1 branch July 11, 2024 13:29
@zapier-sre-bot
Copy link
Collaborator

Mergecat's Review

Click to read mergecats review!

😼 Mergecat review of go.mod

@@ -16,8 +16,8 @@ require (
 	github.com/go-logr/zerologr v1.2.3
 	github.com/google/go-github/v62 v62.0.0
 	github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
-	github.com/labstack/echo-contrib v0.16.0
-	github.com/labstack/echo/v4 v4.11.4
+	github.com/labstack/echo-contrib v0.17.1
+	github.com/labstack/echo/v4 v4.12.0
 	github.com/masterminds/semver v1.5.0
 	github.com/mitchellh/mapstructure v1.5.0
 	github.com/olekukonko/tablewriter v0.0.5
@@ -87,7 +87,7 @@ require (
 	github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
 	github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
 	github.com/bufbuild/protocompile v0.6.0 // indirect
-	github.com/cespare/xxhash/v2 v2.2.0 // indirect
+	github.com/cespare/xxhash/v2 v2.3.0 // indirect
 	github.com/chai2010/gettext-go v1.0.2 // indirect
 	github.com/cloudflare/circl v1.3.7 // indirect
 	github.com/cockroachdb/apd/v3 v3.2.1 // indirect
@@ -195,8 +195,8 @@ require (
 	github.com/pelletier/go-toml/v2 v2.1.1 // indirect
 	github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
 	github.com/pjbgf/sha1cd v0.3.0 // indirect
-	github.com/prometheus/client_model v0.6.0 // indirect
-	github.com/prometheus/common v0.50.0 // indirect
+	github.com/prometheus/client_model v0.6.1 // indirect
+	github.com/prometheus/common v0.53.0 // indirect
 	github.com/prometheus/procfs v0.13.0 // indirect
 	github.com/r3labs/diff v1.1.0 // indirect
 	github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect

Feedback & Suggestions:

  1. Dependency Updates: The updates to the dependencies are generally good for keeping the project up-to-date with the latest features and security patches. However, ensure that these updates do not introduce breaking changes or incompatibilities with your existing codebase.

  2. Testing: After updating dependencies, it's crucial to run your test suite to ensure that everything works as expected. This will help catch any issues introduced by the new versions.

  3. Changelog Review: Review the changelogs of the updated dependencies (echo-contrib, echo/v4, xxhash, client_model, and common) to understand the changes and new features. This can help you leverage new functionalities and be aware of any deprecated features.

  4. Security: Always check for any security advisories related to the updated versions. This ensures that you are not introducing any known vulnerabilities into your project.

  5. Documentation: Update any relevant documentation to reflect the changes in dependencies, especially if there are new features or changes in behavior that users of your project need to be aware of.



Dependency Review

Click to read mergecats review!

No suggestions found

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants