From 1e792fd2059bc39c46a959e1cfc6a24b6fd2246f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:43:08 +0000 Subject: [PATCH] Update dependency fastq to v1.18.0 (#21946) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastq](https://redirect.github.com/mcollina/fastq) | [`1.17.1` -> `1.18.0`](https://renovatebot.com/diffs/npm/fastq/1.17.1/1.18.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fastq/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastq/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastq/1.17.1/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastq/1.17.1/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mcollina/fastq (fastq) ### [`v1.18.0`](https://redirect.github.com/mcollina/fastq/releases/tag/v1.18.0) [Compare Source](https://redirect.github.com/mcollina/fastq/compare/v1.17.1...v1.18.0) #### What's Changed - fix: ensure drained() resolves after async tasks complete by [@​todoroff](https://redirect.github.com/todoroff) in [https://github.com/mcollina/fastq/pull/89](https://redirect.github.com/mcollina/fastq/pull/89) #### New Contributors - [@​todoroff](https://redirect.github.com/todoroff) made their first contribution in [https://github.com/mcollina/fastq/pull/89](https://redirect.github.com/mcollina/fastq/pull/89) **Full Changelog**: https://github.com/mcollina/fastq/compare/v1.17.1...v1.18.0
--- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ghost/job-manager/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index 8d9c4a7f29..c265540c71 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -33,7 +33,7 @@ "@tryghost/logging": "2.4.18", "bree": "6.5.0", "cron-validate": "1.4.5", - "fastq": "1.17.1", + "fastq": "1.18.0", "p-wait-for": "3.2.0", "workerpool": "9.1.3" } diff --git a/yarn.lock b/yarn.lock index b429d9e476..676d2ae3d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17685,10 +17685,10 @@ fastest-levenshtein@^1.0.16: resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg== -fastq@1.17.1, fastq@^1.13.0, fastq@^1.6.0: - version "1.17.1" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47" - integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w== +fastq@1.18.0, fastq@^1.13.0, fastq@^1.6.0: + version "1.18.0" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0" + integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw== dependencies: reusify "^1.0.4"