Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
github.com/cucumber/messages/go/v21 v21.0.1 -> v30.0.0 age confidence

Release Notes

cucumber/messages (github.com/cucumber/messages/go/v21)

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

v28.1.0

Compare Source

Added
  • [java] Add comparators for comparable objects (#​312)

v28.0.0

Compare Source

Changed
  • Add Attachment.testRunHookStartedId for traceability of attachments to test run hooks (#​301)
  • Add Attachment.timestamp (#​305)
Fixed
  • [python] Add a LICENSE file for Python (#​278)
  • [.NET] Fix NuGet package generation

v27.2.0

Compare Source

Added
  • [python] Added Python implementation (#​165)

v27.1.0

Compare Source

Added
  • [cpp] use VERSION file to version ABI and shared libraries #​268
Changed
  • [JavaScript] Expand tested Node.js versions (#​274)

v27.0.2

Compare Source

Fixed
  • [Elixir] Fix release process

v27.0.1

Compare Source

Fixed
  • [Elixir] Restored test and release process

v27.0.0

Compare Source

Added
  • Add new TestRunHookStarted and TestRunHookFinished messages (#​102)
Changed
  • BREAKING CHANGE: Add id property to TestRunStarted, optionally reference in TestCase, Attachment and TestRunFinished (#​102)
  • BREAKING CHANGE: Add type property to Hook (#​102)

v26.0.1

Compare Source

Changed
  • [Go] Switch to Google's UUID module (#​251)
Fixed
  • [Dotnet] Fixed code generation for types that accept List as parameters. Constructors were not properly handling null input. (#​249 [clrudolphi])
  • Moved contents of the description of the StepDefinitionIds field from the StepMatchArgumentsList field where it had been mistakenly placed. (#​252 [clrudolphi])

v26.0.0

Compare Source

Added
  • [Dotnet] Added support classes aligned with what is provided for the Java implementation (#​233 clrudolphi)
Changed
  • Internal breaking change The code generation has undergone a large refactor (No visible changes expected). All new code
    generation logic is now contained in /codegen (#​228 luke-hill)
  • [Dotnet] Rewritten to align with the code generation techniques used for the other languages (#​233 clrudolphi)
  • [Dotnet] Upgraded from .NET 5 to .NET 8. Dropped .NET Framework 4.x as a target while retaining .NET Standard 2.0 as the primary target framework (#​233 clrudolphi)

v25.0.1

Compare Source

Fixed
  • [Php] Fixed a workflow issue with publishing the package

v25.0.0

Compare Source

Changed
Fixed
  • [cpp] Don't rely on GitHub API for latest versions and implement a simple download retry loop

v24.1.0

Compare Source

Added
  • java: include stacktrace in Convertor.toMessage(Throwable) (#​213)

v24.0.1

Compare Source

Fixed

v24.0.0

Compare Source

Added
  • Add stackTrace prop to Exception message (#​182)

v23.0.0

Compare Source

Added
  • Added C++ implementation (#​152)
Changed

v22.0.0

Compare Source

Added
  • Added source reference to parameter type (#​45)
Fixed
  • Corrected Java and PHP generators to allow running using Docker on Windows (#​146)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Dependency upgrade label Oct 3, 2025
Copy link

github-actions bot commented Oct 3, 2025

Go API Changes

# github.com/cucumber/godog%0A## incompatible changes%0AAfterScenarioHook: changed from func(context.Context, *Scenario, error) (context.Context, error) to func(context.Context, *Scenario, error) (context.Context, error)%0AAfterStepHook: changed from func(context.Context, *Step, StepResultStatus, error) (context.Context, error) to func(context.Context, *Step, StepResultStatus, error) (context.Context, error)%0ABeforeScenarioHook: changed from func(context.Context, *Scenario) (context.Context, error) to func(context.Context, *Scenario) (context.Context, error)%0ABeforeStepHook: changed from func(context.Context, *Step) (context.Context, error) to func(context.Context, *Step) (context.Context, error)%0ADocString: changed from github.com/cucumber/messages/go/v21.PickleDocString to github.com/cucumber/messages/go/v30.PickleDocString%0AGherkinDocument: changed from github.com/cucumber/messages/go/v21.GherkinDocument to github.com/cucumber/messages/go/v30.GherkinDocument%0AScenario: changed from github.com/cucumber/messages/go/v21.Pickle to github.com/cucumber/messages/go/v30.Pickle%0AScenarioContext.AfterScenario: changed from func(func(sc *Scenario, err error)) to func(func(sc *Scenario, err error))%0AScenarioContext.AfterStep: changed from func(func(st *Step, err error)) to func(func(st *Step, err error))%0AScenarioContext.BeforeScenario: changed from func(func(sc *Scenario)) to func(func(sc *Scenario))%0AScenarioContext.BeforeStep: changed from func(func(st *Step)) to func(func(st *Step))%0AStep: changed from github.com/cucumber/messages/go/v21.PickleStep to github.com/cucumber/messages/go/v30.PickleStep%0ATable: changed from github.com/cucumber/messages/go/v21.PickleTable to github.com/cucumber/messages/go/v30.PickleTable%0A%0A# github.com/cucumber/godog/formatters%0A## incompatible changes%0AFormatter.Ambiguous: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition, error) to func(*github.com/cucumber/messages/go/v30.Pickle, *github.com/cucumber/messages/go/v30.PickleStep, *StepDefinition, error)%0AFormatter.Defined: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v30.Pickle, *github.com/cucumber/messages/go/v30.PickleStep, *StepDefinition)%0AFormatter.Failed: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition, error) to func(*github.com/cucumber/messages/go/v30.Pickle, *github.com/cucumber/messages/go/v30.PickleStep, *StepDefinition, error)%0AFormatter.Feature: changed from func(*github.com/cucumber/messages/go/v21.GherkinDocument, string, []byte) to func(*github.com/cucumber/messages/go/v30.GherkinDocument, string, []byte)%0AFormatter.Passed: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v30.Pickle, *github.com/cucumber/messages/go/v30.PickleStep, *StepDefinition)%0AFormatter.Pending: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v30.Pickle, *github.com/cucumber/messages/go/v30.PickleStep, *StepDefinition)%0AFormatter.Pickle: changed from func(*github.com/cucumber/messages/go/v21.Pickle) to func(*github.com/cucumber/messages/go/v30.Pickle)%0AFormatter.Skipped: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v30.Pickle, *github.com/cucumber/messages/go/v30.PickleStep, *StepDefinition)%0AFormatter.Undefined: changed from func(*github.com/cucumber/messages/go/v21.Pickle, *github.com/cucumber/messages/go/v21.PickleStep, *StepDefinition) to func(*github.com/cucumber/messages/go/v30.Pickle, *github.com/cucumber/messages/go/v30.PickleStep, *StepDefinition)%0A%0A# summary%0AInferred base version: v0.15.1%0ASuggested version: v0.16.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 dependencies Dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants