diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6d99db9..404f4c5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -40,7 +40,7 @@ "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^25.0.0", - "eslint-plugin-jest-dom": "^3.9.2", + "eslint-plugin-jest-dom": "^4.0.0", "eslint-plugin-jsdoc": "^37.0.0", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0d091d..74e5d78 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,7 +112,7 @@ importers: eslint-plugin-babel: ^5.3.1 eslint-plugin-import: ^2.25.3 eslint-plugin-jest: ^25.0.0 - eslint-plugin-jest-dom: ^3.9.2 + eslint-plugin-jest-dom: ^4.0.0 eslint-plugin-jsdoc: ^37.0.0 eslint-plugin-react: ^7.27.1 eslint-plugin-react-hooks: ^4.3.0 @@ -125,7 +125,7 @@ importers: eslint-plugin-babel: 5.3.1_eslint@7.32.0 eslint-plugin-import: 2.25.4_eslint@7.32.0 eslint-plugin-jest: 25.3.4_9a712f10e802afc11b6eaaed0fb6f7e4 - eslint-plugin-jest-dom: 3.9.4_eslint@7.32.0 + eslint-plugin-jest-dom: 4.0.1_eslint@7.32.0 eslint-plugin-jsdoc: 37.5.1_eslint@7.32.0 eslint-plugin-react: 7.28.0_eslint@7.32.0 eslint-plugin-react-hooks: 4.3.0_eslint@7.32.0 @@ -1558,14 +1558,6 @@ packages: - supports-color dev: false - /@babel/runtime-corejs3/7.16.7: - resolution: {integrity: sha512-MiYR1yk8+TW/CpOD0CyX7ve9ffWTKqLk/L6pk8TPl0R8pNi+1pFY8fH9yET55KlvukQ4PAWfXsGr2YHVjcI4Pw==} - engines: {node: '>=6.9.0'} - dependencies: - core-js-pure: 3.20.2 - regenerator-runtime: 0.13.9 - dev: false - /@babel/runtime/7.16.7: resolution: {integrity: sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==} engines: {node: '>=6.9.0'} @@ -2107,17 +2099,6 @@ packages: transitivePeerDependencies: - supports-color - /@jest/types/26.6.2: - resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} - engines: {node: '>= 10.14.2'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.8 - '@types/yargs': 15.0.14 - chalk: 4.1.2 - dev: false - /@jest/types/27.4.2: resolution: {integrity: sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -3180,18 +3161,18 @@ packages: '@swc/core': 1.2.127 dev: true - /@testing-library/dom/7.31.2: - resolution: {integrity: sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==} - engines: {node: '>=10'} + /@testing-library/dom/8.11.1: + resolution: {integrity: sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg==} + engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.16.7 '@babel/runtime': 7.16.7 '@types/aria-query': 4.2.2 - aria-query: 4.2.2 + aria-query: 5.0.0 chalk: 4.1.2 dom-accessibility-api: 0.5.10 lz-string: 1.4.4 - pretty-format: 26.6.2 + pretty-format: 27.4.6 dev: false /@tootallnate/once/1.1.2: @@ -3315,12 +3296,6 @@ packages: /@types/yargs-parser/20.2.1: resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} - /@types/yargs/15.0.14: - resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} - dependencies: - '@types/yargs-parser': 20.2.1 - dev: false - /@types/yargs/16.0.4: resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} dependencies: @@ -3666,12 +3641,9 @@ packages: dependencies: sprintf-js: 1.0.3 - /aria-query/4.2.2: - resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} + /aria-query/5.0.0: + resolution: {integrity: sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==} engines: {node: '>=6.0'} - dependencies: - '@babel/runtime': 7.16.7 - '@babel/runtime-corejs3': 7.16.7 dev: false /arr-diff/4.0.0: @@ -4517,11 +4489,6 @@ packages: semver: 7.0.0 dev: false - /core-js-pure/3.20.2: - resolution: {integrity: sha512-CmWHvSKn2vNL6p6StNp1EmMIfVY/pqn3JLAjfZQ8WZGPOlGoO92EkX9/Mk81i6GxvoPXjUqEQnpM3rJ5QxxIOg==} - requiresBuild: true - dev: false - /core-util-is/1.0.2: resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} dev: true @@ -5041,14 +5008,14 @@ packages: tsconfig-paths: 3.12.0 dev: false - /eslint-plugin-jest-dom/3.9.4_eslint@7.32.0: - resolution: {integrity: sha512-VRkaALGIhyxinnewZFHe2WJsRWp3TONpXysVXK1IUNJHCpJAIM9yRrI7fQ8i5F6UYE7+DAnvNhSSJZesLTonug==} - engines: {node: ^10.12.0 || >=12.0.0, npm: '>=6', yarn: '>=1'} + /eslint-plugin-jest-dom/4.0.1_eslint@7.32.0: + resolution: {integrity: sha512-9aUaX4AtlFBziLqKSjc7DKHQ/y1T32qNapG3uSeLDMJYKswASoQLJWOfLIE+zEHKvCNzNIz8T7282tQkuu0TKQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6', yarn: '>=1'} peerDependencies: eslint: '>=6.8' dependencies: '@babel/runtime': 7.16.7 - '@testing-library/dom': 7.31.2 + '@testing-library/dom': 8.11.1 eslint: 7.32.0 requireindex: 1.2.0 dev: false @@ -8354,16 +8321,6 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - /pretty-format/26.6.2: - resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} - engines: {node: '>= 10'} - dependencies: - '@jest/types': 26.6.2 - ansi-regex: 5.0.1 - ansi-styles: 4.3.0 - react-is: 17.0.2 - dev: false - /pretty-format/27.4.6: resolution: {integrity: sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}