rough-cljs
rough-cljs copied to clipboard
Bump ws and shadow-cljs
Bumps ws to 7.5.10 and updates ancestor dependency shadow-cljs. These dependencies need to be updated together.
Updates ws
from 3.3.3 to 7.5.10
Release notes
Sourced from ws's releases.
7.5.10
Bug fixes
- Backported e55e5106 to the 7.x release line (22c28763).
7.5.9
Bug fixes
- Backported bc8bd34e to the 7.x release line (0435e6e1).
7.5.8
Bug fixes
- Backported 0fdcc0af to the 7.x release line (2758ed35).
- Backported d68ba9e1 to the 7.x release line (dc1781bc).
7.5.7
Bug fixes
- Backported 6946f5fe to the 7.x release line (1f72e2e1).
7.5.6
Bug fixes
- Backported b8186dd1 to the 7.x release line (73dec34b).
- Backported ed2b8039 to the 7.x release line (22a26afb).
7.5.5
Bug fixes
- Backported ec9377ca to the 7.x release line (0e274acd).
7.5.4
Bug fixes
- Backported 6a72da3e to the 7.x release line (76087fbf).
- Backported 869c9892 to the 7.x release line (27997933).
7.5.3
Bug fixes
- The
WebSocketServer
constructor now throws an error if more than one of thenoServer
,server
, andport
options are specefied (66e58d27).- Fixed a bug where a
'close'
event was emitted by aWebSocketServer
before the internal HTTP/S server was actually closed (5a587304).- Fixed a bug that allowed WebSocket connections to be established after
WebSocketServer.prototype.close()
was called (772236a1).7.5.2
Bug fixes
... (truncated)
Commits
d962d70
[dist] 7.5.1022c2876
[security] Fix crash when the Upgrade header cannot be read (#2231)8a78f87
[dist] 7.5.90435e6e
[security] Fix same host check for ws+unix: redirects4271f07
[dist] 7.5.8dc1781b
[security] Drop sensitive headers when following insecure redirects2758ed3
[fix] Abort the handshake if the Upgrade header is invalida370613
[dist] 7.5.71f72e2e
[security] Drop sensitive headers when following redirects (#2013)8ecd890
[dist] 7.5.6- Additional commits viewable in compare view
Updates shadow-cljs
from 2.8.94 to 2.28.9
Changelog
Sourced from shadow-cljs's changelog.
2.28.9 - 2024-06-10
- [
0f3d9
] change :root-source-info to be REPL only- [
aece0
] UI shrink top menu a bit- [
c33b9
] UI fix active builds- [
f78a2
] def as, bring back per object eval- [
72d48
] UI cleanup- [
9d97f
] more UI work2.28.8 - 2024-05-23
2.28.7 - 2024-05-20
- [
38214
] fix dropped ws connections when ws was too active- [
2c455
] add visual indicator for nav values- [
34a56
] visually hightlight active crumb- [
616d8
] remove some dead code- [
f7de4
] increase ws buffers- [
b0fc7
] inspect breadcrumbs- [
4cc37
] handle disconnect runtime in inspect- [
c3689
] document UI data schema- [
d248a
] Update UI with grove-kv changes- [
adcf8
] fix EINVAL issue on newer node+windows2.28.6 - 2024-05-09
2.28.5 - 2024-05-06
- [
95533
] add EDN pretty viewer for inspect- [
9cd4d
] fix UI css- [
9e01c
] remove JS exception re-throw for init-fn calls- [
42604
] browser extension link2.28.4 - 2024-04-24
- [
531b6
] add config tab to build UI- [
236e3
] fix comment- [
b3e22
] add support for npm "exports" with wildcard suffix- [
53d59
] fix some file-open util things- [
ac5fe
] fix wrong content-type- [
194c4
] tools.reader bump2.28.3 - 2024-03-29
- [
8825e
] grove devtools UI test- [
64e7c
] fix REPL inconsistency- [
6efb2
] fix IFn invoke > 20 args- [
2204a
] change relay-ws message handling in UI2.28.2 - 2024-03-21
- [
07dc6
] great, missed that one again
... (truncated)
Commits
- See full diff in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.