Skip to content

chore(deps): bump partysocket from 1.1.13 to 1.1.16#725

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps partysocket from 1.1.13 to 1.1.16.

Release notes

Sourced from partysocket's releases.

partysocket@1.1.16

Patch Changes

partysocket@1.1.15

Patch Changes

  • #340 122376f Thanks @​threepointone! - Declare react as an optional peer dependency so strict package managers like pnpm correctly resolve it for the partysocket/react and partysocket/use-ws subpath exports.

partysocket@1.1.14

Patch Changes

  • #335 659ceda Thanks @​deathbyknowledge! - Fix useStableSocket replacing socket on HMR/StrictMode effect re-runs. When Vite HMR fires, React Fast Refresh re-runs all effects — the old code unconditionally created a new socket, breaking downstream references (event listeners, _pk identity, etc.). Now detects whether connection options actually changed via referential equality on the memoized options object: if unchanged (HMR), calls socket.reconnect() to preserve identity; if changed, creates a new socket as before.
Changelog

Sourced from partysocket's changelog.

1.1.16

Patch Changes

1.1.15

Patch Changes

  • #340 122376f Thanks @​threepointone! - Declare react as an optional peer dependency so strict package managers like pnpm correctly resolve it for the partysocket/react and partysocket/use-ws subpath exports.

1.1.14

Patch Changes

  • #335 659ceda Thanks @​deathbyknowledge! - Fix useStableSocket replacing socket on HMR/StrictMode effect re-runs. When Vite HMR fires, React Fast Refresh re-runs all effects — the old code unconditionally created a new socket, breaking downstream references (event listeners, _pk identity, etc.). Now detects whether connection options actually changed via referential equality on the memoized options object: if unchanged (HMR), calls socket.reconnect() to preserve identity; if changed, creates a new socket as before.
Commits
  • ff4bd90 Version Packages
  • 273db4a Migrate formatting/linting to Oxfmt & Oxlint
  • 361329a Fix minUptime test expectations and handling
  • a4c455d Use Node env for tests and fix WebSocket handling
  • 61144b1 Bump deps, add lang attributes and HTML fixes
  • 28bf017 Version Packages
  • 122376f Declare optional React peerDependency
  • e3731d3 Stabilize WebSocket tests; clean server comments
  • 48ff81b Add reconnection timing options to wire tests
  • b82fd4d Switch Durable Object migrations to SQLite
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 25, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/partysocket-1.1.16 branch from 977c3af to 0e0c322 Compare February 26, 2026 09:56
Bumps [partysocket](https://github.com/cloudflare/partykit/tree/HEAD/packages/partysocket) from 1.1.13 to 1.1.16.
- [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.16/packages/partysocket)

---
updated-dependencies:
- dependency-name: partysocket
  dependency-version: 1.1.16
  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/partysocket-1.1.16 branch from 0e0c322 to a754fb5 Compare February 26, 2026 09:57
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