Skip to content

chore(deps): remove unused es6-promise dependency#834

Merged
2ndalpha merged 1 commit intomasterfrom
chore/remove-es6-promise
Mar 27, 2026
Merged

chore(deps): remove unused es6-promise dependency#834
2ndalpha merged 1 commit intomasterfrom
chore/remove-es6-promise

Conversation

@2ndalpha
Copy link
Copy Markdown
Member

Summary

  • Remove es6-promise from runtime dependencies — it is never imported and Node >= 20 has native Promise support
  • Reduces unnecessary bundle size for consumers

Test plan

  • yarn build succeeds
  • All 294 tests pass

The es6-promise package was never imported in the source code and the
project requires Node >= 20 which has native Promise support.
@2ndalpha 2ndalpha requested a review from KonradPaluch March 26, 2026 13:43
@2ndalpha 2ndalpha enabled auto-merge March 26, 2026 13:43
@2ndalpha 2ndalpha added this pull request to the merge queue Mar 27, 2026
Merged via the queue into master with commit d935e95 Mar 27, 2026
10 checks passed
@2ndalpha 2ndalpha deleted the chore/remove-es6-promise branch March 27, 2026 14:56
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.

2 participants