[PR #528] [MERGED] Bump async-lock from 1.2.2 to 1.2.4 #1619

Closed
opened 2026-02-25 23:30:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/528
Author: @dependabot-preview[bot]
Created: 5/13/2020
Status: Merged
Merged: 7/17/2020
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/async-lock-1.2.4


📝 Commits (1)

  • 443e4a8 Bump async-lock from 1.2.2 to 1.2.4

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps async-lock from 1.2.2 to 1.2.4.

Changelog

Sourced from async-lock's changelog.

1.2.4

  • Be robust to lock names that are also Object keys - simpler solution, extra tests.

1.2.3

  • Be robust to lock names that are also Object keys.
  • Upgrade dependencies
Commits
  • 78cb0c2 v1.2.4
  • 11b5cd7 Simpler solution to the object key problem.
  • 8b84925 v1.2.3
  • 9aba05c Make ES5-compatible again as requested in #21
  • 80d2871 upgrade dependencies to fix security issues
  • 0bf9fa3 configure jshint to allow ES6 Map constructor
  • 89f96ac Merge pull request #30 from bitrivers/master
  • f31cd8b queues and domains use Map instead of {}
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/528 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/13/2020 **Status:** ✅ Merged **Merged:** 7/17/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/async-lock-1.2.4` --- ### 📝 Commits (1) - [`443e4a8`](https://github.com/floccusaddon/floccus/commit/443e4a8dbf54466c0aee243a70ad8fa4098418c1) Bump async-lock from 1.2.2 to 1.2.4 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [async-lock](https://github.com/rogierschouten/async-lock) from 1.2.2 to 1.2.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rogierschouten/async-lock/blob/master/History.md">async-lock's changelog</a>.</em></p> <blockquote> <h1>1.2.4</h1> <ul> <li>Be robust to lock names that are also Object keys - simpler solution, extra tests.</li> </ul> <h1>1.2.3</h1> <ul> <li>Be robust to lock names that are also Object keys.</li> <li>Upgrade dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rogierschouten/async-lock/commit/78cb0c2441650d7bdc148548f99542ccc9c93fd7"><code>78cb0c2</code></a> v1.2.4</li> <li><a href="https://github.com/rogierschouten/async-lock/commit/11b5cd732d652a941bb46c52802df102ff311007"><code>11b5cd7</code></a> Simpler solution to the object key problem.</li> <li><a href="https://github.com/rogierschouten/async-lock/commit/8b84925050b32dad3037f1fc34137b04451c0089"><code>8b84925</code></a> v1.2.3</li> <li><a href="https://github.com/rogierschouten/async-lock/commit/9aba05c87e48f4c96b889f3219db58373fc9570f"><code>9aba05c</code></a> Make ES5-compatible again as requested in <a href="https://github-redirect.dependabot.com/rogierschouten/async-lock/issues/21">#21</a></li> <li><a href="https://github.com/rogierschouten/async-lock/commit/80d28716f7465b0c7a28b98e84e6928584aaf07b"><code>80d2871</code></a> upgrade dependencies to fix security issues</li> <li><a href="https://github.com/rogierschouten/async-lock/commit/0bf9fa32715ac388276cf3e72c7a461a5f40814d"><code>0bf9fa3</code></a> configure jshint to allow ES6 Map constructor</li> <li><a href="https://github.com/rogierschouten/async-lock/commit/89f96ac66e3f712d60dbef6771aa92d3b6985b28"><code>89f96ac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rogierschouten/async-lock/issues/30">#30</a> from bitrivers/master</li> <li><a href="https://github.com/rogierschouten/async-lock/commit/f31cd8b12eb4c96b75805e9c4d6068a359d0df1a"><code>f31cd8b</code></a> queues and domains use Map instead of {}</li> <li>See full diff in <a href="https://github.com/rogierschouten/async-lock/compare/v1.2.2...v1.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=async-lock&package-manager=npm_and_yarn&previous-version=1.2.2&new-version=1.2.4)](https://dependabot.com/compatibility-score/?dependency-name=async-lock&package-manager=npm_and_yarn&previous-version=1.2.2&new-version=1.2.4) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1619
No description provided.