Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

chore(deps): bump ws from 8.19.0 to 8.20.0#2624

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ws-8.20.0
Closed

chore(deps): bump ws from 8.19.0 to 8.20.0#2624
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ws-8.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps ws from 8.19.0 to 8.20.0.

Release notes

Sourced from ws's releases.

8.20.0

Features

  • Added exports for the PerMessageDeflate class and utilities for the Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers (d3503c1f).
Commits
  • 8439255 [dist] 8.20.0
  • d3503c1 [minor] Export the PerMessageDeflate class and header utils
  • 3ee5349 [api] Convert the isServer and maxPayload parameters to options
  • 91707b4 [doc] Add missing space
  • 8b55319 [pkg] Update eslint to version 10.0.1
  • ca533a5 [pkg] Update globals to version 17.0.0
  • 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 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)

Open with Devin

Note

Bump ws dependency from 8.19.0 to 8.20.0

Updates the ws package version constraint in package.json from ^8.19.0 to ^8.20.0 and regenerates the lockfile.

Macroscope summarized 0667cef.

Bumps [ws](https://github.com/websockets/ws) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.19.0...8.20.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 30, 2026
@github-actions github-actions Bot enabled auto-merge March 30, 2026 13:13
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 30, 2026

Greptile Summary

This is a routine Dependabot-generated minor version bump of the ws WebSocket library from 8.19.0 to 8.20.0. The ws package is not directly imported anywhere in src/ — it is present in package.json solely to satisfy the peer-dependency requirement of @hono/node-ws, which is the correct WebSocket integration layer per WOPR conventions.

Key points:

  • The 8.20.0 release is purely additive: it exports PerMessageDeflate and header-utility helpers. No breaking changes, no deprecations, no security advisories.
  • Both package.json and pnpm-lock.yaml are updated consistently; the integrity hash in the lockfile matches the published package.
  • No source files are touched; CI gate (pnpm lint && pnpm format && pnpm build && pnpm test) is the only validation needed before merge.

Confidence Score: 5/5

Safe to merge — minor additive release, no breaking changes, no direct source-code impact.

Only two files change (package.json and lockfile), no source logic is modified, the release is strictly additive, and no P0/P1 findings were identified.

No files require special attention.

Important Files Changed

Filename Overview
package.json Single-line version specifier bump: ws ^8.19.0^8.20.0. No other changes.
pnpm-lock.yaml Lockfile regenerated to resolve ws@8.20.0 in both the importer entry and the @hono/node-ws snapshot; integrity hash updated correctly.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["wopr (package.json)"] -->|"peer dep\nws ^8.20.0"| B["ws@8.20.0"]
    A -->|"direct dep"| C["@hono/node-ws"]
    C -->|"requires ws peer"| B
    B --> D["WebSocket transport\n(no direct src/ import)"]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump ws from 8.19.0 to 8.20..." | Re-trigger Greptile

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 71.18% 3806 / 5347
🔵 Statements 70.69% 3982 / 5633
🔵 Functions 73.32% 753 / 1027
🔵 Branches 60.28% 1893 / 3140
File CoverageNo changed files found.
Generated in workflow #1366 for commit 0667cef by the Vitest Coverage Report Action

@TSavo
Copy link
Copy Markdown
Contributor

TSavo commented Apr 7, 2026

Closing — wopr is in the platform monorepo now.

@TSavo TSavo closed this Apr 7, 2026
auto-merge was automatically disabled April 7, 2026 04:24

Pull request was closed

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 7, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ws-8.20.0 branch April 7, 2026 04:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant