mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
Bump github.com/coder/websocket from 1.8.12 to 1.8.13 (#3584)
Bumps [github.com/coder/websocket](https://github.com/coder/websocket) from 1.8.12 to 1.8.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coder/websocket/releases">github.com/coder/websocket's releases</a>.</em></p> <blockquote> <h2>v1.8.13</h2> <h2>Changes</h2> <ul> <li>Use new atomic types from Go 1.19 by <a href="https://github.com/Jacalz"><code>@Jacalz</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/444">coder/websocket#444</a></li> <li>Fix coverage by <a href="https://github.com/mafredri"><code>@mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/466">coder/websocket#466</a></li> <li>Clean out env passed to wasmbrowsertest in TestWasm by <a href="https://github.com/mafredri"><code>@mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/469">coder/websocket#469</a></li> <li>Sunset the dev branch by <a href="https://github.com/mafredri"><code>@mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/471">coder/websocket#471</a></li> <li>Replace filepath.Match with path.Match by <a href="https://github.com/KianYang-Lee"><code>@KianYang-Lee</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/452">coder/websocket#452</a></li> <li>internal/bpool: add New function by <a href="https://github.com/bestgopher"><code>@bestgopher</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/465">coder/websocket#465</a></li> <li>accept: Add unwrapping for hijack like http.ResponseController by <a href="https://github.com/mafredri"><code>@mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/472">coder/websocket#472</a></li> <li>docs: Fix docs and examples related to r.Context() usage by <a href="https://github.com/mafredri"><code>@mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/477">coder/websocket#477</a></li> <li>Fix a typo in chat_test.go by <a href="https://github.com/henrybear327"><code>@henrybear327</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/491">coder/websocket#491</a></li> <li>fix: avoid writing messages after close and improve handshake by <a href="https://github.com/FrauElster"><code>@FrauElster</code></a> and <a href="https://github.com/mafredri"><code>@mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/476">coder/websocket#476</a></li> <li>Disable AppArmor in CI to allow chrome sandbox by <a href="https://github.com/igolaizola"><code>@igolaizola</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/511">coder/websocket#511</a></li> <li>ci: disable AppArmor on daily and static workflows by <a href="https://github.com/igolaizola"><code>@igolaizola</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/513">coder/websocket#513</a></li> <li>Fix build with Go 1.24 by <a href="https://github.com/flyn-org"><code>@flyn-org</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/508">coder/websocket#508</a></li> <li>Add ping and pong received callbacks by <a href="https://github.com/igolaizola"><code>@igolaizola</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/509">coder/websocket#509</a></li> <li>ci: update wasmbrowsertest to a specific commit by <a href="https://github.com/igolaizola"><code>@igolaizola</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/514">coder/websocket#514</a></li> <li>ci: lock down staticcheck and govulncheck in lint.sh by <a href="https://github.com/mafredri"><code>@mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/523">coder/websocket#523</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coder/websocket/compare/v1.8.12...v1.8.13">https://github.com/coder/websocket/compare/v1.8.12...v1.8.13</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="64d7449933
"><code>64d7449</code></a> ci: lock down versions in lint.sh and fix ci (<a href="https://redirect.github.com/coder/websocket/issues/523">#523</a>)</li> <li><a href="d1468a75ee
"><code>d1468a7</code></a> ci: update wasmbrowsertest to a specific commit (<a href="https://redirect.github.com/coder/websocket/issues/514">#514</a>)</li> <li><a href="703784f077
"><code>703784f</code></a> feat: add ping and pong received callbacks (<a href="https://redirect.github.com/coder/websocket/issues/509">#509</a>)</li> <li><a href="aec630d59c
"><code>aec630d</code></a> fix: conform to stricter printf usage in Go 1.24 (<a href="https://redirect.github.com/coder/websocket/issues/508">#508</a>)</li> <li><a href="497ac50c0a
"><code>497ac50</code></a> ci: disable AppArmor on daily and static workflows (<a href="https://redirect.github.com/coder/websocket/issues/513">#513</a>)</li> <li><a href="3e183a987f
"><code>3e183a9</code></a> ci: disable AppArmor to allow Chrome sandbox (<a href="https://redirect.github.com/coder/websocket/issues/511">#511</a>)</li> <li><a href="11bda985bf
"><code>11bda98</code></a> fix: avoid writing messages after close and improve handshake (<a href="https://redirect.github.com/coder/websocket/issues/476">#476</a>)</li> <li><a href="1253b774ea
"><code>1253b77</code></a> chore: bump the internal-deps group across 2 directories with 5 updates (<a href="https://redirect.github.com/coder/websocket/issues/500">#500</a>)</li> <li><a href="d67767c5d2
"><code>d67767c</code></a> chore(.github): group dependabot PRs and reduce frequency (<a href="https://redirect.github.com/coder/websocket/issues/499">#499</a>)</li> <li><a href="02080e979f
"><code>02080e9</code></a> Fix a typo in chat_test.go (<a href="https://redirect.github.com/coder/websocket/issues/491">#491</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coder/websocket/compare/v1.8.12...v1.8.13">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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7427fc21d0
commit
0b3ffd6e12
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ require (
|
|||
github.com/Masterminds/semver/v3 v3.3.1
|
||||
github.com/blevesearch/bleve/v2 v2.5.1
|
||||
github.com/codeclysm/extract v2.2.0+incompatible
|
||||
github.com/coder/websocket v1.8.12
|
||||
github.com/coder/websocket v1.8.13
|
||||
github.com/cretz/bine v0.2.0
|
||||
github.com/dgraph-io/ristretto v0.2.0
|
||||
github.com/docker/docker v26.1.5+incompatible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue