jhwohlgemuth / voxelcss

Voxel.css with updated architecture, robust tests, and npm availability
https://voxelcss.js.org/
MIT License
4 stars 2 forks source link

Bump ws, browser-sync and puppeteer #296

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps ws to 6.2.3 and updates ancestor dependencies ws, browser-sync and puppeteer. These dependencies need to be updated together.

Updates ws from 3.3.3 to 6.2.3

Release notes

Sourced from ws's releases.

6.2.3

Bug fixes

  • Backported e55e5106 to the 6.x release line (eeb76d31).

6.2.2

Bug fixes

  • Backported 00c425ec to the 6.x release line (78c676d2).

6.2.1

Bug fixes

  • Fixed a bug that, under certain circumstances, prevented the close timer from being set (aa1dcd5).

6.2.0

Features

  • Added ability to follow redirects (#1490).

Bug fixes

  • The opening handshake is now aborted if the Sec-WebSocket-Key header field value is invalid (160af45b).

6.1.4

Bug fixes

  • Fixed an issue that caused the Host header to always include a port (#1510).

6.1.3

Bug fixes

  • Fixed a bug that, under certain circumstances, prevented the close frame from being parsed (#1494).

6.1.2

Bug fixes

  • Restored compatibility with Node.js < 6.13.0 (26436e0).

6.1.1

Bug fixes

  • Queued messages to send are now discarded if the permessage-deflate is enabled and the socket closes prematurely (#1464, #1471).

6.1.0

Features

... (truncated)

Commits
  • d87f3b6 [dist] 6.2.3
  • eeb76d3 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 9bdb580 [dist] 6.2.2
  • 78c676d [security] Fix ReDoS vulnerability
  • d57db27 [dist] 6.2.1
  • 40734d8 [minor] Add missing option in JSDoc comment
  • 0556f31 [doc] Add TOC to ws.md (#1539)
  • aa1dcd5 [fix] Make WebSocket#close() set the close timer immediately
  • 297f56d [minor] Remove unneeded if statement
  • bcab373 [test] Increase code coverage
  • Additional commits viewable in compare view


Updates browser-sync from 2.23.7 to 2.29.3

Release notes

Sourced from browser-sync's releases.

The one that fixes snippetOptions

What's Changed

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3

v2.29.1

What's Changed

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.0...v2.29.1

The one that restores IE11 support 💪

What's Changed

esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 😢

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@latest

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0

the one that finally removes document.write

What's Changed

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0

2.27.9

What's Changed

A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :)

Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9

... (truncated)

Commits


Updates puppeteer from 1.3.0 to 1.20.0

Commits
  • a5f03ce chore: mark version v1.20.0 (#4928)
  • f504c04 test: mark Page.close test as failing in Firefox (#4929)
  • e17d38c docs(readme): explain significance of Chromium revision (#4811)
  • 9384359 docs(troubleshooting): fix Alpine version link (#4927)
  • fca9d45 docs(CONTRIBUTING.md): clarify release process (#4923)
  • 97ff359 docs(CONTRIBUTING.md): fix some typos (#4917)
  • c2651c2 refactor: Pass FrameManager to NetworkManager constructor (#4907)
  • 73fd7ff feat(api): add element.select and element.evaluate for consistency (#4892)
  • 135bb42 docs: update README.md (#4857)
  • cba0f98 docs(troubleshooting): Fix missing package in Docker instructions (#4877)
  • 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 show 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](https://github.com/jhwohlgemuth/voxelcss/network/alerts).

This change is Reviewable

dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.