Skip to content

Bump vitest from 3.2.4 to 3.2.6#4101

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-3.2.6
Open

Bump vitest from 3.2.4 to 3.2.6#4101
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitest-3.2.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vitest from 3.2.4 to 3.2.6.

Release notes

Sourced from vitest's releases.

v3.2.6

   🐞 Bug Fixes

    View changes on GitHub

v3.2.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b6d56f8 chore: release v3.2.6
  • 16f120d fix: pin last supported vite-node version
  • 2cbad0a chore: release v3.2.5
  • 385a1ae fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • af88b1f feat(api): add allowWrite and allowExec options to api [backport to v3]...
  • See full diff in compare view
Maintainer changes

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


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 3.2.6.
- [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/v3.2.6/packages/vitest)

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

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 Jun 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 9, 2026 00:02
@dependabot dependabot Bot requested review from NoritakaIkeda and sasamuku and removed request for a team June 9, 2026 00:02
@giselles-ai

giselles-ai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Jun 9, 2026 12:02am
Step 2
🟢
gpt-5Status: Success Updated: Jun 9, 2026 12:04am
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Jun 9, 2026 12:04am

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
liam-app Ready Ready Preview, Comment Jun 9, 2026 12:07am
liam-assets Ready Ready Preview Jun 9, 2026 12:07am
liam-docs Ready Ready Preview, Comment Jun 9, 2026 12:07am
liam-erd-sample Ready Ready Preview Jun 9, 2026 12:07am
liam-storybook Ready Ready Preview, Comment Jun 9, 2026 12:07am

Request Review

@giselles-ai

giselles-ai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Check changeset necessity

Status: NOT REQUIRED

Reason:

  • Updates only affect the test runner devDependency (vitest) across the repo; no runtime code, APIs, or behavior changed.
  • Target packages touched (@liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, @liam-hq/ui) were modified only in devDependencies, so there are no user-facing changes to release.
  • Several other modified packages are in the ignore list (e.g., @liam-hq/agent, @liam-hq/app, @liam-hq/db, @liam-hq/github, @liam-hq/schema-bench), which never require changesets.
  • Per the guide, changesets are not required for non-user-facing updates such as development tooling and test-related changes.

Changeset (copy & paste):

N/A – no changeset required for this PR.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🤖 Agent Deep Modeling Execution

Started at: 2026-06-09 00:06:20 UTC

View Details

Command Output

@liam-hq/agent@0.1.0 execute-deep-modeling /home/runner/work/liam/liam/frontend/internal-packages/agent
pnpm test:integration src/createGraph.integration.test.ts

@liam-hq/agent@0.1.0 test:integration /home/runner/work/liam/liam/frontend/internal-packages/agent
vitest --watch=false --passWithNoTests --config vitest.config.integration.ts src/createGraph.integration.test.ts

RUN v3.2.6 /home/runner/work/liam/liam/frontend/internal-packages/agent

(node:8102) ExperimentalWarning: WASI is an experimental feature and might change at any time
(Use node --trace-warnings ... to show where the warning was created)
x

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯

FAIL src/createGraph.integration.test.ts > createGraph Integration > should execute complete workflow
Error: OPENAI_API_KEY is required - please set it in .env file
❯ validateEnvironment scripts/shared/scriptUtils.ts:94:7
92| if (!process.env['OPENAI_API_KEY']) {
93| return errAsync(
94| new Error('OPENAI_API_KEY is required - please set it in .env fi…
| ^
95| )
96| }
❯ getTestConfig test-utils/workflowTestHelpers.ts:77:29
❯ src/createGraph.integration.test.ts:18:39

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯

Test Files 1 failed (1)
Tests 1 failed (1)
Start at 00:06:21
Duration 1.86s (transform 525ms, setup 0ms, collect 1.58s, tests 10ms, environment 0ms, prepare 75ms)

 ELIFECYCLE  Command failed with exit code 1.
/home/runner/work/liam/liam/frontend/internal-packages/agent:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @liam-hq/agent@0.1.0 execute-deep-modeling: pnpm test:integration src/createGraph.integration.test.ts
Exit status 1

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