Skip to content

chore(deps): update Cypress and related dependencies across examples #2493

chore(deps): update Cypress and related dependencies across examples

chore(deps): update Cypress and related dependencies across examples #2493

Triggered via pull request November 19, 2025 15:12
@gibiwgibiw
synchronize #855
fix/vuln-v2
Status Failure
Total duration 1m 29s
Artifacts

npm.yml

on: pull_request
Matrix: test
Matrix: build-n-publish
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 22 warnings
Project qase-cucumberjs - Node 20
Process completed with exit code 1.
Project qase-cypress - Node 20
The strategy configuration was canceled because "test._20_qase-cucumberjs" failed
Project qase-cypress - Node 20
The operation was canceled.
Project qase-javascript-commons - Node 20
The strategy configuration was canceled because "test._20_qase-cucumberjs" failed
Project qase-javascript-commons - Node 20
The operation was canceled.
Project qase-newman - Node 20
The strategy configuration was canceled because "test._20_qase-cucumberjs" failed
Project qase-newman - Node 20
The operation was canceled.
Project qase-testcafe - Node 20
The strategy configuration was canceled because "test._20_qase-cucumberjs" failed
Project qase-testcafe - Node 20
The operation was canceled.
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L276
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L275
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L267
Unnecessary optional chain on a non-nullish value
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L267
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L106
Unnecessary conditional, value is always truthy
Project qase-cucumberjs - Node 20: qase-cucumberjs/src/storage.ts#L105
Unnecessary optional chain on a non-nullish value
Project qase-cypress - Node 20: qase-cypress/src/reporter.ts#L266
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-cypress - Node 20: qase-cypress/src/reporter.ts#L266
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-cypress - Node 20: qase-cypress/src/metadata/resultsManager.ts#L5
Unexpected class with only static properties
Project qase-cypress - Node 20: qase-cypress/src/cucumber.ts#L74
Prefer using an optional chain expression instead, as it's more concise and easier to read
Project qase-cypress - Node 20: qase-cypress/src/cucumber.ts#L3
Unexpected any. Specify a different type
Project qase-cypress - Node 20: qase-cypress/src/cucumber.ts#L3
'window' is defined but never used
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/utils/test-status-utils.ts#L134
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/utils/test-status-utils.ts#L31
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/env/env-to-config.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Project qase-javascript-commons - Node 20: qase-javascript-commons/src/env/env-to-config.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator