Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump engine.io and socketstream #801

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Removes engine.io. It's no longer used after updating ancestor dependency socketstream. These dependencies need to be updated together.

Removes engine.io

Updates socketstream from 0.3.10 to 0.5.3

Changelog

Sourced from socketstream's changelog.

0.5.3 (2015-12-26)

Bug Fixes

  • cli: Fixed #602 where newly-generated apps were missing dependencies

0.5.2 (2015-11-15)

Bug Fixes

  • debug: debugging info added to session logic (a57528b)
  • session: never returned the identified sessionId (f36181b)
  • websocket the new listen function correctly loads transport first

0.5.1 (2015-10-28)

Bug Fixes

  • log: sockjs logging (bfa9ce5)
  • rpc: request wouldn't configure correctly due to bad fs.exists call (f3e4363)
  • rpc: server can start without rpc responders (4c76116)
  • servePacked: serve the existing packed assets in either production configs (c1fc962)
  • styling: the default app would have background cropped with small browser window (b5d478e)

Features

  • middleware: replaced with session middleware and cached middleware performing the two parts (9da5e2d)
  • autoload API auto load for ws.listen and http.middleware access (a7eb4bc2e)

0.5.0 (2015-10-28)

Bug Fixes

  • log: sockjs logging (bfa9ce5)
  • rpc: request wouldn't configure correctly due to bad fs.exists call (f3e4363)
  • rpc: server can start without rpc responders (4c76116)
  • servePacked: serve the existing packed assets in either production configs (c1fc962)
  • styling: the default app would have background cropped with small browser window (b5d478e)

... (truncated)

Commits
  • 370d1b8 chore(release): v0.5.3
  • 796fa06 chore(release): Starting v0.5.3-SNAPSHOT
  • c109b17 Updated NPM version to be published
  • f50921c Merge pull request #603 from socketstream/bug/602-missing-steps-in-installation
  • a9b9fd3 fix(cli): Fixes #602
  • b84cf7f doc update
  • de0aefd working SockJs x-forwarded-for
  • c6d357d feat(transport): ws config options localStorage and cookieName
  • fd33751 quotes
  • 29906dd feature(session): pluggable session handling done in addon
  • Additional commits viewable 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [engine.io](https://github.com/socketio/engine.io). It's no longer used after updating ancestor dependency [socketstream](https://github.com/socketstream/socketstream). These dependencies need to be updated together.


Removes `engine.io`

Updates `socketstream` from 0.3.10 to 0.5.3
- [Release notes](https://github.com/socketstream/socketstream/releases)
- [Changelog](https://github.com/socketstream/socketstream/blob/develop/CHANGELOG.md)
- [Commits](socketstream/socketstream@0.3.10...0.5.3)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socketstream
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants