gulp-starter-kit
gulp-starter-kit copied to clipboard
build(deps): bump socket.io and browser-sync
Bumps socket.io to 4.8.1 and updates ancestor dependency browser-sync. These dependencies need to be updated together.
Updates socket.io from 2.4.0 to 4.8.1
Release notes
Sourced from socket.io's releases.
[email protected]
Due to a change in the bundler configuration, the production bundle (
socket.io.min.js) did not support sending and receiving binary data in version4.8.0. This is now fixed.Dependencies
engine.io@~6.6.0(no change)ws@~8.17.1(no change)[email protected]
Bug Fixes
- bundle: do not mangle the "_placeholder" attribute (ca9e994)
Dependencies
engine.io-client@~6.6.1(no change)ws@~8.17.1(no change)[email protected]
Features
Custom transport implementations
The
transportsoption now accepts an array of transport implementations:import { io } from "socket.io-client"; import { XHR, WebSocket } from "engine.io-client";const socket = io({ transports: [XHR, WebSocket] });
Here is the list of provided implementations:
Transport Description FetchHTTP long-polling based on the built-in fetch()method.NodeXHRHTTP long-polling based on the XMLHttpRequestobject provided by thexmlhttprequest-sslpackage.XHRHTTP long-polling based on the built-in XMLHttpRequestobject.NodeWebSocketWebSocket transport based on the WebSocketobject provided by thewspackage.WebSocketWebSocket transport based on the built-in WebSocketobject.WebTransportWebTransport transport based on the built-in WebTransportobject.Usage:
Transport browser Node.js Deno Bun
... (truncated)
Commits
91e1c8bchore(release): [email protected]8d5528achore(release): [email protected]71387e5refactor(sio-client): reexport transports from the engineaead835refactor(sio): make Namespace._fns private (#5196)029e010chore(release): [email protected]4ca6ddbdocs(nuxt): update example with latest versionca9e994fix(sio-client): do not mangle the "_placeholder" attribute4865f2efix(eio-client): prevent infinite loop with Node.js built-in WebSocketd4b3ddeci: use Node.js 223b68658chore: bump@fails-components/webtransportto version 1.1.4 (dev)- Additional commits viewable in compare view
Updates browser-sync from 2.27.4 to 2.29.3
Release notes
Sourced from browser-sync's releases.
The one that fixes snippetOptions
What's Changed
- fix: append to head if body not present yet - fixes #2031 by
@shakyShanein BrowserSync/browser-sync#2041Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3
v2.29.1
What's Changed
- trim-deps by
@shakyShanein BrowserSync/browser-sync#2028Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1
The one that restores IE11 support 💪
What's Changed
- fix ie11 by
@shakyShanein BrowserSync/browser-sync#2024esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke
IE11support 😢This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.
So, IE11 will work once again 🎉. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)
# IE11 works, again npm install browser-sync@latestFull Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0
the one that finally removes
document.writeWhat's Changed
- browser-sync-2017 use chalk everywhere by
@shakyShanein BrowserSync/browser-sync#2018- fix: remove document.write by
@shakyShanein BrowserSync/browser-sync#2019Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0
2.27.9
What's Changed
- fix(cli): Where's the command help? fixes #1929 by
@shakyShanein BrowserSync/browser-sync#1945A bug prevented the help output from displaying - it was introduced when the CLI parser
yargswas updated, and is now fixed :)Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9
... (truncated)
Commits
02efdffv2.29.362d906efix: append to head if body not present yet - fixes #2031 (#2041)f91440ev2.29.2d0c50e0deps: drop qs (#2040)6ffc212v2.29.17b07798v2.29.1-alpha.0497f216remove client depsbed04d4v2.29.087421b5fix: ie11 support (#2024)59eb01av2.28.3- 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.
Deploy Preview for gulp-starter-kit failed.
| Name | Link |
|---|---|
| Latest commit | 0798c11942178a2f1a12ba31d3c467e16ad08d33 |
| Latest deploy log | https://app.netlify.com/sites/gulp-starter-kit/deploys/67a218b2bd7b400008f8b2d7 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.