Skip to content

Bump the go-openapi-dependencies group across 1 directory with 5 updates - #22

Merged
fredbi merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-cbafead0f1
Sep 1, 2026
Merged

fredbi merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-cbafead0f1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-openapi-dependencies group with 1 update in the / directory: github.com/go-openapi/validate.

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/jsonreference from 1.0.0 to 1.0.1

Release notes

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

v1.0.1

1.0.1 - 2026-08-25

Full Changelog: go-openapi/jsonreference@v1.0.0...v1.0.1

12 commits in this release.


Fixed bugs

  • fix: keep NormalizeURL's output parseable when dropping a default port by @​fredbi ...

Documentation

Performance

  • perf: replace the duplicate-slash regexp in NormalizeURL with a scan by @​fredbi ...

Miscellaneous tasks

Updates

Other (technical)


People who contributed to this release


... (truncated)

Commits
  • 404eada Merge pull request #116 from fredbi/fix/normalize-url-parseable-host
  • 6449126 perf: replace the duplicate-slash regexp in NormalizeURL with a scan
  • b32031f fix: keep NormalizeURL's output parseable when dropping a default port
  • f5f725f doc: rule for technical writing by agents
  • f87e7c4 chore(dependabot): fix invalid timezone
  • 95d9690 chore: dependabot schedule is now twice a week (#115)
  • 52cd654 build(deps): bump the development-dependencies group across 1 directory with ...
  • febba6b build(deps): bump github.com/go-openapi/testify/v2
  • 406357a build(deps): bump the development-dependencies group with 9 updates
  • 6fd59e7 build(deps): bump the development-dependencies group with 9 updates
  • 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

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

Bumps the go-openapi-dependencies group with 1 update in the / directory: [github.com/go-openapi/validate](https://github.com/go-openapi/validate).


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/jsonreference` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/go-openapi/jsonreference/releases)
- [Commits](go-openapi/jsonreference@v1.0.0...v1.0.1)

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)

---
updated-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: indirect
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 1.0.1
  dependency-type: indirect
  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: indirect
  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: indirect
  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 Sep 1, 2026
@fredbi
fredbi merged commit 9e3a63a into master Sep 1, 2026
6 of 8 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-openapi-dependencies-cbafead0f1 branch September 1, 2026 06:06
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