Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps cypress from 14.5.4 to 15.0.0.

Release notes

Sourced from cypress's releases.

v15.0.0

Changelog: https://docs.cypress.io/app/references/changelog#15.0.0

Commits
  • 6db5cb1 chore: updating v8 snapshot cache (#32288)
  • 84d5c26 chore: updating v8 snapshot cache (#32287)
  • f041f42 chore: release @​cypress/schematic-v4.1.1
  • ecd1256 chore: Release 15.0.0 (#32285)
  • 53c6c38 test: (studio) fix test (#32286)
  • f437cad fix(fixtures): cache null and undefined encodings separately (#32277)
  • e463fdb fix: Redirect spammy electron stderr to a debug sink (#32188)
  • 01683b8 chore: release @​cypress/webpack-preprocessor-v7.0.1
  • 833149e chore: release @​cypress/webpack-batteries-included-preprocessor-v4.0.1
  • 7acb7e0 chore: move dep update into dep area of changelog (#32281)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cypress](https://github.com/cypress-io/cypress) from 14.5.4 to 15.0.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.5.4...v15.0.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-version: 15.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Aug 25, 2025
@netlify
Copy link

netlify bot commented Aug 25, 2025

Deploy Preview for kubernetes-sigs-kueue ready!

Name Link
🔨 Latest commit 4cafe14
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/68aca334791c4f000889bf8f
😎 Deploy Preview https://deploy-preview-6668--kubernetes-sigs-kueue.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 25, 2025
@k8s-ci-robot k8s-ci-robot requested a review from akram August 25, 2025 17:54
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign mimowo for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from kannon92 August 25, 2025 17:54
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 25, 2025
@tenzen-y
Copy link
Member

/test pull-kueue-test-e2e-kueueviz-main
/test pull-kueue-verify-main

due to infra issue.

@mbobrovskyi
Copy link
Contributor

/hold

We have an error on installing @testing-library/cypress:

$ npm i                         
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/cypress
npm error   dev cypress@"^15.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer cypress@"^12.0.0 || ^13.0.0 || ^14.0.0" from @testing-library/[email protected]
npm error node_modules/@testing-library/cypress
npm error   dev @testing-library/cypress@"^10.0.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mykhailo_bobrovskyi/.npm/_logs/2025-08-26T11_34_41_163Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/mykhailo_bobrovskyi/.npm/_logs/2025-08-26T11_34_41_163Z-debug-0.log

Waiting for support cypress@15 testing-library/cypress-testing-library#282.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 26, 2025
@tenzen-y
Copy link
Member

/hold

We have an error on installing @testing-library/cypress:

$ npm i                         
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/cypress
npm error   dev cypress@"^15.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer cypress@"^12.0.0 || ^13.0.0 || ^14.0.0" from @testing-library/[email protected]
npm error node_modules/@testing-library/cypress
npm error   dev @testing-library/cypress@"^10.0.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/mykhailo_bobrovskyi/.npm/_logs/2025-08-26T11_34_41_163Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/mykhailo_bobrovskyi/.npm/_logs/2025-08-26T11_34_41_163Z-debug-0.log

Waiting for support cypress@15 testing-library/cypress-testing-library#282.

Thank you for investigating that!

@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Aug 28, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kueue-test-e2e-kueueviz-main 4cafe14 link true /test pull-kueue-test-e2e-kueueviz-main
pull-kueue-verify-main 4cafe14 link true /test pull-kueue-verify-main

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Superseded by #6751.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/test/e2e/kueueviz/cypress-15.0.0 branch September 8, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants