chore(deps): bump ws from 8.19.0 to 8.20.0#2624
Conversation
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>
Greptile SummaryThis is a routine Dependabot-generated minor version bump of the Key points:
Confidence Score: 5/5Safe 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.
|
| 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)"]
Reviews (1): Last reviewed commit: "chore(deps): bump ws from 8.19.0 to 8.20..." | Re-trigger Greptile
Coverage Report
File CoverageNo changed files found. |
|
Closing — wopr is in the platform monorepo now. |
Pull request was closed
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps ws from 8.19.0 to 8.20.0.
Release notes
Sourced from ws's releases.
Commits
8439255[dist] 8.20.0d3503c1[minor] Export thePerMessageDeflateclass and header utils3ee5349[api] Convert theisServerandmaxPayloadparameters to options91707b4[doc] Add missing space8b55319[pkg] Update eslint to version 10.0.1ca533a5[pkg] Update globals to version 17.0.0Dependabot 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 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)Note
Bump
wsdependency from 8.19.0 to 8.20.0Updates the
wspackage version constraint in package.json from^8.19.0to^8.20.0and regenerates the lockfile.Macroscope summarized 0667cef.