realtime-multiplayer-space-invaders
realtime-multiplayer-space-invaders copied to clipboard
Bump tough-cookie and ably
Removes tough-cookie. It's no longer used after updating ancestor dependency ably. These dependencies need to be updated together.
Removes tough-cookie
Updates ably from 1.1.25 to 1.2.41
Release notes
Sourced from ably's releases.
v1.2.41
- add
ChannelStateChange.hasBacklogand return state change to attach promise/callback #1347- fix a bug where host fallback was initially skipped after falling back to the base transport #1357
v1.2.40
This release adds a new experimental
channels.getDerivedmethod which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the announcement post for more information.
- add experimental API to get derived channel #1306
- make
Message.connectionIdoptional #1305- fix misleading stack traces for early-intialised connection errors #1206
- remove
ProtocolMessage.connectionKey#1218- fix broken promisification of
Presence.historysignature #1224- fix issue with query string encoding in react-native websockets #1286
- fix nodejs encryption of
ArrayBufferplaintext #1280v1.2.39
- bump got dependency to
^11.8.5#1189v1.2.38
- retry connection attempt if 'online' event received whilst connecting #1171
- populate invalid state
ErrorInfo.causewith the currenterrorReason, if set #1169- fix: align exposed type of
ErrorInfowith internal type, extendingError#1142- fix: avoid global scope
TextEncoderaccess #1157v1.2.37
- make ErrorInfo extend Error #1129
- improve error message for clientId mismatch from user auth provider #1128
- fix: don't send credentials in webworker FetchInit #1132
v1.2.36
- fix(Node/http): prevent got from using its own retry mechanism #1122
- deps: update
http-cache-semanticsdependency #1123v1.2.35
- Implement ably-js protocol v2 #1110
- Add global HTTP agent pool (fixes memory leak when creating several rest clients) #1113
v1.2.34
- fix incorrect sync event signature in base Transport class (fixes an issue with react-native realtime connections) #1094
v1.2.33
- Fix some callback typings #1075
v1.2.32
- fix: add EventEmitter.off signature with no args #1073
v1.2.31
In the latest release of ably-js, we’ve added JSDoc comments for the public methods and properties provided by the SDK so you can quickly access the descriptions directly in your code editor using Intelligent code completion features like Intellisense in VSCode.
We have also implemented the fetch API as a fallback HTTP transport so that ably-js is now fully functional in a service worker context.
... (truncated)
Changelog
Sourced from ably's changelog.
1.2.41 (2023-06-29)
- add
ChannelStateChange.hasBacklogand return state change to attach promise/callback #1347- fix a bug where host fallback was initially skipped after falling back to the base transport #1357
1.2.40 (2023-05-26)
This release adds a new experimental
channels.getDerivedmethod which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the announcement post for more information.
- add experimental API to get derived channel #1306
- make
Message.connectionIdoptional #1305- fix misleading stack traces for early-intialised connection errors #1206
- remove
ProtocolMessage.connectionKey#1218- fix broken promisification of
Presence.historysignature #1224- fix issue with query string encoding in react-native websockets #1286
- fix nodejs encryption of
ArrayBufferplaintext #12801.2.39 (2023-04-13)
- bump got dependency to
^11.8.5#11891.2.38 (2023-04-04)
- retry connection attempt if 'online' event received whilst connecting #1171
- populate invalid state
ErrorInfo.causewith the currenterrorReason, if set #1169- fix: align exposed type of
ErrorInfowith internal type, extendingError#1142- fix: avoid global scope
TextEncoderaccess #11571.2.37 (2023-02-27)
- make ErrorInfo extend Error #1129
- improve error message for clientId mismatch from user auth provider #1128
- fix: don't send credentials in webworker FetchInit #1132
1.2.36 (2023-02-10)
- fix(Node/http): prevent got from using its own retry mechanism #1122
- deps: update
http-cache-semanticsdependency #11231.2.35 (2023-01-30)
- Implement ably-js protocol v2 #1110
- Add global HTTP agent pool (fixes memory leak when creating several rest clients) #1113
1.2.34 (2022-12-13)
- fix incorrect sync event signature in base Transport class (fixes an issue with react-native realtime connections) #1094
1.2.33 (2022-11-11)
- Fix some callback typings #1075
1.2.32 (2022-11-09)
- fix: add EventEmitter.off signature with no args #1073
1.2.31 (2022-11-08)
... (truncated)
Commits
6facbfcMerge pull request #1362 from ably/release/1.2.416d4c700chore: bump version for 1.2.41 releasef6cf0b9docs: update CHANGELOG for 1.2.41 release0514b7cMerge pull request #1347 from ably/has-backlogb75e0e4feat: addChannelStateChange.hasBacklog8a50060feat:RealtimeChannel.attachreturnsChannelStateChange546ecd4Merge pull request #1357 from ably/connectCount-fix23f8a73fix(ConnectionManager): pass connectCount through connectImpl3915bcdMerge pull request #1337 from ably/fix-auth-test-state-leak108f048test: unset mutated client requestHeaders after test complete- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by owenpearson, a new releaser for ably since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.