Skip to content

build(deps): bump the go-openapi-dependencies group across 2 directories with 4 updates - #530

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-e15f2f7624
Aug 31, 2026
Merged

build(deps): bump the go-openapi-dependencies group across 2 directories with 4 updates#530
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-e15f2f7624

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-openapi-dependencies group with 3 updates in the / directory: github.com/go-openapi/analysis, github.com/go-openapi/loads and github.com/go-openapi/validate.
Bumps the go-openapi-dependencies group with 2 updates in the /docs/examples directory: github.com/go-openapi/analysis and github.com/go-openapi/loads.

Updates github.com/go-openapi/analysis from 0.26.0 to 0.26.2

Release notes

Sourced from github.com/go-openapi/analysis's releases.

v0.26.2

0.26.2 - 2026-08-25

Full Changelog: go-openapi/analysis@v0.26.1...v0.26.2

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


analysis license terms

License

Per-module changes


internal/testintegration (0.26.2)

Fixed bugs

Miscellaneous tasks

... (truncated)

Commits
  • d9134d0 chore: prepare release v0.26.2
  • 22e34e9 fix: onboard spec fix when normalizing url's (#240)
  • fd7602c chore: prepare release v0.26.1
  • 75424e4 Merge pull request #238 from fredbi/fix/flatten-spec-bugs
  • b7a8777 fix: upgraded spec to onboard expand fixes
  • 1204c7e fix(flatten): import the target of a $ref held by an unmapped keyword
  • 765b296 doc: technical writing rules for agents
  • 465c8c5 chore(deps): Bump the go-openapi-dependencies group across 2 directories with...
  • 7b3c465 chore(dependabot): fix invalid timezone
  • 6a6a5b3 chore: dependabot schedule is now twice a week (#236)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/loads from 0.25.1 to 0.25.2

Release notes

Sourced from github.com/go-openapi/loads's releases.

v0.25.2

0.25.2 - 2026-08-25

Full Changelog: go-openapi/loads@v0.25.1...v0.25.2

11 commits in this release.


Fixed bugs

Documentation

  • doc: add technical writing instructions for agents by @​fredbi ...

Testing

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release


... (truncated)

Commits
  • a8de01b fix: onboards spec fixes (#173)
  • 6d3a812 Merge pull request #172 from fredbi/fix/clone-spec-through-json
  • 862dc2b doc: add technical writing instructions for agents
  • ccc5505 fix: clone a specification through JSON, not gob
  • 7138543 build(deps): bump the go-openapi-dependencies group with 2 updates
  • 4432d5f chore(dependabot): fix invalid timezone
  • 93b49a7 chore: dependabot schedule is now twice a week (#170)
  • e433900 build(deps): bump the go-openapi-dependencies group across 1 directory with 2...
  • 4c2a468 build(deps): bump the development-dependencies group with 9 updates
  • 65cb02c chore: updated go dependencies (#167)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/spec from 0.22.9 to 0.22.11

Release notes

Sourced from github.com/go-openapi/spec's releases.

v0.22.11

0.22.11 - 2026-08-25

Full Changelog: go-openapi/spec@v0.22.10...v0.22.11

4 commits in this release.


Code quality

  • fix(normalizer): align $ref and base canonicalization with jsonreference by @​fredbi ...

Testing

  • test(normalizer): fix the escaped-path base case failing on windows by @​fredbi in #309 ...

Miscellaneous tasks

  • chore(deps): bump jsonreference to v1.0.1 and swag to v0.29.1 by @​fredbi ...

Other (technical)


People who contributed to this release


spec license terms

License

v0.22.10

0.22.10 - 2026-08-24

Full Changelog: go-openapi/spec@v0.22.9...v0.22.10

... (truncated)

Commits
  • 69a6c4c test(normalizer): fix the escaped-path base case failing on windows (#309)
  • 34af4e1 Merge pull request #308 from fredbi/fix/align-url-normalization
  • 18354e0 fix(normalizer): align $ref and base canonicalization with jsonreference
  • d9388db chore(deps): bump jsonreference to v1.0.1 and swag to v0.29.1
  • 310c04e Merge pull request #307 from fredbi/fix/deterministic-expansion
  • 663f784 fix(expander): walk maps in sorted order so expansion is reproducible
  • ee01904 fix(expander): rebase a $ref found under an unmapped keyword
  • af1d328 chore(normalizer): correct the build constraint of normalizer_windows.go
  • ba4dd04 test(expander): serve the remote circular id fixture on a free port
  • 1252d8c build(deps): bump the go-openapi-dependencies group with 4 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.26.3 to 0.26.5

Release notes

Sourced from github.com/go-openapi/validate's releases.

v0.26.5

0.26.5 - 2026-08-25

Full Changelog: go-openapi/validate@v0.26.4...v0.26.5

7 commits in this release.


Fixed bugs

Testing

  • test(messages): add TestGenExpectations to rebuild the expectations file by @​fredbi ...
  • test(messages): halt on the first failing fixture only in dev mode by @​fredbi ...

Miscellaneous tasks

  • ci: re-instate error message stability test in ci by @​fredbi ...
  • test(messages): refresh expected_messages.yaml from the validators by @​fredbi ...

Other (technical)


People who contributed to this release


validate license terms

License

v0.26.4

... (truncated)

Commits
  • a214a69 fix: onboards loads fixes
  • 251c9c5 fix: onboard spec url normalization fix (#293)
  • 07d44fe Merge pull request #292 from fredbi/fix/message-quality-expectations
  • ab4461e ci: re-instate error message stability test in ci
  • da10635 test(messages): refresh expected_messages.yaml from the validators
  • e83999e test(messages): add TestGenExpectations to rebuild the expectations file
  • ce91d00 test(messages): halt on the first failing fixture only in dev mode
  • d6d7bac Merge pull request #291 from fredbi/fix/no-in-place-expansion-of-caller-schema
  • bbce87e fix: upgrade spec and analysis to get expand fixes
  • 9e39403 fix(validate): stop rewriting the caller's document while validating
  • Additional commits viewable in compare view

Updates github.com/go-openapi/analysis from 0.26.0 to 0.26.2

Release notes

Sourced from github.com/go-openapi/analysis's releases.

v0.26.2

0.26.2 - 2026-08-25

Full Changelog: go-openapi/analysis@v0.26.1...v0.26.2

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


analysis license terms

License

Per-module changes


internal/testintegration (0.26.2)

Fixed bugs

Miscellaneous tasks

... (truncated)

Commits
  • d9134d0 chore: prepare release v0.26.2
  • 22e34e9 fix: onboard spec fix when normalizing url's (#240)
  • fd7602c chore: prepare release v0.26.1
  • 75424e4 Merge pull request #238 from fredbi/fix/flatten-spec-bugs
  • b7a8777 fix: upgraded spec to onboard expand fixes
  • 1204c7e fix(flatten): import the target of a $ref held by an unmapped keyword
  • 765b296 doc: technical writing rules for agents
  • 465c8c5 chore(deps): Bump the go-openapi-dependencies group across 2 directories with...
  • 7b3c465 chore(dependabot): fix invalid timezone
  • 6a6a5b3 chore: dependabot schedule is now twice a week (#236)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/loads from 0.25.1 to 0.25.2

Release notes

Sourced from github.com/go-openapi/loads's releases.

v0.25.2

0.25.2 - 2026-08-25

Full Changelog: go-openapi/loads@v0.25.1...v0.25.2

11 commits in this release.


Fixed bugs

Documentation

  • doc: add technical writing instructions for agents by @​fredbi ...

Testing

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release


... (truncated)

Commits
  • a8de01b fix: onboards spec fixes (#173)
  • 6d3a812 Merge pull request #172 from fredbi/fix/clone-spec-through-json
  • 862dc2b doc: add technical writing instructions for agents
  • ccc5505 fix: clone a specification through JSON, not gob
  • 7138543 build(deps): bump the go-openapi-dependencies group with 2 updates
  • 4432d5f chore(dependabot): fix invalid timezone
  • 93b49a7 chore: dependabot schedule is now twice a week (#170)
  • e433900 build(deps): bump the go-openapi-dependencies group across 1 directory with 2...
  • 4c2a468 build(deps): bump the development-dependencies group with 9 updates
  • 65cb02c chore: updated go dependencies (#167)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ies with 4 updates

Bumps the go-openapi-dependencies group with 3 updates in the / directory: [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis), [github.com/go-openapi/loads](https://github.com/go-openapi/loads) and [github.com/go-openapi/validate](https://github.com/go-openapi/validate).
Bumps the go-openapi-dependencies group with 2 updates in the /docs/examples directory: [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis) and [github.com/go-openapi/loads](https://github.com/go-openapi/loads).


Updates `github.com/go-openapi/analysis` from 0.26.0 to 0.26.2
- [Release notes](https://github.com/go-openapi/analysis/releases)
- [Commits](go-openapi/analysis@v0.26.0...v0.26.2)

Updates `github.com/go-openapi/loads` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/go-openapi/loads/releases)
- [Commits](go-openapi/loads@v0.25.1...v0.25.2)

Updates `github.com/go-openapi/spec` from 0.22.9 to 0.22.11
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.22.9...v0.22.11)

Updates `github.com/go-openapi/validate` from 0.26.3 to 0.26.5
- [Release notes](https://github.com/go-openapi/validate/releases)
- [Commits](go-openapi/validate@v0.26.3...v0.26.5)

Updates `github.com/go-openapi/analysis` from 0.26.0 to 0.26.2
- [Release notes](https://github.com/go-openapi/analysis/releases)
- [Commits](go-openapi/analysis@v0.26.0...v0.26.2)

Updates `github.com/go-openapi/loads` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/go-openapi/loads/releases)
- [Commits](go-openapi/loads@v0.25.1...v0.25.2)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/validate
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
...

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 Aug 31, 2026
@github-actions
github-actions Bot enabled auto-merge (rebase) August 31, 2026 05:37
@github-actions
github-actions Bot merged commit bcdde8c into master Aug 31, 2026
34 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/go-openapi-dependencies-e15f2f7624 branch August 31, 2026 05:41
@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.14%. Comparing base (2a56a00) to head (9555e2e).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
- Coverage   87.16%   87.14%   -0.03%     
==========================================
  Files          65       65              
  Lines        4752     4752              
==========================================
- Hits         4142     4141       -1     
  Misses        600      600              
- Partials       10       11       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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.

0 participants