Skip to content

Commit

Permalink
Update p-map in group main to the latest version � (#864)
Browse files Browse the repository at this point in the history
Summary:
## The dependency [p-map](https://github.com/sindresorhus/p-map) was updated from `3.0.0` to `4.0.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

 ---

**Publisher:** [sindresorhus](https://www.npmjs.com/~sindresorhus)
**License:** MIT

<details>
<summary>Release Notes for v4.0.0</summary>

<h3>Breaking</h3>
<ul>
<li>Require Node.js 10  <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/sindresorhus/p-map/commit/bf037695761aa3c8a54ef4efffdadff0d4cb0cd9/hovercard" href="https://urls.greenkeeper.io/sindresorhus/p-map/commit/bf037695761aa3c8a54ef4efffdadff0d4cb0cd9"><tt>bf03769</tt></a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Ensure <code>concurrency</code> option is an integer  <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/sindresorhus/p-map/commit/b342717a9c44a2d3973b92a7cbf5eaef3a6252a2/hovercard" href="https://urls.greenkeeper.io/sindresorhus/p-map/commit/b342717a9c44a2d3973b92a7cbf5eaef3a6252a2"><tt>b342717</tt></a></li>
</ul>
<p><a class="commit-link" href="https://urls.greenkeeper.io/sindresorhus/p-map/compare/v3.0.0...v4.0.0"><tt>v3.0.0...v4.0.0</tt></a></p>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 5 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/sindresorhus/p-map/commit/a4b4dec459544d98880bc53a580e53691aff9fa9"><code>a4b4dec</code></a> <code>4.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/p-map/commit/b342717a9c44a2d3973b92a7cbf5eaef3a6252a2"><code>b342717</code></a> <code>Ensure <code>concurrency</code> is an integer</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/p-map/commit/bf037695761aa3c8a54ef4efffdadff0d4cb0cd9"><code>bf03769</code></a> <code>Require Node.js 10</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/p-map/commit/f8ccb4e778a9f08881da8adca65b5446401c2317"><code>f8ccb4e</code></a> <code>Tidelift tasks</code></li>
<li><a href="https://urls.greenkeeper.io/sindresorhus/p-map/commit/ed1b661ae96f46ecb1d5796601b221aae779e4b9"><code>ed1b661</code></a> <code>Fix test race condition (https://github.com/facebook/flipper/issues/21)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/sindresorhus/p-map/compare/a8c06732e440214da89c410fa8d0cd74e110868e...a4b4dec459544d98880bc53a580e53691aff9fa9">full diff</a></p>
</details>

 ---

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

 ---

Your [Greenkeeper](https://greenkeeper.io) bot 🌴
Pull Request resolved: #864

Reviewed By: mweststrate

Differential Revision: D20303306

Pulled By: passy

fbshipit-source-id: 0de6df2e1a9f907c88cad30f70ff35d6af0f328b
  • Loading branch information
greenkeeper[bot] authored and facebook-github-bot committed Mar 6, 2020
1 parent 9878220 commit 687d922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"npm-api": "^1.0.0",
"open": "^7.0.0",
"openssl-wrapper": "^0.3.4",
"p-map": "^3.0.0",
"p-map": "^4.0.0",
"patch-package": "^6.2.0",
"pkg": "^4.4.1",
"promise-retry": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8050,10 +8050,10 @@ p-locate@^4.1.0:
dependencies:
p-limit "^2.2.0"

p-map@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d"
integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==
p-map@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
dependencies:
aggregate-error "^3.0.0"

Expand Down

0 comments on commit 687d922

Please sign in to comment.