Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @badeball/cypress-cucumber-preprocessor to v21 #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@badeball/cypress-cucumber-preprocessor ^18.0.6 -> ^21.0.0 age adoption passing confidence

Release Notes

badeball/cypress-cucumber-preprocessor (@​badeball/cypress-cucumber-preprocessor)

v21.0.0

Compare Source

Breaking changes:

  • Exported member preprocessor of @badeball/cypress-cucumber-preprocessor/browserify is removed.

    • User of @badeball/cypress-cucumber-preprocessor/browserify should change their Cypress config in accordance with the related examples.
  • The executable cypress-cucumber-diagnostics has been replaced by a dryRun option, relates to #​1120 and #​1129.

    • This is a massive overhaul of a feature that was originally ill-thought-out. I'm curious about the reception.

Other changees:

  • Re-introduce support for Node v18, fixes #​1230.

  • Generate a temporary messages report in case of JsonFormatter errors, relates to #​1161.

  • Support project directories containing square brackets, EG. /home/[foo] my project/, relates to #​1196.

  • Allow features in arbitrary locations, fixes #​1225.

v20.1.2

Compare Source

  • Updated all dependencies, including esbuild, relates to #​1068.

v20.1.1

Compare Source

  • Omit outputting empty "then" entries to the command log, relates to #​1214.

v20.1.0

Compare Source

  • Include skipped (not omitted) tests in reports, fixes #​1041.

v20.0.7

Compare Source

  • Updated all dependencies, fixes #​1198.

v20.0.6

Compare Source

  • Search for configuration files using strategy project, fixes #​1185.

v20.0.5

Compare Source

  • Updated all dependencies, fixes #​1180.

v20.0.4

Compare Source

  • Fix type signature of defineParameterType to correctly reflect transformer property's optionality, fixes #​1179.

v20.0.3

Compare Source

  • Handle browser / page crash gracefully, fixes #​1172.

v20.0.2

Compare Source

  • Add support for skipped / pending scenario hooks, fixes #​1159.

  • Add support for suite-level test configuration, fixes #​1158.

v20.0.1

Compare Source

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

v20.0.0

Compare Source

Breaking changes:

  • The onAfterStep hook, part of the API for adding attachments from the Node environment, is no longer invoked after scenario hooks, IE. After(..) and Before(..).

    • It now more closely mimic the behavior of AfterStep(..), which it was supposed to.
  • The above-mentioned onAfterStep hook, is no longer invoked with a wasLastStep property.

    • This is now easily determined by using other properties, as reflected in the docs.
  • Messages reports are no longer implicitly enabled and written to disk when enabling JSON or HTML reports, fixes #​1140.

Other changes:

  • Emit meta information (lib version, node version, os, ci) in meesage reports, fixes #​1133.

    • This is in line with how cucumber-js behaves.
  • The above-mentioned onAfterStep hook, is now invoked with a bunch of relevant data, relates to #​1089.

  • Add a tool for merging messages reports, fixes #​1137.

    • This is first and foremost created to support merging related reports obtained through parallelization using Cypress Cloud.

v19.2.0

Compare Source

  • Add order option to all hooks, fixes #​481.

  • Add a filterSpecsMixedMode option, fixes #​1125.

    • This essentially reverts 0b2702b from v19.1.1 and re-introduces original behavior of discarding non-feature specs by default and introduces an option to control this behavior.

v19.1.1

Compare Source

  • Mock and imitate Cypress globals during diagnostics / dry run, fixes #​1120.

  • Avoid filtering non-feature specs upon tag expressions containing negating expressions, fixes #​1116.

    • Non-feature specs are filtered as if containing an empty set of tags.

v19.1.0

Compare Source

  • Add BeforeAll(..) and AfterAll(..) hooks, fixes #​758.

v19.0.1

Compare Source

  • Fix type members to account for scenario hook names, fixes #​1113.

v19.0.0

Compare Source

Breaking changes:

  • Run After(..) hooks in reversed order of definition. This is in line with how cucumber-js behaves.

  • Updated all dependencies, including @cucumber/cucumber to v10.

Other changes:

  • Scenario hooks (Before(..) and After(..)) are now invoked with an object containing a bunch of relevant data. This is in line with how cucumber-js behaves.

  • Hooks may now be optionally named. This is in line with how cucumber-js behaves.

  • Omit outputting internal task to the command log when using attach(..).

  • Add an API for adding attachments from the Node environment, fixes #​1089.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 3, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants