From bf1829e27371b074b39ba43d27db281e5461e045 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:50:08 +0300 Subject: [PATCH] chore(deps): update test (#1055) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/radix-vue/package.json | 8 +++---- pnpm-lock.yaml | 42 ++++++++++++++++----------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/packages/radix-vue/package.json b/packages/radix-vue/package.json index c87192c22..39bd96fda 100644 --- a/packages/radix-vue/package.json +++ b/packages/radix-vue/package.json @@ -107,15 +107,15 @@ }, "devDependencies": { "@iconify/vue": "^4.1.1", - "@testing-library/dom": "^9.3.3", - "@testing-library/jest-dom": "^6.2.0", - "@testing-library/user-event": "^14.5.1", + "@testing-library/dom": "^9.3.4", + "@testing-library/jest-dom": "^6.4.6", + "@testing-library/user-event": "^14.5.2", "@testing-library/vue": "^7.0.0", "@tsconfig/node18": "^2.0.1", "@types/node": "^20.14.9", "@vitejs/plugin-vue": "^4.4.0", "@vitejs/plugin-vue-jsx": "^3.0.2", - "@vitest/coverage-istanbul": "^0.33.0", + "@vitest/coverage-istanbul": "^0.34.6", "@vue/test-utils": "^2.4.1", "@vue/tsconfig": "^0.4.0", "jsdom": "^23.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0846623db..2fd4bfedd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,13 +236,13 @@ importers: specifier: ^4.1.1 version: 4.1.1(vue@3.4.21) '@testing-library/dom': - specifier: ^9.3.3 + specifier: ^9.3.4 version: 9.3.4 '@testing-library/jest-dom': - specifier: ^6.2.0 - version: 6.4.2(vitest@1.3.1) + specifier: ^6.4.6 + version: 6.4.6(vitest@1.3.1) '@testing-library/user-event': - specifier: ^14.5.1 + specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@9.3.4) '@testing-library/vue': specifier: ^7.0.0 @@ -260,8 +260,8 @@ importers: specifier: ^3.0.2 version: 3.1.0(vite@4.5.3)(vue@3.4.21) '@vitest/coverage-istanbul': - specifier: ^0.33.0 - version: 0.33.0(vitest@1.3.1) + specifier: ^0.34.6 + version: 0.34.6(vitest@1.3.1) '@vue/test-utils': specifier: ^2.4.1 version: 2.4.4(vue@3.4.21) @@ -303,8 +303,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /@adobe/css-tools@4.3.3: - resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} + /@adobe/css-tools@4.4.0: + resolution: {integrity: sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==} dev: true /@akryum/tinypool@0.3.1: @@ -2701,8 +2701,8 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@6.4.2(vitest@1.3.1): - resolution: {integrity: sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==} + /@testing-library/jest-dom@6.4.6(vitest@1.3.1): + resolution: {integrity: sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} peerDependencies: '@jest/globals': '>= 28' @@ -2722,7 +2722,7 @@ packages: vitest: optional: true dependencies: - '@adobe/css-tools': 4.3.3 + '@adobe/css-tools': 4.4.0 '@babel/runtime': 7.24.0 aria-query: 5.3.0 chalk: 3.0.0 @@ -3313,16 +3313,17 @@ packages: vue: 3.4.21(typescript@5.3.3) dev: true - /@vitest/coverage-istanbul@0.33.0(vitest@1.3.1): - resolution: {integrity: sha512-DGv6ybomCbLFGlNOGHgVCsaqHPWJWLp8JPrwzZo8I4vZ/O3muqTyZq5R52CZl0ENqgjFGWjra7yNPFUgxKf5pw==} + /@vitest/coverage-istanbul@0.34.6(vitest@1.3.1): + resolution: {integrity: sha512-5KaBNZPDSk2ybavC3rZ1pWGniw7sJ5usuwVGRUYzJwiBfWvnLpuUer7bjw7qUCRGdKJXrBgb/Dsgif9rkwMX/A==} peerDependencies: vitest: '>=0.32.0 <1' dependencies: istanbul-lib-coverage: 3.2.2 - istanbul-lib-instrument: 5.2.1 + istanbul-lib-instrument: 6.0.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.7 + picocolors: 1.0.1 test-exclude: 6.0.0 vitest: 1.3.1(@types/node@20.14.9)(jsdom@23.2.0) transitivePeerDependencies: @@ -3938,7 +3939,7 @@ packages: caniuse-lite: 1.0.30001593 fraction.js: 4.3.7 normalize-range: 0.1.2 - picocolors: 1.0.0 + picocolors: 1.0.1 postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: false @@ -7462,15 +7463,15 @@ packages: engines: {node: '>=8'} dev: true - /istanbul-lib-instrument@5.2.1: - resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} - engines: {node: '>=8'} + /istanbul-lib-instrument@6.0.2: + resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==} + engines: {node: '>=10'} dependencies: '@babel/core': 7.24.0 '@babel/parser': 7.24.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 6.3.1 + semver: 7.6.2 transitivePeerDependencies: - supports-color dev: true @@ -8899,7 +8900,6 @@ packages: /picocolors@1.0.1: resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} - dev: true /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -10295,7 +10295,7 @@ packages: css-tree: 2.3.1 css-what: 6.1.0 csso: 5.0.5 - picocolors: 1.0.0 + picocolors: 1.0.1 dev: false /symbol-tree@3.2.4: