Skip to content

build(deps-dev): Bump msw from 2.14.6 to 2.15.0 in /webui#332

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/webui/msw-2.15.0
Open

build(deps-dev): Bump msw from 2.14.6 to 2.15.0 in /webui#332
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/webui/msw-2.15.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps msw from 2.14.6 to 2.15.0.

Release notes

Sourced from msw's releases.

v2.15.0 (2026-07-08)

Features

  • sse: invoke finalize on response stream end (#2741) (7fae0cc0954b20c739ae8e95a24eefc8a78710e8) @​kettanaito

v2.14.7 (2026-07-07)

Bug Fixes

  • sse: proper logging for concurrent requests (#2762) (5c0ae1c334a0cbe52638bd2949540372be3d46ba) @​kettanaito
Commits
  • 49d9d47 chore(release): v2.15.0
  • ed88583 test(finalize): use expect.poll vs waitFor
  • 7fae0cc feat(sse): invoke finalize on response stream end (#2741)
  • db818ee chore(release): v2.14.7
  • 418854a chore: upgrade @ossjs/release
  • 5c0ae1c fix(sse): proper logging for concurrent requests (#2762)
  • 3016bda test: fix flaky ws.clients.browser.test.ts
  • 0df6d6a test: fix flaky in-flight-request.test.ts
  • ff6836b chore: pin github actions to commit sha, update pnpm (#2761)
  • 8a19d54 chore: improve github actions security (#2747)
  • Additional commits viewable 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)

Bumps [msw](https://github.com/mswjs/msw) from 2.14.6 to 2.15.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.14.6...v2.15.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 12, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Bug Scan Summary

Date: 2026-07-12
Commits inspected: PR #332 (8efc946 — msw 2.14.6→2.15.0); master delta since last scan (949198b..0b71d17: #331 globals, #333 immer)
Result: No critical bugs found.

PR #332 (msw 2.15.0)

  • Scope: devDependencies only — MSW is used exclusively in webui/src/__tests__/ via setupServer() from msw/node. Zero production imports.
  • Release delta: v2.15.0 adds SSE finalize on response stream end (#2741). No breaking changes; semver minor.
  • Validation: npx vitest run on PR branch — 154/154 pass.
  • Severity assessment: Cannot trigger data loss, auth bypass, production crashes, or state corruption — MSW never ships to production bundles.

Master commits since last scan (2026-07-11)

  • #333 immer 11.1.8→11.1.11 (merged): Patch bumps including prototype-pollution fix (11.1.9) and DraftMap compatibility. Net improvement; no new regression identified.
  • #331 globals 17.6.0→17.7.0 (merged): ESLint devDependency only.
  • Known open fix: PR #330 still tracks v6.12.4 import-finalize regressions from prior scan — unchanged by this PR.

Deduplication check

  • Open PRs: Searched msw, mock service worker, setupServer — only #332 (this bump). Import fix in draft #330 (unrelated).
  • Merged PRs (14d): #331, #333, #328#321 — all dependency-only; no msw-related fixes.
  • Open issues: 0.

Conclusion: Safe to merge from a critical-correctness perspective.

Open in Web View Automation 

Sent by Cursor Automation: Torrentarr - Find critical bugs

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

PR Validation (Cursor Automation)

Recommendation: Close
Primary reason: Hygiene failure: this dependency bump also includes unrelated, semantically identical churn in docs/assets/openapi.json (264 insertions / 264 deletions). Remove that no-op generated-doc reordering and the functional gates are green.

Gates

Gate Status Notes
Merge conflicts Pass Refreshed origin/dependabot/npm_and_yarn/webui/msw-2.15.0 merged cleanly into current origin/master; conflicts: none.
dotnet build Pass dotnet build -c Release succeeded with 0 warnings and 0 errors using temporary .NET SDK 10.0.301 installed for this validation environment.
dotnet test (non-live) Pass dotnet test -c Release --no-build --filter "Category!=Live" passed: Core 173, Infrastructure 403, Host 203; 779 total, 0 failed, 0 skipped. Test count is above the stated baseline.
vitest Pass npx vitest run passed: 16 files, 154 tests.
npm run build (webui) Pass npm run build (tsc -b && vite build) succeeded.

Validation

Axis Score Notes
Purpose Pass Updating the webui dev dependency msw from 2.14.6 to 2.15.0 is a normal dependency-maintenance change.
Correctness Pass npm ci resolved msw@2.15.0; lockfile/package changes are consistent, and all build/test gates passed. No Torrentarr-specific multi-qBit/Auth/config/process/database checks are implicated by the package bump.
Tests Pass Full non-live .NET tests and frontend Vitest passed; no test-count regression observed.
Hygiene Fail docs/assets/openapi.json is changed by 528 lines, but parsing base/head JSON shows semantic equality (json.loads(base) == json.loads(head)), so this is unrelated ordering/format churn in a PR whose purpose is an MSW bump.
Overlap Pass No better duplicate open PR found for the same msw bump.

Why

The PR is technically buildable and testable after merging with current master, and the dependency bump itself looks valid. However, the branch currently contains unrelated no-op churn in docs/assets/openapi.json. The OpenAPI asset change is not caused by the MSW dependency update and only reorders/normalizes existing JSON content, adding review and merge noise. Per the validation hygiene rules, unrelated noise is blocking; the branch should be refreshed to remove that file from the diff.

Overlap

None.

Commands run

  • git fetch origin master
  • git fetch origin refs/heads/dependabot/npm_and_yarn/webui/msw-2.15.0:refs/remotes/origin/dependabot/npm_and_yarn/webui/msw-2.15.0
  • git checkout -B pr-validate origin/dependabot/npm_and_yarn/webui/msw-2.15.0
  • git merge origin/master
  • git diff --name-status origin/master...origin/dependabot/npm_and_yarn/webui/msw-2.15.0
  • python3 JSON semantic comparison for docs/assets/openapi.json
  • dotnet restore
  • dotnet build -c Release
  • dotnet test -c Release --no-build --filter "Category!=Live"
  • cd webui && npm ci
  • cd webui && npx vitest run
  • cd webui && npm run build
  • cd webui && npm ls msw --depth=0
  • gh pr list --state open --search "msw repo:Feramance/Torrentarr" --json number,title,url,headRefName
Open in Web View Automation 

Sent by Cursor Automation: Torrentarr PR validation triage

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants