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-cache from 0.9.2 to 0.9.3 #523

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/mrz1836/go-cache from 0.9.2 to 0.9.3.

Release notes

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

Release v0.9.3

Changelog

  • a9b0ebf Bump actions/setup-go from 4 to 5
  • 91d8d27 Bump github.com/newrelic/go-agent/v3 from 3.28.0 to 3.28.1
  • 700c5d8 Bump github.com/newrelic/go-agent/v3 from 3.28.1 to 3.29.0
  • ba7ec1a Bump github/codeql-action from 2 to 3
  • 628604c Bump supercharge/redis-github-action from 1.7.0 to 1.8.0
  • 3a7759f Merge pull request #89 from mrz1836/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.28.1
  • 4b02cad Merge pull request #90 from mrz1836/dependabot/github_actions/master/actions/setup-go-5
  • ef12e89 Merge pull request #91 from mrz1836/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.29.0
  • e3ca80f Merge pull request #92 from mrz1836/dependabot/github_actions/master/supercharge/redis-github-action-1.8.0
  • 93975a2 Merge pull request #93 from mrz1836/dependabot/github_actions/master/github/codeql-action-3
  • 5663762 Upgraded deps
Commits
  • 5663762 Upgraded deps
  • 93975a2 Merge pull request #93 from mrz1836/dependabot/github_actions/master/github/c...
  • e3ca80f Merge pull request #92 from mrz1836/dependabot/github_actions/master/supercha...
  • ba7ec1a Bump github/codeql-action from 2 to 3
  • 628604c Bump supercharge/redis-github-action from 1.7.0 to 1.8.0
  • ef12e89 Merge pull request #91 from mrz1836/dependabot/go_modules/master/github.com/n...
  • 700c5d8 Bump github.com/newrelic/go-agent/v3 from 3.28.1 to 3.29.0
  • 4b02cad Merge pull request #90 from mrz1836/dependabot/github_actions/master/actions/...
  • a9b0ebf Bump actions/setup-go from 4 to 5
  • 3a7759f Merge pull request #89 from mrz1836/dependabot/go_modules/master/github.com/n...
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner January 5, 2024 10:32
@dependabot dependabot bot added the chore Simple updates or version bumps label Jan 5, 2024
@dependabot dependabot bot requested a review from mrz1836 January 5, 2024 10:32
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cf44cd7) 53.29% compared to head (2f8812d) 53.29%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #523   +/-   ##
=======================================
  Coverage   53.29%   53.29%           
=======================================
  Files         110      110           
  Lines       10844    10844           
=======================================
  Hits         5779     5779           
  Misses       4600     4600           
  Partials      465      465           
Flag Coverage Δ
unittests 53.29% <ø> (ø)

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 cf44cd7...2f8812d. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/mrz1836/go-cache-0.9.3 branch from 5f58cdb to 12dd474 Compare January 5, 2024 13:04
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

Bumps [github.com/mrz1836/go-cache](https://github.com/mrz1836/go-cache) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/mrz1836/go-cache/releases)
- [Changelog](https://github.com/mrz1836/go-cache/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-cache@v0.9.2...v0.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/mrz1836/go-cache-0.9.3 branch from 12dd474 to e4762f8 Compare January 10, 2024 11:04
@dorzepowski dorzepowski merged commit 92aa245 into master Jan 17, 2024
7 checks passed
@dorzepowski dorzepowski deleted the dependabot/go_modules/master/github.com/mrz1836/go-cache-0.9.3 branch January 17, 2024 07:57
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.

3 participants