From 55ed3b05628bf975cd3059504cbe89959b5d54db Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:52:46 +0000 Subject: [PATCH] Update Vitest npm packages to v2.1.3 --- apps/hash-ai-worker-ts/package.json | 4 +- apps/hash-api/package.json | 4 +- .../type-system/typescript/package.json | 4 +- libs/@local/hash-backend-utils/package.json | 4 +- .../hash-graph-sdk/typescript/package.json | 4 +- .../@local/hash-isomorphic-utils/package.json | 4 +- libs/@local/hash-subgraph/package.json | 4 +- tests/hash-backend-integration/package.json | 4 +- yarn.lock | 110 +++++++++--------- 9 files changed, 71 insertions(+), 71 deletions(-) diff --git a/apps/hash-ai-worker-ts/package.json b/apps/hash-ai-worker-ts/package.json index 7f2a8320e9f..d0ac74e166e 100644 --- a/apps/hash-ai-worker-ts/package.json +++ b/apps/hash-ai-worker-ts/package.json @@ -106,10 +106,10 @@ "@types/node": "20.16.11", "@types/papaparse": "5.3.14", "@types/sanitize-html": "2.13.0", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "eslint": "8.57.0", "rimraf": "6.0.1", "vite-tsconfig-paths": "5.0.1", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/apps/hash-api/package.json b/apps/hash-api/package.json index 3ba5bf637f0..351abf3f647 100644 --- a/apps/hash-api/package.json +++ b/apps/hash-api/package.json @@ -119,9 +119,9 @@ "@types/md5": "2.3.5", "@types/mime-types": "2.1.4", "@types/nodemailer": "6.4.16", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "eslint": "8.57.0", "rimraf": "6.0.1", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/libs/@blockprotocol/type-system/typescript/package.json b/libs/@blockprotocol/type-system/typescript/package.json index 90182820b17..e70b73762d9 100644 --- a/libs/@blockprotocol/type-system/typescript/package.json +++ b/libs/@blockprotocol/type-system/typescript/package.json @@ -61,13 +61,13 @@ "@rollup/plugin-wasm": "6.2.2", "@types/node": "20.16.11", "@types/react": "18.2.68", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "eslint": "8.57.0", "react": "18.2.0", "rollup": "4.24.0", "tslib": "2.7.0", "typescript": "5.6.3", "vite-plugin-wasm-pack": "0.1.12", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/libs/@local/hash-backend-utils/package.json b/libs/@local/hash-backend-utils/package.json index 5e7e75b0b0b..51e0bc7534f 100644 --- a/libs/@local/hash-backend-utils/package.json +++ b/libs/@local/hash-backend-utils/package.json @@ -61,10 +61,10 @@ "@types/dotenv-flow": "3.3.3", "@types/node": "20.16.11", "@types/wait-on": "5.3.4", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "eslint": "8.57.0", "rimraf": "6.0.1", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/libs/@local/hash-graph-sdk/typescript/package.json b/libs/@local/hash-graph-sdk/typescript/package.json index c65ac17e31b..179cc3c92db 100644 --- a/libs/@local/hash-graph-sdk/typescript/package.json +++ b/libs/@local/hash-graph-sdk/typescript/package.json @@ -31,10 +31,10 @@ "devDependencies": { "@local/eslint-config": "0.0.0-private", "@local/tsconfig": "0.0.0-private", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "eslint": "8.57.0", "rimraf": "6.0.1", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/libs/@local/hash-isomorphic-utils/package.json b/libs/@local/hash-isomorphic-utils/package.json index 8a91b525197..5c20dc3cbb2 100644 --- a/libs/@local/hash-isomorphic-utils/package.json +++ b/libs/@local/hash-isomorphic-utils/package.json @@ -66,13 +66,13 @@ "@types/lodash-es": "4.17.12", "@types/node": "20.16.11", "@types/pluralize": "0.0.33", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "eslint": "8.57.0", "graphql": "16.9.0", "next": "13.5.5", "react": "18.2.0", "rimraf": "6.0.1", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/libs/@local/hash-subgraph/package.json b/libs/@local/hash-subgraph/package.json index b5349c39f55..06def11850e 100644 --- a/libs/@local/hash-subgraph/package.json +++ b/libs/@local/hash-subgraph/package.json @@ -41,8 +41,8 @@ "devDependencies": { "@local/eslint-config": "0.0.0-private", "@types/uuid": "8.3.4", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/tests/hash-backend-integration/package.json b/tests/hash-backend-integration/package.json index d1907d7d093..5faf71279e7 100644 --- a/tests/hash-backend-integration/package.json +++ b/tests/hash-backend-integration/package.json @@ -40,10 +40,10 @@ "@local/eslint-config": "0.0.0-private", "@local/tsconfig": "0.0.0-private", "@types/node-fetch": "2.6.11", - "@vitest/coverage-istanbul": "2.1.2", + "@vitest/coverage-istanbul": "2.1.3", "eslint": "8.57.0", "rimraf": "6.0.1", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/yarn.lock b/yarn.lock index eb593b2c801..27a34f36071 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11717,10 +11717,10 @@ dependencies: "@use-gesture/core" "10.2.26" -"@vitest/coverage-istanbul@2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.2.tgz#9c0beddef5a146b7cbf39781cfd6f6dde6e3b3c8" - integrity sha512-dg7ex3GKrTIenAV0oEp78JucTVFsPMzjl1gYWun22O7SBDxcHFC/REZjWLhMTHRHY8ihm4uBCvmu+CvEu5/Adg== +"@vitest/coverage-istanbul@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.3.tgz#0709be35e9fbb5acc58b1bd75fb67e990ce61d6f" + integrity sha512-FByj6ni54EzA4SXl5X3ugSeeBSI6MSEQBbvPefF6x6GCajePLeZSNYt7u0NOKUQbWpQpAdHHstrqR9ALEpnAxA== dependencies: "@istanbuljs/schema" "^0.1.3" debug "^4.3.6" @@ -11733,62 +11733,62 @@ test-exclude "^7.0.1" tinyrainbow "^1.2.0" -"@vitest/expect@2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.2.tgz#e92fa284b8472548f72cacfe896020c64af6bf78" - integrity sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg== +"@vitest/expect@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.3.tgz#4b9a6fff22be4c4cd5d57e687cfda611b514b0ad" + integrity sha512-SNBoPubeCJhZ48agjXruCI57DvxcsivVDdWz+SSsmjTT4QN/DfHk3zB/xKsJqMs26bLZ/pNRLnCf0j679i0uWQ== dependencies: - "@vitest/spy" "2.1.2" - "@vitest/utils" "2.1.2" + "@vitest/spy" "2.1.3" + "@vitest/utils" "2.1.3" chai "^5.1.1" tinyrainbow "^1.2.0" -"@vitest/mocker@2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.2.tgz#08853a9d8d12afba284aebdf9b5ea26ddae5f20a" - integrity sha512-ExElkCGMS13JAJy+812fw1aCv2QO/LBK6CyO4WOPAzLTmve50gydOlWhgdBJPx2ztbADUq3JVI0C5U+bShaeEA== +"@vitest/mocker@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.3.tgz#a3593b426551be5715fa108faf04f8a9ddb0a9cc" + integrity sha512-eSpdY/eJDuOvuTA3ASzCjdithHa+GIF1L4PqtEELl6Qa3XafdMLBpBlZCIUCX2J+Q6sNmjmxtosAG62fK4BlqQ== dependencies: - "@vitest/spy" "^2.1.0-beta.1" + "@vitest/spy" "2.1.3" estree-walker "^3.0.3" magic-string "^0.30.11" -"@vitest/pretty-format@2.1.2", "@vitest/pretty-format@^2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.2.tgz#42882ea18c4cd40428e34f74bbac706a82465193" - integrity sha512-FIoglbHrSUlOJPDGIrh2bjX1sNars5HbxlcsFKCtKzu4+5lpsRhOCVcuzp0fEhAGHkPZRIXVNzPcpSlkoZ3LuA== +"@vitest/pretty-format@2.1.3", "@vitest/pretty-format@^2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.3.tgz#48b9b03de75507d1d493df7beb48dc39a1946a3e" + integrity sha512-XH1XdtoLZCpqV59KRbPrIhFCOO0hErxrQCMcvnQete3Vibb9UeIOX02uFPfVn3Z9ZXsq78etlfyhnkmIZSzIwQ== dependencies: tinyrainbow "^1.2.0" -"@vitest/runner@2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.2.tgz#14da1f5eac43fbd9a37d7cd72de102e8f785d727" - integrity sha512-UCsPtvluHO3u7jdoONGjOSil+uON5SSvU9buQh3lP7GgUXHp78guN1wRmZDX4wGK6J10f9NUtP6pO+SFquoMlw== +"@vitest/runner@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.3.tgz#20a6da112007dfd92969951df189c6da66c9dac4" + integrity sha512-JGzpWqmFJ4fq5ZKHtVO3Xuy1iF2rHGV4d/pdzgkYHm1+gOzNZtqjvyiaDGJytRyMU54qkxpNzCx+PErzJ1/JqQ== dependencies: - "@vitest/utils" "2.1.2" + "@vitest/utils" "2.1.3" pathe "^1.1.2" -"@vitest/snapshot@2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.2.tgz#e20bd794b33fdcd4bfe69138baac7bb890c4d51f" - integrity sha512-xtAeNsZ++aRIYIUsek7VHzry/9AcxeULlegBvsdLncLmNCR6tR8SRjn8BbDP4naxtccvzTqZ+L1ltZlRCfBZFA== +"@vitest/snapshot@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.3.tgz#1b405a9c40a82563605b13fdc045217751069e58" + integrity sha512-qWC2mWc7VAXmjAkEKxrScWHWFyCQx/cmiZtuGqMi+WwqQJ2iURsVY4ZfAK6dVo6K2smKRU6l3BPwqEBvhnpQGg== dependencies: - "@vitest/pretty-format" "2.1.2" + "@vitest/pretty-format" "2.1.3" magic-string "^0.30.11" pathe "^1.1.2" -"@vitest/spy@2.1.2", "@vitest/spy@^2.1.0-beta.1": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.2.tgz#bccdeca597c8fc3777302889e8c98cec9264df44" - integrity sha512-GSUi5zoy+abNRJwmFhBDC0yRuVUn8WMlQscvnbbXdKLXX9dE59YbfwXxuJ/mth6eeqIzofU8BB5XDo/Ns/qK2A== +"@vitest/spy@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.3.tgz#2c8a457673094ec4c1ab7c50cb11c58e3624ada2" + integrity sha512-Nb2UzbcUswzeSP7JksMDaqsI43Sj5+Kry6ry6jQJT4b5gAK+NS9NED6mDb8FlMRCX8m5guaHCDZmqYMMWRy5nQ== dependencies: tinyspy "^3.0.0" -"@vitest/utils@2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.2.tgz#222ac35ba02493173e40581256eb7a62520fcdba" - integrity sha512-zMO2KdYy6mx56btx9JvAqAZ6EyS3g49krMPPrgOp1yxGZiA93HumGk+bZ5jIZtOg5/VBYl5eBmGRQHqq4FG6uQ== +"@vitest/utils@2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.3.tgz#e52aa5745384091b151cbdf79bb5a3ad2bea88d2" + integrity sha512-xpiVfDSg1RrYT0tX6czgerkpcKFmFOF/gCr30+Mve5V2kewCy4Prn1/NDMSRwaSmT7PRaOF83wu+bEtsY1wrvA== dependencies: - "@vitest/pretty-format" "2.1.2" + "@vitest/pretty-format" "2.1.3" loupe "^3.1.1" tinyrainbow "^1.2.0" @@ -31423,10 +31423,10 @@ vfile@^6.0.0: unist-util-stringify-position "^4.0.0" vfile-message "^4.0.0" -vite-node@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.2.tgz#f5491a2b399959c9e2f3c4b70cb0cbaecf9be6d2" - integrity sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ== +vite-node@2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.3.tgz#8291d31f91c69dc22fea7909f4394c2b3cc2e2d9" + integrity sha512-I1JadzO+xYX887S39Do+paRePCKoiDrWRRjp9kkG5he0t7RXNvPAJPCQSJqbGN4uCrFFeS3Kj3sLqY8NMYBEdA== dependencies: cac "^6.7.14" debug "^4.3.6" @@ -31462,18 +31462,18 @@ vite@^5.0.0: optionalDependencies: fsevents "~2.3.3" -vitest@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.2.tgz#f285fdde876749fddc0cb4d9748ae224443c1694" - integrity sha512-veNjLizOMkRrJ6xxb+pvxN6/QAWg95mzcRjtmkepXdN87FNfxAss9RKe2far/G9cQpipfgP2taqg0KiWsquj8A== - dependencies: - "@vitest/expect" "2.1.2" - "@vitest/mocker" "2.1.2" - "@vitest/pretty-format" "^2.1.2" - "@vitest/runner" "2.1.2" - "@vitest/snapshot" "2.1.2" - "@vitest/spy" "2.1.2" - "@vitest/utils" "2.1.2" +vitest@2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.3.tgz#dae1055dd328621b59fc6e594fd988fbf2e5370e" + integrity sha512-Zrxbg/WiIvUP2uEzelDNTXmEMJXuzJ1kCpbDvaKByFA9MNeO95V+7r/3ti0qzJzrxdyuUw5VduN7k+D3VmVOSA== + dependencies: + "@vitest/expect" "2.1.3" + "@vitest/mocker" "2.1.3" + "@vitest/pretty-format" "^2.1.3" + "@vitest/runner" "2.1.3" + "@vitest/snapshot" "2.1.3" + "@vitest/spy" "2.1.3" + "@vitest/utils" "2.1.3" chai "^5.1.1" debug "^4.3.6" magic-string "^0.30.11" @@ -31484,7 +31484,7 @@ vitest@2.1.2: tinypool "^1.0.0" tinyrainbow "^1.2.0" vite "^5.0.0" - vite-node "2.1.2" + vite-node "2.1.3" why-is-node-running "^2.3.0" vue@^3.2.45: