Skip to content

ROX-33206: Update cypress 15.12.0#19423

Open
pedrottimark wants to merge 1 commit intomasterfrom
ROX-33206-ui-devDependencies-cypress-15.12.0
Open

ROX-33206: Update cypress 15.12.0#19423
pedrottimark wants to merge 1 commit intomasterfrom
ROX-33206-ui-devDependencies-cypress-15.12.0

Conversation

@pedrottimark
Copy link
Contributor

Description

Many updates of dependencies to remove vulnerabilities.

Residue

https://docs.cypress.io/app/references/changelog#15-10-0

Cypress.env() is now deprecated and will be removed in a future major release of Cypress.

https://docs.cypress.io/app/references/migration-guide#Migrating-away-from-Cypressenv

This guide helps you migrate to cy.env() (for sensitive values) or Cypress.expose() (for public/non-sensitive values), depending on your use case.

Cypress.env() makes it easy to accidentally expose more data than intended because Cypress hydrates all configured environment variables into the browser context. That includes values your test never reads.

This deprecation is a precaution to reduce the risk of unintentionally exposing secrets in the browser-accessible state when run within the Cypress browser. This is about ensuring safer defaults and preventing accidental exposure of sensitive data.

User-facing documentation

  • CHANGELOG.md update is not needed
  • documentation PR

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

CI

@pedrottimark pedrottimark requested a review from a team as a code owner March 13, 2026 18:36
@rhacs-bot
Copy link
Contributor

Images are ready for the commit at 457c7d1.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-319-g457c7d1a4a.

@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.71%. Comparing base (66a258b) to head (457c7d1).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #19423   +/-   ##
=======================================
  Coverage   49.70%   49.71%           
=======================================
  Files        2701     2701           
  Lines      203453   203453           
=======================================
+ Hits       101134   101144   +10     
+ Misses      94790    94783    -7     
+ Partials     7529     7526    -3     
Flag Coverage Δ
go-unit-tests 49.71% <ø> (+<0.01%) ⬆️

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@openshift-ci
Copy link

openshift-ci bot commented Mar 13, 2026

@pedrottimark: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/ocp-4-20-nongroovy-e2e-tests 457c7d1 link false /test ocp-4-20-nongroovy-e2e-tests

Full PR test history. Your PR dashboard.

Details

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants