Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update module github.com/gammazero/deque to v0.2.1 #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/gammazero/deque require minor v0.1.0 -> v0.2.1

Release Notes

gammazero/deque

v0.2.1

Compare Source

What's Changed

  • Fix Clear not zeroing items when buffer full
  • Update index-out-of-range panic messages

Full Changelog: gammazero/deque@v0.2.0...v0.2.1

v0.2.0

Compare Source

  • Use generics to define Deque instance for a type
  • Require go1.18

Note, this is a breaking change. Upgrading from v0.1.x to v0.2.x requires code changes.

v0.1.2

Compare Source

Add RIndex function. Same as Index but searches in opposite direction.

v0.1.1

Compare Source

  • Add Index, Insert, Remove for doing operations in the middle of the queue
  • A nil Deque behaves like an empty Deque that cannot store values, with Len() and Cap() returning 0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Base: 35.68% // Head: 35.09% // Decreases project coverage by -0.59% ⚠️

Coverage data is based on head (df2408a) compared to base (daf197a).
Patch has no changes to coverable lines.

❗ Current head df2408a differs from pull request most recent head ace580c. Consider uploading reports for the commit ace580c to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #649      +/-   ##
==========================================
- Coverage   35.68%   35.09%   -0.60%     
==========================================
  Files          24       24              
  Lines        2637     2633       -4     
==========================================
- Hits          941      924      -17     
- Misses       1554     1567      +13     
  Partials      142      142              
Impacted Files Coverage Δ
pkg/sfu/subscriber.go 48.71% <0.00%> (-7.70%) ⬇️
pkg/sfu/mediaengine.go 84.00% <0.00%> (-1.19%) ⬇️
pkg/sfu/router.go 42.69% <0.00%> (-0.57%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/github.heygears.com-gammazero-deque-0.x branch from df2408a to efd2719 Compare June 18, 2022 20:17
@renovate renovate bot changed the title Update module github.com/gammazero/deque to v0.1.1 Update module github.com/gammazero/deque to v0.2.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/github.heygears.com-gammazero-deque-0.x branch from efd2719 to ace580c Compare November 20, 2022 14:04
@renovate renovate bot changed the title Update module github.com/gammazero/deque to v0.2.0 fix(deps): update module github.com/gammazero/deque to v0.2.1 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update module github.com/gammazero/deque to v0.2.1 Update module github.com/gammazero/deque to v0.2.1 Dec 17, 2022
@renovate renovate bot changed the title Update module github.com/gammazero/deque to v0.2.1 fix(deps): update module github.com/gammazero/deque to v0.2.1 Dec 17, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants