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 semver and websocket #8

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Removes semver. It's no longer used after updating ancestor dependency websocket. These dependencies need to be updated together.

Removes semver

Updates websocket from 1.0.29 to 1.0.34

Changelog

Sourced from websocket's changelog.

Version 1.0.34

Released 2021-04-14

  • Updated browser shim to use the native globalThis property when available. See this MDN page for context. Resolves #415

Version 1.0.33

Released 2020-12-08

  • Added new configuration options to WebSocketServer allowing implementors to bypass parsing WebSocket extensions and HTTP Cookies if they are not needed. (Thanks, @​aetheon)
  • Added new upgradeError event to WebSocketServer to allow for visibility into and logging of any parsing errors that might occur during the HTTP Upgrade phase. (Thanks, @​aetheon)

Version 1.0.32

Released 2020-08-28

  • Refactor to use N-API modules from ws project. (Thanks, @​andreek)
  • Removed some documentation notations about very old browsers and very old Websocket protocol drafts that are no longer relevant today in 2020.
  • Removed outdated notations and instructions about building native extensions, since those functions are now delegated to dependencies.
  • Add automated unit test executionn via Github Actions (Thanks, @​nebojsa94)
  • Accept new connection close code 1015 ("TLS Handshake"). (More information at the WebSocket Close Code Number Registry)

Version 1.0.31

Released 2019-12-06

Version 1.0.30

Released 2019-09-12

  • Moved gulp back to devDependencies
Commits
  • a2cd306 Bumping version and updating Readme.
  • b849ede Use native globalThis property when available.
  • 39bf903 Releasing v1.0.33
  • 39c2220 Merge pull request #400 from aetheon/readHandshake_error_events
  • d43796b review
  • ddd4187 add parse options
  • b71e249 Add handshakeError event
  • c91a6cb Merge pull request #394 from theturtle32/napi-modules
  • 5fd43e0 Updating README and CHANGELOG and bumping version.
  • 5d3a84f Adding Github actions tests.
  • 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 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 [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [websocket](https://github.com/theturtle32/WebSocket-Node). These dependencies need to be updated together.


Removes `semver`

Updates `websocket` from 1.0.29 to 1.0.34
- [Changelog](https://github.com/theturtle32/WebSocket-Node/blob/master/CHANGELOG.md)
- [Commits](theturtle32/WebSocket-Node@v1.0.29...v1.0.34)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: websocket
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 23, 2023
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
Development

Successfully merging this pull request may close these issues.

1 participant