Skip to content

chore(deps-dev): bump vitest from 3.2.6 to 4.1.10 in /configurator - #608

Merged
jackgranatowski merged 4 commits into
mainfrom
dependabot/npm_and_yarn/configurator/vitest-4.1.10
Jul 17, 2026
Merged

chore(deps-dev): bump vitest from 3.2.6 to 4.1.10 in /configurator#608
jackgranatowski merged 4 commits into
mainfrom
dependabot/npm_and_yarn/configurator/vitest-4.1.10

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vitest from 3.2.6 to 4.1.10.

Release notes

Sourced from vitest's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub

v4.1.9

🐞 Bug Fixes

View changes on GitHub

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

... (truncated)

Commits
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • a7a61e7 chore: release v4.1.9 (#10598)
  • 934b0f5 fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...
  • 7fb2965 fix(browser): wait for orchestrator readiness before resolving browser sessio...
  • a518019 fix: fix importOriginal with optimizer and query import [backport to v4] (#...
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • a09d472 chore: release v4.1.7
  • a8fd24c chore: release v4.1.6
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.6 to 4.1.10.
- [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.10/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/configurator/vitest-4.1.10 branch from 946b32a to 4db89dc Compare July 14, 2026 08:09
claude added 3 commits July 17, 2026 01:48
… vitest 4

Under vitest 4, vi.spyOn re-spying an already-spied
navigator.clipboard.writeText across tests in the same describe block no
longer implicitly resets the mock's call history, so the second share-link
test read a stale mock.calls[0] left over from the first test and failed.
Added vi.restoreAllMocks() to the existing afterEach. Verified: configurator
build, svelte-check, vitest run tests/ (164 passed), vitest run
tests-components/ (25 passed), check:preview (3 passed).
…rn/configurator/vitest-4.1.10

# Conflicts:
#	configurator/package-lock.json
#	configurator/package.json
@jackgranatowski
jackgranatowski merged commit 9a30f53 into main Jul 17, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/configurator/vitest-4.1.10 branch July 17, 2026 01:58
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.

2 participants