mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Update dependency fastq to v1.18.0 (#21946)
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 <details> <summary>mcollina/fastq (fastq)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0bd0c46b3d
commit
1e792fd205
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue