-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps-dev): Bump @vitest/ui from 4.0.9 to 4.0.14 #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
✓ Safe to upgradeI recommend merging this upgrade because @vitest/ui is purely a development tool for visualizing test execution and the project is a React application that is unaffected by the reported Vue-specific coverage regression. The codebase uses standard relative imports (no absolute import paths requiring Vitest 4.x configuration changes), has no Vue components, and the Vitest configuration in vite.config.ts does not use any of the deprecated options mentioned in breaking changes (poolMatchGlobs, environmentMatchGlobs, or deps configuration). This patch release includes bug fixes that will improve the testing UI experience without requiring any code changes. What we checked
Dependency Usage@vitest/ui is installed as a development dependency that provides a web-based graphical interface for the test suite, invoked via the test:ui script in package.json. This testing tool supports the quality assurance process by offering developers an interactive dashboard to visualize and debug test execution, though it is not directly referenced in application code or configuration files. The dependency serves purely as a developer experience enhancement for the Vitest testing framework configured in this React-based VPN frontend application.
ChangesThe @vitest/ui package was upgraded with 33 bug fixes addressing critical stability issues including worker termination crashes, memory leaks from unclosed workers, and incorrect test duration reporting, plus 12 new features including an extensible test artifact API, file system caching, and a tabbed screenshot comparison UI with slider. Performance improvements include replacing the debug library with obug and optimizing module fetch operations to avoid unnecessary roundtrips when modules are cached.
View 105 more changes
View 8 more changes in the full analysis References (6)[1]: Project uses React (^19.1.0), not Vue - the v-model coverage regression does not apply to this codebase Line 21 in 0d00189
[2]: @vitest/ui dependency being upgraded from 4.0.9 to 4.0.14 - a UI visualization tool only Line 40 in 0d00189
[3]: Vitest configuration uses standard options (globals, environment, setupFiles, coverage) with no deprecated poolMatchGlobs, environmentMatchGlobs, or deps configuration Line 40 in 0d00189
[4]: Test files use standard relative imports (from 'vitest', from '../../test/utils') - no absolute imports that would be affected by Vitest 4.x breaking changes
[5]: TypeScript configuration uses 'bundler' module resolution without custom path aliases - no absolute import configuration that could conflict with Vitest 4.x vpn-frontend/tsconfig.app.json Line 11 in 0d00189
[6]: @vitest/ui is only used via the test:ui script command for developer visualization, not in application code or test execution Line 12 in 0d00189
fossabot analyzed this PR using dependency research. View this analysis on the web |
0d00189 to
8abd834
Compare
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 4.0.9 to 4.0.14. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.14/packages/ui) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-version: 4.0.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
8abd834 to
7933fae
Compare
Bumps @vitest/ui from 4.0.9 to 4.0.14.
Release notes
Sourced from
@vitest/ui's releases.... (truncated)
Commits
9ca74cfchore: release v4.0.14443ecc7chore: simplified array.from map (#9102)821aa20feat(runner): Add full names to tasks (#9087)22e381echore(deps): update all non-major dependencies (#9082)c37c2ebfeat(ui): add tabbed failure view fortoMatchScreenshotwith comparison sli...73b54cechore: release v4.0.135aa84d5chore: release v4.0.12c3befb0chore: release v4.0.117729236feat(api): add extensible test artifact API (#8987)259a3d1chore: release v4.0.10Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade @vitest/ui to 4.0.15 to improve the test UI and stability. Adds the tabbed failure view for toMatchScreenshot, plus bug fixes and small performance gains.
Written for commit 7933fae. Summary will update automatically on new commits.