From 57e66c9c0ff4a44f8bd51b662e2afba3a30c8764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:48:06 +0000 Subject: [PATCH] Bump @testing-library/react from 14.1.2 to 15.0.0 in /js Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.2 to 15.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.1.2...v15.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- js/apps/admin-ui/package.json | 2 +- js/pnpm-lock.yaml | 26 ++++++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 50f9b118e858..09f6051d47e6 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -92,7 +92,7 @@ "@4tw/cypress-drag-drop": "^2.2.5", "@testing-library/cypress": "^10.0.1", "@testing-library/jest-dom": "^6.2.0", - "@testing-library/react": "^14.1.2", + "@testing-library/react": "^15.0.0", "@types/dagre": "^0.7.52", "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index d1b4591087fd..1e54dbba5c49 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -233,8 +233,8 @@ importers: specifier: ^6.2.0 version: 6.2.0(vitest@1.2.0) '@testing-library/react': - specifier: ^14.1.2 - version: 14.1.2(react-dom@18.2.0)(react@18.2.0) + specifier: ^15.0.0 + version: 15.0.0(react-dom@18.2.0)(react@18.2.0) '@types/dagre': specifier: ^0.7.52 version: 0.7.52 @@ -1791,6 +1791,20 @@ packages: cypress: 13.6.3 dev: true + /@testing-library/dom@10.0.0: + resolution: {integrity: sha512-PmJPnogldqoVFf+EwbHvbBJ98MmqASV8kLrBYgsDNxQcFMeIS7JFL48sfyXvuMtgmWO/wMhh25odr+8VhDmn4g==} + engines: {node: '>=18'} + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/runtime': 7.23.2 + '@types/aria-query': 5.0.3 + 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'} @@ -1834,15 +1848,15 @@ packages: vitest: 1.2.0(@types/node@20.11.5)(jsdom@23.2.0)(lightningcss@1.23.0) dev: true - /@testing-library/react@14.1.2(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==} - engines: {node: '>=14'} + /@testing-library/react@15.0.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Nb2Sq8MoSvGVdOGGppRqXeafLtvXCOwiOQtcbqCfkpVNZZNUqIjeSOwrfJ59zBfmZbAn8PitnWEzUKD1YwMrCg==} + engines: {node: '>=18'} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.2 - '@testing-library/dom': 9.3.3 + '@testing-library/dom': 10.0.0 '@types/react-dom': 18.2.18 react: 18.2.0 react-dom: 18.2.0(react@18.2.0)