Skip to content

build(deps-dev): bump vitest from 3.2.4 to 4.1.4#12

Merged
shubh73 merged 1 commit intomainfrom
dependabot/bun/vitest-4.1.4
Apr 12, 2026
Merged

build(deps-dev): bump vitest from 3.2.4 to 4.1.4#12
shubh73 merged 1 commit intomainfrom
dependabot/bun/vitest-4.1.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Bumps vitest from 3.2.4 to 4.1.4.

Release notes

Sourced from vitest's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits
  • ac04bac chore: release v4.1.4
  • 82c858d chore: Remove no-op function in plugin config logic (#8501)
  • d4fbb5c feat(experimental): support aria snapshot (#9668)
  • b77de96 feat(reporter): add filterMeta option to json reporter (#10078)
  • a120e3a feat(experimental): expose assertion as a public field (#10095)
  • 5375780 feat(coverage): default to text reporter skipFull if agent detected (#10018)
  • a1b5f0f fix: make expect(..., message) consistent as error message prefix (#10068)
  • 203f07a fix: use "black" foreground for labeled terminal message to ensure contrast (...
  • 2dc0d62 chore: release v4.1.3
  • 7827363 feat: add experimental.preParse flag (#10070)
  • Additional commits viewable in compare view
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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@dependabot dependabot Bot requested a review from shubh73 as a code owner April 12, 2026 12:12
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 12, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 12, 2026

React Compiler Report

3 files scanned · 2 compiled · 4 skipped

File Component Reason
failing.tsx:6 ConditionalHook InvalidReact Hooks must always be called in a consistent order, and may not be called conditionally.
failing.tsx:15 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
failing.tsx:15 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
failing.tsx:16 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
Fix with AI
Fix the following React Compiler issues. The compiler skipped these components because they violate the Rules of React.

Rules:
- Do not add useMemo, useCallback, or React.memo. The compiler handles memoization once the code follows the rules.
- Do not change the underlying logic or behavior of any component.
- If a fix requires restructuring, extract helper functions rather than rewriting the component.

File: failing.tsx
  - ConditionalHook (line 6): Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
  - RefMutation (line 15): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
  - RefMutation (line 15): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
  - RefMutation (line 16): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)

1 opted out ("use no memo")
  • opted-out.tsx:2 useCustomHook

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 4.1.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/bun/vitest-4.1.4 branch from e89d0b9 to f7560ee Compare April 12, 2026 12:20
@shubh73 shubh73 merged commit 28f70f7 into main Apr 12, 2026
3 checks passed
@shubh73 shubh73 deleted the dependabot/bun/vitest-4.1.4 branch April 12, 2026 12:20
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.

1 participant