Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

build(deps): bump github.com/mrz1836/go-datastore from 0.5.9 to 0.5.12 #559

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2024

Bumps github.com/mrz1836/go-datastore from 0.5.9 to 0.5.12.

Release notes

Sourced from github.com/mrz1836/go-datastore's releases.

Release v0.5.12

Changelog

  • 8742a7b Added new contributor
  • dd2fe87 Bump codecov/codecov-action from 3.1.4 to 3.1.5
  • dc46db6 Merge branch 'master' of github.com:mrz1836/go-datastore
  • 6d42561 Merge pull request #167 from mrz1836/dependabot/github_actions/master/codecov/codecov-action-3.1.5
  • bab89a7 Merge pull request #168 from arkadiuszos4chain/feat-customizable-sslmode
  • 4c199fe Upgraded deps
  • 6af3a6b feat: add possibility to enable sslmode for PostgreSQL

Release v0.5.11

Changelog

  • 900d7bf Bump actions/cache from 3 to 4
  • 64eb621 Bump github.com/newrelic/go-agent/v3 from 3.29.0 to 3.29.1
  • 617638a Bump github.com/newrelic/go-agent/v3/integrations/nrmongo
  • eadb760 Bump gorm.io/gorm from 1.25.5 to 1.25.6
  • c07c8db Merge pull request #163 from mrz1836/dependabot/github_actions/master/actions/cache-4
  • 0d1b0cd Merge pull request #164 from mrz1836/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.29.1
  • e7b8eea Merge pull request #165 from mrz1836/dependabot/go_modules/master/gorm.io/gorm-1.25.6
  • d8bf0b2 Merge pull request #166 from mrz1836/dependabot/go_modules/master/github.com/newrelic/go-agent/v3/integrations/nrmongo-1.1.3
  • 59b973e Upgraded deps

Release v0.5.10

Changelog

  • d1c0ca8 Bump github.com/99designs/gqlgen from 0.17.42 to 0.17.43
  • f58adcc Merge pull request #162 from mrz1836/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.43
  • c91bd00 Upgraded deps
Commits
  • 8742a7b Added new contributor
  • 4c199fe Upgraded deps
  • dc46db6 Merge branch 'master' of github.com:mrz1836/go-datastore
  • bab89a7 Merge pull request #168 from arkadiuszos4chain/feat-customizable-sslmode
  • 6af3a6b feat: add possibility to enable sslmode for PostgreSQL
  • 6d42561 Merge pull request #167 from mrz1836/dependabot/github_actions/master/codecov...
  • dd2fe87 Bump codecov/codecov-action from 3.1.4 to 3.1.5
  • 59b973e Upgraded deps
  • d8bf0b2 Merge pull request #166 from mrz1836/dependabot/go_modules/master/github.com/...
  • 617638a Bump github.com/newrelic/go-agent/v3/integrations/nrmongo
  • 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/mrz1836/go-datastore](https://github.com/mrz1836/go-datastore) from 0.5.9 to 0.5.12.
- [Release notes](https://github.com/mrz1836/go-datastore/releases)
- [Changelog](https://github.com/mrz1836/go-datastore/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-datastore@v0.5.9...v0.5.12)

---
updated-dependencies:
- dependency-name: github.com/mrz1836/go-datastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 31, 2024 10:07
@dependabot dependabot bot added the chore Simple updates or version bumps label Jan 31, 2024
@dependabot dependabot bot requested a review from mrz1836 January 31, 2024 10:07
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d9a5269) 53.85% compared to head (5f3b4b3) 53.85%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #559   +/-   ##
=======================================
  Coverage   53.85%   53.85%           
=======================================
  Files         110      110           
  Lines       10831    10831           
=======================================
  Hits         5833     5833           
  Misses       4529     4529           
  Partials      469      469           
Flag Coverage Δ
unittests 53.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9a5269...5f3b4b3. Read the comment docs.

Copy link
Member

@mrz1836 mrz1836 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mrz1836 mrz1836 enabled auto-merge January 31, 2024 14:53
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2024

Superseded by #576.

@dependabot dependabot bot closed this Feb 8, 2024
auto-merge was automatically disabled February 8, 2024 10:21

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.12 branch February 8, 2024 10:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Simple updates or version bumps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant