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 socket.io-parser, sails and socket.io-redis #4

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Removes socket.io-parser. It's no longer used after updating ancestor dependencies socket.io-parser, sails and socket.io-redis. These dependencies need to be updated together.

Removes socket.io-parser

Updates sails from 0.12.14 to 1.5.13

Release notes

Sourced from sails's releases.

v1.5.11

What's Changed

v1.5.9

What's Changed

v1.5.7

What's Changed

Big thanks to @​ThomasRinsma at Codean!

Full Changelog: balderdashy/sails@v1.5.5...v1.5.7

v1.5.5

What's Changed

... (truncated)

Changelog

Sourced from sails's changelog.

Sails Changelog

1.2.0

  • Added sails migrate for quickly running auto-migrations by hand
  • The output of sails inspect no longer includes controller information
  • When loading user hooks, if sails.config.loadHooks is specified, skip hooks whose names aren't explicitly included
  • Increased time to display warning message in config/bootstrap.js from 5 seconds to 30 seconds
  • Switched to using updateOne in the "update" blueprint
  • Blueprint queries no longer include fetch: true by default, to avoid warnings from updateOne
  • Update error mesage in default serverError response to use flaverr
  • In lib/router/res.js, instead of always setting 'content-type' to 'application/json', only set it if res.get('content-type') is falsy
  • Update flaverr dependency
  • Update i18n-2 dependency to resolve deprecation warning
  • Update rc dependency to address potential vulnerabilities
  • Update machinepack-process dependency to address potential vulnerabilities
  • Update machinepack-redis dependency to address potential vulnerabilities

1.1.0

As always, we owe a debt of gratitude to our contributors-- we mentioned you below next to the features/enhancements/fixes you contributed to. (Apologies to anyone we missed, there was a lot in this release! Let us know and we'll add you to the list.)

We especially want to thank those contributors who helped out with the documentation:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eashaw, a new releaser for sails since your current version.


Updates socket.io-redis from 1.0.0 to 5.4.0

Release notes

Sourced from socket.io-redis's releases.

5.4.0

Features

  • update node-redis version to 3.x (fa4d474)

Links

5.3.0

Features

  • add support for Redis Cluster (7a19075)

Links

5.2.0

Features

  • increase default requestsTimeout to 5000 ms (#243)

Links

5.1.0

Features

  • add support for ArrayBuffer (#226)

Bug fixes

  • use the requestid from response when deleting requests (#225)

Links

5.0.1

Bug fixes

  • fix broken protocol in 5.0.0 (#221)

Milestone: 5.0.1 Diff: 5.0.0...5.0.1

... (truncated)

Changelog

Sourced from socket.io-redis's changelog.

5.4.0 (2020-09-02)

Features

  • update node-redis version to 3.x (5b3ed58)

5.3.0 (2020-06-04)

Features

  • add support for Redis Cluster (7a19075)

5.2.0 (2017-08-24)

Features

  • increase default requestsTimeout to 5000 ms (37e28df)

5.1.0 (2017-06-04)

Bug Fixes

  • use the requestid from response when deleting requests (4f08b1a)

Features

  • add support for ArrayBuffer (b3ad4ad)
Commits
  • 2e39996 chore(release): 5.4.0
  • 5b3ed58 chore: bump notepack.io to version 2.2.0
  • fa4d474 chore: update node-redis version to 3.x (#351)
  • ed83ba9 chore(release): 5.3.0
  • 7a19075 feat: add support for Redis Cluster
  • 597a8d1 chore: add docker-compose.yml file
  • 2500964 test: add Node.js 10, 12 and 13 in the test matrix
  • f257303 chore: add package-lock.json file
  • d6242d9 chore: bump debug to version 4.1.0 (#306)
  • a1cebc8 [chore] Bump ioredis to version 4.0.0 (#291)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by darrachequesne, a new releaser for socket.io-redis 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 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.

Removes [socket.io-parser](https://github.com/Automattic/socket.io-parser). It's no longer used after updating ancestor dependencies [socket.io-parser](https://github.com/Automattic/socket.io-parser), [sails](https://github.com/balderdashy/sails) and [socket.io-redis](https://github.com/socketio/socket.io-redis). These dependencies need to be updated together.


Removes `socket.io-parser`

Updates `sails` from 0.12.14 to 1.5.13
- [Release notes](https://github.com/balderdashy/sails/releases)
- [Changelog](https://github.com/balderdashy/sails/blob/master/CHANGELOG.md)
- [Commits](balderdashy/sails@v0.12.14...v1.5.13)

Updates `socket.io-redis` from 1.0.0 to 5.4.0
- [Release notes](https://github.com/socketio/socket.io-redis/releases)
- [Changelog](https://github.com/socketio/socket.io-redis-adapter/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-redis-adapter@1.0.0...5.4.0)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
- dependency-name: sails
  dependency-type: direct:production
- dependency-name: socket.io-redis
  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 19, 2024
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