Commit 8eb6cfa
authored
chore(deps): bump partysocket from 1.1.11 to 1.1.13 (#1430)
Bumps
[partysocket](https://github.com/cloudflare/partykit/tree/HEAD/packages/partysocket)
from 1.1.11 to 1.1.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cloudflare/partykit/releases">partysocket's
releases</a>.</em></p>
<blockquote>
<h2>partysocket@1.1.13</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/partykit/pull/322">#322</a>
<a
href="https://github.com/cloudflare/partykit/commit/3ed3bf003972b29bbe9194fedcde6bf729d5af14"><code>3ed3bf0</code></a>
Thanks <a
href="https://github.com/threepointone"><code>@threepointone</code></a>!
- Fix <code>reconnect()</code> not working after <code>maxRetries</code>
has been exhausted. The <code>_connectLock</code> was not released when
the max retries early return was hit in <code>_connect()</code>,
preventing any subsequent <code>reconnect()</code> call from initiating
a new connection.</li>
</ul>
<h2>partysocket@1.1.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/partykit/pull/317">#317</a>
<a
href="https://github.com/cloudflare/partykit/commit/e1e7b47d87a5dd9cd102f995d4b58ab8d03441ba"><code>e1e7b47</code></a>
Thanks <a
href="https://github.com/threepointone"><code>@threepointone</code></a>!
- Fix <code>PartySocket.reconnect()</code> crashing when using
<code>basePath</code> without <code>room</code>. The reconnect guard now
accepts either <code>room</code> or <code>basePath</code> as sufficient
context to construct a connection URL.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/partykit/pull/319">#319</a>
<a
href="https://github.com/cloudflare/partykit/commit/15a41572a778526b496de94d5ef0909226c56e72"><code>15a4157</code></a>
Thanks <a
href="https://github.com/threepointone"><code>@threepointone</code></a>!
- Throw a clear error when constructing a <code>PartySocket</code>
without <code>room</code> or <code>basePath</code> (and without
<code>startClosed: true</code>), instead of silently connecting to a
malformed URL containing <code>"undefined"</code> as the room
name.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cloudflare/partykit/blob/main/packages/partysocket/CHANGELOG.md">partysocket's
changelog</a>.</em></p>
<blockquote>
<h2>1.1.13</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/partykit/pull/322">#322</a>
<a
href="https://github.com/cloudflare/partykit/commit/3ed3bf003972b29bbe9194fedcde6bf729d5af14"><code>3ed3bf0</code></a>
Thanks <a
href="https://github.com/threepointone"><code>@threepointone</code></a>!
- Fix <code>reconnect()</code> not working after <code>maxRetries</code>
has been exhausted. The <code>_connectLock</code> was not released when
the max retries early return was hit in <code>_connect()</code>,
preventing any subsequent <code>reconnect()</code> call from initiating
a new connection.</li>
</ul>
<h2>1.1.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/partykit/pull/317">#317</a>
<a
href="https://github.com/cloudflare/partykit/commit/e1e7b47d87a5dd9cd102f995d4b58ab8d03441ba"><code>e1e7b47</code></a>
Thanks <a
href="https://github.com/threepointone"><code>@threepointone</code></a>!
- Fix <code>PartySocket.reconnect()</code> crashing when using
<code>basePath</code> without <code>room</code>. The reconnect guard now
accepts either <code>room</code> or <code>basePath</code> as sufficient
context to construct a connection URL.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/partykit/pull/319">#319</a>
<a
href="https://github.com/cloudflare/partykit/commit/15a41572a778526b496de94d5ef0909226c56e72"><code>15a4157</code></a>
Thanks <a
href="https://github.com/threepointone"><code>@threepointone</code></a>!
- Throw a clear error when constructing a <code>PartySocket</code>
without <code>room</code> or <code>basePath</code> (and without
<code>startClosed: true</code>), instead of silently connecting to a
malformed URL containing <code>"undefined"</code> as the room
name.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cloudflare/partykit/commit/2c8ab5ff23ef10107937fd749d10dfe1a173e9df"><code>2c8ab5f</code></a>
Version Packages</li>
<li><a
href="https://github.com/cloudflare/partykit/commit/3ed3bf003972b29bbe9194fedcde6bf729d5af14"><code>3ed3bf0</code></a>
Release _connectLock when maxRetries reached</li>
<li><a
href="https://github.com/cloudflare/partykit/commit/7b2520c2254ffc93dc8387eef86db946811aa90d"><code>7b2520c</code></a>
Version Packages</li>
<li><a
href="https://github.com/cloudflare/partykit/commit/15a41572a778526b496de94d5ef0909226c56e72"><code>15a4157</code></a>
Configurable connection props and validation</li>
<li><a
href="https://github.com/cloudflare/partykit/commit/e1e7b47d87a5dd9cd102f995d4b58ab8d03441ba"><code>e1e7b47</code></a>
Support basePath for PartySocket reconnect</li>
<li><a
href="https://github.com/cloudflare/partykit/commit/d73d17cb5d3b20f27a3d75b62760d5df08e5c3d5"><code>d73d17c</code></a>
Make hibernate optional and update deps</li>
<li>See full diff in <a
href="https://github.com/cloudflare/partykit/commits/partysocket@1.1.13/packages/partysocket">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent dc2afcb commit 8eb6cfa
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments