chore: bump github.com/oasdiff/oasdiff from 1.22.0 to 1.23.0 in /tools/cli - #1375
Merged
yelizhenden-mdb merged 4 commits intoJul 15, 2026
Conversation
dependabot
Bot
requested review from
andmatei,
andreaangiolillo,
drinkbird,
matt-condon,
saisundar,
wtrocki and
yelizhenden-mdb
July 14, 2026 21:53
Collaborator
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/go_modules/tools/cli/github.com/oasdiff/oasdiff-1.23.0
branch
from
July 15, 2026 10:29
c998c2f to
b4ef421
Compare
Collaborator
|
@dependabot rebase |
Bumps [github.com/oasdiff/oasdiff](https://github.com/oasdiff/oasdiff) from 1.22.0 to 1.23.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.22.0...v1.23.0) --- updated-dependencies: - dependency-name: github.com/oasdiff/oasdiff dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/tools/cli/github.com/oasdiff/oasdiff-1.23.0
branch
from
July 15, 2026 10:39
b4ef421 to
645a451
Compare
yelizhenden-mdb
approved these changes
Jul 15, 2026
yelizhenden-mdb
deleted the
dependabot/go_modules/tools/cli/github.com/oasdiff/oasdiff-1.23.0
branch
July 15, 2026 12:16
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.
Justification for changes:
specInfoPairwas only ever used to feed two version strings(Base.Version, Revision.Version)intoRenderChangelog.oasdiff 1.23.0,RenderChangelogno longer takes those strings — they moved onto just the HTML/Markup formatters, the only ones that render versions.Bumps github.com/oasdiff/oasdiff from 1.22.0 to 1.23.0.
Release notes
Sourced from github.com/oasdiff/oasdiff's releases.
Commits
48c3e04docs: note the response-header limitation in NULLABILITY.md (#1094) (#1095)b3a5250feat(checker): nullability checks for parameters (#1017) (#1093)3433af9fix: report nullability removal as became-not-nullable (#1091) (#1092)1e3edfffix(diff): recognize the nullable oneOf wrapping (#1088) (#1089)a5118c9chore: apply gopls modernize suggestions (#1087)7663150checker: move ComputeFingerprint out of formatters (#1086)1bb851fformatters: carry changelog versions only in HTML and Markup (#1085)