Skip to content

chore(deps): bump sync-message-port from 1.1.3 to 1.2.0#10077

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/sync-message-port-1.2.0
Feb 4, 2026
Merged

chore(deps): bump sync-message-port from 1.1.3 to 1.2.0#10077
mergify[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/sync-message-port-1.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps sync-message-port from 1.1.3 to 1.2.0.

Changelog

Sourced from sync-message-port's changelog.

1.2.0

  • Calling SyncMessagePort.receiveMessage() or SyncMessagePort.receiveMessageIfAvailable() while the port has listeners is no longer an error. If these calls consume a message, it won't be propagated to the event listener, and vice versa. If a receiveMessage() call is active at the same time as a listener, an incoming message will be handled preferentially by receiveMessage().

  • Fix a race condition where sending many messages in a row could (rarely) cause a crash.

Commits
  • b2da8d7 Fix release workflow to work with OIDC (#32)
  • 36b87cf Fix race condition (#30)
  • 7e897fd Merge pull request #29 from sass/dependabot/npm_and_yarn/types/node-25.0.3
  • c99a444 Bump @​types/node from 24.10.4 to 25.0.3
  • 27e5bb8 Merge pull request #28 from sass/dependabot/npm_and_yarn/gts-7.0.0
  • 62e2bd0 Bump gts from 6.0.2 to 7.0.0
  • 0a30fcf Merge pull request #26 from sass/dependabot/github_actions/actions/checkout-6
  • eaff86c Bump actions/checkout from 5 to 6
  • b02d78a Update release workflow to support npm trusted publshing (#25)
  • 555e3ad Merge pull request #24 from sass/dependabot/github_actions/actions/setup-node-6
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sync-message-port since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 29, 2026
@mergify mergify bot had a problem deploying to Mergify Merge Protections January 29, 2026 07:19 Failure
@mergify
Copy link
Contributor

mergify bot commented Jan 29, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 🤖 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success = build
    • check-success = lint
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

Wonderful, this rule succeeded.
  • any of:
    • author = dependabot[bot]
    • #approved-reviews-by >= 2
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@jd
Copy link
Member

jd commented Feb 4, 2026

@dependabot rebase

Bumps [sync-message-port](https://github.com/sass/sync-message-port) from 1.1.3 to 1.2.0.
- [Changelog](https://github.com/sass/sync-message-port/blob/main/CHANGELOG.md)
- [Commits](sass/sync-message-port@1.1.3...1.2.0)

---
updated-dependencies:
- dependency-name: sync-message-port
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sync-message-port-1.2.0 branch from b150610 to 24b1b85 Compare February 4, 2026 07:30
@mergify mergify bot deployed to Mergify Merge Protections February 4, 2026 07:31 Active
@mergify
Copy link
Contributor

mergify bot commented Feb 4, 2026

Merge Queue Status

✅ The pull request has been merged at 24b1b85

This pull request spent 27 minutes 57 seconds in the queue, including 2 minutes 6 seconds running CI.
The checks were run on draft #10128.

Required conditions to merge

@mergify mergify bot added the queued label Feb 4, 2026
@mergify mergify bot merged commit 901a5e3 into main Feb 4, 2026
8 checks passed
@mergify mergify bot deleted the dependabot/npm_and_yarn/sync-message-port-1.2.0 branch February 4, 2026 08:01
@mergify mergify bot removed the queued label Feb 4, 2026
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

Development

Successfully merging this pull request may close these issues.

1 participant