Skip to content

chore: bump github.com/oasdiff/oasdiff from 1.15.0 to 1.15.2 in /tools/cli#1254

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/tools/cli/github.com/oasdiff/oasdiff-1.15.2
Open

chore: bump github.com/oasdiff/oasdiff from 1.15.0 to 1.15.2 in /tools/cli#1254
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/tools/cli/github.com/oasdiff/oasdiff-1.15.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps github.com/oasdiff/oasdiff from 1.15.0 to 1.15.2.

Release notes

Sourced from github.com/oasdiff/oasdiff's releases.

v1.15.2

Changelog

  • a54352244b3db8d0700bda44b87e7f39e6cdf3e4 Merge pull request #892 from oasdiff/fix/fingerprint-stable-args
  • b8c4fe0962ee1b9b485223f7d75b6fb8e8a8fc37 fix(formatters): make Change.Fingerprint stable across copy edits
  • 0b722c43380cf6483121c7077f76dddbd26af1bc Merge pull request #887 from oasdiff/fix/issue-885-find-max-value-scalar
  • 9b87905b72e6ec880fea7f51557cd7de4718029d refactor(flatten/allof): rename findMaxValue -> findMaxValueScalar (#885)
  • 8f37521d73dfd1a198e9015e6f9c9cbf4f1ce577 Merge pull request #882 from oasdiff/feat/flatten-allof-dependent-required
  • 8ef9da054d0fbd9aff7e58c5efdcff81a6c86501 feat(flatten/allof): handle OpenAPI 3.1 dependentRequired
  • 6d31e06b3ee7897365cf5cefe52b77d941651721 Merge pull request #881 from oasdiff/feat/flatten-allof-content-keywords
  • 35701ef163267d721a24ae2d5861804036b9dece feat(flatten/allof): handle OpenAPI 3.1 contentMediaType / contentEncoding
  • 10261e02b9a7b8965441e32f963804b6e60fe7ae Merge pull request #880 from oasdiff/feat/flatten-allof-min-max-contains
  • 9466ea362a5ed573adc2c00d55c28b58c1de72c4 feat(flatten/allof): handle OpenAPI 3.1 minContains / maxContains
  • 3af44a290bca7245591678d8f280793672b10eaf Merge pull request #879 from oasdiff/feat/flatten-allof-const
  • 794bb5d08b6f4f6f99ea1d032fe20d94a154556d Merge pull request #884 from oasdiff/fix/flatten-allof-silent-drops
  • 1d33e589182c78da68b666970149ad4125480451 Merge pull request #883 from oasdiff/docs/allof-defs-dropped
  • 78543493799e3a66723abcd3dc2ba0704c3f8ed4 fix(flatten/allof): preserve fields documented as "not merged"; drop dup Type copy
  • b999656575bcd14e24619ccfe95d5142f2e1cc1f docs(allof): document that $defs is intentionally dropped during flatten
  • bd362bde517fa80da831902991502e89a62f14ea feat(flatten/allof): handle OpenAPI 3.1 const keyword
  • a63539b018c14dbe94d6ff2ead53904db40929fb Merge pull request #873 from oasdiff/fix/issue-868-allof-31-exclusive-bounds
  • b1f85523af4e30310ffda13851238e344a2e1ef8 docs: drop the now-fixed flatten/allOf 3.1 exclusive-bounds caveat
  • 84cf3bbb956861af8e44b6ef8637ea73f8fae280 test: pin "no source-location after flatten-allof" behavior
  • 6b32761d4f9f5a80668f8b6505be6de5485b93b8 test: clarify allOf bound-merge comments
  • 7f47de5f691b5bc1776348bd04ec322e4837af85 fix: gofmt alignment in const block
  • 168b6dc28bfc1615652bcbc1577e80703512a293 fix(flatten/allof): handle OpenAPI 3.1 numeric exclusive bounds
  • a35f0c15b59e22551537f2ce0dd6f2df4cc72e6a Merge pull request #877 from oasdiff/bump/oasdiff-action-v0.0.45
  • 7d3689e35ca9575c9f5472b02e1925789478e386 bump: oasdiff-action v0.0.45

v1.15.1

A patch release with one user-facing behavior change, one new check, a privacy-friendly cleanup of the HTML report, and a substantial documentation overhaul.

Highlights

  • oasdiff breaking now distinguishes "no breaking changes" from "no changes" (#875). When oasdiff breaking finds no breaking changes but the specs do differ in non-breaking ways, the message is now "No breaking changes to report, but the specs are different" instead of the misleading "No changes to report" used in earlier versions. The changelog command's wording is unchanged.
  • Detect enum value changes in deepObject parameter properties (#862, thanks @​ampeco). Properties of deepObject-style query parameters now go through the standard enum-change checks.
  • Changelog HTML report no longer pulls Google Fonts (#876). Removes a @import of fonts.googleapis.com/css?family=Nunito from the report's <style> block. Every viewer of every report previously sent their IP to Google; the report now uses the existing system-font fallbacks (Helvetica / Arial). Useful for sites that embed the report under a strict CSP, and a privacy improvement everywhere.

Documentation

  • README index reorganized by reader intent (#874). The flat 25+ bullet feature list is replaced with a grouped Documentation section: Commands → Inputs → Comparison → Normalization → API lifecycle → Filtering changes → Output → How to run → Reference. Adds a 30-second Docker quickstart, surfaces previously-unlinked docs, and adds the missing summary subcommand.
  • DIFF.md and BREAKING-CHANGES.md cross-referenced. summary, breaking, and changelog are built on the diff engine; the docs now say so. Duplicate "Additional Options" lists removed in favor of the README index.
  • HEADER-DIFF.md now explains the OpenAPI / HTTP-standards tension behind oasdiff's case-sensitive header default.
  • Many small content fixes: corrected diff format list, fixed a wrong Docker image name, removed dead --max-circular-dep advice, fixed an invalid -filter flag reference in usage examples, made the Go embed snippet runnable, clarified STABILITY.md, dropped a misleading "Documentation" stub from CUSTOMIZING-CHECKS.md, and more.

Dependencies

  • github.com/getkin/kin-openapi bumped from v0.136.0 to v0.137.0 (#872).

How to use it

  • CLI: go install github.com/oasdiff/oasdiff@latest or curl -fsSL https://raw.githubusercontent.com/oasdiff/oasdiff/main/install.sh | sh

... (truncated)

Commits
  • a543522 Merge pull request #892 from oasdiff/fix/fingerprint-stable-args
  • b8c4fe0 fix(formatters): make Change.Fingerprint stable across copy edits
  • 0b722c4 Merge pull request #887 from oasdiff/fix/issue-885-find-max-value-scalar
  • 9b87905 refactor(flatten/allof): rename findMaxValue -> findMaxValueScalar (#885)
  • 8f37521 Merge pull request #882 from oasdiff/feat/flatten-allof-dependent-required
  • 8ef9da0 feat(flatten/allof): handle OpenAPI 3.1 dependentRequired
  • 6d31e06 Merge pull request #881 from oasdiff/feat/flatten-allof-content-keywords
  • 35701ef feat(flatten/allof): handle OpenAPI 3.1 contentMediaType / contentEncoding
  • 10261e0 Merge pull request #880 from oasdiff/feat/flatten-allof-min-max-contains
  • 9466ea3 feat(flatten/allof): handle OpenAPI 3.1 minContains / maxContains
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/oasdiff/oasdiff](https://github.com/oasdiff/oasdiff) from 1.15.0 to 1.15.2.
- [Release notes](https://github.com/oasdiff/oasdiff/releases)
- [Changelog](https://github.com/oasdiff/oasdiff/blob/main/docs/CHANGELOG-TEMPLATE.md)
- [Commits](oasdiff/oasdiff@v1.15.0...v1.15.2)

---
updated-dependencies:
- dependency-name: github.com/oasdiff/oasdiff
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 5, 2026 21:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant