chore(deps): update dependency @testing-library/jest-dom to v6 (#1452)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-18 08:40:10 -04:00 committed by GitHub
parent e57dd29be2
commit 176a6cc59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 58 additions and 14 deletions

View File

@ -55,7 +55,7 @@
"@babel/preset-react": "^7.22.5", "@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5", "@babel/preset-typescript": "^7.22.5",
"@babel/register": "^7.22.5", "@babel/register": "^7.22.5",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.243", "@types/chrome": "^0.0.243",
"@types/lodash": "^4.14.196", "@types/lodash": "^4.14.196",

View File

@ -75,7 +75,7 @@
"@babel/preset-react": "^7.22.5", "@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5", "@babel/preset-typescript": "^7.22.5",
"@rjsf/core": "^4.2.3", "@rjsf/core": "^4.2.3",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3", "@types/jest": "^29.5.3",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",

View File

@ -69,7 +69,7 @@
"@babel/preset-typescript": "^7.22.5", "@babel/preset-typescript": "^7.22.5",
"@redux-devtools/core": "^3.13.1", "@redux-devtools/core": "^3.13.1",
"@reduxjs/toolkit": "^1.9.5", "@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3", "@types/jest": "^29.5.3",
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",

View File

@ -139,8 +139,8 @@ importers:
specifier: ^7.22.5 specifier: ^7.22.5
version: 7.22.5(@babel/core@7.22.9) version: 7.22.5(@babel/core@7.22.9)
'@testing-library/jest-dom': '@testing-library/jest-dom':
specifier: ^5.17.0 specifier: ^6.0.1
version: 5.17.0 version: 6.0.1(jest@29.6.2)
'@testing-library/react': '@testing-library/react':
specifier: ^14.0.0 specifier: ^14.0.0
version: 14.0.0(react-dom@18.2.0)(react@18.2.0) version: 14.0.0(react-dom@18.2.0)(react@18.2.0)
@ -1140,8 +1140,8 @@ importers:
specifier: ^4.2.3 specifier: ^4.2.3
version: 4.2.3(react@18.2.0) version: 4.2.3(react@18.2.0)
'@testing-library/jest-dom': '@testing-library/jest-dom':
specifier: ^5.17.0 specifier: ^6.0.1
version: 5.17.0 version: 6.0.1(@types/jest@29.5.3)(jest@29.6.2)
'@testing-library/react': '@testing-library/react':
specifier: ^14.0.0 specifier: ^14.0.0
version: 14.0.0(react-dom@18.2.0)(react@18.2.0) version: 14.0.0(react-dom@18.2.0)(react@18.2.0)
@ -2572,8 +2572,8 @@ importers:
specifier: ^1.9.5 specifier: ^1.9.5
version: 1.9.5(react-redux@8.1.2)(react@18.2.0) version: 1.9.5(react-redux@8.1.2)(react@18.2.0)
'@testing-library/jest-dom': '@testing-library/jest-dom':
specifier: ^5.17.0 specifier: ^6.0.1
version: 5.17.0 version: 6.0.1(@types/jest@29.5.3)(jest@29.6.2)
'@testing-library/react': '@testing-library/react':
specifier: ^14.0.0 specifier: ^14.0.0
version: 14.0.0(react-dom@18.2.0)(react@18.2.0) version: 14.0.0(react-dom@18.2.0)(react@18.2.0)
@ -9469,17 +9469,61 @@ packages:
pretty-format: 27.5.1 pretty-format: 27.5.1
dev: true dev: true
/@testing-library/jest-dom@5.17.0: /@testing-library/jest-dom@6.0.1(@types/jest@29.5.3)(jest@29.6.2):
resolution: {integrity: sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==} resolution: {integrity: sha512-0hx/AWrJp8EKr8LmC5jrV3Lx8TZySH7McU1Ix2czBPQnLd458CefSEGjZy7w8kaBRA6LhoPkGjoZ3yqSs338IQ==}
engines: {node: '>=8', npm: '>=6', yarn: '>=1'} engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
peerDependencies:
'@jest/globals': '>= 28'
'@types/jest': '>= 28'
jest: '>= 28'
vitest: '>= 0.32'
peerDependenciesMeta:
'@jest/globals':
optional: true
'@types/jest':
optional: true
jest:
optional: true
vitest:
optional: true
dependencies: dependencies:
'@adobe/css-tools': 4.2.0 '@adobe/css-tools': 4.2.0
'@babel/runtime': 7.22.6 '@babel/runtime': 7.22.6
'@types/testing-library__jest-dom': 5.14.9 '@types/jest': 29.5.3
aria-query: 5.3.0 aria-query: 5.3.0
chalk: 3.0.0 chalk: 3.0.0
css.escape: 1.5.1 css.escape: 1.5.1
dom-accessibility-api: 0.5.16 dom-accessibility-api: 0.5.16
jest: 29.6.2(@types/node@18.17.3)(ts-node@10.9.1)
lodash: 4.17.21
redent: 3.0.0
dev: true
/@testing-library/jest-dom@6.0.1(jest@29.6.2):
resolution: {integrity: sha512-0hx/AWrJp8EKr8LmC5jrV3Lx8TZySH7McU1Ix2czBPQnLd458CefSEGjZy7w8kaBRA6LhoPkGjoZ3yqSs338IQ==}
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
peerDependencies:
'@jest/globals': '>= 28'
'@types/jest': '>= 28'
jest: '>= 28'
vitest: '>= 0.32'
peerDependenciesMeta:
'@jest/globals':
optional: true
'@types/jest':
optional: true
jest:
optional: true
vitest:
optional: true
dependencies:
'@adobe/css-tools': 4.2.0
'@babel/runtime': 7.22.6
aria-query: 5.3.0
chalk: 3.0.0
css.escape: 1.5.1
dom-accessibility-api: 0.5.16
jest: 29.6.2
lodash: 4.17.21 lodash: 4.17.21
redent: 3.0.0 redent: 3.0.0
dev: true dev: true
@ -15270,7 +15314,7 @@ packages:
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
dependencies: dependencies:
ansi-escapes: 4.3.2 ansi-escapes: 4.3.2
chalk: 4.1.1 chalk: 4.1.2
cli-cursor: 3.1.0 cli-cursor: 3.1.0
cli-width: 3.0.0 cli-width: 3.0.0
external-editor: 3.1.0 external-editor: 3.1.0