diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-17 12:17:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-17 12:17:48 +0200 |
| commit | 5c10bd7bfa24ebdd06b89861c5a6c23d0174fecd (patch) | |
| tree | 67a720382ccb5ebf1a945cd2f54bebf3afd9dcd3 | |
| parent | 54a91a1fe7059b3c918abcee5203808f7c86d0e6 (diff) | |
| download | faker-5c10bd7bfa24ebdd06b89861c5a6c23d0174fecd.tar.xz faker-5c10bd7bfa24ebdd06b89861c5a6c23d0174fecd.zip | |
chore(deps): update vitest to ~0.22.0 (#1277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <[email protected]>
| -rw-r--r-- | .github/renovate.json5 | 2 | ||||
| -rw-r--r-- | package.json | 5 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 42 |
3 files changed, 33 insertions, 16 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e0f1dbe3..307edd07 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,7 +31,7 @@ }, { "groupName": "vitest", - "matchPackageNames": ["@vitest/ui", "vitest"] + "matchPackageNames": ["@vitest/coverage-c8", "@vitest/ui", "vitest"] }, { "groupName": "prettier", diff --git a/package.json b/package.json index 82ede331..8ecb43dc 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,8 @@ "@types/validator": "~13.7.5", "@typescript-eslint/eslint-plugin": "~5.33.1", "@typescript-eslint/parser": "~5.33.1", - "@vitest/ui": "~0.21.1", + "@vitest/coverage-c8": "~0.22.0", + "@vitest/ui": "~0.22.0", "c8": "~7.12.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~10.6.0", @@ -133,7 +134,7 @@ "validator": "~13.7.0", "vite": "~3.0.8", "vitepress": "1.0.0-alpha.5", - "vitest": "~0.21.1" + "vitest": "~0.22.0" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 45746036..6c623cf3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,8 @@ specifiers: '@types/validator': ~13.7.5 '@typescript-eslint/eslint-plugin': ~5.33.1 '@typescript-eslint/parser': ~5.33.1 - '@vitest/ui': ~0.21.1 + '@vitest/coverage-c8': ~0.22.0 + '@vitest/ui': ~0.22.0 c8: ~7.12.0 conventional-changelog-cli: ~2.2.2 cypress: ~10.6.0 @@ -41,7 +42,7 @@ specifiers: validator: ~13.7.0 vite: ~3.0.8 vitepress: 1.0.0-alpha.5 - vitest: ~0.21.1 + vitest: ~0.22.0 devDependencies: '@algolia/client-search': 4.14.2 @@ -53,7 +54,8 @@ devDependencies: '@types/validator': 13.7.5 '@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq - '@vitest/ui': 0.21.1 + '@vitest/coverage-c8': 0.22.0_@[email protected] + '@vitest/ui': 0.22.0 c8: 7.12.0 conventional-changelog-cli: 2.2.2 cypress: 10.6.0 @@ -84,7 +86,7 @@ devDependencies: validator: 13.7.0 vite: 3.0.8 vitepress: 1.0.0-alpha.5_bnoix7udcyfzum3bz5llzjedt4 - vitest: 0.21.1_sehv5z2ska3ro4ilvbpiw5dgiy + vitest: 0.22.0_@[email protected] packages: @@ -691,8 +693,26 @@ packages: vue: 3.2.37 dev: true - /@vitest/ui/0.21.1: - resolution: {integrity: sha512-e+AZdMG6NvrYhxB99LGxW1GkoTpqSDPKpL+wghsApWhocNwALBOBzvgsDr/WN6D6YWRXf18rsJ1kY/KaIspRdg==} + /@vitest/coverage-c8/0.22.0_@[email protected]: + resolution: {integrity: sha512-jwW6b8U+h9nbzQfKoRmpf2xjDg+mcAjLIdVUrZGhjTnIdekGfvoqFoeiXzsLv2HwYBeFi4943lYUftuj8qD1FQ==} + dependencies: + c8: 7.12.0 + vitest: 0.22.0_@[email protected] + transitivePeerDependencies: + - '@edge-runtime/vm' + - '@vitest/browser' + - '@vitest/ui' + - happy-dom + - jsdom + - less + - sass + - stylus + - supports-color + - terser + dev: true + + /@vitest/ui/0.22.0: + resolution: {integrity: sha512-Xyqa0M7l6OxGipCBsKwrDWQB96itqb8h3ZP8mSnuths+xTWucIC7LIU6MAe4cSTlLvGCeihecPJPs5l5GAucgA==} dependencies: sirv: 2.0.2 dev: true @@ -4875,15 +4895,14 @@ packages: - stylus dev: true - /vitest/0.21.1_sehv5z2ska3ro4ilvbpiw5dgiy: - resolution: {integrity: sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==} + /vitest/0.22.0_@[email protected]: + resolution: {integrity: sha512-BSIro/QOHLaQY08FHwT6THWhqLQ+VPU+N4Rdo4pcP+16XB6oLmNNAXGcSh/MOLUhfUy+mqCwx7AyKmU7Ms5R+g==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@vitest/browser': '*' '@vitest/ui': '*' - c8: '*' happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -4893,8 +4912,6 @@ packages: optional: true '@vitest/ui': optional: true - c8: - optional: true happy-dom: optional: true jsdom: @@ -4903,8 +4920,7 @@ packages: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 '@types/node': 18.6.4 - '@vitest/ui': 0.21.1 - c8: 7.12.0 + '@vitest/ui': 0.22.0 chai: 4.3.6 debug: 4.3.4 local-pkg: 0.4.2 |
