Skip to content

Bump @badeball/cypress-cucumber-preprocessor from 23.2.1 to 26.0.0 - #317

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/badeball/cypress-cucumber-preprocessor-26.0.0
Open

Bump @badeball/cypress-cucumber-preprocessor from 23.2.1 to 26.0.0#317
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/badeball/cypress-cucumber-preprocessor-26.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @badeball/cypress-cucumber-preprocessor from 23.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

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 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 [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 23.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@v23.2.1...v26.0.0)

---
updated-dependencies:
- 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 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 94.95% 4027 / 4241
🔵 Statements 94.95% 4027 / 4241
🔵 Functions 85.86% 158 / 184
🔵 Branches 89.49% 622 / 695
File CoverageNo changed files found.
Generated in workflow #824 for commit d1b93f6 by the Vitest Coverage Report Action

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