Skip to content

chore(deps-dev): Bump vitest from 4.1.10 to 4.1.11 in the testing group across 1 directory - #277

Merged
oratis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-0d65bea298
Aug 25, 2026
Merged

chore(deps-dev): Bump vitest from 4.1.10 to 4.1.11 in the testing group across 1 directory#277
oratis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-0d65bea298

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the testing group with 1 update in the / directory: vitest.

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2026
Bumps the testing group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `vitest` from 4.1.10 to 4.1.11
- [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.11/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): Bump vitest from 4.1.10 to 4.1.11 in the testing group chore(deps-dev): Bump vitest from 4.1.10 to 4.1.11 in the testing group across 1 directory Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/testing-0d65bea298 branch from 9614f39 to e3fc639 Compare August 25, 2026 15:22
@oratis

oratis commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Reviewed and verified locally against current main. Patch bump within vitest 4.1.x.

About the red ubuntu run: it was not this bump. The Test step failed with an unhandled error, not an assertion:

Error: Not running   { code: 'ERR_SOCKET_DGRAM_NOT_RUNNING' }
  ❯ Socket.<anonymous> src/sandbox/dns-proxy.ts:131:18
  originated in src/sandbox/netns-integration.test.ts

That is a pre-existing shutdown race in the DNS proxy, Linux-only because netns-integration.test.ts only runs where bwrap/slirp4netns exist. DnsProxyHandle.close() calls sock.close(), but an in-flight forward() still holds that socket — when the upstream reply lands after the close, serverSock.send(...) throws synchronously inside a once('message') handler, where no promise is there to catch it. Re-running the job passed unchanged, which is what a timing race looks like. I've flagged it separately; it is not something this PR should carry.

Verified locally: typecheck, lint, format, docs clean; 1672 tests pass, 19 skipped. vitest resolves to 4.1.11.

@oratis
oratis merged commit d7732e5 into main Aug 25, 2026
9 of 10 checks passed
@oratis
oratis deleted the dependabot/npm_and_yarn/testing-0d65bea298 branch August 25, 2026 15: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