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

chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v20 #1375

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@badeball/cypress-cucumber-preprocessor ~17.2.0 -> ~20.0.0 age adoption passing confidence

Release Notes

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

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.

v18.0.6

Compare Source

  • Make the compile output play nicer with ESM, relates to #​1093.

  • Allow visiting unconfigured domains in before hooks, fixes #​1091.

v18.0.5

Compare Source

  • Add support for Cypress v13, fixes #​1084.

v18.0.4

Compare Source

  • Update dependency on esbuild, fixes #​1068.

v18.0.3

Compare Source

  • Allow (testing) type-specific configuration of stepDefinitions, fixes #​1065.

v18.0.2

Compare Source

  • Add support for skipped steps, fixes #​1053.

  • Handle use of this.skip() correctly in reports, fixes #​1054.

  • Export type member IPreprocessorConfiguration, fixes / supersedes #​1057.

  • Fix asynchronous scheduling of nested step, fixes #​1063.

v18.0.1

Compare Source

  • Give each TestStep (from @cucumber/messages) a unique ID, fixes #​1034.

v18.0.0

Compare Source

Breaking changes:

  • TypeScript users that have previously been unable to upgrade moduleResolution to node16, and use the paths property as a workaround, must update their paths.

    From this

    {
      "compilerOptions": {
        "paths": {
          "@​badeball/cypress-cucumber-preprocessor/*": ["./node_modules/@​badeball/cypress-cucumber-preprocessor/dist/bundler-utils/*"]
        }
      }
    }
    

    To this

    {
      "compilerOptions": {
        "paths": {
          "@​badeball/cypress-cucumber-preprocessor/*": ["./node_modules/@​badeball/cypress-cucumber-preprocessor/dist/subpath-entrypoints/*"]
        }
      }
    }
    

Other changes:

v17.2.1

Compare Source

  • Step hooks are logged using separate log groups, similar to how scenario hooks are logged.

  • Properly escape error messages in interactive mode.

  • Fix error in non-feature specs under certain conditions, fixes #​1028.

  • Allow doesFeatureMatch to be called in support files, fixes #​1025.


Configuration

📅 Schedule: Branch creation - "after 5pm on tuesday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 26, 2023 16:45
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 26, 2023
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-20.x branch 9 times, most recently from 465af1d to 0330e75 Compare January 3, 2024 09:32
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-20.x branch 2 times, most recently from df25c6a to 678e259 Compare January 5, 2024 09:13
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-20.x branch 7 times, most recently from ab02fed to f7cd288 Compare January 17, 2024 09:36
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-20.x branch from f7cd288 to 04fb274 Compare January 17, 2024 09:53
@diegopf diegopf merged commit 88eab7c into main Jan 17, 2024
5 checks passed
@diegopf diegopf deleted the renovate/badeball-cypress-cucumber-preprocessor-20.x branch January 17, 2024 14:32
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.

1 participant