godog
godog copied to clipboard
fix(deps): update module github.com/cucumber/messages/go/v21 to v26
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/cucumber/messages/go/v21 | v21.0.1 -> v26.0.1 |
Release Notes
cucumber/messages (github.com/cucumber/messages/go/v21)
v26.0.1
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
Added
- [Dotnet] Added support classes aligned with what is provided for the Java implementation https://github.com/cucumber/messages/pull/2333 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 https://github.com/cucumber/messages/pull/2333 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 https://github.com/cucumber/messages/pull/2333 clrudolphi)
v25.0.1
Fixed
- [Php] Fixed a workflow issue with publishing the package
v25.0.0
Changed
- [Ruby] Breaking change Messages are now altered to be 1 message class per file (#225 luke-hill)
- [Ruby] Updated minimum Ruby version to 3.0 (#216 luke-hill)
- [Ruby] Use latest CCK conformance for signing off message releases (#216 luke-hill)
- [Ruby] Tidied up all remaining rubocop offenses (This included 2 minor alterations to the generator code) (#217 #225 luke-hill)
- [Php] Permit both PHPUnit 10 and PHPUnit 11 (#200 ciaranmcnulty)
Fixed
- [cpp] Don't rely on GitHub API for latest versions and implement a simple download retry loop
v24.1.0
Added
- java: include stacktrace in Convertor.toMessage(Throwable) (#213)
v24.0.1
Fixed
- Update repo URLs (#190)
v24.0.0
Added
- Add
stackTraceprop toExceptionmessage (#182)
v23.0.0
Added
- Added C++ implementation (#152)
Changed
v22.0.0
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.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 1 additional dependency was updated
Details:
| Package | Change |
|---|---|
github.com/stretchr/testify |
v1.8.2 -> v1.9.0 |
Go API Changes
# github.com/cucumber/godog ## compatible changes Attach: added Attachment: added Attachments: added ErrAmbiguous: added StepAmbiguous: added # github.com/cucumber/godog/formatters ## incompatible changes Formatter.Ambiguous: added # summary Inferred base version: v0.14.1 Suggested version: v0.15.0