Skip to content

deps(deps): bump the go-minor-patch group across 1 directory with 8 updates#16

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-patch-2503ba02e2
Open

deps(deps): bump the go-minor-patch group across 1 directory with 8 updates#16
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-patch-2503ba02e2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the go-minor-patch group with 8 updates in the / directory:

Package From To
github.com/blevesearch/bleve/v2 2.5.7 2.6.0
github.com/fsnotify/fsnotify 1.9.0 1.10.1
github.com/fwcd/tree-sitter-kotlin 0.0.0-20260411204054-55622a49bd59 0.3.2
github.com/mark3labs/mcp-go 0.49.0 0.52.0
github.com/pelletier/go-toml/v2 2.3.0 2.3.1
github.com/yalue/onnxruntime_go 1.28.0 1.30.0
go.uber.org/zap 1.27.1 1.28.0
pgregory.net/rapid 1.2.0 1.3.0

Updates github.com/blevesearch/bleve/v2 from 2.5.7 to 2.6.0

Release notes

Sourced from github.com/blevesearch/bleve/v2's releases.

v2.6.0

What's Changed

Introduced new file format - zapx@v17

Milestone: https://github.com/blevesearch/bleve/milestone/29 Full Changelog: blevesearch/bleve@v2.5.7...v2.6.0

Commits

Updates github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1

Release notes

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

v1.10.1

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

v1.10.0

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.10.1 2026-05-04

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

