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

feat(deps): bump github.com/hashicorp/golang-lru/v2 from 2.0.5 to 2.0.6 #374

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2023

Bumps github.com/hashicorp/golang-lru/v2 from 2.0.5 to 2.0.6.

Release notes

Sourced from github.com/hashicorp/golang-lru/v2's releases.

golang-lru 2.0.6

This release removes calling the eviction callback when the Add method is called with an item that is already in the cache (#154); it reverts PR #135 which caused issue #141.

What's Changed

Full Changelog: hashicorp/golang-lru@v2.0.5...v2.0.6

Commits
  • 8f8764f test: Add tests for eviction callback
  • 0ed35fd Revert "call evict on replacing value (#135)"
  • 1e956f5 [COMPLIANCE] Add Copyright and License Headers
  • 3afaa48 Release update arc dependencies to v2.0.5
  • See full diff 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/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](hashicorp/golang-lru@v2.0.5...v2.0.6)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/golang-lru/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #374 (15e4bfa) into main (050a0d1) will decrease coverage by 0.16%.
Report is 43 commits behind head on main.
The diff coverage is 45.10%.

@@            Coverage Diff             @@
##             main     #374      +/-   ##
==========================================
- Coverage   50.52%   50.37%   -0.16%     
==========================================
  Files         107      133      +26     
  Lines        8209    11265    +3056     
==========================================
+ Hits         4148     5675    +1527     
- Misses       3767     5154    +1387     
- Partials      294      436     +142     
Files Changed Coverage Δ
git/repo.go 50.69% <ø> (+6.71%) ⬆️
server/access/access.go 64.70% <0.00%> (-26.97%) ⬇️
server/backend/hooks.go 0.00% <0.00%> (ø)
server/config/context.go 85.71% <0.00%> (ø)
server/config/file.go 100.00% <ø> (ø)
server/daemon/daemon.go 49.76% <0.00%> (+3.03%) ⬆️
server/db/errors.go 31.57% <ø> (ø)
server/db/logger.go 37.31% <0.00%> (+12.31%) ⬆️
server/db/migrate/migrate.go 32.53% <0.00%> (ø)
server/git/git.go 31.66% <ø> (+5.00%) ⬆️
... and 68 more

... and 5 files with indirect coverage changes

@aymanbagabas aymanbagabas merged commit d1593cc into main Aug 25, 2023
15 of 17 checks passed
@aymanbagabas aymanbagabas deleted the dependabot/go_modules/github.com/hashicorp/golang-lru/v2-2.0.6 branch August 25, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant