Bump socket.io from 4.7.4 to 4.7.5 #221

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/socket.io-4.7.5 into main 2024-03-15 04:30:02 +00:00
dependabot[bot] commented 2024-03-15 00:11:29 +00:00 (Migrated from github.com)

Bumps socket.io from 4.7.4 to 4.7.5.

Release notes

Sourced from socket.io's releases.

4.7.5

Bug Fixes

  • close the adapters when the server is closed (bf64870)
  • remove duplicate pipeline when serving bundle (e426f3e)

Links

Changelog

Sourced from socket.io's changelog.

4.7.5 (2024-03-14)

Bug Fixes

  • close the adapters when the server is closed (bf64870)
  • remove duplicate pipeline when serving bundle (e426f3e)

Dependencies

Commits
  • 5017681 chore(release): 4.7.5
  • bf64870 fix: close the adapters when the server is closed
  • 748e18c ci: test with older TypeScript version
  • b9ce6a2 refactor: create specific adapter for parent namespaces (#4950)
  • 54dabe5 ci: upgrade to actions/checkout@4 and actions/setup-node@4
  • e426f3e fix: remove duplicate pipeline when serving bundle
  • e36062c docs: update the webtransport example
  • 0bbe8ae docs: only execute the passport middleware once
  • 914a8bd docs: add example with JWT
  • d943c3e docs: update the Passport.js example
  • See full diff in compare view

Dependabot compatibility score

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)
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.7.4 to 4.7.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/releases">socket.io's releases</a>.</em></p> <blockquote> <h2>4.7.5</h2> <h3>Bug Fixes</h3> <ul> <li>close the adapters when the server is closed (<a href="https://github.com/socketio/socket.io/commit/bf64870957e626a73e0544716a1a41a4ba5093bb">bf64870</a>)</li> <li>remove duplicate pipeline when serving bundle (<a href="https://github.com/socketio/socket.io/commit/e426f3e8e1bfea5720c32d30a3663303200ee6ad">e426f3e</a>)</li> </ul> <h4>Links</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.7.4...4.7.5">https://github.com/socketio/socket.io/compare/4.7.4...4.7.5</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.7.5">4.7.5</a></li> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.2"><code>engine.io@~6.5.2</code></a> (no change)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/blob/main/CHANGELOG.md">socket.io's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io/compare/4.7.4...4.7.5">4.7.5</a> (2024-03-14)</h2> <h3>Bug Fixes</h3> <ul> <li>close the adapters when the server is closed (<a href="https://github.com/socketio/socket.io/commit/bf64870957e626a73e0544716a1a41a4ba5093bb">bf64870</a>)</li> <li>remove duplicate pipeline when serving bundle (<a href="https://github.com/socketio/socket.io/commit/e426f3e8e1bfea5720c32d30a3663303200ee6ad">e426f3e</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.2"><code>engine.io@~6.5.2</code></a> (no change)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io/commit/50176812a1f815b779cf8936996b06e559122620"><code>5017681</code></a> chore(release): 4.7.5</li> <li><a href="https://github.com/socketio/socket.io/commit/bf64870957e626a73e0544716a1a41a4ba5093bb"><code>bf64870</code></a> fix: close the adapters when the server is closed</li> <li><a href="https://github.com/socketio/socket.io/commit/748e18c22eeefceb4030c8f8e5e9e9c342b05982"><code>748e18c</code></a> ci: test with older TypeScript version</li> <li><a href="https://github.com/socketio/socket.io/commit/b9ce6a25d1f99368fe21fdc0308213fa1831e450"><code>b9ce6a2</code></a> refactor: create specific adapter for parent namespaces (<a href="https://redirect.github.com/socketio/socket.io/issues/4950">#4950</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/54dabe5bffeb705fd006729725dd2fa194f70ecf"><code>54dabe5</code></a> ci: upgrade to actions/checkout@4 and actions/setup-node@4</li> <li><a href="https://github.com/socketio/socket.io/commit/e426f3e8e1bfea5720c32d30a3663303200ee6ad"><code>e426f3e</code></a> fix: remove duplicate pipeline when serving bundle</li> <li><a href="https://github.com/socketio/socket.io/commit/e36062ca2df0b1a4adcf986bafc3fd92675d3896"><code>e36062c</code></a> docs: update the webtransport example</li> <li><a href="https://github.com/socketio/socket.io/commit/0bbe8aec77a0ed5576d8e4fa7379ab1f1a6fdb05"><code>0bbe8ae</code></a> docs: only execute the passport middleware once</li> <li><a href="https://github.com/socketio/socket.io/commit/914a8bd2b97f559a666ede08df8610cfe05e9cda"><code>914a8bd</code></a> docs: add example with JWT</li> <li><a href="https://github.com/socketio/socket.io/commit/d943c3e0b0b6af1df544a6d26e09dbc8243f4d90"><code>d943c3e</code></a> docs: update the Passport.js example</li> <li>See full diff in <a href="https://github.com/socketio/socket.io/compare/4.7.4...4.7.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket.io&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.7.5)](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>
cloudflare-workers-and-pages[bot] commented 2024-03-15 00:11:31 +00:00 (Migrated from github.com)

Deploying powertools with  Cloudflare Pages  Cloudflare Pages

Latest commit: dc564b9
Status:   Deploy successful!
Preview URL: https://ca6398a2.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-sock-toxh.powertools.pages.dev

View logs

## Deploying powertools with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>dc564b9</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://ca6398a2.powertools.pages.dev'>https://ca6398a2.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-sock-toxh.powertools.pages.dev'>https://dependabot-npm-and-yarn-sock-toxh.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/ca6398a2-fef2-4a05-be32-75372cdfbdbf)
This repo is archived. You cannot comment on pull requests.
No description provided.