Bump @vitest/mocker, @vitest/coverage-v8, @vitest/ui and vitest in /web - #15
Merged
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/web/multi-77af0a84ba
branch
from
September 19, 2026 04:46
51de743 to
e141c15
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/web/multi-77af0a84ba
branch
from
September 19, 2026 04:58
e141c15 to
590b854
Compare
and3rn3t
added a commit
that referenced
this pull request
Sep 19, 2026
…adroom (#20) The coverage gate is `fail_under = 40` and main sat at exactly 40.00%, so any change that adds statements without tests tips it under. Dependabot #15, which touches only web/ files, failed its Python job at 39.95% for precisely that reason: the log-stream rewrite and the secret-key resolver added statements to api/server.py without adding tests for them. Rather than lower the gate, cover the two pieces that had none. run_script is the subprocess wrapper behind every management endpoint, and had no direct coverage: endpoints that call it mock it out wholesale, so the not-found path, the exception path and the timeout handling were never exercised. The timeout is the part worth testing, since it is what stops a real-sized backup being reported as a failure. The WebSocket log stream had none either. These tests pin the behaviour the rewrite is for: one follower process no matter how many clients subscribe, every line fanned out to every subscriber in order, blank lines dropped, the follower stopping when the last client leaves, the child process reaped on the way out, and a clear error rather than a crash when Docker is absent. The disconnect test covers why it uses discard rather than remove: a disconnect can arrive for a session already dropped, and that must not raise. Coverage 40.00% -> 41.98%, tests 193 -> 221. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Bumps [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) to 5.0.1 and updates ancestor dependencies [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together. Updates `@vitest/mocker` from 3.2.6 to 5.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/mocker) Updates `@vitest/coverage-v8` from 3.2.6 to 5.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/coverage-v8) Updates `@vitest/ui` from 3.2.6 to 5.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/ui) Updates `vitest` from 3.2.6 to 5.0.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-version: 5.0.0 dependency-type: direct:development - dependency-name: "@vitest/mocker" dependency-version: 5.0.0 dependency-type: indirect - dependency-name: "@vitest/ui" dependency-version: 5.0.0 dependency-type: direct:development - dependency-name: vitest dependency-version: 5.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/web/multi-77af0a84ba
branch
from
September 19, 2026 05:05
590b854 to
f98e38f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @vitest/mocker to 5.0.1 and updates ancestor dependencies @vitest/mocker, @vitest/coverage-v8, @vitest/ui and vitest. These dependencies need to be updated together.
Updates
@vitest/mockerfrom 3.2.6 to 5.0.1Release notes
Sourced from @vitest/mocker's releases.
... (truncated)
Commits
03630a5chore: release v5.0.1 (#11275)f441c6fchore: release v5.0.0 (#11130)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)732df2cfix(deps): update all non-major dependencies (#11043)1e9f80eperf(vm): don't prewarm modules the worker never requests (#11033)af83d1bchore: release v5.0.0-rc.2 (#10976)8ff9b9afix(mocker): restrict redirect mocks to the fs allowlist (#10972)65263d7fix(deps): update all non-major dependencies (#10966)a7fa111chore: release v5.0.0-rc.1 (#10920)Updates
@vitest/coverage-v8from 3.2.6 to 5.0.1Release notes
Sourced from @vitest/coverage-v8's releases.
... (truncated)
Commits
03630a5chore: release v5.0.1 (#11275)f441c6fchore: release v5.0.0 (#11130)c4473e4fix(coverage): prevent crash on/@fs/prepended virtual files (#11119)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)5f6a5e8feat(coverage): switch to@vitest/istanbuljspackages (#11053)c6174a6fix(coverage): v8 to ignore Vite SSR's generated import bindings (#11023)af83d1bchore: release v5.0.0-rc.2 (#10976)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)Updates
@vitest/uifrom 3.2.6 to 5.0.1Release notes
Sourced from @vitest/ui's releases.
... (truncated)
Commits
03630a5chore: release v5.0.1 (#11275)0598229fix(ui): fix explorer file summary count (#11125)0a7122dfix(ui): fix collapse/expand suite with file name search (#11260)0767036refactor(ui): consolidate unocss style to use class (#11206)376dc3bfeat(ui): add focused trace view layout mode (#11190)5dc4b5cfeat(ui): move trace attempts selector to viewer header (#11189)f441c6fchore: release v5.0.0 (#11130)73d7294fix(ui): hide running count in static reports (#11123)897f51fchore: release v5.0.0-rc.4 (#11107)1339b06chore(deps): update all non-major dependencies (#11104)Updates
vitestfrom 3.2.6 to 5.0.1Release notes
Sourced from vitest's releases.
... (truncated)
Commits
03630a5chore: release v5.0.1 (#11275)a47d790fix(fakeTimers): forcequeueMicrotaskandnextTickintoNotFake(#11261)2ce29d5fix: warn when deprecateddeps.optimizer.webis used (#11214)ccd6d05docs: fix typecheck exclude default in documentation (#11223)91ab158fix(doctor): measure vm pools for custom environments (#11212)23dda73fix: share the server on self-referencingextends(#11034)498fbe9fix: resolve ResolvedConfig exactOptionalPropertyTypes errors (#11175)115c3f6fix: correct typos in error message and comments (#11187)7361465fix: keep metadata file when clearing the cache (#11199)972e24bfix(browser): avoid double quotes inconfig.define(#11198)