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/nikoksr/notify from 0.41.0 to 0.41.1 #63

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/nikoksr/notify from 0.41.0 to 0.41.1.

Release notes

Sourced from github.com/nikoksr/notify's releases.

v0.41.1

What's Changed

... (truncated)

Commits
  • 97dd420 fix(deps): update all dependencies
  • 7633b45 docs(readme): active maintainence announcement
  • 8efdc15 fix(deps): update module google.golang.org/api to v0.163.0 (#832)
  • f4499a5 fix(deps): update module github.com/textmagic/textmagic-rest-go-v2/v2 to v2.0...
  • 08514ab fix(deps): update module google.golang.org/api to v0.162.0 (#830)
  • 37a0dcd fix(deps): update module github.com/appleboy/go-fcm to v0.1.6 (#828)
  • 271e9a6 fix(deps): update module google.golang.org/api to v0.161.0 (#827)
  • 4c84a7a fix(deps): update module google.golang.org/api to v0.160.0 (#826)
  • 0b79f66 fix(deps): update module google.golang.org/api to v0.159.0 (#824)
  • 46b893d fix(deps): update module google.golang.org/api to v0.158.0 (#823)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [github.com/nikoksr/notify](https://github.com/nikoksr/notify) from 0.41.0 to 0.41.1.
- [Release notes](https://github.com/nikoksr/notify/releases)
- [Commits](nikoksr/notify@v0.41.0...v0.41.1)

---
updated-dependencies:
- dependency-name: github.com/nikoksr/notify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies dependencies go Pull requests that update Go code labels Jul 15, 2024
@github-actions github-actions bot merged commit 252eead into main Jul 15, 2024
5 of 6 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/nikoksr/notify-0.41.1 branch July 15, 2024 20:56
Copy link

what-the-diff bot commented Jul 15, 2024

PR Summary

This Pull Request primarily focuses on updating the backend library dependencies of the project in two main files:

  • Updates in the go.mod file
    We've updated several libraries in this file to the latest versions. This includes:

    • The notify library which is used for sending notifications, now at version 0.41.1.
    • The websocket for handling real-time, bidirectional communication over the web, updated to v1.5.3.
    • Several golang.org libraries that provide underlying support for our main language Go, have been updated for better performance and security.
  • Updates in the go.sum file
    This file acts like a manifest that helps in verifying the integrity of the dependencies in our project. It now reflects the same dependency updates that occurred in the go.mod file.

These updates can result in better app efficiency, security improvements and might include new features from these libraries that can be utilized in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants