Skip to content

chore(deps): bump @converse/openpromise from 0.0.4 to 0.0.5 - #4096

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/converse/openpromise-0.0.5
Open

chore(deps): bump @converse/openpromise from 0.0.4 to 0.0.5#4096
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/converse/openpromise-0.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @converse/openpromise from 0.0.4 to 0.0.5.

Changelog

Sourced from @​converse/openpromise's changelog.

0.0.5

  • Fix unhandled rejection on reject. The internal state-tracking .then() rethrew in its rejection handler. Because the promise returned by that .then() is discarded (it exists only to update the isResolved/isPending/isRejected flags), the rethrow rejected it with no handler attached — surfacing as an unhandledRejection every time an open promise was rejected, even when the consumer handled the rejection on the promise itself. The handlers now only mirror settlement into the flags and no longer rethrow.
  • Declare "type": "module" in package.json to match the ESM build output (module: esnext). This also silences Node's MODULE_TYPELESS_PACKAGE_JSON warning when the source or tests are run directly.
  • Add a node:test regression test (run with npm test) asserting that rejecting a handled open promise emits no unhandledRejection.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/converse/openpromise-0.0.5 branch 2 times, most recently from d8b5b48 to 4f4bb27 Compare June 23, 2026 10:20
@jcbrand

jcbrand commented Aug 13, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@converse/openpromise](https://github.com/conversejs/openpromise) from 0.0.4 to 0.0.5.
- [Changelog](https://github.com/conversejs/openpromise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conversejs/openpromise/commits/v0.0.5)

---
updated-dependencies:
- dependency-name: "@converse/openpromise"
  dependency-version: 0.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/converse/openpromise-0.0.5 branch from 4f4bb27 to 1d2fe3c Compare August 13, 2026 14:55
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