Bump vitest from 4.1.8 to 4.1.10 - #346
Conversation
|
@dependabot merge |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.8 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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
09a22a2 to
0071282
Compare
|
@dependabot merge |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0071282. Configure here.
|
|
||
| xlsx@https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz: | ||
| resolution: {integrity: sha512-oLDq3jw7AcLqKWH2AhCpVTZl8mf6X2YReP+Neh0SJUzV/BdZYjth94tG5toiMB1PPrYtxOCfaoUCkvtuH+3AJA==, tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz} | ||
| resolution: {tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz} |
There was a problem hiding this comment.
Lockfile drops xlsx integrity
Medium Severity
Updating vitest rewrote the lockfile and removed the integrity hash from the remote xlsx tarball resolution. With pnpm@10.33.2, installs can proceed without verifying that CDN package. On newer pnpm, --frozen-lockfile installs may fail with ERR_PNPM_MISSING_TARBALL_INTEGRITY.
Reviewed by Cursor Bugbot for commit 0071282. Configure here.


Bumps vitest from 4.1.8 to 4.1.10.
Release notes
Sourced from vitest's releases.
Commits
db616d2chore: release v4.1.10 (#10718)bae52b5fix(vm): fix external module resolve error with deps optimizer query for enco...a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...Note
Low Risk
Dependency-only patch/minor test runner upgrade with no production runtime or application code changes.
Overview
Bumps vitest from
4.1.8to4.1.10in the root andpackages/apipackage.jsonfiles, with a refreshedpnpm-lock.yaml.The lockfile also picks up transitive updates tied to the Vitest/Vite stack (e.g.
@vitest/*packages,rollup,vite-related deps). No application or test source changes are included.Reviewed by Cursor Bugbot for commit 0071282. Bugbot is set up for automated code reviews on this repo. Configure here.