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 v18 #1239

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 June 20, 2023 17:36
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 20, 2023
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch 5 times, most recently from d32a25c to f12b26b Compare June 27, 2023 14:14
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch 4 times, most recently from 47efa2f to df47a48 Compare July 13, 2023 14:22
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch 12 times, most recently from 5839cd7 to 8d3b394 Compare July 31, 2023 06:55
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch 4 times, most recently from 3b7c569 to 2e994e5 Compare August 9, 2023 06:30
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch 3 times, most recently from 5755c52 to 7e993e0 Compare August 17, 2023 06:54
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch 5 times, most recently from 8d88263 to 1c7f81a Compare August 23, 2023 10:36
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch 5 times, most recently from b276894 to ccf9833 Compare August 29, 2023 07:44
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-18.x branch from ccf9833 to 690c900 Compare September 1, 2023 09:27
@diegopf diegopf closed this Sep 6, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 6, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 18.x releases. But if you manually upgrade to 18.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.

@renovate renovate bot deleted the renovate/badeball-cypress-cucumber-preprocessor-18.x branch September 6, 2023 08:40
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