Skip to content

chore(deps): bump partysocket from 1.1.10 to 1.1.13#695

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/partysocket-1.1.13
Open

chore(deps): bump partysocket from 1.1.10 to 1.1.13#695
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/partysocket-1.1.13

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps partysocket from 1.1.10 to 1.1.13.

Release notes

Sourced from partysocket's releases.

partysocket@1.1.13

Patch Changes

  • #322 3ed3bf0 Thanks @​threepointone! - Fix reconnect() not working after maxRetries has been exhausted. The _connectLock was not released when the max retries early return was hit in _connect(), preventing any subsequent reconnect() call from initiating a new connection.

partysocket@1.1.12

Patch Changes

  • #317 e1e7b47 Thanks @​threepointone! - Fix PartySocket.reconnect() crashing when using basePath without room. The reconnect guard now accepts either room or basePath as sufficient context to construct a connection URL.

  • #319 15a4157 Thanks @​threepointone! - Throw a clear error when constructing a PartySocket without room or basePath (and without startClosed: true), instead of silently connecting to a malformed URL containing "undefined" as the room name.

partysocket@1.1.11

Patch Changes

  • #315 2a2928b Thanks @​threepointone! - Add enabled prop to usePartySocket and useWebSocket hooks for conditional connection control

  • #294 8237982 Thanks @​amondnet! - Fix React Native/Expo dispatchEvent TypeError

    Added React Native environment detection to use Node-style event cloning. React Native/Expo environments have both process and document polyfilled but not process.versions.node, which caused browser-style event cloning to be selected incorrectly. Browser-style cloning produces events that fail instanceof Event checks in event-target-polyfill.

    Fixes #257

Changelog

Sourced from partysocket's changelog.

1.1.13

Patch Changes

  • #322 3ed3bf0 Thanks @​threepointone! - Fix reconnect() not working after maxRetries has been exhausted. The _connectLock was not released when the max retries early return was hit in _connect(), preventing any subsequent reconnect() call from initiating a new connection.

1.1.12

Patch Changes

  • #317 e1e7b47 Thanks @​threepointone! - Fix PartySocket.reconnect() crashing when using basePath without room. The reconnect guard now accepts either room or basePath as sufficient context to construct a connection URL.

  • #319 15a4157 Thanks @​threepointone! - Throw a clear error when constructing a PartySocket without room or basePath (and without startClosed: true), instead of silently connecting to a malformed URL containing "undefined" as the room name.

1.1.11

Patch Changes

  • #315 2a2928b Thanks @​threepointone! - Add enabled prop to usePartySocket and useWebSocket hooks for conditional connection control

  • #294 8237982 Thanks @​amondnet! - Fix React Native/Expo dispatchEvent TypeError

    Added React Native environment detection to use Node-style event cloning. React Native/Expo environments have both process and document polyfilled but not process.versions.node, which caused browser-style event cloning to be selected incorrectly. Browser-style cloning produces events that fail instanceof Event checks in event-target-polyfill.

    Fixes #257

Commits
  • 2c8ab5f Version Packages
  • 3ed3bf0 Release _connectLock when maxRetries reached
  • 7b2520c Version Packages
  • 15a4157 Configurable connection props and validation
  • e1e7b47 Support basePath for PartySocket reconnect
  • d73d17c Make hibernate optional and update deps
  • 33cc894 Version Packages
  • 5651239 fix(partysocket): add React Native environment detection for dispatchEvent
  • 2a2928b Add enabled prop to usePartySocket and useWebSocket hooks
  • 5c10096 Skip all test suites in partysocket package
  • Additional commits viewable in compare view

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 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)

Bumps [partysocket](https://github.com/cloudflare/partykit/tree/HEAD/packages/partysocket) from 1.1.10 to 1.1.13.
- [Release notes](https://github.com/cloudflare/partykit/releases)
- [Changelog](https://github.com/cloudflare/partykit/blob/main/packages/partysocket/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/partykit/commits/partysocket@1.1.13/packages/partysocket)

---
updated-dependencies:
- dependency-name: partysocket
  dependency-version: 1.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 11, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants