lerna / lerna-changelog

:book: PR-based changelog generator with monorepo support
MIT License
805 stars 99 forks source link

Update dependency p-map to v7 #1166

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
p-map ^3.0.0 -> ^7.0.0 age adoption passing confidence

Release Notes

sindresorhus/p-map (p-map) ### [`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` ([#​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 ([#​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 ([#​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 ([#​63](https://redirect.github.com/sindresorhus/p-map/issues/63)) [`5c59528`](https://redirect.github.com/sindresorhus/p-map/commit/5c59528) ### [`v6.0.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v5.5.0...v6.0.0) ##### Breaking - Require Node.js 16 ([#​65](https://redirect.github.com/sindresorhus/p-map/issues/65)) [`df88787`](https://redirect.github.com/sindresorhus/p-map/commit/df88787) - Switch from [`aggregate-error`](https://redirect.github.com/sindresorhus/aggregate-error) package to the native [`AggregateError`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError) - This only affects you if you use `{stopOnError: false}`. - The native one is similar, but differs in error message: [https://github.com/sindresorhus/aggregate-error/issues/4#issuecomment-660332966](https://redirect.github.com/sindresorhus/aggregate-error/issues/4#issuecomment-660332966) ### [`v5.5.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v5.5.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v5.4.0...v5.5.0) - Add `pMapSkip` as an acceptable return value in `Mapper` type ([#​60](https://redirect.github.com/sindresorhus/p-map/issues/60)) [`b58fc26`](https://redirect.github.com/sindresorhus/p-map/commit/b58fc26) ### [`v5.4.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v5.4.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v5.3.0...v5.4.0) - Support `AbortController` ([#​58](https://redirect.github.com/sindresorhus/p-map/issues/58)) [`4875dee`](https://redirect.github.com/sindresorhus/p-map/commit/4875dee) ### [`v5.3.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v5.3.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v5.2.0...v5.3.0) - Add support for multiple `pMapSkip`'s ([#​52](https://redirect.github.com/sindresorhus/p-map/issues/52)) [`94eb532`](https://redirect.github.com/sindresorhus/p-map/commit/94eb532) ### [`v5.2.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v5.2.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v5.1.0...v5.2.0) - Add support for `AsyncIterable` as input ([#​46](https://redirect.github.com/sindresorhus/p-map/issues/46)) [`a24e909`](https://redirect.github.com/sindresorhus/p-map/commit/a24e909) - Prevent some potential unhandled exceptions ([#​48](https://redirect.github.com/sindresorhus/p-map/issues/48)) [`11bc75d`](https://redirect.github.com/sindresorhus/p-map/commit/11bc75d) ### [`v5.1.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v5.0.0...v5.1.0) ##### Improvements - Add the ability to skip an iteration ([#​39](https://redirect.github.com/sindresorhus/p-map/issues/39)) [`c9c0882`](https://redirect.github.com/sindresorhus/p-map/commit/c9c0882) ##### Fixes - Do not run mapping after stop-on-error happened ([#​40](https://redirect.github.com/sindresorhus/p-map/issues/40)) [`4b5f9e7`](https://redirect.github.com/sindresorhus/p-map/commit/4b5f9e7) ### [`v5.0.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v4.0.0...v5.0.0) ##### Breaking - Require Node.js 12 [`dcdbc7a`](https://redirect.github.com/sindresorhus/p-map/commit/dcdbc7a) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - `AggregateError` is no longer iterable. It moved to an `.errors` property. ### [`v4.0.0`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v3.0.0...v4.0.0) ##### Breaking - Require Node.js 10 [`bf03769`](https://redirect.github.com/sindresorhus/p-map/commit/bf03769) ##### Improvements - Ensure `concurrency` option is an integer [`b342717`](https://redirect.github.com/sindresorhus/p-map/commit/b342717)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR was generated by Mend Renovate. View the repository job log.