Skip to content

⬆️(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /apps/mewbo_console#166

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/apps/mewbo_console/vitest-4.1.0
Open

⬆️(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /apps/mewbo_console#166
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/apps/mewbo_console/vitest-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps vitest from 1.6.1 to 4.1.0.

Release notes

Sourced from vitest's releases.

v4.1.0

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

... (truncated)

Commits
  • 4150b91 chore: release v4.1.0
  • 1de0aa2 fix: correctly identify concurrent test during static analysis (#9846)
  • c3cac1c fix: use isAgent check, not just TTY, for watch mode (#9841)
  • eab68ba chore(deps): update all non-major dependencies (#9824)
  • 031f02a fix: allow catch/finally for async assertion (#9827)
  • 3e9e096 feat(reporters): add agent reporter to reduce ai agent token usage (#9779)
  • 0c2c013 chore: release v4.1.0-beta.6
  • 8181e06 fix: hideSkippedTests should not hide test.todo (fix #9562) (#9781)
  • a8216b0 fix: manual and redirect mock shouldn't load or transform original module...
  • 689a22a fix(browser): types of getCDPSession and cdp() (#9716)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 1, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
mewbo-docs-discovery 8cb2114 Jun 02 2026, 02:33 AM

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.00%. Comparing base (e640b25) to head (a6c8650).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   85.00%   85.00%           
=======================================
  Files          74       74           
  Lines       12789    12789           
=======================================
  Hits        10871    10871           
  Misses       1918     1918           
Components Coverage Δ
core 85.51% <ø> (ø)
tools 81.12% <ø> (ø)
cli 85.19% <ø> (ø)
api 96.06% <ø> (ø)
ha 93.88% <ø> (ø)
🚀 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.

bearlike and others added 2 commits June 1, 2026 19:24
Squashes `cozy-acorn-grove` into `main`. Three independent bodies of work plus supporting infra.

### Agentic Wiki (DeepWiki-style auto-generated wikis)
- New `/v1/wiki/*` API namespace: Pydantic wire types, `JsonWikiStore`/`MongoWikiStore` behind a shared factory, indexing-job lifecycle, and poll-based SSE streaming.
- Six-phase indexing pipeline (`clone → scan → graph → plan → pages → finalize`) driven by deterministic state-machine tools and an LLM root agent that spawns per-page sub-agents in parallel.
- Knowledge graph + hybrid retrieval: tree-sitter for Python/JS/TS/Go/Rust, BM25 + cosine + 1-hop graph fused via RRF; embeddings through `litellm.embedding` with graceful BM25-only fallback when no embedding model is exposed.
- Console `/wiki/*` UI: configure wizard, indexing screen, page viewer, knowledge-graph renderer, mermaid/markdown blocks, and Q&A dock, all driven by a shared atomic progress class.
- Capability-gated AgentDefs (`wiki-indexer`/`wiki-page-writer`/`wiki-qa`) and built-in wiki tools; the whole namespace is gated behind the `mewbo-api[wiki]` extras.
- Orchestration fix: `Orchestrator` now forwards `allowed_tools` to the root `ToolUseLoop`, so plugin-contributed session tools bind to root agents.

### Worktree create-from-base
- Two-mode worktree creation: new `mewbo/<slug>-<id>` branch from a base, or reuse of an existing free branch.
- `branches_in_use` exposed by the branches API; `WorktreeBranchInUseError` maps to HTTP 409.
- mewbo-owned branches are auto-deleted when their backing worktree is removed; user-owned branches are left alone. Console forms added to `ConfigMenu` and the worktrees panel.

### Docs & site
- README and landing page restructured around the three-product stack, with a responsive hero carousel and Wiki/Search surfaced in the nav.
- New Agentic Wiki and Search product pages plus refreshed screenshots.

### Infra & config
- Base image installs the Playwright CLI and full Chromium for browser automation.
- `configs/app.schema.json` and the auto-generated `docs/configuration.md` regenerated to include `WikiConfig`/`WikiEmbeddingConfig` and the `tool_search` (`ToolSearchConfig`) entry.

---------

Co-authored-by: mewbo-ai[bot] <268600793+mewbo-ai[bot]@users.noreply.github.com>
Reviewed-on: https://git.hurricane.home/bearlike/Assistant/pulls/8
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.1 to 4.1.0.
- [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/v4.1.0/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/mewbo_console/vitest-4.1.0 branch from a6c8650 to 8cb2114 Compare June 2, 2026 02:33
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.

1 participant