From acb95b36b225605ef94f0855ecd69c1541bcecd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:30:40 +0000 Subject: [PATCH] chore(deps): update dependency cypress-vite to v1.5.0 (#5498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress-vite](https://togithub.com/mammadataei/cypress-vite) | [`1.4.2` -> `1.5.0`](https://renovatebot.com/diffs/npm/cypress-vite/1.4.2/1.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress-vite/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress-vite/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress-vite/1.4.2/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress-vite/1.4.2/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mammadataei/cypress-vite (cypress-vite) ### [`v1.5.0`](https://togithub.com/mammadataei/cypress-vite/blob/HEAD/CHANGELOG.md#150-2023-11-22) [Compare Source](https://togithub.com/mammadataei/cypress-vite/compare/v1.4.2...v1.5.0) ##### Features - add support for vite^5.0.0 and cypress 13 ([#​81](https://togithub.com/mammadataei/cypress-vite/issues/81)) ([6027807](https://togithub.com/mammadataei/cypress-vite/commit/6027807f0927372e1fdcfb36054e5b584310cc03))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] 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://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 8f17102ac6..e91df89050 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3208,9 +3208,9 @@ cuid@^2.1.8: integrity sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg== cypress-vite@^1.4.0: - version "1.4.2" - resolved "https://registry.yarnpkg.com/cypress-vite/-/cypress-vite-1.4.2.tgz#56a93d1d6329306e27ce2f2ba30787fde0e51d1c" - integrity sha512-uKsCo6KC1KJgubDCs7PqqI0AVXaYDPLocNvZplw2kJ2Z8M1793oCcr9D2/dKxYllRkhfFuYPPNjme/Kr2YWojQ== + version "1.5.0" + resolved "https://registry.yarnpkg.com/cypress-vite/-/cypress-vite-1.5.0.tgz#471ecc1175c7ab51b3b132c595dc3c7e222fe944" + integrity sha512-vvTMqJZgI3sN2ylQTi4OQh8LRRjSrfrIdkQD5fOj+EC/e9oHkxS96lif1SyDF1PwailG1tnpJE+VpN6+AwO/rg== dependencies: chokidar "^3.5.3" debug "^4.3.4"