mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(deps): update testing-library (#58713)
This commit is contained in:
+2
-2
@@ -97,8 +97,8 @@
|
||||
"@eslint/eslintrc": "^3.2.0",
|
||||
"@eslint/js": "^9.19.0",
|
||||
"@playwright/test": "^1.47.1",
|
||||
"@testing-library/dom": "9.3.4",
|
||||
"@testing-library/jest-dom": "5.17.0",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/lodash": "4.14.202",
|
||||
"@types/node": "20.12.8",
|
||||
|
||||
Generated
+59
-56
@@ -36,11 +36,11 @@ importers:
|
||||
specifier: ^1.47.1
|
||||
version: 1.47.1
|
||||
'@testing-library/dom':
|
||||
specifier: 9.3.4
|
||||
version: 9.3.4
|
||||
specifier: 10.4.0
|
||||
version: 10.4.0
|
||||
'@testing-library/jest-dom':
|
||||
specifier: 5.17.0
|
||||
version: 5.17.0
|
||||
specifier: 6.6.3
|
||||
version: 6.6.3
|
||||
'@types/jest':
|
||||
specifier: 29.5.12
|
||||
version: 29.5.12
|
||||
@@ -79,7 +79,7 @@ importers:
|
||||
version: 2.31.0(@typescript-eslint/parser@8.23.0(eslint@9.19.0)(typescript@5.7.3))(eslint-import-resolver-typescript@3.5.5)(eslint@9.19.0)
|
||||
eslint-plugin-jest-dom:
|
||||
specifier: 5.5.0
|
||||
version: 5.5.0(@testing-library/dom@9.3.4)(eslint@9.19.0)
|
||||
version: 5.5.0(@testing-library/dom@10.4.0)(eslint@9.19.0)
|
||||
eslint-plugin-jsdoc:
|
||||
specifier: 48.2.1
|
||||
version: 48.2.1(eslint@9.19.0)
|
||||
@@ -1291,8 +1291,8 @@ packages:
|
||||
resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
'@adobe/css-tools@4.3.3':
|
||||
resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==}
|
||||
'@adobe/css-tools@4.4.1':
|
||||
resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==}
|
||||
|
||||
'@algolia/cache-browser-local-storage@4.22.1':
|
||||
resolution: {integrity: sha512-Sw6IAmOCvvP6QNgY9j+Hv09mvkvEIDKjYW8ow0UDDAxSXy664RBNQk3i/0nt7gvceOJ6jGmOTimaZoY1THmU7g==}
|
||||
@@ -4495,17 +4495,17 @@ packages:
|
||||
'@tanstack/virtual-core@3.0.0':
|
||||
resolution: {integrity: sha512-SYXOBTjJb05rXa2vl55TTwO40A6wKu0R5i1qQwhJYNDIqaIGF7D0HsLw+pJAyi2OvntlEIVusx3xtbbgSUi6zg==}
|
||||
|
||||
'@testing-library/dom@10.4.0':
|
||||
resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@testing-library/dom@8.20.1':
|
||||
resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
'@testing-library/dom@9.3.4':
|
||||
resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@testing-library/jest-dom@5.17.0':
|
||||
resolution: {integrity: sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==}
|
||||
engines: {node: '>=8', npm: '>=6', yarn: '>=1'}
|
||||
'@testing-library/jest-dom@6.6.3':
|
||||
resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==}
|
||||
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
||||
|
||||
'@testing-library/react@12.1.5':
|
||||
resolution: {integrity: sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==}
|
||||
@@ -7120,6 +7120,9 @@ packages:
|
||||
dom-accessibility-api@0.5.16:
|
||||
resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
|
||||
|
||||
dom-accessibility-api@0.6.3:
|
||||
resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
|
||||
|
||||
dom-converter@0.2.0:
|
||||
resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==}
|
||||
|
||||
@@ -14822,7 +14825,7 @@ snapshots:
|
||||
|
||||
'@aashutoshrathi/word-wrap@1.2.6': {}
|
||||
|
||||
'@adobe/css-tools@4.3.3': {}
|
||||
'@adobe/css-tools@4.4.1': {}
|
||||
|
||||
'@algolia/cache-browser-local-storage@4.22.1':
|
||||
dependencies:
|
||||
@@ -15924,7 +15927,7 @@ snapshots:
|
||||
|
||||
'@babel/core@7.10.5':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/generator': 7.25.6
|
||||
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.10.5)
|
||||
'@babel/helpers': 7.23.2
|
||||
@@ -15966,7 +15969,7 @@ snapshots:
|
||||
'@babel/core@7.23.0':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.2.1
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/generator': 7.25.6
|
||||
'@babel/helper-compilation-targets': 7.23.6
|
||||
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.0)
|
||||
@@ -16234,7 +16237,7 @@ snapshots:
|
||||
'@babel/helper-module-imports': 7.22.15
|
||||
'@babel/helper-simple-access': 7.22.5
|
||||
'@babel/helper-split-export-declaration': 7.22.6
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
|
||||
'@babel/helper-module-transforms@7.23.3(@babel/core@7.18.0)':
|
||||
dependencies:
|
||||
@@ -16243,7 +16246,7 @@ snapshots:
|
||||
'@babel/helper-module-imports': 7.22.15
|
||||
'@babel/helper-simple-access': 7.22.5
|
||||
'@babel/helper-split-export-declaration': 7.22.6
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
|
||||
'@babel/helper-module-transforms@7.23.3(@babel/core@7.23.0)':
|
||||
dependencies:
|
||||
@@ -16252,7 +16255,7 @@ snapshots:
|
||||
'@babel/helper-module-imports': 7.22.15
|
||||
'@babel/helper-simple-access': 7.22.5
|
||||
'@babel/helper-split-export-declaration': 7.22.6
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
|
||||
'@babel/helper-module-transforms@7.23.3(@babel/core@7.23.7)':
|
||||
dependencies:
|
||||
@@ -16261,7 +16264,7 @@ snapshots:
|
||||
'@babel/helper-module-imports': 7.22.15
|
||||
'@babel/helper-simple-access': 7.22.5
|
||||
'@babel/helper-split-export-declaration': 7.22.6
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
|
||||
'@babel/helper-optimise-call-expression@7.22.5':
|
||||
dependencies:
|
||||
@@ -16375,7 +16378,7 @@ snapshots:
|
||||
|
||||
'@babel/highlight@7.24.7':
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
chalk: 2.4.2
|
||||
js-tokens: 4.0.0
|
||||
picocolors: 1.1.1
|
||||
@@ -17348,7 +17351,7 @@ snapshots:
|
||||
'@babel/helper-hoist-variables': 7.22.5
|
||||
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.0)
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
|
||||
'@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.7)':
|
||||
dependencies:
|
||||
@@ -17356,7 +17359,7 @@ snapshots:
|
||||
'@babel/helper-hoist-variables': 7.22.5
|
||||
'@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7)
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
|
||||
'@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.18.0)':
|
||||
dependencies:
|
||||
@@ -18227,7 +18230,7 @@ snapshots:
|
||||
|
||||
'@babel/template@7.25.0':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/parser': 7.25.6
|
||||
'@babel/types': 7.25.6
|
||||
|
||||
@@ -18254,7 +18257,7 @@ snapshots:
|
||||
|
||||
'@babel/traverse@7.23.3':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/generator': 7.23.6
|
||||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-function-name': 7.23.0
|
||||
@@ -18269,7 +18272,7 @@ snapshots:
|
||||
|
||||
'@babel/traverse@7.23.7':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/generator': 7.25.6
|
||||
'@babel/helper-environment-visitor': 7.22.20
|
||||
'@babel/helper-function-name': 7.23.0
|
||||
@@ -18284,7 +18287,7 @@ snapshots:
|
||||
|
||||
'@babel/traverse@7.25.6':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/generator': 7.25.6
|
||||
'@babel/parser': 7.25.6
|
||||
'@babel/template': 7.25.0
|
||||
@@ -18315,19 +18318,19 @@ snapshots:
|
||||
'@babel/types@7.23.3':
|
||||
dependencies:
|
||||
'@babel/helper-string-parser': 7.23.4
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
to-fast-properties: 2.0.0
|
||||
|
||||
'@babel/types@7.23.9':
|
||||
dependencies:
|
||||
'@babel/helper-string-parser': 7.24.8
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
to-fast-properties: 2.0.0
|
||||
|
||||
'@babel/types@7.25.6':
|
||||
dependencies:
|
||||
'@babel/helper-string-parser': 7.24.8
|
||||
'@babel/helper-validator-identifier': 7.24.7
|
||||
'@babel/helper-validator-identifier': 7.25.9
|
||||
to-fast-properties: 2.0.0
|
||||
|
||||
'@babel/types@7.26.8':
|
||||
@@ -20199,9 +20202,20 @@ snapshots:
|
||||
|
||||
'@tanstack/virtual-core@3.0.0': {}
|
||||
|
||||
'@testing-library/dom@10.4.0':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/runtime': 7.23.9
|
||||
'@types/aria-query': 5.0.2
|
||||
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
|
||||
|
||||
'@testing-library/dom@8.20.1':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/runtime': 7.23.9
|
||||
'@types/aria-query': 5.0.2
|
||||
aria-query: 5.1.3
|
||||
@@ -20210,26 +20224,13 @@ snapshots:
|
||||
lz-string: 1.5.0
|
||||
pretty-format: 27.5.1
|
||||
|
||||
'@testing-library/dom@9.3.4':
|
||||
'@testing-library/jest-dom@6.6.3':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.23.5
|
||||
'@babel/runtime': 7.23.9
|
||||
'@types/aria-query': 5.0.2
|
||||
aria-query: 5.1.3
|
||||
chalk: 4.1.2
|
||||
dom-accessibility-api: 0.5.16
|
||||
lz-string: 1.5.0
|
||||
pretty-format: 27.5.1
|
||||
|
||||
'@testing-library/jest-dom@5.17.0':
|
||||
dependencies:
|
||||
'@adobe/css-tools': 4.3.3
|
||||
'@babel/runtime': 7.23.9
|
||||
'@types/testing-library__jest-dom': 5.14.9
|
||||
aria-query: 5.3.0
|
||||
'@adobe/css-tools': 4.4.1
|
||||
aria-query: 5.3.2
|
||||
chalk: 3.0.0
|
||||
css.escape: 1.5.1
|
||||
dom-accessibility-api: 0.5.16
|
||||
dom-accessibility-api: 0.6.3
|
||||
lodash: 4.17.21
|
||||
redent: 3.0.0
|
||||
|
||||
@@ -23507,6 +23508,8 @@ snapshots:
|
||||
|
||||
dom-accessibility-api@0.5.16: {}
|
||||
|
||||
dom-accessibility-api@0.6.3: {}
|
||||
|
||||
dom-converter@0.2.0:
|
||||
dependencies:
|
||||
utila: 0.4.0
|
||||
@@ -24238,13 +24241,13 @@ snapshots:
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-jest-dom@5.5.0(@testing-library/dom@9.3.4)(eslint@9.19.0):
|
||||
eslint-plugin-jest-dom@5.5.0(@testing-library/dom@10.4.0)(eslint@9.19.0):
|
||||
dependencies:
|
||||
'@babel/runtime': 7.23.9
|
||||
eslint: 9.19.0
|
||||
requireindex: 1.2.0
|
||||
optionalDependencies:
|
||||
'@testing-library/dom': 9.3.4
|
||||
'@testing-library/dom': 10.4.0
|
||||
|
||||
eslint-plugin-jsdoc@48.2.1(eslint@9.19.0):
|
||||
dependencies:
|
||||
@@ -24283,7 +24286,7 @@ snapshots:
|
||||
eslint-plugin-jsx-a11y@6.7.1(eslint@7.32.0):
|
||||
dependencies:
|
||||
'@babel/runtime': 7.23.9
|
||||
aria-query: 5.3.0
|
||||
aria-query: 5.3.2
|
||||
array-includes: 3.1.8
|
||||
array.prototype.flatmap: 1.3.3
|
||||
ast-types-flow: 0.0.7
|
||||
@@ -25069,7 +25072,7 @@ snapshots:
|
||||
|
||||
fork-ts-checker-webpack-plugin@4.1.6(eslint@7.32.0)(typescript@5.2.2)(webpack@5.90.3):
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
chalk: 2.4.2
|
||||
micromatch: 3.1.10
|
||||
minimatch: 3.1.2
|
||||
@@ -25464,7 +25467,7 @@ snapshots:
|
||||
|
||||
gatsby-telemetry@2.15.0:
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/runtime': 7.23.9
|
||||
'@turist/fetch': 7.2.0(node-fetch@2.7.0)
|
||||
'@turist/time': 0.0.2
|
||||
@@ -27269,7 +27272,7 @@ snapshots:
|
||||
|
||||
jest-message-util@29.7.0:
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@jest/types': 29.6.3
|
||||
'@types/stack-utils': 2.0.1
|
||||
chalk: 4.1.2
|
||||
@@ -29675,7 +29678,7 @@ snapshots:
|
||||
|
||||
parse-json@5.2.0:
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.24.7
|
||||
'@babel/code-frame': 7.26.2
|
||||
error-ex: 1.3.2
|
||||
json-parse-even-better-errors: 2.3.1
|
||||
lines-and-columns: 1.2.4
|
||||
|
||||
Reference in New Issue
Block a user