chore: bump github.com/oasdiff/oasdiff from 1.23.0 to 1.24.0 in /tools/cli - #1385
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [github.com/oasdiff/oasdiff](https://github.com/oasdiff/oasdiff) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/oasdiff/oasdiff/releases) - [Changelog](https://github.com/oasdiff/oasdiff/blob/main/docs/CHANGELOG-TEMPLATE.md) - [Commits](oasdiff/oasdiff@v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: github.com/oasdiff/oasdiff dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
andmatei,
andreaangiolillo,
drinkbird,
matt-condon,
saisundar,
wtrocki and
yelizhenden-mdb
July 21, 2026 21:53
mongodb-sage-bot Bot
added a commit
that referenced
this pull request
Jul 27, 2026
## Proposed changes Dependabot's config only watches `/tools/cli`, so PR #1385 bumped `github.com/oasdiff/oasdiff` to 1.24.0 (and its transitive `kin-openapi` to 0.143.0) in `tools/cli` alone. The oasdiff diff, checker, and load packages are actually consumed by the `tools/foas` library, which `tools/cli` pulls in via a `replace` directive and which shares the `tools/go.work` workspace. Leaving `tools/foas` on oasdiff 1.23.0 / kin-openapi 0.140.0 left the workspace on skewed versions: under the workspace and the replace directive MVS resolves oasdiff to 1.24.0, but `tools/foas/go.sum` had no entry for it, so building and testing foas failed — the failing integration/e2e job flagged in the ticket. This aligns `tools/foas` with `tools/cli`: - oasdiff 1.23.0 -> 1.24.0 - kin-openapi 0.140.0 -> 0.143.0 - oasdiff/yaml 0.1.0 -> 0.1.1 (indirect) - oasdiff/yaml3 0.0.13 -> 0.0.14 (indirect) - yuin/goldmark 1.8.2 -> 1.8.4 (indirect) All go.sum hashes are copied verbatim from the already-verified `tools/cli/go.sum`. No source changes are required. oasdiff 1.24.0 only adds `validate` lints (duplicate-enum-value, ambiguous-parameter-serialization) and reworks internal rule-ID handling; there are no behavior changes to the diff/checker output that the changelog and merge pipelines rely on, so this is not a behavior-breaking upgrade and the golden fixtures are unaffected. The kin-openapi 0.143.0 removal of the generic `openapi3.StringMap[V]` type (now plain `map[string]V`) does not affect foas: the token `StringMap` never appears in the module, and the one site that reads `Discriminator.Mapping` ranges over it and accesses the unchanged `MappingRef` value, which compiles identically. _Jira ticket:_ CLOUDP-427906 ## Checklist - [x] I have signed the MongoDB CLA - [ ] I have added tests that prove my fix is effective or that my feature works A dependency-version alignment carries no new behavior to test; the existing foas and CLI unit/e2e suites cover the oasdiff-backed paths.
4 tasks
Contributor
Author
|
Superseded by #1399. |
dependabot
Bot
deleted the
dependabot/go_modules/tools/cli/github.com/oasdiff/oasdiff-1.24.0
branch
July 28, 2026 21:52
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.
Bumps github.com/oasdiff/oasdiff from 1.23.0 to 1.24.0.
Release notes
Sourced from github.com/oasdiff/oasdiff's releases.
Commits
20e22ebfeat(review): per-endpoint structural block extraction for large specs (#1068)cfbfbc1validate: flag a parameter whose type union mixes structured and scalar (#105...bc42d62validate: use kin's validation-error codes instead of deriving rule IDs (#1106)69ff6fcdeps: bump kin-openapi to v0.143.0 (#1105)d72589echore(deps): bump actions/setup-go from 6 to 7 in the actions group (#1104)0c7f48dvalidate: fixed registry of rule IDs; gate derived IDs through it (#1101)4a3ab86validate: convert errors.As to errors.AsType (#1100)2414729chore(deps): bump github.com/getkin/kin-openapi from 0.141.0 to 0.142.0 (#1098)3c965e7chore(deps): bump github.com/yuin/goldmark from 1.8.2 to 1.8.4 (#1099)79f0e57refactor(flatten): walk schemas via openapi3.WalkSchemas (#1096)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)