Skip to content

mgr/dashboard: bump async-mutex from 0.2.4 to 0.4.0 in /src/pybind/mgr/dashboard/frontend#52

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-src-pybind-mgr-dashboard-frontend-async-mutex-0.4.0
Closed

mgr/dashboard: bump async-mutex from 0.2.4 to 0.4.0 in /src/pybind/mgr/dashboard/frontend#52
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-src-pybind-mgr-dashboard-frontend-async-mutex-0.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps async-mutex from 0.2.4 to 0.4.0.

Changelog

Sourced from async-mutex's changelog.

Changelog

0.3.2

  • Add waitForUnlock for waiting until a mutex/semaphore is free for locking, thanks to Jason Gore.

0.3.1

  • withTimeout: make Jest happy and cancel timer when the mutex is acquired. Thanks to cantoine for the PR.

0.3.0

  • Deprecate Mutex::release / Semaphore::release and remove them from the documentation. The methods are still available in 0.3.x, but will be removed in 0.4.0.

    I don't like breaking existing APIs, but using those methods is inherently dangerous as they can accidentially release locks acquired in a completely different place. Furthermore, they are mostly useless for semaphores. I consider adding them an unfortunate mistake on my end.

    A safe alternative is the usage of runExclusive which allows to execute blocks exclusively and automatically manages acquiring and releasing the mutex or semaphore.

  • Add Mutex::cancel / Semaphore::cancel for rejecting all currently pending locks.

  • Add tryAcquire decorator for lock-or-fail semantics.

0.2.6

  • Fix a nasty bug related to consecutive calls to Mutex::release.

0.2.5

  • Nothing new thanks to NPM. Go away. Install 0.2.6.
Commits

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 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)

@github-actions
Copy link

github-actions bot commented Nov 4, 2022

This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days.
If you are a maintainer or core committer, please follow-up on this pull request to identify what steps should be taken by the author to move this proposed change forward.
If you are the author of this pull request, thank you for your proposed contribution. If you believe this change is still appropriate, please ensure that any feedback has been addressed and ask for a code review.

@github-actions github-actions bot added the stale label Nov 4, 2022
Bumps [async-mutex](https://github.com/DirtyHairy/async-mutex) from 0.2.4 to 0.4.0.
- [Release notes](https://github.com/DirtyHairy/async-mutex/releases)
- [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DirtyHairy/async-mutex/commits)

---
updated-dependencies:
- dependency-name: async-mutex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-src-pybind-mgr-dashboard-frontend-async-mutex-0.4.0 branch from 5ec9bbd to 12044de Compare December 1, 2022 08:31
@github-actions github-actions bot removed the stale label Dec 1, 2022
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days.
If you are a maintainer or core committer, please follow-up on this pull request to identify what steps should be taken by the author to move this proposed change forward.
If you are the author of this pull request, thank you for your proposed contribution. If you believe this change is still appropriate, please ensure that any feedback has been addressed and ask for a code review.

@github-actions github-actions bot added the stale label Jan 30, 2023
@github-actions
Copy link

github-actions bot commented Mar 1, 2023

This pull request has been automatically closed because there has been no activity for 90 days. Please feel free to reopen this pull request (or open a new one) if the proposed change is still appropriate. Thank you for your contribution!

@github-actions github-actions bot closed this Mar 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot-npm_and_yarn-src-pybind-mgr-dashboard-frontend-async-mutex-0.4.0 branch March 1, 2023 10:18
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.

0 participants