1.10.0 2026-04-30

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Commits
  • 76b01a6 Release 1.10.1
  • fec150b Update changelog
  • 162b421 inotify, windows: don't rename sibling watches sharing a path prefix (#755)
  • 224257f inotify: don't remove sibling watches sharing a path prefix (#754)
  • e0c956c windows: document directory Write events and stabilize tests (#745)
  • 8d01d7b Release 1.10.0
  • 602284e Update changelog
  • 7f03e59 kqueue: skip ENOENT entries in watchDirectoryFiles (#748)
  • dab9dde windows: lock watch field updates against concurrent WatchList (#709) (#749)
  • eadf267 kqueue: drop watches directly in Close() instead of going through remove() (#...
  • Additional commits viewable in compare view

Updates github.com/fwcd/tree-sitter-kotlin from 0.0.0-20260411204054-55622a49bd59 to 0.3.2

Commits

Updates github.com/mark3labs/mcp-go from 0.49.0 to 0.52.0

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.52.0

No release notes provided.

Release v0.51.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.50.0...v0.51.0

Release v0.50.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.49.0...v0.50.0

Commits
  • 292ebb6 feat(server): add transport-agnostic Handle entry point (#851)
  • 0678053 fix(transport): close response body on 404 in sendHTTP (#849)
  • 083b8ac docs(server): document OnBeforeAny/OnSuccess/OnError pairing (#827) (#848)
  • 0304399 fix(oauth): accept any 2xx token response status (#835) (#847)
  • e4a7c6d feat(mcp): add SchemaCache for stateless/serverless deployments (#846)
  • f5c14ee feat(transport): add LoggingTransport wrapper for JSON-RPC tracing (#845)
  • ba6c2e0 docs(prompts): scope fix-issue to implementation only
  • 8878667 feat: validate tool output against declared output schemas (#811) (#844)
  • 961ead3 prompts
  • 0c6cb64 feat: add opt-in CORS support to HTTP transports (#810) (#843)
  • Additional commits viewable in compare view

Updates github.com/pelletier/go-toml/v2 from 2.3.0 to 2.3.1

Release notes

Sourced from github.com/pelletier/go-toml/v2's releases.

v2.3.1

What's Changed

Fixed bugs

Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.3.0...v2.3.1

Commits
  • f85c4e8 README.md: remove reference to old go versions and modules (#1048)
  • 45d4fb4 fix: change DisallowUnknownFields error from "missing field" to "unknown fiel...
  • c171216 Fix incorrect error positions in unstable parser Range() (#1047) (#1056)
  • See full diff in compare view

Updates github.com/yalue/onnxruntime_go from 1.28.0 to 1.30.0

Commits
  • 09169a6 Add RegisterCustomOpsLibraryV2
  • 89b6bec Using go slices instead of c malloc in AppendExecutionProviderV2
  • 01d43cc Add plugin execution provider (V2) API bindings
  • See full diff in compare view

Updates go.uber.org/zap from 1.27.1 to 1.28.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.28.0

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

#1534: uber-go/zap#1534

Changelog

Sourced from go.uber.org/zap's changelog.

1.28.0 (27 Apr 2026)

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.
Commits
  • 5b81b37 release v1.28.0 (#1547)
  • 0ab0d5a zapcore: Add PreWriteHook for transforming entries before write (#1534)
  • d278c59 [chore] CI: test on Go 1.26 (#1535)
  • 16fb16b chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...
  • See full diff in compare view

Updates pgregory.net/rapid from 1.2.0 to 1.3.0

Release notes

Sourced from pgregory.net/rapid's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: flyingmutant/rapid@v1.2.0...v1.3.0

Commits
  • 9bafe07 update Go versions
  • 6e9d413 add t.Output
  • 011e717 README: link to chaos_theory
  • 2f95a47 docs: update README example to use slices.IsSorted and slices.Sort (#91)
  • b9c78bf testing/synctest support for Go 1.25+
  • 6475f7a Support RAPID_ environment variables that mirror -rapid. flags
  • 8821620 Small improvements related to MakeCustom
  • a56a00a Make[T](): add support for kinda overrides
  • 1b24459 Make[T](): add support for field and type overrides
  • 6eaa1f1 docs: add warning to SkipNow about mutation (#83)
  • See full diff in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title deps(deps): bump the go-minor-patch group with 8 updates deps(deps): bump the go-minor-patch group across 1 directory with 8 updates May 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-minor-patch-2503ba02e2 branch from bf43359 to 7792c7d Compare May 5, 2026 19:47
…pdates

Bumps the go-minor-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) | `2.5.7` | `2.6.0` |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.9.0` | `1.10.1` |
| [github.com/fwcd/tree-sitter-kotlin](https://github.com/fwcd/tree-sitter-kotlin) | `0.0.0-20260411204054-55622a49bd59` | `0.3.2` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.49.0` | `0.52.0` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.3.0` | `2.3.1` |
| [github.com/yalue/onnxruntime_go](https://github.com/yalue/onnxruntime_go) | `1.28.0` | `1.30.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |
| [pgregory.net/rapid](https://github.com/flyingmutant/rapid) | `1.2.0` | `1.3.0` |



Updates `github.com/blevesearch/bleve/v2` from 2.5.7 to 2.6.0
- [Release notes](https://github.com/blevesearch/bleve/releases)
- [Commits](blevesearch/bleve@v2.5.7...v2.6.0)

Updates `github.com/fsnotify/fsnotify` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.9.0...v1.10.1)

Updates `github.com/fwcd/tree-sitter-kotlin` from 0.0.0-20260411204054-55622a49bd59 to 0.3.2
- [Release notes](https://github.com/fwcd/tree-sitter-kotlin/releases)
- [Commits](https://github.com/fwcd/tree-sitter-kotlin/commits)

Updates `github.com/mark3labs/mcp-go` from 0.49.0 to 0.52.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.49.0...v0.52.0)

Updates `github.com/pelletier/go-toml/v2` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.3.0...v2.3.1)

Updates `github.com/yalue/onnxruntime_go` from 1.28.0 to 1.30.0
- [Commits](yalue/onnxruntime_go@v1.28.0...v1.30.0)

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

Updates `pgregory.net/rapid` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/flyingmutant/rapid/releases)
- [Commits](flyingmutant/rapid@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/blevesearch/bleve/v2
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/fwcd/tree-sitter-kotlin
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/yalue/onnxruntime_go
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: pgregory.net/rapid
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-minor-patch-2503ba02e2 branch from 7792c7d to ce48c54 Compare May 5, 2026 19:59
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