Skip to content

deps(deps): bump p-map from 7.0.6 to 7.0.8 - #408

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/p-map-7.0.8
Sep 21, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/p-map-7.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps p-map from 7.0.6 to 7.0.8.

Release notes

Sourced from p-map's releases.

v7.0.8

  • Fix pMapIterable calling next() on an exhausted source iterator 70479bf
  • Fix pMap hanging on a source that blocks in next() after it is exhausted 7c5cee7
  • Fix pMap preferring the sync iterator when the input has both 669fdc6
  • Fix pMapIterable calling the mapper for input that arrives after iteration stopped fca6099
  • Fix: Don't call return() on an exhausted source iterator in pMapIterable a97778a
  • Fix pMap not closing the source iterator when it rejects c82bd07
  • Fix pMapIterable not closing the source iterator when iteration stops early e7c2ecb
  • Fix pMap settling early when the source iterator throws with stopOnError: false 9c48f07
  • Fix pMapIterable continuing to pull input after the consumer stops iterating 6194e49

sindresorhus/p-map@v7.0.7...v7.0.8

v7.0.7

  • Fix unhandled rejection when an abandoned pMapIterable worker's next() rejects 354e035

sindresorhus/p-map@v7.0.6...v7.0.7

Commits
  • bc8380d 7.0.8
  • 70479bf Fix pMapIterable calling next() on an exhausted source iterator
  • 7c5cee7 Fix pMap hanging on a source that blocks in next() after it is exhausted
  • 669fdc6 Fix pMap preferring the sync iterator when the input has both
  • fca6099 Fix pMapIterable calling the mapper for input that arrives after iteration ...
  • a97778a Don't call return() on an exhausted source iterator in pMapIterable
  • c82bd07 Fix pMap not closing the source iterator when it rejects
  • e7c2ecb Fix pMapIterable not closing the source iterator when iteration stops early
  • 9c48f07 Fix pMap settling early when the source iterator throws with `stopOnError: ...
  • 6194e49 Fix pMapIterable continuing to pull input after the consumer stops iterating
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [p-map](https://github.com/sindresorhus/p-map) from 7.0.6 to 7.0.8.
- [Release notes](https://github.com/sindresorhus/p-map/releases)
- [Commits](sindresorhus/p-map@v7.0.6...v7.0.8)

---
updated-dependencies:
- dependency-name: p-map
  dependency-version: 7.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot merged commit 1c522f6 into main Sep 21, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/p-map-7.0.8 branch September 21, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant