From 795ccfb0df4a7166720c405e92efc14144669115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 05:12:10 +0000 Subject: [PATCH] Bump @testing-library/react from 14.3.0 to 16.0.0 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.0 to 16.0.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v14.3.0...v16.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/frontend/package.json | 2 +- packages/ui/package.json | 2 +- pnpm-lock.yaml | 39 ++++++++++++++++++++++++++++++-------- 3 files changed, 33 insertions(+), 10 deletions(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 6334642b..e261069b 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@next/eslint-plugin-next": "14.2.4", "@pandacss/dev": "0.41.0", - "@testing-library/react": "14.3.0", + "@testing-library/react": "16.0.0", "@types/node": "20.14.4", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 7f63591a..5c3b2924 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -33,7 +33,7 @@ "@storybook/react": "^7.6.17", "@storybook/react-vite": "^7.6.17", "@storybook/test": "^7.6.17", - "@testing-library/react": "14.3.0", + "@testing-library/react": "16.0.0", "@turbo/gen": "1.13.3", "@types/node": "20.14.4", "@types/react": "18.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff1806e9..9f6dd05e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -150,8 +150,8 @@ importers: specifier: 0.41.0 version: 0.41.0(typescript@5.4.5) '@testing-library/react': - specifier: 14.3.0 - version: 14.3.0(react-dom@18.3.1)(react@18.3.1) + specifier: 16.0.0 + version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@types/node': specifier: 20.14.4 version: 20.14.4 @@ -295,8 +295,8 @@ importers: specifier: ^7.6.17 version: 7.6.17(vitest@1.6.0) '@testing-library/react': - specifier: 14.3.0 - version: 14.3.0(react-dom@18.3.1)(react@18.3.1) + specifier: 16.0.0 + version: 16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1) '@turbo/gen': specifier: 1.13.3 version: 1.13.3(@types/node@20.14.4)(typescript@5.4.5) @@ -6938,6 +6938,20 @@ packages: '@swc/counter': 0.1.3 dev: true + /@testing-library/dom@10.1.0: + resolution: {integrity: sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==} + engines: {node: '>=18'} + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/runtime': 7.23.6 + '@types/aria-query': 5.0.4 + aria-query: 5.3.0 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 27.5.1 + dev: true + /@testing-library/dom@9.3.3: resolution: {integrity: sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==} engines: {node: '>=14'} @@ -6981,15 +6995,24 @@ packages: vitest: 1.6.0(@types/node@20.14.4)(happy-dom@13.9.0) dev: true - /@testing-library/react@14.3.0(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-AYJGvNFMbCa5vt1UtDCa/dcaABrXq8gph6VN+cffIx0UeA0qiGqS+sT60+sb+Gjc8tGXdECWYQgaF0khf8b+Lg==} - engines: {node: '>=14'} + /@testing-library/react@16.0.0(@testing-library/dom@10.1.0)(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==} + engines: {node: '>=18'} peerDependencies: + '@testing-library/dom': ^10.0.0 + '@types/react': ^18.0.0 + '@types/react-dom': ^18.0.0 react: ^18.0.0 react-dom: ^18.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true dependencies: '@babel/runtime': 7.23.6 - '@testing-library/dom': 9.3.3 + '@testing-library/dom': 10.1.0 + '@types/react': 18.3.3 '@types/react-dom': 18.3.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1)