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

chore(deps): Bump github.com/hashicorp/golang-lru/v2 from 2.0.5 to 2.0.6 #2711

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 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] <[email protected]>
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Sep 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 18, 2023

Codecov Report

Merging #2711 (24c4d2a) into main (dd15372) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2711   +/-   ##
=======================================
  Coverage   51.59%   51.59%           
=======================================
  Files         162      162           
  Lines       10755    10755           
=======================================
  Hits         5549     5549           
- Misses       4726     4727    +1     
+ Partials      480      479    -1     

see 4 files with indirect coverage changes

@walldiss walldiss enabled auto-merge (squash) September 18, 2023 12:21
@walldiss walldiss merged commit fd90764 into main Sep 18, 2023
14 of 16 checks passed
@walldiss walldiss deleted the dependabot/go_modules/github.com/hashicorp/golang-lru/v2-2.0.6 branch September 18, 2023 12:40
vgonkivs pushed a commit to vgonkivs/celestia-node that referenced this pull request Oct 5, 2023
…0.6 (celestiaorg#2711)

Bumps
[github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru)
from 2.0.5 to 2.0.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/golang-lru/releases">github.com/hashicorp/golang-lru/v2's
releases</a>.</em></p>
<blockquote>
<h2>golang-lru 2.0.6</h2>
<p>This release removes calling the eviction callback when the
<code>Add</code> method is called with an item that is already in the
cache (<a
href="https://redirect.github.com/hashicorp/golang-lru/issues/154">#154</a>);
it reverts PR <a
href="https://redirect.github.com/hashicorp/golang-lru/issues/135">#135</a>
which caused issue <a
href="https://redirect.github.com/hashicorp/golang-lru/issues/141">#141</a>.</p>
<h2>What's Changed</h2>
<ul>
<li>[COMPLIANCE] Add Copyright and License Headers by <a
href="https://github.com/hashicorp-copywrite"><code>@​hashicorp-copywrite</code></a>
in <a
href="https://redirect.github.com/hashicorp/golang-lru/pull/149">hashicorp/golang-lru#149</a></li>
<li>Revert <a
href="https://redirect.github.com/hashicorp/golang-lru/issues/135">#135</a>
and add tests for eviction callback by <a
href="https://github.com/mgaffney"><code>@​mgaffney</code></a> in <a
href="https://redirect.github.com/hashicorp/golang-lru/pull/154">hashicorp/golang-lru#154</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.6">https://github.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/golang-lru/commit/8f8764ff4ea3482c98afefa2b7a7ce8d922d93bc"><code>8f8764f</code></a>
test: Add tests for eviction callback</li>
<li><a
href="https://github.com/hashicorp/golang-lru/commit/0ed35fdcd45f53f54749528e31ab9acee63ce1ff"><code>0ed35fd</code></a>
Revert &quot;call evict on replacing value (<a
href="https://redirect.github.com/hashicorp/golang-lru/issues/135">#135</a>)&quot;</li>
<li><a
href="https://github.com/hashicorp/golang-lru/commit/1e956f57ce74941bc0c4822df2cb68927fc8a8a1"><code>1e956f5</code></a>
[COMPLIANCE] Add Copyright and License Headers</li>
<li><a
href="https://github.com/hashicorp/golang-lru/commit/3afaa48530f711754c178ceb61ff060d86c17b95"><code>3afaa48</code></a>
Release update arc dependencies to v2.0.5</li>
<li>See full diff in <a
href="https://github.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/golang-lru/v2&package-manager=go_modules&previous-version=2.0.5&new-version=2.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants