Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@badeball/cypress-cucumber-preprocessor ^22.0.1 -> ^22.2.0 age confidence

Release Notes

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

v22.2.0

Compare Source

  • Add TypeScript support for custom world in hooks, fixes #​1304.

  • Add an option to disable attaching screenshots to reports, fixes #​1306.

    • This option defaults to true, retaining existing behavior for other users.

v22.1.0

Compare Source

  • Gracefully handle sourcemaps when running component tests with webpack and chunks enabled (default behavior), fixes #​1296.

  • Avoid setting sourcesContent: false to esbuild when using the prettySourceMap option, relates to #​1285.

    • This means that the default bundle when using prettySourceMap is larger and may affect performance. However, the in-app experience is likely more aligned with user expectation. Users can disable this behavior by explicitly configuring sourcesContent: false themselves, as shown below.

      on(
        "file:preprocessor",
        createBundler({
          sourcesContent: false,
          plugins: [createEsbuildPlugin(config, { prettySourceMap: true })],
        })
      );

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/badeball-cypress-cucumber-preprocessor-22.x branch from b630da7 to 063c9e3 Compare June 23, 2025 17:31
@renovate renovate bot changed the title chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to ^22.1.0 chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to ^22.2.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-22.x branch from 063c9e3 to e91bfc0 Compare August 10, 2025 14:24
@renovate renovate bot force-pushed the renovate/badeball-cypress-cucumber-preprocessor-22.x branch from e91bfc0 to 52827fa Compare September 25, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants