mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5998] [CLOSED] Fix vitest mocker dependency #5457
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5457
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5998
Author: @tembo[bot]
Created: 3/16/2026
Status: ❌ Closed
Base:
refactor/workspaces← Head:tembo/refactor-workspace-abstractions📝 Commits (1)
3127b35chore: update @vitest/mocker dependency with updated @types/node version📊 Changes
1 file changed (+9 additions, -1 deletions)
View changed files
📝
pnpm-lock.yaml(+9 -1)📄 Description
Summary
Fixed
@vitest/mockerdependency reference inpnpm-lock.yamlto use the correct Node.js types version (@types/node@25.2.3instead of@types/node@24.10.1)What's changed
@vitest/mocker@4.0.18dependency snapshot to referencevite@7.3.1with@types/node@25.2.3Notes to reviewers
This is a lockfile update that ensures dependency consistency across the vitest testing infrastructure.
Summary by cubic
Fixed
@vitest/mockerinpnpm-lock.yamlto referencevite@7.3.1with@types/node@25.2.3. This aligns Node types across theviteststack and avoids mixed versions.Written for commit
3127b35b5b. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.