-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps)(deps-dev): bump vitest from 3.1.1 to 4.0.17 #206
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
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🔍 Code Quality Check Results
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found. |
7453e8a to
442d554
Compare
🔍 Code Quality Check Results
|
442d554 to
8c5c3ad
Compare
🔍 Code Quality Check Results
|
8c5c3ad to
304b67a
Compare
🔍 Code Quality Check Results
|
304b67a to
165ec55
Compare
🔍 Code Quality Check Results
|
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.1.1 to 4.0.17. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.17/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.0.17 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
165ec55 to
d951682
Compare
🔍 Code Quality Check Results
|
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.
Pull request overview
This PR updates the vitest dependency from version 3.1.1 to 4.0.17, a major version bump that includes numerous bug fixes, experimental features, and breaking changes. The update brings improved OpenTelemetry support, better error handling, and various browser mode enhancements.
Changes:
- Updated vitest from 3.1.1 to 4.0.17 in package.json
- Updated vitest and all related @vitest/* packages to 4.0.17 in package-lock.json, along with transitive dependency updates
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates vitest version to 4.0.17 |
| package-lock.json | Updates vitest and all related dependencies, adds new platform-specific packages, updates transitive dependencies including chai, rollup, and various esbuild packages |
Comments suppressed due to low confidence (1)
package.json:36
- Version mismatch detected: @vitest/coverage-v8 is at 3.1.1 but vitest has been upgraded to 4.0.17. The coverage plugin's peer dependency requires vitest 3.1.1, which will cause a peer dependency conflict. Update @vitest/coverage-v8 to 4.0.17 to match the vitest version.
"@vitest/coverage-v8": "3.1.1",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "jsdom": "20.0.3", | ||
| "prettier": "2.8.0", | ||
| "typescript": "5.9.3", | ||
| "vite": "5.4.21", |
Copilot
AI
Jan 15, 2026
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.
Vitest 4.0.17 has a peer dependency requirement of vite ^6.0.0 || ^7.0.0, but this package.json specifies vite 5.4.21. This version mismatch may cause compatibility issues. Consider upgrading vite to version 6.x or higher to ensure compatibility with vitest 4.x.
| "vite": "5.4.21", | |
| "vite": "6.0.0", |
Bumps vitest from 3.1.1 to 4.0.17.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
dd54e94chore: release v4.0.1759f92d4fix(fsModuleCache): add importers alongside importedModules (#9423)751364efix(fsModuleCache): don't store importers in cache (#9422)4b67fc2fix: typo in browser.provider error (#9394)40841fffix: handle null options inaddEventHandler#9371 (#9372)200dadbfix(pool): handle worker start failures gracefully (#9337)1500654fix(browser): supportfileParallelismon an instance (#9328)a8a8836fix(pool): validate environment options when reusing the worker (#9349)7b10ab4fix(typecheck): improve error message when tsc outputs help text (#9214)876cb84feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.
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 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)