mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
[PR #1265] [MERGED] chore(deps): update dependency @cypress/vite-dev-server to v7 #1379
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1265
Author: @renovate[bot]
Created: 8/9/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @kolaente
Base:
main← Head:renovate/major-dev-dependencies📝 Commits (1)
0f84378chore(deps): update dependency @cypress/vite-dev-server to v7📊 Changes
2 files changed (+7 additions, -7 deletions)
View changed files
📝
frontend/package.json(+1 -1)📝
frontend/pnpm-lock.yaml(+6 -6)📄 Description
This PR contains the following updates:
6.0.3->7.0.0Release Notes
cypress-io/cypress (@cypress/vite-dev-server)
v7.0.0: 7.0.0Compare Source
Released 04/05/2021
Summary:
🎉 Introducing the Cypress Component Test Runner - now in alpha. Today's release includes a brand new test runner designed to replace your Node-based component tests. Our Component Test Runner tests your components in the browser, just like a user would. And, since it runs in the browser, you get to debug your components using your favorite developer tools. Read our Component Testing Guide for more details.
Breaking Changes:
Please read our Migration Guide which explains the changes in more detail and how to change your code to migrate to Cypress 7.0.
cy.intercept()are now matched starting with the most recently defined request interceptor. This allows users to override request handlers by callingcy.intercept()again. This matches the previous behavior that was default incy.route(). Addresses #9302.cy.intercept()now automatically parses more JSON MIME types, including 'application/vnd.api+json'. You can now removeJSON.parse(req.body)orJSON.parse(res.body)from some tests that previously required it. Addresses #14763.undefined) supplied as the body of aStaticResponsetocy.intercept()will now be JSONified and sent as the body. Previously, an empty string was sent instead. Addresses #15234 and #14205.matchUrlAgainstPathRouteMatcherproperty has been removed fromcy.intercept().cy.intercept()URL matching has been removed. Previously, a URL would match if it contained the supplied string anywhere. Now, the URL (including querystring) only matches if it is an equality match or a minimatch.delayoption for StaticResponses used withcy.intercept()has been removed. Please go back to using thedelayMSoption. Addresses #15255.cy.route2()was previously aliased tocy.intercept(). Now the aliascy.route2()has been removed. Please update usage ofcy.route2()tocy.intercept(). Addressed in #14709.cypress openorcypress run. Now, they need to be executed by runningcypress open-ctorcypress run-ct. Addressed in #15701.experimentalComponentTestingmust be removed from yoru configuration file,cypress.jsonby default, or it will throw an error. Addressed in #15701.file:preprocessorevent is no longer used to compile component tests. Now, adev-server:startevent must be registered.window.onerror. Addresses #8802.uncaught:exceptionevent with the promise as the third argument. Addresses #243.redirectionLimitconfig. Addresses #14445.contextIsolationby default in the Electron browser. You can override this option if needed within thebefore:browser:launchAPI. Addressed in #15493.Cypress.moment()has been removed. Please migrate to a different datetime formatter. See our recipe for example replacements. Addresses #8714.12.18.3to14.16.0. This could change the behavior of code within thepluginsFilewhen using the bundled Node.js version of Cypress. Addressed in #15292.Features:
cy.intercept()includingbefore:response,response, andafter:response.req.continue(cb)) supplied tocy.intercept()will be called in reverse order untilres.sendis called or until there are no more response handlers.middleware, has been added to theRouteMatchertype. If true, the supplied request handler will be called before any non-middleware request handlers.req.continue(cb), is available on request objects yielded bycy.intercept(). It is functionally the same asreq.reply(cb)- the request will stop propagating to other event handlers, will be sent outgoing, and the response will be handled by cb.cy.intercept()can now be called with a new overload:cy.intercept(url, routeMatcher, handler).routeMatcherwill be merged withurl, and the handler is required.cy.visit()can now visit pages withapplication/xhtml*content-type. Addresses #15738.componenttests versuse2etests. Addressed in #15526.ctrl/cmd + f) to search spec files in the Test Runner based on your OS. Addresses #6229.cy.tick()now accepts alogoption. Addresses #15180.keep-aliveheader to all proxy responses. Addressed in #15292NODE_OPTIONS. Addressed in #15292Bugfixes:
response.bodyofcy.intercept()is now correct after stubbing a response usingres.send({ fixture })in areq.continuecallback or abefore:responseorresponsehandler. Addressed in #14543.cy.wait(). Fixes #14522..click()will no longer fail with "coordsHistory must be at least 2 sets of coords" when specifying{ multiple: true }. Fixes #3738.Refused to apply styleare gone from the console inopen-ctduring Component Testing. Addressed in #15661.@cypress/vue. Addressed in #15275.Misc:
set-cookieallowstring[], so the header's type has been changed to reflect this. Addresses #15419.cy.writeFile()now allows 4 arguments. Addresses #15353..then()will show the correct type when raw HTMLElements are provided. Addresses #14875Dependency Updates
cypress runand when selecting Electron browser incypress openfrom87to89. Addressed in #15292.12.18.3to14.16.0. Addressed in #15292.electronfrom11.3.0to12.0.0. Addressed in #15292.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.