From ac7e1eca4a3db06e4ccb2ef7b138992f458398b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:44:47 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6 --- package.json | 2 +- pnpm-lock.yaml | 46 ++++++++++++++++++++++++++++++++++++---------- 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index f87f7aa1..57bec892 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@babel/plugin-transform-modules-commonjs": "7.21.5", "@babel/preset-typescript": "7.21.5", "@maxmilton/stylelint-config": "0.0.12", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "6.4.5", "@types/babel__core": "7.20.0", "@types/jest": "29.5.1", "@types/node": "18.16.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b099942b..110c6bdf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -17,8 +21,8 @@ importers: specifier: 0.0.12 version: 0.0.12(postcss@8.4.23)(stylelint@15.2.0) '@testing-library/jest-dom': - specifier: 5.16.5 - version: 5.16.5 + specifier: 6.4.5 + version: 6.4.5(@types/jest@29.5.1)(jest@29.5.0) '@types/babel__core': specifier: 7.20.0 version: 7.20.0 @@ -378,8 +382,8 @@ importers: packages: - /@adobe/css-tools@4.2.0: - resolution: {integrity: sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==} + /@adobe/css-tools@4.3.3: + resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} dev: true /@ampproject/remapping@2.2.1: @@ -1684,17 +1688,35 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@5.16.5: - resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} - engines: {node: '>=8', npm: '>=6', yarn: '>=1'} + /@testing-library/jest-dom@6.4.5(@types/jest@29.5.1)(jest@29.5.0): + resolution: {integrity: sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==} + engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + peerDependencies: + '@jest/globals': '>= 28' + '@types/bun': latest + '@types/jest': '>= 28' + jest: '>= 28' + vitest: '>= 0.32' + peerDependenciesMeta: + '@jest/globals': + optional: true + '@types/bun': + optional: true + '@types/jest': + optional: true + jest: + optional: true + vitest: + optional: true dependencies: - '@adobe/css-tools': 4.2.0 + '@adobe/css-tools': 4.3.3 '@babel/runtime': 7.21.5 - '@types/testing-library__jest-dom': 5.14.5 + '@types/jest': 29.5.1 aria-query: 5.1.3 chalk: 3.0.0 css.escape: 1.5.1 - dom-accessibility-api: 0.5.16 + dom-accessibility-api: 0.6.3 + jest: 29.5.0(@types/node@18.16.3) lodash: 4.17.21 redent: 3.0.0 dev: true @@ -2901,6 +2923,10 @@ packages: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} dev: true + /dom-accessibility-api@0.6.3: + resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} + dev: true + /domexception@4.0.0: resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} engines: {node: '>=12'}