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

Update dependency async-mutex to ^0.5.0 #15

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 25, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
async-mutex ^0.3.2 -> ^0.5.0 age adoption passing confidence

Release Notes

DirtyHairy/async-mutex (async-mutex)

v0.5.0

Compare Source

  • Support priority queueing for mutexes and semaphores. A huge "thank you"
    goes to @​dmurvihill who added this feature.
  • Update dependencies.

v0.4.1

Compare Source

  • Expand documentation and fix a few errors.
  • Clear timeout after acquiring a lock in withTimeout.
  • Thanks to AkatQuas and aryzing for their contributions.
  • Update dependencies.

v0.4.0

Compare Source

This is a full rewrite of the core implementation.

  • Allow negative values for semaphores.
  • Allow weights for semaphore.acquire and semaphore.runExclusive.
    A waiter will be dispatched once the value of the semaphore is greater or
    equal to its weight.
  • Add semaphore.getValue and semaphore.setValue.
  • Allow weights for semaphore.waitForUnlock. The promise will only resolve
    once the value of the semaphore is greater or equal to its weight.
  • Only resolve waitForUnlock once no waiters remain (fixes #​52).
  • waitForUnlock times out if the withTimeout decorator is used.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/async-mutex-0.x branch from fdb2ed5 to 4ff171a Compare October 3, 2022 05:28
@renovate renovate bot changed the title Update dependency async-mutex to ^0.4.0 Update dependency async-mutex to ^0.4.0 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/async-mutex-0.x branch April 3, 2023 23:21
@renovate renovate bot changed the title Update dependency async-mutex to ^0.4.0 - autoclosed Update dependency async-mutex to ^0.4.0 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/async-mutex-0.x branch April 4, 2023 08:44
@renovate renovate bot changed the title Update dependency async-mutex to ^0.4.0 Update dependency async-mutex to ^0.4.1 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/async-mutex-0.x branch from 4ff171a to 986ab87 Compare January 17, 2024 22:41
@renovate renovate bot force-pushed the renovate/async-mutex-0.x branch from 986ab87 to 5e0c0ec Compare March 11, 2024 19:28
@renovate renovate bot changed the title Update dependency async-mutex to ^0.4.1 Update dependency async-mutex to ^0.5.0 Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants