Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@cucumber/messages ^28.0.0 -> ^30.0.0 age confidence

Release Notes

cucumber/messages (@​cucumber/messages)

v30.1.0

Compare Source

Added
  • [Java] Add OSGi metadata (#​344)

v30.0.0

Compare Source

Changed
Removed
  • [Python] Dropped legacy .egg-info metadata distribution artifacts (#​324)

v29.0.1

Compare Source

Fixed
  • [JavaScript] Include schemas in npm package (#​333)

v29.0.0

Compare Source

Added
  • Add workerId to TestRunHookStarted (#​332)
  • Add Suggestion message (#​329)
Changed
  • Update documentation for TestStepResult.message (#​315)
  • Clarify documentation around TestStep.stepMatchArgumentsLists (#​330)
  • [JavaScript] Drop dependency on uuid package (#​289

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (UTC), 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 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 10, 2025
@renovate renovate bot requested a review from a team as a code owner October 10, 2025 01:44
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 10, 2025
@github-actions github-actions bot requested a review from Ugzuzg October 10, 2025 01:44
@renovate renovate bot force-pushed the renovate/cucumber-messages-30.x branch 4 times, most recently from 641e0f1 to 862038b Compare October 15, 2025 14:23
@renovate renovate bot force-pushed the renovate/cucumber-messages-30.x branch from 862038b to 9d99185 Compare October 15, 2025 16:38
@trentm
Copy link
Contributor

trentm commented Oct 15, 2025

Technically v29 dropped Node.js 18 support, because it uses the crypto global even though Node.js 18 requires this flag to enable that global: https://nodejs.org/docs/latest-v18.x/api/all.html#all_cli_--experimental-global-webcrypto

However, our tests aren't currently impacted because, in part, the only usage of this dep is with an import type ....

Still, without a real need to do this upgrade, I'm inclined to not bother with it until we drop Node.js 18 support.
Happy to be overruled on that if there is a need for the newer @cucumber/messages.

@trentm trentm closed this Oct 15, 2025
Copy link
Contributor Author

renovate bot commented Oct 15, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 30.x releases. But if you manually upgrade to 30.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/cucumber-messages-30.x branch October 15, 2025 19:47
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 pkg:instrumentation-cucumber

5 participants