Merge pull request #29374 from overleaf/renovate-major-vitest-monorepo

chore(deps): update vitest monorepo to v4 from ^3.2.4 (major)

GitOrigin-RevId: 553a8fefadd82598a9ff4089ce468b59791e2d43
This commit is contained in:
Andrew Rumble
2025-12-17 16:56:52 +00:00
committed by Copybot
parent cbeb58cc0a
commit 0ca1888f76
10 changed files with 2701 additions and 54 deletions

View File

@@ -13,8 +13,9 @@
"test:unit:all": "npm run test:unit:run_dir -- test/unit/src modules/*/test/unit/src",
"test:unit:all:silent": "npm run test:unit:all -- --reporter dot",
"test:unit:app": "npm run test:unit:run_dir -- test/unit/src",
"test:unit": "vitest run",
"test:unit:parallel": "vitest run --project=Parallel",
"test:unit:sequential": "vitest run --project=Sequential --no-file-parallelism",
"test:unit:sequential": "vitest run --project=Sequential",
"test:unit:watch": "vitest",
"test:frontend": "NODE_ENV=test TZ=GMT mocha --recursive --timeout 5000 --exit --extension js,jsx,mjs,ts,tsx --grep=$MOCHA_GREP --require test/frontend/bootstrap.js --ignore '**/*.spec.{js,jsx,ts,tsx}' --ignore '**/helpers/**/*.{js,jsx,ts,tsx}' test/frontend modules/*/test/frontend",
"test:frontend:coverage": "c8 --all --include 'frontend/js' --include 'modules/*/frontend/js' --exclude 'frontend/js/vendor' --reporter=lcov --reporter=text-summary npm run test:frontend",
@@ -408,7 +409,7 @@
"typescript": "^5.8.3",
"use-stick-to-bottom": "^1.1.1",
"uuid": "^9.0.1",
"vitest": "^3.1.2",
"vitest": "^4.0.0",
"w3c-keyname": "^2.2.8",
"webpack": "^5.98.0",
"webpack-assets-manifest": "^5.2.1",