fix(deps): update module github.com/cucumber/messages/go/v21 to v32#719
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module github.com/cucumber/messages/go/v21 to v32#719renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
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/v32.PickleDocString%0AGherkinDocument: changed from github.com/cucumber/messages/go/v21.GherkinDocument to github.com/cucumber/messages/go/v32.GherkinDocument%0AScenario: changed from github.com/cucumber/messages/go/v21.Pickle to github.com/cucumber/messages/go/v32.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/v32.PickleStep%0ATable: changed from github.com/cucumber/messages/go/v21.PickleTable to github.com/cucumber/messages/go/v32.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/v32.Pickle, *github.com/cucumber/messages/go/v32.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/v32.Pickle, *github.com/cucumber/messages/go/v32.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/v32.Pickle, *github.com/cucumber/messages/go/v32.PickleStep, *StepDefinition, error)%0AFormatter.Feature: changed from func(*github.com/cucumber/messages/go/v21.GherkinDocument, string, []byte) to func(*github.com/cucumber/messages/go/v32.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/v32.Pickle, *github.com/cucumber/messages/go/v32.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/v32.Pickle, *github.com/cucumber/messages/go/v32.PickleStep, *StepDefinition)%0AFormatter.Pickle: changed from func(*github.com/cucumber/messages/go/v21.Pickle) to func(*github.com/cucumber/messages/go/v32.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/v32.Pickle, *github.com/cucumber/messages/go/v32.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/v32.Pickle, *github.com/cucumber/messages/go/v32.PickleStep, *StepDefinition)%0A%0A# summary%0AInferred base version: v0.15.1%0ASuggested version: v0.16.0 |
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
1a95a99 to
3afbab5
Compare
leonamsimoes
approved these changes
Jan 24, 2026
469b453 to
f6780d4
Compare
3ba870e to
47740e9
Compare
f5ccbbf to
5739e0c
Compare
4625082 to
a38ed68
Compare
a38ed68 to
7293c69
Compare
071b754 to
9a41921
Compare
9a41921 to
6cd948f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v21.0.1→v32.2.0Release Notes
cucumber/messages (github.com/cucumber/messages/go/v21)
v32.2.0Compare Source
Added
v32.1.0Compare Source
Added
v32.0.1Compare Source
Fixed
v32.0.0Compare Source
Added
ExternalAttachmentfor externalised attachments (#372)Changed
Attachment.urlandAttachment.source(#372)v31.2.0Compare Source
Added
NdjsonToMessageReader(#344)Fixed
MessageToNdjsonWriteron each write (#344)v31.1.0Compare Source
Added
TestStepResultmessages (To be used in query) (#365)Fixed
TimeConversionhelper file generating a non-conformantTimestampmessageTimeConversionhelper for translating back from a Timestamp by avoiding a rounding errorRemoved
TimeConversionhelpers that did not serve a purpose in message buildingv31.0.1Compare Source
Fixed
v31.0.0Compare Source
Added
locationtoPickle(#308)v30.1.0Compare Source
Added
v30.0.0Compare Source
Changed
Removed
v29.0.1Compare Source
Fixed
v29.0.0Compare Source
Added
workerIdtoTestRunHookStarted(#332)Changed
TestStepResult.message(#315)TestStep.stepMatchArgumentsLists(#330)uuidpackage (#289v28.1.0Compare Source
Added
v28.0.0Compare Source
Changed
Attachment.testRunHookStartedIdfor traceability of attachments to test run hooks (#301)Attachment.timestamp(#305)Fixed
v27.2.0Compare Source
Added
v27.1.0Compare Source
Added
Changed
v27.0.2Compare Source
Fixed
v27.0.1Compare Source
Fixed
v27.0.0Compare Source
Added
TestRunHookStartedandTestRunHookFinishedmessages (#102)Changed
idproperty toTestRunStarted, optionally reference inTestCase,AttachmentandTestRunFinished(#102)typeproperty toHook(#102)v26.0.1Compare Source
Changed
Fixed
v26.0.0Compare Source
Added
Changed
generation logic is now contained in /codegen (#228 luke-hill)
v25.0.1Compare Source
Fixed
v25.0.0Compare Source
Changed
Fixed
v24.1.0Compare Source
Added
v24.0.1Compare Source
Fixed
v24.0.0Compare Source
Added
stackTraceprop toExceptionmessage (#182)v23.0.0Compare Source
Added
Changed
v22.0.0Compare Source
Added
Fixed
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.
This PR was generated by Mend Renovate. View the repository job log.