Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate from BluebirdPromise to vanilla Promise API #8810

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

mmaietta
Copy link
Collaborator

Plenty of reasons to modernize from Bluebird, here's one from the library author petkaantonov/bluebird@c220cfe

For operations that require setting a concurrency limit, such as bulk disk/file operations, we'll leverage tiny-async-pool for setting a concurrency limit while still leveraging pure vanilla Promise ice cream.
https://github.com/rxaviers/async-pool/blob/1.x/lib/es6.js

Copy link

changeset-bot bot commented Jan 27, 2025

🦋 Changeset detected

Latest commit: 366b9a5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
app-builder-lib Patch
builder-util Patch
dmg-builder Patch
electron-builder-squirrel-windows Patch
electron-builder Patch
electron-forge-maker-appimage Patch
electron-forge-maker-nsis-web Patch
electron-forge-maker-nsis Patch
electron-forge-maker-snap Patch
electron-publish Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mmaietta mmaietta marked this pull request as ready for review January 27, 2025 22:25
@mmaietta mmaietta requested a review from beyondkmp January 27, 2025 22:28
…move-bluebird

# Conflicts:
#	packages/app-builder-lib/src/asar/integrity.ts
#	packages/app-builder-lib/src/codeSign/macCodeSign.ts
#	packages/app-builder-lib/src/electron/ElectronFramework.ts
#	packages/app-builder-lib/src/electron/electronMac.ts
#	packages/app-builder-lib/src/fileMatcher.ts
#	packages/app-builder-lib/src/macPackager.ts
#	packages/app-builder-lib/src/platformPackager.ts
#	packages/app-builder-lib/src/targets/AppxTarget.ts
#	packages/app-builder-lib/src/targets/MsiTarget.ts
#	packages/app-builder-lib/src/util/NodeModuleCopyHelper.ts
#	packages/app-builder-lib/src/util/appFileCopier.ts
#	packages/app-builder-lib/src/util/cacheManager.ts
#	packages/builder-util/src/fs.ts
@mmaietta mmaietta merged commit 62997b0 into master Jan 30, 2025
17 checks passed
@mmaietta mmaietta deleted the chore/remove-bluebird branch January 30, 2025 02:20
@github-actions github-actions bot mentioned this pull request Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant