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 v19 #1352

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

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

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 November 7, 2023 18:03
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 7, 2023
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-19.x branch 10 times, most recently from cfc0b0d to 91ff452 Compare November 16, 2023 12:31
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-19.x branch 7 times, most recently from 0be67cf to c9f0ff1 Compare November 24, 2023 08:44
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-19.x branch from c9f0ff1 to fe1100b Compare November 27, 2023 14:32
@diegopf diegopf closed this Nov 29, 2023
@diegopf diegopf deleted the renovate/badeball-cypress-cucumber-preprocessor-19.x branch November 29, 2023 09:45
Copy link
Contributor Author

renovate bot commented Nov 29, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 19.x releases. But if you manually upgrade to 19.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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