mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Update dependency cypress-recurse to ^1.27.0 (main) (#148862)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cypress-recurse](https://togithub.com/bahmutov/cypress-recurse) |
[`^1.26.0` ->
`^1.27.0`](https://renovatebot.com/diffs/npm/cypress-recurse/1.26.0/1.27.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>bahmutov/cypress-recurse</summary>
###
[`v1.27.0`](https://togithub.com/bahmutov/cypress-recurse/releases/tag/v1.27.0)
[Compare
Source](https://togithub.com/bahmutov/cypress-recurse/compare/v1.26.0...v1.27.0)
##### Features
- add iteration to the post function options
([#​124](https://togithub.com/bahmutov/cypress-recurse/issues/124))
([1861ce2](1861ce25dc
))
</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/elastic/kibana).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwMC4xIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patryk Kopyciński <contact@patrykkopycinski.com>
This commit is contained in:
parent
ecaeff5a17
commit
0ac9f47b00
2 changed files with 5 additions and 5 deletions
|
@ -1328,7 +1328,7 @@
|
|||
"cypress-pipe": "^2.0.0",
|
||||
"cypress-react-selector": "^3.0.0",
|
||||
"cypress-real-events": "^1.7.6",
|
||||
"cypress-recurse": "^1.26.0",
|
||||
"cypress-recurse": "^1.27.0",
|
||||
"date-fns": "^2.29.3",
|
||||
"debug": "^2.6.9",
|
||||
"delete-empty": "^2.0.0",
|
||||
|
|
|
@ -12947,10 +12947,10 @@ cypress-real-events@^1.7.6:
|
|||
resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.7.6.tgz#6f17e0b2ceea1d6dc60f6737d8f84cc517bbbb4c"
|
||||
integrity sha512-yP6GnRrbm6HK5q4DH6Nnupz37nOfZu/xn1xFYqsE2o4G73giPWQOdu6375QYpwfU1cvHNCgyD2bQ2hPH9D7NMw==
|
||||
|
||||
cypress-recurse@^1.26.0:
|
||||
version "1.26.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress-recurse/-/cypress-recurse-1.26.0.tgz#e897b8c849af25214ce8785c57479a7fd98d20a5"
|
||||
integrity sha512-FioASB4kPgO8G0l4SkjPyFnm2VMvfG0zbjr3N/FqOiiq+YRtsXqGvFIYK9jKay90Ciqq3hKVLTuMCaNpniXYfA==
|
||||
cypress-recurse@^1.27.0:
|
||||
version "1.27.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress-recurse/-/cypress-recurse-1.27.0.tgz#0c61e809c5f7740a7e907714614c49c72dcb5c1f"
|
||||
integrity sha512-BCD83UqaxlD+JiqZn1PvIhHRXasgfCt57vLC1Fcyifvxh4QklELRcYUJV3MdhKamMkmajaErLfnCNbZ8VJ5SIg==
|
||||
dependencies:
|
||||
humanize-duration "^3.27.3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue