Skip to content

Bump @supercharge/promise-pool from 3.2.0 to 3.3.0#501

Merged
dahlia merged 1 commit into
mainfrom
dependabot/npm_and_yarn/supercharge/promise-pool-3.3.0
May 25, 2026
Merged

Bump @supercharge/promise-pool from 3.2.0 to 3.3.0#501
dahlia merged 1 commit into
mainfrom
dependabot/npm_and_yarn/supercharge/promise-pool-3.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps @supercharge/promise-pool from 3.2.0 to 3.3.0.

Changelog

Sourced from @​supercharge/promise-pool's changelog.

3.3.0 - 2026-03-05

Added

  • add dontStoreProcessedItems method to the promise pool to tell the processor to skip storing processed items in memory (Thank you Christopher Zinger! PR 92)
      await PromisePool
        .for([1,2,3,4])
        .dontStoreProcessedItems()
        .process(async (num, index) => {
          // processing …
        })
  • add flushProcessedItems method to the promise pool executor (Thank you Christopher Zinger! PR 91)
      await PromisePool
        .for([1,2,3,4])
        .dontStoreProcessedItems()
        .process(async (num, index, pool) => {
          pool.flushProcessedItems()
        })
Commits
  • 97bd3ff 3.3.0
  • 228a0a1 add flushProcessedItems method to changelog
  • 9872dba Merge pull request #91 from ChristopherZinger/feature/allow-flushing-processe...
  • 5c740bc fix closing brackets
  • f7818ef Merge branch 'main' into feature/allow-flushing-processed-items-array
  • 3eb9867 prepare changelog
  • 1e8de7b rename method from setShouldStoreProcessedItems to storeProcessedItems
  • b3aa348 test node 20, 22, 24
  • bf2127c Merge pull request #92 from ChristopherZinger/feature/dont-store-processed-items
  • adf8200 attempt to fix the test
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
Bumps [@supercharge/promise-pool](https://github.com/superchargejs/promise-pool) from 3.2.0 to 3.3.0.
- [Changelog](https://github.com/supercharge/promise-pool/blob/main/CHANGELOG.md)
- [Commits](supercharge/promise-pool@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: "@supercharge/promise-pool"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/supercharge/promise-pool-3.3.0 branch from 52dfd91 to 29f609d Compare May 25, 2026 12:53
@dahlia dahlia merged commit df8ba92 into main May 25, 2026
2 checks passed
@dahlia dahlia deleted the dependabot/npm_and_yarn/supercharge/promise-pool-3.3.0 branch May 25, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant