Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump cookie and socket.io#234

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/npm_and_yarn/multi-82ad408bf4

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 10, 2024

Bumpscookie andsocket.io. These dependencies needed to be updated together.
Updatescookie from 0.4.2 to 0.7.2

Release notes

Sourced fromcookie's releases.

v0.7.2

Fixed

  • Fix object assignment ofhasOwnProperty (#177) bc38ffd

jshttp/cookie@v0.7.1...v0.7.2

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path forserialize without options, useobj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Addpartitioned option

0.5.0

  • Addpriority option
  • Fixexpires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse
Commits
Maintainer changes

This version was pushed to npm byblakeembrey, a new releaser for cookie since your current version.


Updatessocket.io from 4.7.2 to 4.8.0

Release notes

Sourced fromsocket.io's releases.

socket.io-client@4.8.0

Features

Custom transport implementations

Thetransports option now accepts an array of transport implementations:

import{io}from"socket.io-client";import{XHR,WebSocket}from"engine.io-client";constsocket=io({transports:[XHR,WebSocket]});

Here is the list of provided implementations:

TransportDescription
FetchHTTP long-polling based on the built-infetch() method.
NodeXHRHTTP long-polling based on theXMLHttpRequest object provided by thexmlhttprequest-ssl package.
XHRHTTP long-polling based on the built-inXMLHttpRequest object.
NodeWebSocketWebSocket transport based on theWebSocket object provided by thews package.
WebSocketWebSocket transport based on the built-inWebSocket object.
WebTransportWebTransport transport based on the built-inWebTransport object.

Usage:

TransportbrowserNode.jsDenoBun
Fetch✅ (1)
NodeXHR
XHR
NodeWebSocket
WebSocket✅ (2)
WebTransport

(1) sincev18.0.0(2) sincev21.0.0

Added inf4d898e andb11763b.

Test each low-level transports

When setting thetryAllTransports option totrue, if the first transport (usually, HTTP long-polling) fails, then the other transports will be tested too:

import{io}from"socket.io-client";</tr></table>

... (truncated)

Commits
  • d0fc720 chore(release): socket.io@4.8.0
  • 4a0555c chore(release): socket.io-client@4.8.0
  • 2b60df1 chore(release): engine.io@6.6.1
  • d4cb375 ci: ignore tests when publishing to npm
  • c251ae7 chore(release): engine.io-client@6.6.1
  • 8a2f5a3 fix(eio-client): move 'offline' event listener at the top
  • b04fa64 fix(sio): allow to join a room in a middleware (uws)
  • 7085f0e refactor(sio-client): mangle private attributes
  • 4f66708 chore(sio-client): use babel loose mode when transpiling classes
  • 1a95db2 chore(sio-client): add a script to compute the bundle size
  • Additional commits viewable incompare 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 theSecurity Alerts page.

Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.Updates `cookie` from 0.4.2 to 0.7.2- [Release notes](https://github.com/jshttp/cookie/releases)- [Commits](jshttp/cookie@v0.4.2...v0.7.2)Updates `socket.io` from 4.7.2 to 4.8.0- [Release notes](https://github.com/socketio/socket.io/releases)- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)- [Commits](https://github.com/socketio/socket.io/compare/4.7.2...socket.io@4.8.0)---updated-dependencies:- dependency-name: cookie  dependency-type: indirect- dependency-name: socket.io  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the DependenciesPull requests that update a dependency file labelOct 10, 2024
@netlify
Copy link

netlifybot commentedOct 10, 2024
edited
Loading

Deploy Preview forfeathers-a-m ready!

NameLink
🔨 Latest commit5a0c1a2
🔍 Latest deploy loghttps://app.netlify.com/sites/feathers-a-m/deploys/670826ea6121b400085a38f4
😎 Deploy Previewhttps://deploy-preview-234--feathers-a-m.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site configuration.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

DependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp