-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @testing-library/jest-dom to ^6.6.3 (main) #191816
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
/ci |
faefcfe
to
c0f858e
Compare
/ci |
c0f858e
to
da64c4d
Compare
React Testing Library versions 13+ require React v18, so blocked by #138222 |
da64c4d
to
cc09035
Compare
5b39a43
to
896b0e6
Compare
896b0e6
to
e9cede5
Compare
e9cede5
to
6b54400
Compare
@Ikuni17, looks like only jest-dom now left to be updated. when can give it a try if ci passes 👍 |
/ci |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
/ci |
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
/ci |
Starting backport for target branches: 8.x |
…#191816) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom) | devDependencies | minor | [`^6.5.0` -> `^6.6.3`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.5.0/6.6.3) | --- ### Release Notes <details> <summary>testing-library/jest-dom (@&elastic#8203;testing-library/jest-dom)</summary> ### [`v6.6.3`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.3) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3) ##### Bug Fixes - add vitest import when extending vitest matchers ([#&elastic#8203;646](https://togithub.com/testing-library/jest-dom/issues/646)) ([5ba0156](https://togithub.com/testing-library/jest-dom/commit/5ba015651c7b10c154e5a4ae54f85df6010c5295)) ### [`v6.6.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.2) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2) ##### Bug Fixes - remove recursive type reference in vitest types ([#&elastic#8203;636](https://togithub.com/testing-library/jest-dom/issues/636)) ([4468378](https://togithub.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718)) ### [`v6.6.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.1) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1) ##### Bug Fixes - fix lodash import in to-have-selection.js ([#&elastic#8203;642](https://togithub.com/testing-library/jest-dom/issues/642)) ([ced792e](https://togithub.com/testing-library/jest-dom/commit/ced792e2f2773f16c249c6ce59fa8df968d28a20)) ### [`v6.6.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0) ##### Features - implement toHaveSelection ([#&elastic#8203;637](https://togithub.com/testing-library/jest-dom/issues/637)) ([9b14804](https://togithub.com/testing-library/jest-dom/commit/9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <[email protected]> (cherry picked from commit c6976b4)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…191816) (#201476) # Backport This will backport the following commits from `main` to `8.x`: - [Update dependency @testing-library/jest-dom to ^6.6.3 (main) (#191816)](#191816) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-22T22:17:57Z","message":"Update dependency @testing-library/jest-dom to ^6.6.3 (main) (#191816)\n\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n|\r\n[@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom)\r\n| devDependencies | minor | [`^6.5.0` ->\r\n`^6.6.3`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.5.0/6.6.3)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<summary>testing-library/jest-dom\r\n(@​testing-library/jest-dom)</summary>\r\n\r\n###\r\n[`v6.6.3`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.3)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)\r\n\r\n##### Bug Fixes\r\n\r\n- add vitest import when extending vitest matchers\r\n([#​646](https://togithub.com/testing-library/jest-dom/issues/646))\r\n([5ba0156](https://togithub.com/testing-library/jest-dom/commit/5ba015651c7b10c154e5a4ae54f85df6010c5295))\r\n\r\n###\r\n[`v6.6.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.2)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2)\r\n\r\n##### Bug Fixes\r\n\r\n- remove recursive type reference in vitest types\r\n([#​636](https://togithub.com/testing-library/jest-dom/issues/636))\r\n([4468378](https://togithub.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718))\r\n\r\n###\r\n[`v6.6.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.1)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1)\r\n\r\n##### Bug Fixes\r\n\r\n- fix lodash import in to-have-selection.js\r\n([#​642](https://togithub.com/testing-library/jest-dom/issues/642))\r\n([ced792e](https://togithub.com/testing-library/jest-dom/commit/ced792e2f2773f16c249c6ce59fa8df968d28a20))\r\n\r\n###\r\n[`v6.6.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0)\r\n\r\n##### Features\r\n\r\n- implement toHaveSelection\r\n([#​637](https://togithub.com/testing-library/jest-dom/issues/637))\r\n([9b14804](https://togithub.com/testing-library/jest-dom/commit/9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e))\r\n\r\n</details>\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\r\n\r\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\r\nCo-authored-by: Brad White <[email protected]>","sha":"c6976b4fd0d8ea4269e3462b64e9758cefcb2062","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","💝community","v9.0.0","backport:prev-minor"],"title":"Update dependency @testing-library/jest-dom to ^6.6.3 (main)","number":191816,"url":"https://github.com/elastic/kibana/pull/191816","mergeCommit":{"message":"Update dependency @testing-library/jest-dom to ^6.6.3 (main) (#191816)\n\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n|\r\n[@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom)\r\n| devDependencies | minor | [`^6.5.0` ->\r\n`^6.6.3`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.5.0/6.6.3)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<summary>testing-library/jest-dom\r\n(@​testing-library/jest-dom)</summary>\r\n\r\n###\r\n[`v6.6.3`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.3)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)\r\n\r\n##### Bug Fixes\r\n\r\n- add vitest import when extending vitest matchers\r\n([#​646](https://togithub.com/testing-library/jest-dom/issues/646))\r\n([5ba0156](https://togithub.com/testing-library/jest-dom/commit/5ba015651c7b10c154e5a4ae54f85df6010c5295))\r\n\r\n###\r\n[`v6.6.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.2)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2)\r\n\r\n##### Bug Fixes\r\n\r\n- remove recursive type reference in vitest types\r\n([#​636](https://togithub.com/testing-library/jest-dom/issues/636))\r\n([4468378](https://togithub.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718))\r\n\r\n###\r\n[`v6.6.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.1)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1)\r\n\r\n##### Bug Fixes\r\n\r\n- fix lodash import in to-have-selection.js\r\n([#​642](https://togithub.com/testing-library/jest-dom/issues/642))\r\n([ced792e](https://togithub.com/testing-library/jest-dom/commit/ced792e2f2773f16c249c6ce59fa8df968d28a20))\r\n\r\n###\r\n[`v6.6.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0)\r\n\r\n##### Features\r\n\r\n- implement toHaveSelection\r\n([#​637](https://togithub.com/testing-library/jest-dom/issues/637))\r\n([9b14804](https://togithub.com/testing-library/jest-dom/commit/9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e))\r\n\r\n</details>\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\r\n\r\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\r\nCo-authored-by: Brad White <[email protected]>","sha":"c6976b4fd0d8ea4269e3462b64e9758cefcb2062"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191816","number":191816,"mergeCommit":{"message":"Update dependency @testing-library/jest-dom to ^6.6.3 (main) (#191816)\n\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n|\r\n[@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom)\r\n| devDependencies | minor | [`^6.5.0` ->\r\n`^6.6.3`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.5.0/6.6.3)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<summary>testing-library/jest-dom\r\n(@​testing-library/jest-dom)</summary>\r\n\r\n###\r\n[`v6.6.3`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.3)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)\r\n\r\n##### Bug Fixes\r\n\r\n- add vitest import when extending vitest matchers\r\n([#​646](https://togithub.com/testing-library/jest-dom/issues/646))\r\n([5ba0156](https://togithub.com/testing-library/jest-dom/commit/5ba015651c7b10c154e5a4ae54f85df6010c5295))\r\n\r\n###\r\n[`v6.6.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.2)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2)\r\n\r\n##### Bug Fixes\r\n\r\n- remove recursive type reference in vitest types\r\n([#​636](https://togithub.com/testing-library/jest-dom/issues/636))\r\n([4468378](https://togithub.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718))\r\n\r\n###\r\n[`v6.6.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.1)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1)\r\n\r\n##### Bug Fixes\r\n\r\n- fix lodash import in to-have-selection.js\r\n([#​642](https://togithub.com/testing-library/jest-dom/issues/642))\r\n([ced792e](https://togithub.com/testing-library/jest-dom/commit/ced792e2f2773f16c249c6ce59fa8df968d28a20))\r\n\r\n###\r\n[`v6.6.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0)\r\n\r\n##### Features\r\n\r\n- implement toHaveSelection\r\n([#​637](https://togithub.com/testing-library/jest-dom/issues/637))\r\n([9b14804](https://togithub.com/testing-library/jest-dom/commit/9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e))\r\n\r\n</details>\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\r\n\r\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\r\nCo-authored-by: Brad White <[email protected]>","sha":"c6976b4fd0d8ea4269e3462b64e9758cefcb2062"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
…#191816) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom) | devDependencies | minor | [`^6.5.0` -> `^6.6.3`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.5.0/6.6.3) | --- ### Release Notes <details> <summary>testing-library/jest-dom (@&elastic#8203;testing-library/jest-dom)</summary> ### [`v6.6.3`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.3) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3) ##### Bug Fixes - add vitest import when extending vitest matchers ([#&elastic#8203;646](https://togithub.com/testing-library/jest-dom/issues/646)) ([5ba0156](https://togithub.com/testing-library/jest-dom/commit/5ba015651c7b10c154e5a4ae54f85df6010c5295)) ### [`v6.6.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.2) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2) ##### Bug Fixes - remove recursive type reference in vitest types ([#&elastic#8203;636](https://togithub.com/testing-library/jest-dom/issues/636)) ([4468378](https://togithub.com/testing-library/jest-dom/commit/4468378fb4986018e0bacdebd02244decb9f0718)) ### [`v6.6.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.1) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.6.0...v6.6.1) ##### Bug Fixes - fix lodash import in to-have-selection.js ([#&elastic#8203;642](https://togithub.com/testing-library/jest-dom/issues/642)) ([ced792e](https://togithub.com/testing-library/jest-dom/commit/ced792e2f2773f16c249c6ce59fa8df968d28a20)) ### [`v6.6.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.6.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.5.0...v6.6.0) ##### Features - implement toHaveSelection ([#&elastic#8203;637](https://togithub.com/testing-library/jest-dom/issues/637)) ([9b14804](https://togithub.com/testing-library/jest-dom/commit/9b148043d082a83f0ae5cdc03cdfc6a7c4573e6e)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <[email protected]>
This PR contains the following updates:
^6.5.0
->^6.6.3
Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.3
Compare Source
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
Bug Fixes
v6.6.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.