Skip to content

refactor: Bump websocket-driver from 0.7.4 to 0.7.5#10583

Merged
mtrezza merged 1 commit into
alphafrom
dependabot/npm_and_yarn/websocket-driver-0.7.5
Jul 20, 2026
Merged

refactor: Bump websocket-driver from 0.7.4 to 0.7.5#10583
mtrezza merged 1 commit into
alphafrom
dependabot/npm_and_yarn/websocket-driver-0.7.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps websocket-driver from 0.7.4 to 0.7.5.

Changelog

Sourced from websocket-driver's changelog.

0.7.5 / 2026-06-04

  • Close a draft-75/76 connection if a length header grows to exceed the configured max length
  • Fail the connection if a message is larger than the configured max length after extension processing
Commits
  • 5d6a9aa Bump version to 0.7.5
  • c55679a Fail the connection if a message is larger than the configured max length aft...
  • 5b197ca Close a draft-75/76 connection if a length header grows to exceed the configu...
  • fc93a48 Test on Node v22, v24, and v26
  • 2e82d34 Test on recent versions of Node
  • e4962db Switch from Travis CI to GitHub Actions
  • 3f2f9b7 Travis update: cache npm modules, remove sudo, run on Node 15
  • See full diff in compare view

Summary by CodeRabbit

  • Chores
    • Updated an underlying WebSocket component to the latest patch version.
    • Includes maintenance and security improvements with no visible changes to the user experience.

@dependabot dependabot Bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch 2 times, most recently from 3bb0b49 to d1b6c6b Compare July 16, 2026 20:22
@mtrezza mtrezza changed the title refactor: Bump websocket-driver from 0.7.4 to 0.7.5 fix: Bump websocket-driver from 0.7.4 to 0.7.5 Jul 19, 2026
@parse-github-assistant

Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code.

@dependabot dependabot Bot changed the title fix: Bump websocket-driver from 0.7.4 to 0.7.5 refactor: Bump websocket-driver from 0.7.4 to 0.7.5 Jul 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch from d1b6c6b to 66d537c Compare July 19, 2026 15:03
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.71%. Comparing base (71e6557) to head (1a390a6).

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha   #10583      +/-   ##
==========================================
+ Coverage   92.69%   92.71%   +0.01%     
==========================================
  Files         193      193              
  Lines       17027    17027              
  Branches      248      248              
==========================================
+ Hits        15784    15786       +2     
+ Misses       1222     1220       -2     
  Partials       21       21              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza mtrezza changed the title refactor: Bump websocket-driver from 0.7.4 to 0.7.5 fix: Bump websocket-driver from 0.7.4 to 0.7.5 Jul 20, 2026
---
updated-dependencies:
- dependency-name: websocket-driver
  dependency-version: 0.7.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title fix: Bump websocket-driver from 0.7.4 to 0.7.5 refactor: Bump websocket-driver from 0.7.4 to 0.7.5 Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch from 66d537c to 1a390a6 Compare July 20, 2026 01:41
@mtrezza

mtrezza commented Jul 20, 2026

Copy link
Copy Markdown
Member

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The lockfile updates both websocket-driver entries from version 0.7.4 to 0.7.5, including their resolved tarball URLs and integrity hashes.

Changes

Dependency lockfile update

Layer / File(s) Summary
Update websocket-driver lock metadata
package-lock.json
Both locked websocket-driver entries are updated to version 0.7.5 with matching resolved URLs and integrity hashes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: semantic-release-bot


Caution

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

  • Ignore

❌ Failed checks (2 errors)

Check name Status Explanation Resolution
Description check ❌ Error The description is missing the required Issue, Approach, and Tasks sections from the template. Add the template sections with an issue reference, a brief approach summary, and the task checklist entries or mark them as not applicable.
Engage In Review Feedback ❌ Error HEAD is a single Dependabot commit, and I found no review-discussion or follow-up commit evidence of engaging feedback. Reply to the reviewer thread and either push a commit that addresses the feedback or get the reviewer to retract the comment first.
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the change and uses an allowed prefix with proper capitalization.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Security Check ✅ Passed Only package-lock.json changed; websocket-driver was bumped to 0.7.5 with no source-code edits.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/websocket-driver-0.7.5

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mtrezza
mtrezza merged commit b45f7ea into alpha Jul 20, 2026
27 checks passed
@mtrezza
mtrezza deleted the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch July 20, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant