build(deps): bump qs, @badeball/cypress-cucumber-preprocessor and cypress in /testing/regression - #3358
Conversation
…ress Bumps [qs](https://github.com/ljharb/qs) to 6.15.2 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) and [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `qs` from 6.14.2 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.2...v6.15.2) Updates `@badeball/cypress-cucumber-preprocessor` from 22.0.1 to 24.0.1 - [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases) - [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md) - [Commits](badeball/cypress-cucumber-preprocessor@v22.0.1...v24.0.1) Updates `cypress` from 14.5.4 to 15.17.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.17.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-version: 24.0.1 dependency-type: direct:development - dependency-name: cypress dependency-version: 15.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
Very confused as to why a minor version bump to |
|
I was looking at this and seeing that the GitHub Workflow run was failing after the Cypress run had completed successfully. I still don't know if it's a good idea to push this through as it bring Cypress to a new major version, however if anyone is looking at this and wondering why it's failing here is a Codex analysis on why the GitHub Workflow is failing after the Cypress run has completed successfully: The line In practical terms, after The likely problem is handler composition. This line already runs earlier: await preprocessor.addCucumberPreprocessorPlugin(on, config);That plugin registers its own Recommended shape: await preprocessor.addCucumberPreprocessorPlugin(on, config, {
omitAfterRunHandler: true,
});
on("after:run", async (results) => {
if (results) {
await preprocessor.afterRunHandler(config);
await fs.writeFile("results.json", JSON.stringify(/* ... */));
}
});So the significance is: that line is preserving the Cucumber preprocessor’s report-finalization behavior inside your custom Sources: Cypress |
Bumps qs to 6.15.2 and updates ancestor dependencies qs, @badeball/cypress-cucumber-preprocessor and cypress. These dependencies need to be updated together.
Updates
qsfrom 6.14.2 to 6.15.2Changelog
Sourced from qs's changelog.
Commits
9aca407v6.15.25e33d33[Dev Deps] update@ljharb/eslint-config21f80b3[Fix]stringify: skip null/undefined entries inarrayFormat: 'comma'+ `e...a0a81ea[Fix]stringify: use configureddelimiteraftercharsetSentinele3062f7[Fix]stringify: applyformatterto encoded key understrictNullHandling0c180a4[Fix]stringify: skip null/undefined filter-array entries instead of crashi...3a8b94a[Tests] add regression tests for keys containing percent-encoded bracket text96755ab[readme] fix grammara419ce5[Fix]parse: handle nested bracket groups and add regression tests3f5e1c5v6.15.1Updates
@badeball/cypress-cucumber-preprocessorfrom 22.0.1 to 24.0.1Release notes
Sourced from @badeball/cypress-cucumber-preprocessor's releases.
... (truncated)
Changelog
Sourced from @badeball/cypress-cucumber-preprocessor's changelog.
... (truncated)
Commits
017d2d4v24.0.1ffaf50aCorrectly handle edge case related to reload-behavior with run hookscad15f8Merge pull request #1343 from badeball/renovate/migrate-config591794fMigrate config renovate.jsone5cb691Update sponsor link9d4be94Correct docs linka3eab8aRemove unintentional debug outputb40aea9Update dependency@cucumber/compatibility-kitto v282d04a25Update dependency@cucumber/compatibility-kitto v27da15418Replace stip-ansi with stripVTControlCharactersUpdates
cypressfrom 14.5.4 to 15.17.0Release notes
Sourced from cypress's releases.
... (truncated)
Commits
b22780achore: Update Chrome (stable) to 149.0.7827.102 and Chrome for Testing (stabl...ada42a7chore: send standard identity headers on cy-prompt/studio session requests (#...6017154perf(server): release pending automation requests after response (#34037)6be559achore: don't redeclare inherited observable Session.name (#34034)437a08echore: update need help link for auto provision project slug error modal (#34...04dd296refactor(proxy): request/response interception adapters and wire middleware (...482cd41chore: reporter support for test replay embedding (#34031)f3de1b2chore: reorder changelog entries for release by popularity of issue (#34032)b60b68fmisc: warn when a --spec pattern matches no spec files (#34023)e0fe6e0perf: Fix Command Log performance regression on hover (#34029)Install script changes
This version modifies
postinstallscript that runs during installation. Review the package contents before updating.You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.