Skip to content

chore(deps-dev): bump cypress and @badeball/cypress-cucumber-preprocessor - #4699

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/multi-3c250dda2e
Open

chore(deps-dev): bump cypress and @badeball/cypress-cucumber-preprocessor#4699
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/multi-3c250dda2e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps cypress and @badeball/cypress-cucumber-preprocessor. These dependencies needed to be updated together.
Updates cypress from 12.17.4 to 15.20.0

Release notes

Sourced from cypress's releases.

v15.20.0

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

v15.19.0

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

v15.18.1

Changelog: https://docs.cypress.io/app/references/changelog#15-18-1

v15.18.0

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

v15.17.0

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

v15.16.0

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

v15.15.0

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

v15.14.2

Changelog: https://docs.cypress.io/app/references/changelog#15-14-2

v15.14.1

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

v15.14.0

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

v15.13.1

Changelog: https://docs.cypress.io/app/references/changelog#15-13-1

v15.13.0

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

v15.12.0

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

v15.11.0

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

v15.10.0

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

v15.9.0

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

v15.8.2

Changelog: https://docs.cypress.io/app/references/changelog#15-8-2

... (truncated)

Commits
  • 04c5dee chore: update kitchensink version (#34483)
  • 6b6de04 ci: consolidate CDP remediations into *-cdp-remediated jobs (#34478)
  • de07471 chore: Update Chrome (beta) to 152.0.7977.13 (#34477)
  • 7e0cad8 feat: allow scrollBehavior to be configured per axis (#34474)
  • d80340f chore: guard CDP Fetch body streams against uncaught Invalid InterceptionId (...
  • cec8aeb chore: restore missing arch yarn.lock entry and add a lockfile drift check to...
  • 708f105 feat(driver): support HTTP QUERY method in cy.request() and cy.intercept() (#...
  • e6263b2 fix: identify the AUT frame when the app overwrites window.name (#34473)
  • 3263784 chore: Update v8 snapshot cache (#34393)
  • bc2ab7a test: de-flake system tests by disabling incidental failure screenshots (#34458)
  • Additional commits viewable in compare view
Install script changes

This version modifies postinstall script that runs during installation. Review the package contents before updating.


Updates @badeball/cypress-cucumber-preprocessor from 17.2.1 to 26.0.0

Release notes

Sourced from @​badeball/cypress-cucumber-preprocessor's releases.

v26.0.0

Breaking changes:

  • Remove flag to turn expectation errors soft. This feature was

    1. Overly complicated implementation-wise
    2. Likely not adopted widely, albeit I'm unsure
    3. Difficult to test properly
    • With the recent breaking changes made to Cypress, the following changes to this library would make it even more so. Thus, I am removing this feature for now.

Other changes:

  • Add support for Cypress v15.18.0, fixes #1358.

  • Handle more corner cases related to reload-behavior, fixes #1161.

  • Handle even more corner cases related to reload-behavior, fixes #1362.

v25.0.0

Breaking changes:

  • Tags are no longer configurable using capital "TAGS", ie. cypress run -e TAGS=@foo, only lowercase.

  • Updated peer dependencies to exclude Cypress v15.18.0.

    • This version introduced a breaking change, which makes it currently unsupported.

    • The above-mentioned version will hopefully be fully supported in the near future.

v24.0.1

  • Update dependency @​cucumber/pretty-formatter to v3.

    • This is not a breaking change, but warrants mentioning because the output is changed stylistically in some ways.
  • Correctly handle edge case related to reload-behavior with run hooks, fixes #1344.

v24.0.0

Breaking changes:

  • Removed support for using browserify as a bundler.

    • Browserify is largely unmaintained at this point and is making it impossible to keep dependencies up-to-date as Browserify itself does not do that. Furthermore, the Browserify bundler is deprecated by Cypress. If you'd still like to use Browserify, you can pin your dependency on @badeball/cypress-cucumber-preprocessor to ~23.x.y.

    • A branch named v23.x.y has been created to continue illustrating how to use Browserify. This is mentioned in the FAQ.

  • Bump node requirement slightly from v20.0.0 to ^20.12.0, ^21.7.0 or >=22.

    • This is in preperation of replacing chalk with util.styleText.

... (truncated)

Changelog

Sourced from @​badeball/cypress-cucumber-preprocessor's changelog.

v26.0.0

Breaking changes:

  • Remove flag to turn expectation errors soft. This feature was

    1. Overly complicated implementation-wise
    2. Likely not adopted widely, albeit I'm unsure
    3. Difficult to test properly
    • With the recent breaking changes made to Cypress, the following changes to this library would make it even more so. Thus, I am removing this feature for now.

Other changes:

  • Add support for Cypress v15.18.0, fixes #1358.

  • Handle more corner cases related to reload-behavior, fixes #1161.

  • Handle even more corner cases related to reload-behavior, fixes #1362.

v25.0.0

Breaking changes:

  • Tags are no longer configurable using capital "TAGS", ie. cypress run -e TAGS=@foo, only lowercase.

  • Updated peer dependencies to exclude Cypress v15.18.0.

    • This version introduced a breaking change, which makes it currently unsupported.

    • The above-mentioned version will hopefully be fully supported in the near future.

v24.0.1

  • Update dependency @​cucumber/pretty-formatter to v3.

    • This is not a breaking change, but warrants mentioning because the output is changed stylistically in some ways.
  • Correctly handle edge case related to reload-behavior with run hooks, fixes #1344.

v24.0.0

Breaking changes:

  • Removed support for using browserify as a bundler.

    • Browserify is largely unmaintained at this point and is making it impossible to keep dependencies up-to-date as Browserify itself does not do that. Furthermore, the Browserify bundler is deprecated by Cypress. If you'd still like to use Browserify, you can pin your dependency on @badeball/cypress-cucumber-preprocessor to ~23.x.y.

    • A branch named v23.x.y has been created to continue illustrating how to use Browserify. This is mentioned in the FAQ.

... (truncated)

Commits
  • 1ba925f v26.0.0
  • d3f1683 Generate correct reports in presence of run hooks during reloading
  • e166003 Replace google & duckduckgo with faster-loading domains
  • a7f43e1 Test #1161 in Cypress v15 and above
  • 6a34f49 Generate new tetstCaseStartedId within tests
  • 95eb482 Add support for Cypress v15.18.0
  • 5f49a4a Revert "Add an option for soft errors"
  • a04f3ac Remove file never meant to be comitted
  • 2961ab6 v25.0.0
  • f613ee6 Verify login before publishing
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@badeball/cypress-cucumber-preprocessor [> 17.2.1]

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 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)

…ssor

Bumps [cypress](https://github.com/cypress-io/cypress) and [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor). These dependencies needed to be updated together.

Updates `cypress` from 12.17.4 to 15.20.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@v12.17.4...v15.20.0)

Updates `@badeball/cypress-cucumber-preprocessor` from 17.2.1 to 26.0.0
- [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@v17.2.1...v26.0.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-version: 15.20.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@badeball/cypress-cucumber-preprocessor"
  dependency-version: 26.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 12, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 12, 2026 13:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 12, 2026
@sonarqubecloud

Copy link
Copy Markdown

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants