From 088944cd42a4e93dd0f7a9707eda71f5bc1c9a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 20:19:43 +0000 Subject: [PATCH] chore(deps): update dependency @types/testing-library__jest-dom to v6 --- pnpm-lock.yaml | 13 +++++++------ webview-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 672ec49553..09cab4a8c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -767,8 +767,8 @@ importers: specifier: ^1.7.5 version: 1.7.5 '@types/testing-library__jest-dom': - specifier: ^5.14.5 - version: 5.14.9 + specifier: ^6.0.0 + version: 6.0.0 '@types/vscode-webview': specifier: ^1.57.5 version: 1.57.5 @@ -3311,8 +3311,9 @@ packages: '@types/stylis@4.2.5': resolution: {integrity: sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==} - '@types/testing-library__jest-dom@5.14.9': - resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==} + '@types/testing-library__jest-dom@6.0.0': + resolution: {integrity: sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==} + deprecated: This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed. '@types/tmp@0.2.6': resolution: {integrity: sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==} @@ -12128,9 +12129,9 @@ snapshots: '@types/stylis@4.2.5': {} - '@types/testing-library__jest-dom@5.14.9': + '@types/testing-library__jest-dom@6.0.0': dependencies: - '@types/jest': 27.5.2 + '@testing-library/jest-dom': 6.6.3 '@types/tmp@0.2.6': {} diff --git a/webview-ui/package.json b/webview-ui/package.json index 538949c8a0..86256872c3 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -92,7 +92,7 @@ "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/shell-quote": "^1.7.5", - "@types/testing-library__jest-dom": "^5.14.5", + "@types/testing-library__jest-dom": "^6.0.0", "@types/vscode-webview": "^1.57.5", "@vitejs/plugin-react": "^4.3.4", "identity-obj-proxy": "^3.0.0",