firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.15k stars 125 forks source link

fix(deps): update dependency p-map to v7 #1110

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
p-map 4.x.x -> 7.x age adoption passing confidence

Release Notes

sindresorhus/p-map (p-map) ### [`v7.0.1`](https://togithub.com/sindresorhus/p-map/releases/tag/v7.0.1) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v7.0.0...v7.0.1) - Fix `pMapIterable` not accepting async values in an iterator ([#​69](https://togithub.com/sindresorhus/p-map/issues/69)) [`1076833`](https://togithub.com/sindresorhus/p-map/commit/1076833) ### [`v7.0.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v6.0.0...v7.0.0) ##### Breaking - Require Node.js 18 ([#​67](https://togithub.com/sindresorhus/p-map/issues/67)) [`136b08a`](https://togithub.com/sindresorhus/p-map/commit/136b08a) ##### Improvements - Add [`pMapIterable`](https://togithub.com/sindresorhus/p-map#pmapiterableinput-mapper-options) export ([#​63](https://togithub.com/sindresorhus/p-map/issues/63)) [`5c59528`](https://togithub.com/sindresorhus/p-map/commit/5c59528) ### [`v6.0.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v5.5.0...v6.0.0) ##### Breaking - Require Node.js 16 ([#​65](https://togithub.com/sindresorhus/p-map/issues/65)) [`df88787`](https://togithub.com/sindresorhus/p-map/commit/df88787) - Switch from [`aggregate-error`](https://togithub.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://togithub.com/sindresorhus/aggregate-error/issues/4#issuecomment-660332966) ### [`v5.5.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v5.5.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v5.4.0...v5.5.0) - Add `pMapSkip` as an acceptable return value in `Mapper` type ([#​60](https://togithub.com/sindresorhus/p-map/issues/60)) [`b58fc26`](https://togithub.com/sindresorhus/p-map/commit/b58fc26) ### [`v5.4.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v5.4.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v5.3.0...v5.4.0) - Support `AbortController` ([#​58](https://togithub.com/sindresorhus/p-map/issues/58)) [`4875dee`](https://togithub.com/sindresorhus/p-map/commit/4875dee) ### [`v5.3.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v5.3.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v5.2.0...v5.3.0) - Add support for multiple `pMapSkip`'s ([#​52](https://togithub.com/sindresorhus/p-map/issues/52)) [`94eb532`](https://togithub.com/sindresorhus/p-map/commit/94eb532) ### [`v5.2.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v5.2.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v5.1.0...v5.2.0) - Add support for `AsyncIterable` as input ([#​46](https://togithub.com/sindresorhus/p-map/issues/46)) [`a24e909`](https://togithub.com/sindresorhus/p-map/commit/a24e909) - Prevent some potential unhandled exceptions ([#​48](https://togithub.com/sindresorhus/p-map/issues/48)) [`11bc75d`](https://togithub.com/sindresorhus/p-map/commit/11bc75d) ### [`v5.1.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v5.1.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v5.0.0...v5.1.0) ##### Improvements - Add the ability to skip an iteration ([#​39](https://togithub.com/sindresorhus/p-map/issues/39)) [`c9c0882`](https://togithub.com/sindresorhus/p-map/commit/c9c0882) ##### Fixes - Do not run mapping after stop-on-error happened ([#​40](https://togithub.com/sindresorhus/p-map/issues/40)) [`4b5f9e7`](https://togithub.com/sindresorhus/p-map/commit/4b5f9e7) ### [`v5.0.0`](https://togithub.com/sindresorhus/p-map/releases/tag/v5.0.0) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v4.0.0...v5.0.0) ##### Breaking - Require Node.js 12 [`dcdbc7a`](https://togithub.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.

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 has been generated by Mend Renovate. View repository job log here.

firecow commented 6 months ago

We cannot upgrade because of vercel pkg esm module problems

firecow commented 6 months ago

We cannot upgrade to esm modules yet, vercel pkg and jest doesn't fully support it.

renovate[bot] commented 6 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.