Skip to content

Comments

fix(deps): update module github.com/oasdiff/oasdiff to v1.11.10#12

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-oasdiff-oasdiff-1.x
Open

fix(deps): update module github.com/oasdiff/oasdiff to v1.11.10#12
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-oasdiff-oasdiff-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/oasdiff/oasdiff v1.11.4v1.11.10 age confidence

Release Notes

oasdiff/oasdiff (github.com/oasdiff/oasdiff)

v1.11.10

Compare Source

Changelog

  • 91ed33d Merge pull request #​790 from oasdiff/refactor/simplify-internal-types
  • c708e0c refactor: remove custom types and consolidate packages
  • 144e4ae Update README with new roadmap details
  • 18d2147 Merge pull request #​789 from oasdiff/refactor/remove-custom-string-types
  • 68baece add unit test
  • 451c70c format files
  • 91aae19 update breaking changes
  • 56c6d78 update breaking changes
  • 4dc90a4 refactor: replace StringList, StringMap, StringPair with Go built-in types
  • 82af827 Merge pull request #​788 from oasdiff/feat-765-exclude-extensions
  • 6841120 mention exclude specific extension names in readme
  • 5b9b044 docs: add documentation for --exclude-extensions flag
  • 71d1946 feat: add --exclude-extensions flag to exclude specific extension names (#​765)
  • c8cb0b1 Merge pull request #​787 from oasdiff/fix-710-oneof-deduplication
  • 880a450 fix: deduplicate identical oneOf/anyOf groups before cartesian product (#​710)
  • 097780e Merge pull request #​786 from oasdiff/fix-594-media-type-context
  • a2a36ed fix format
  • 742a5c4 feat: add media type context to all property checks
  • 63a7d12 feat: add media type context to additional property checks
  • fefa68f docs: update breaking changes examples with new line numbers
  • 54a455f fix: add media type context to property deprecation messages (#​594)
  • da70772 restrict go badge to main branch only
  • a1243f4 Merge pull request #​785 from oasdiff/go-modernization
  • d171a50 update breaking change doc
  • b6dda60 test: add coverage for error wrapping and x-since-date
  • f3e4fe7 test: improve test coverage for multiple packages
  • 1945f29 refactor: minor Go modernization fixes
  • f5441d4 refactor: migrate golang.org/x/exp/slices to stdlib slices
  • e89b006 refactor: replace sort.Sort/sort.Strings with slices.Sort/slices.SortFunc
  • d347a0c refactor: use maps.Keys() for map key collection
  • cf8ccec refactor: replace interface{} with any across codebase

v1.11.9

Compare Source

Changelog

  • 0b13917 Merge pull request #​784 from oasdiff/migrate-yaml-v3
  • 85c7c2f migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3
  • 2c2e2ca Merge pull request #​782 from jainsachi88/feature/Property-deprecation
  • 8924224 update deprecation docs to include property deprecation support
  • 7134d5a fix property deprecation: use WithDetails pattern and improve tests
  • 6211e66 update breaking changes
  • f721cad feature: Added missing tests to improve patch coverage for property deprecation
  • d26c42a update check numbers
  • 61549c2 update breaking changes examples
  • a15a9c5 Merge branch 'main' into feature/Property-deprecation
  • 166cbbf feature: enhance property deprecation with conditional details
  • 01f5fb1 Merge pull request #​783 from oasdiff/improve-deprecation-and-sunset-date-in-changelog
  • e4096ef update breaking changes doc
  • 146694b fix coverage
  • cb33be8 remove unused GetDetails
  • 7828630 regen breaking changes deprecation
  • 51d9b79 fix breaking changes docs
  • 827eadb we no longer need to output comments in html and md
  • 2994d1d add a dedicated Details field to avoid heuristics in formatters
  • 4cb2d51 fix ignored errors
  • f5d07eb type-safe formatDeprecationDetails
  • 954d7d0 trigger codecov
  • 32de02e feature: Add support for showing changelog for deprecated properties
  • 13475c1 Add breaking changes to changelog
  • b33f652 Merge pull request #​2 from grid-x/feat/add_tests_for_changelog_deprecation_display
  • 2de7e2b feat: add unit tests for changelog deprecation display with conditional details
  • eb93483 Merge branch 'oasdiff:main' into main
  • 635bec4 Merge pull request #​781 from oasdiff/fix/issue-760-maxitems-array-parameter
  • f3a3a61 Fix maxItems detection for array parameters (issue #​760)
  • a24c8d5 Update goreleaser config to version 2
  • cbbcd2e Merge branch 'oasdiff:main' into main
  • 0f0ade1 feat: enhance changelog deprecation display with conditional details

v1.11.8

Compare Source

Changelog

  • c75875f Merge pull request #​751 from oasdiff/go-1.25
  • 8cce85f Fix golangci-lint for Go 1.25 by using goinstall mode
  • 33beb18 Merge main and resolve go.mod conflict
  • 15217b3 Merge pull request #​780 from oasdiff/fix/issue-767-exploded-param-self-match
  • 3aeb15b Fix false positive diff when exploded param name matches property name
  • 754626c Merge pull request #​774 from greyhairredbear/patch-1
  • cd9484e Merge pull request #​777 from oasdiff/772-installation-script-of-the-plugin-on-linux-doesnt-work-anymore
  • c59a83f Merge pull request #​778 from oasdiff/dependabot/go_modules/github.com/yuin/goldmark-1.7.16
  • 568e563 Bump github.com/yuin/goldmark from 1.7.14 to 1.7.16
  • 8fd83ff Fix install script failing when version cannot be determined (#​772)
  • b7c0230 Merge pull request #​756 from oasdiff/dependabot/go_modules/github.com/getkin/kin-openapi-0.133.0
  • 9ba0fe2 Merge remote-tracking branch 'origin/main' into dependabot/go_modules/github.com/getkin/kin-openapi-0.133.0
  • 1e4e427 Replace deprecated Uint64Ptr with Ptr
  • 5fc7b5f Fix failing test in load/spec_info_unix_test.go
  • 2423bd9 Merge pull request #​763 from oasdiff/dependabot/go_modules/github.com/spf13/viper-1.21.0
  • 00cad66 Merge branch 'main' into dependabot/go_modules/github.com/spf13/viper-1.21.0
  • 8455646 Merge pull request #​764 from oasdiff/dependabot/go_modules/cloud.google.com/go-0.123.0
  • cedc04e Merge branch 'main' into dependabot/go_modules/cloud.google.com/go-0.123.0
  • d2c142a Merge pull request #​773 from oasdiff/dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • a585e16 Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • c6d967d Merge pull request #​775 from oasdiff/dependabot/go_modules/github.com/yuin/goldmark-1.7.14
  • c106714 Merge branch 'main' into dependabot/go_modules/github.com/yuin/goldmark-1.7.14
  • 530bad7 Merge pull request #​776 from oasdiff/remove-claude-code-review
  • 870cf23 remove review workflow for claude
  • b636856 Bump github.com/yuin/goldmark from 1.7.13 to 1.7.14
  • 703711d chore: remove tap from homebrew install instructions
  • 51a26ce Bump github.com/spf13/cobra from 1.10.1 to 1.10.2
  • c7e237e Bump cloud.google.com/go from 0.122.0 to 0.123.0
  • c0584f7 Bump github.com/spf13/viper from 1.20.1 to 1.21.0
  • b91b8e2 Bump github.com/getkin/kin-openapi from 0.132.0 to 0.133.0
  • 1ae5c65 Merge pull request #​757 from oasdiff/dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • 47756e4 Merge pull request #​759 from oasdiff/dependabot/go_modules/github.com/spf13/cobra-1.10.1
  • 1e65876 Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
  • 8d84d54 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
  • 482d32f Merge pull request #​761 from oasdiff/dependabot/go_modules/github.com/spf13/pflag-1.0.10
  • 0106864 Merge pull request #​762 from oasdiff/dependabot/go_modules/cloud.google.com/go-0.122.0
  • f34d54a Bump cloud.google.com/go from 0.121.6 to 0.122.0
  • 853000b Bump github.com/spf13/pflag from 1.0.7 to 1.0.10
  • 5d92d23 Merge pull request #​755 from oasdiff/dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • 5ad98da Bump github.com/stretchr/testify from 1.10.0 to 1.11.0
  • cbb6a05 Merge pull request #​754 from oasdiff/dependabot/go_modules/github.com/go-viper/mapstructure/v2-2.4.0
  • e865257 Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0
  • eb6d69d upgrade to go 1.25

v1.11.7

Compare Source

Changelog

  • fc23f9b fix html encoding
  • 0584981 exclude localizations.go from final diff
  • e209768 another attempt to fix the build
  • 43199a9 Fix cache corruption issues in GitHub workflow
  • e39d85d Update generated localization file with latest timestamp
  • bc5ea67 Fix GitHub workflow cache issues and add localization generation
  • 8063989 add charset UTF-8 to the HTML template
  • 43d7801 fix russian messages

v1.11.6

Compare Source

Changelog

v1.11.5

Compare Source

Changelog


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 becomes conflicted, 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.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 6, 2025

ℹ Artifact update notice

File name: cli/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):

  • 5 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.121.0 -> v0.121.6
github.com/wI2L/jsondiff v0.6.1 -> v0.7.0
github.com/yuin/goldmark v1.7.11 -> v1.7.13
golang.org/x/crypto v0.37.0 -> v0.40.0
golang.org/x/net v0.39.0 -> v0.42.0

@renovate renovate bot force-pushed the renovate/github.com-oasdiff-oasdiff-1.x branch from fa14068 to 429778b Compare August 19, 2025 19:29
@renovate renovate bot changed the title fix(deps): update module github.com/oasdiff/oasdiff to v1.11.5 fix(deps): update module github.com/oasdiff/oasdiff to v1.11.6 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/github.com-oasdiff-oasdiff-1.x branch from 429778b to e657ac2 Compare August 21, 2025 15:55
@renovate renovate bot changed the title fix(deps): update module github.com/oasdiff/oasdiff to v1.11.6 fix(deps): update module github.com/oasdiff/oasdiff to v1.11.7 Aug 21, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: cli/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):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24 -> 1.25
github.com/getkin/kin-openapi v0.132.0 -> v0.133.0
github.com/spf13/cobra v1.9.1 -> v1.10.2
cloud.google.com/go v0.121.0 -> v0.123.0
github.com/spf13/pflag v1.0.7 -> v1.0.10
github.com/wI2L/jsondiff v0.6.1 -> v0.7.0
github.com/yuin/goldmark v1.7.11 -> v1.7.16
golang.org/x/crypto v0.37.0 -> v0.41.0
golang.org/x/net v0.39.0 -> v0.43.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/text v0.27.0 -> v0.28.0

@renovate renovate bot force-pushed the renovate/github.com-oasdiff-oasdiff-1.x branch from e657ac2 to e60394b Compare January 12, 2026 21:29
@renovate renovate bot changed the title fix(deps): update module github.com/oasdiff/oasdiff to v1.11.7 fix(deps): update module github.com/oasdiff/oasdiff to v1.11.8 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/github.com-oasdiff-oasdiff-1.x branch from e60394b to 8ad9a28 Compare February 2, 2026 23:08
@renovate renovate bot changed the title fix(deps): update module github.com/oasdiff/oasdiff to v1.11.8 fix(deps): update module github.com/oasdiff/oasdiff to v1.11.9 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/github.com-oasdiff-oasdiff-1.x branch from 8ad9a28 to 3f67c2f Compare February 6, 2026 02:15
@renovate renovate bot changed the title fix(deps): update module github.com/oasdiff/oasdiff to v1.11.9 fix(deps): update module github.com/oasdiff/oasdiff to v1.11.10 Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants