chore(deps)(deps): bump vitest from 3.1.3 to 4.1.5#459
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
6c182d9 to
7e41695
Compare
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.1.3 to 4.1.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
7e41695 to
78cd169
Compare
vitest 4 invokes a mock's implementation as a real constructor when the mock is called with `new`, so the `pg` mock's arrow-function factory threw "is not a constructor". Use a regular function instead. vitest 4's restoreAllMocks no longer clears the call history of vi.fn() mocks, so database-url.test.ts saw call counts bleed between tests. Add an explicit clearAllMocks in beforeEach.
78cd169 to
a1757af
Compare
|
Closing: major version bumps are now excluded from Dependabot via an |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps vitest from 3.1.3 to 4.1.5.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
e399846chore: release v4.1.57dc6d54Revert "fix: respect diff config options in soft assertions (#8696)"9787dedfix: respect diff config options in soft assertions (#8696)325463afix(ast-collect): recognize _vi_import prefix in static test discovery (#10...0e0ff41feat(coverage): istanbul to supportinstrumenteroption (#10119)663b99ffix: aliasagentreporter tominimal(#10157)122c25bfix: fixvi.defineHelpercalled as object method (#10163)6abd557feat(api): make test-specification options writable (#10154)596f739fix: project color label on html reporter (#10142)9423dc0fix: --project negation excludes browser instances (#10131)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.