Skip to content
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

chore(deps): bump the cypress group across 1 directory with 2 updates #1298

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2025

Bumps the cypress group with 2 updates in the / directory: @cypress/code-coverage and cypress.

Updates @cypress/code-coverage from 3.13.11 to 3.13.12

Release notes

Sourced from @​cypress/code-coverage's releases.

v3.13.12

3.13.12 (2025-02-24)

Bug Fixes

  • deps: update dependency @​types/node to v22.13.5 (#935) (2b78406)
Commits
  • 2b78406 fix(deps): update dependency @​types/node to v22.13.5 (#935)
  • 672f114 chore(deps): update node.js to v22.14.0 (#934)
  • eca3ba7 chore(deps): update dependency webpack to v5.98.0 (#931)
  • 856bda3 chore(deps): update dependency win to v5.1.0 (#932)
  • 71d9a81 chore(deps): update node.js to v22.13.1 (#923)
  • cd87cc4 chore(deps): update babel monorepo to v7.26.8 (#926)
  • 84da8ca chore(deps): update dependency start-server-and-test to v2.0.10 (#927)
  • 39bbb43 chore(deps): update dependency cypress to v13.17.0 (#922)
  • See full diff in compare view

Updates cypress from 14.0.2 to 14.1.0

Release notes

Sourced from cypress's releases.

v14.1.0

Changelog: https://docs.cypress.io/app/references/changelog#14-1-0

v14.0.3

Changelog: https://docs.cypress.io/app/references/changelog#14-0-3

Commits
  • 7ffd5a3 chore: release 14.1.0 (#31168)
  • 2d80905 fix: corrects unit calculations in the slow network error message during Test...
  • 63a9f88 chore: updating v8 snapshot cache (#31163)
  • 3d9617c chore: updating v8 snapshot cache (#31162)
  • 77e5219 chore: updating v8 snapshot cache (#31161)
  • b4c7e40 dependency: update dependency compression to v1.8.0 (#31151)
  • 1e7b596 misc: Add some missing types + Convert js driver/query tests to ts (#31154)
  • 5da0995 feat: implement webdriver BiDi for Firefox versions 135 and greater (#30870)
  • 0177508 chore: set up sharing of react via module federation in studio (#31129)
  • a6e2efc chore: Update v8 snapshot cache - windows (#31157)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cypress group with 2 updates in the / directory: [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) and [cypress](https://github.com/cypress-io/cypress).


Updates `@cypress/code-coverage` from 3.13.11 to 3.13.12
- [Release notes](https://github.com/cypress-io/code-coverage/releases)
- [Changelog](https://github.com/cypress-io/code-coverage/blob/master/.releaserc)
- [Commits](cypress-io/code-coverage@v3.13.11...v3.13.12)

Updates `cypress` from 14.0.2 to 14.1.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.0.2...v14.1.0)

---
updated-dependencies:
- dependency-name: "@cypress/code-coverage"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cypress
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cypress
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 26, 2025 06:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor Minor dependency update labels Feb 26, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.04%. Comparing base (6c5a411) to head (33d48dd).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1298   +/-   ##
=======================================
  Coverage   62.04%   62.04%           
=======================================
  Files         126      126           
  Lines        3367     3367           
  Branches      868      868           
=======================================
  Hits         2089     2089           
  Misses       1278     1278           
Flag Coverage Δ
combined 62.04% <ø> (ø)
cypress 100.00% <ø> (ø)
jest 62.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor Minor dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants