Skip to content

Commit d5805f1

Browse files
authored
fix(deps): Update dependency p-map to v7 (#23)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [p-map](https://redirect.github.com/sindresorhus/p-map) | dependencies | major | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/p-map/6.0.0/7.0.3) | --- ### Release Notes <details> <summary>sindresorhus/p-map (p-map)</summary> ### [`v7.0.3`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v7.0.3) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v7.0.2...v7.0.3) - Fix cleaning up abort listener ([#&#8203;81](https://redirect.github.com/sindresorhus/p-map/issues/81)) [`65e893e`](https://redirect.github.com/sindresorhus/p-map/commit/65e893e) ### [`v7.0.2`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v7.0.2) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v7.0.1...v7.0.2) - Add missing `index` parameter to mapper function in `pMapIterable` ([#&#8203;71](https://redirect.github.com/sindresorhus/p-map/issues/71)) [`dc597e5`](https://redirect.github.com/sindresorhus/p-map/commit/dc597e5) ### [`v7.0.1`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v7.0.1) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v7.0.0...v7.0.1) - Fix `pMapIterable` not accepting async values in an iterator ([#&#8203;69](https://redirect.github.com/sindresorhus/p-map/issues/69)) [`1076833`](https://redirect.github.com/sindresorhus/p-map/commit/1076833) ### [`v7.0.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v6.0.0...v7.0.0) ##### Breaking - Require Node.js 18 ([#&#8203;67](https://redirect.github.com/sindresorhus/p-map/issues/67)) [`136b08a`](https://redirect.github.com/sindresorhus/p-map/commit/136b08a) ##### Improvements - Add [`pMapIterable`](https://redirect.github.com/sindresorhus/p-map#pmapiterableinput-mapper-options) export ([#&#8203;63](https://redirect.github.com/sindresorhus/p-map/issues/63)) [`5c59528`](https://redirect.github.com/sindresorhus/p-map/commit/5c59528) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 905708d commit d5805f1

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

package-lock.json

Lines changed: 8 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"dayjs": "^1.11.9",
8585
"dot-prop": "^8.0.2",
8686
"got": "^13.0.0",
87-
"p-map": "^6.0.0",
87+
"p-map": "^7.0.0",
8888
"read-pkg-up": "^10.0.0"
8989
},
9090
"ava": {

0 commit comments

Comments
 (0)