stable

Clone or download

Read-only

chore: vitest: 1.0.4 -> 2.0.3

Implements request #38694 vitest: 1.0.4 -> 2.0.3 No functional change, unit tests and typechecking should pass. Note: I know about the "any" in artidoc, I would prefer to avoid mocking strictInject altogether. Change-Id: I0d61f2dce25a8fd19d930e0c7e31efd12324fde5

Modified Files

Name
M lib/frontend/commonmark-popover/src/CommonmarkPopover.test.ts +2 −2 Go to diff View file
M lib/frontend/commonmark-popover/src/CommonmarkPopoverController.test.ts +4 −4 Go to diff View file
M lib/frontend/copy-to-clipboard/src/copy-to-clipboard-element.test.ts +2 −2 Go to diff View file
M lib/frontend/drag-and-drop/src/DrekkenovState.test.ts +6 −6 Go to diff View file
M lib/frontend/drag-and-drop/src/index.test.ts +2 −2 Go to diff View file
M lib/frontend/list-picker/src/dropdown/DropdownManager.test.ts +3 −3 Go to diff View file
M lib/frontend/list-picker/src/items/ListItemMapBuilder.test.ts +6 −4 Go to diff View file
M lib/frontend/list-picker/src/test-helpers/selection-manager-test-helpers.ts +2 −2 Go to diff View file
M lib/frontend/tlp-fetch/mocks/tlp-fetch-mock-helper.d.ts +9 −9 Go to diff View file
M lib/frontend/tlp-fetch/src/fetch-wrapper.test.ts +2 −2 Go to diff View file
M lib/frontend/tlp-modal/src/modal-opener.test.ts +2 −2 Go to diff View file
M lib/frontend/tlp-popovers/src/popovers.test.ts +6 −6 Go to diff View file
M package.json +1 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/mock-strict-inject.ts +4 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/PullRequestComment.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/comment-reply/PullRequestCommentReply.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/edition/EditedCommentSaver.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/description-comment/PullRequestDescriptionComment.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/writing-zone/WritingZone.test.ts +5 −5 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequest/PullRequestReviewers.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/PullRequestLabels.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Reviewers/PullRequestReviewerList.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Threads/OverviewThreads.test.ts +2 −2 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Title/PullRequestEditTitleModal.test.ts +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/src/api/rest-querier.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/src/components/MoveModal.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/src/components/ProjectSelector.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/src/components/TrackerSelector.test.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/src/stores/modal.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/src/stores/selectors.test.ts +7 −7 Go to diff View file
M pnpm-lock.yaml +182 −157 Go to diff View file