Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 6 updates#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-6de9d5c0f4
Open

build(deps): bump the minor-and-patch group across 1 directory with 6 updates#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-6de9d5c0f4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
github.com/xraph/forge 1.4.1 1.4.5
github.com/xraph/grove 1.4.1 1.4.3
github.com/xraph/grove/drivers/mongodriver 1.4.1 1.4.3
github.com/xraph/grove/drivers/pgdriver 1.4.1 1.4.3
github.com/xraph/grove/drivers/sqlitedriver 1.4.1 1.4.3

Updates github.com/xraph/forge from 1.4.1 to 1.4.5

Release notes

Sourced from github.com/xraph/forge's releases.

v1.4.5

Forge Framework v1.4.5 (2026-04-03T18:50:00Z)

Welcome to this new release of Forge Framework!

Changelog

Refactoring

  • 43df33ea31a606da678ebe27c78da18ac0f5480f: refactor(cli): Refactor CLI to support lazy app resolution and enhance migration command handling (@​juicycleff)

Documentation Updates

  • ae5f17253c96788af437f26285397fabb9c11fd6: docs(changelog): update CHANGELOG.md for v1.4.4 (@​github-actions[bot])

Other Changes

  • a7d5e338c5141043eab9a116e5fb6d93df35a68c: Update dependencies in go.mod and go.sum (@​juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.4.5

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Package Managers

# Homebrew (macOS/Linux)
brew install xraph/tap/forge
Scoop (Windows)
scoop bucket add xraph https://github.com/xraph/scoop-bucket
scoop install forge

What's Changed

Full changelog: xraph/forge@v1.4.4...v1.4.5

v1.4.4

Forge Framework v1.4.4 (2026-03-31T16:26:24Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • a607adf4ea158446ad8faad3d101accf92319ed3: feat: add health grace period to improve startup stability (@​juicycleff)

Documentation Updates

  • de7c82de34afd259b450a5a4d1d2486eaf5e2cbc: docs(changelog): update CHANGELOG.md for v1.4.3 (@​github-actions[bot])

Installation

Using Go Install

... (truncated)

Changelog

Sourced from github.com/xraph/forge's changelog.

1.4.5 (2026-04-03)

Refactoring

  • cli: Refactor CLI to support lazy app resolution and enhance migration command handling (43df33e)

Maintenance

  • Update dependencies across multiple modules to latest versions (d4285a1)
  • Update dependencies in go.mod and go.sum (a7d5e33)
  • changelog: update CHANGELOG.md for v1.4.4 (ae5f172)

1.4.4 (2026-03-31)

Features

  • add health grace period to improve startup stability (a607adf)

Maintenance

  • changelog: update CHANGELOG.md for v1.4.3 (de7c82d)

1.4.3 (2026-03-30)

Features

  • add panic recovery middleware to enhance server stability (fbd9743)

Maintenance

  • changelog: update CHANGELOG.md for v1.4.2 (c54c6f9)

1.4.2 (2026-03-30)

Bug Fixes

  • update forgeui dependency version to v1.4.1 (1f32a00)

Maintenance

  • changelog: update CHANGELOG.md for v1.4.1 (6ab5469)
Commits
  • d4285a1 chore: Update dependencies across multiple modules to latest versions
  • a7d5e33 Update dependencies in go.mod and go.sum
  • c3cad50 Merge branch 'main' of github.com:xraph/forge
  • 43df33e refactor(cli): Refactor CLI to support lazy app resolution and enhance migrat...
  • ae5f172 docs(changelog): update CHANGELOG.md for v1.4.4
  • eafbb06 Merge branch 'main' of github.com:xraph/forge
  • a607adf feat: add health grace period to improve startup stability
  • de7c82d docs(changelog): update CHANGELOG.md for v1.4.3
  • fbd9743 feat: add panic recovery middleware to enhance server stability
  • c54c6f9 docs(changelog): update CHANGELOG.md for v1.4.2
  • Additional commits viewable in compare view

Updates github.com/xraph/forgeui from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/xraph/forgeui's releases.

v1.4.1

ForgeUI v1.4.1 (2026-03-30T15:33:16Z)

Welcome to this new release of ForgeUI - the SSR-first UI framework for Go!

Changelog

Refactoring

  • 6247c1bb81730d700e16d5597ccdacbcd1d69101: refactor: update basePath handling in router and tests for clarity (@​juicycleff)

Installation

Using Go Install

go install github.com/xraph/forgeui/cmd/forgeui@v1.4.1

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Homebrew (macOS/Linux)

brew install xraph/tap/forgeui

Library Usage

To use ForgeUI as a library in your Go project:

go get github.com/xraph/forgeui@v1.4.1

What's Changed

Full changelog: xraph/forgeui@v1.4.0...v1.4.1

Documentation

Commits
  • 6247c1b refactor: update basePath handling in router and tests for clarity
  • See full diff in compare view

Updates github.com/xraph/grove from 1.4.1 to 1.4.3

Release notes

Sourced from github.com/xraph/grove's releases.

v1.4.3

Changes

  • feat(crdt): add Forge WebSocket transport adapter and tests (aa4e312)
  • feat(crdt): add selective sync support with SyncFilter in PullRequest (4956ceb)
  • feat: ensure advisory locks are released with uncancellable context during migration and rollback (6eade96)

Installation

go get github.com/xraph/grove@v1.4.3

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.4.3
go get github.com/xraph/grove/drivers/mysqldriver@v1.4.3
go get github.com/xraph/grove/drivers/sqlitedriver@v1.4.3
go get github.com/xraph/grove/drivers/mongodriver@v1.4.3
go get github.com/xraph/grove/drivers/tursodriver@v1.4.3
go get github.com/xraph/grove/drivers/clickhousedriver@v1.4.3
go get github.com/xraph/grove/drivers/esdriver@v1.4.3

Forge extension:

go get github.com/xraph/grove/extension@v1.4.3

KV store:

go get github.com/xraph/grove/kv@v1.4.3

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.4.3

Full Changelog: xraph/grove@v1.4.2...v1.4.3

v1.4.2

Changes

... (truncated)

Commits
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/mongodriver from 1.4.1 to 1.4.3

Release notes

Sourced from github.com/xraph/grove/drivers/mongodriver's releases.

v1.4.3

Changes

  • feat(crdt): add Forge WebSocket transport adapter and tests (aa4e312)
  • feat(crdt): add selective sync support with SyncFilter in PullRequest (4956ceb)
  • feat: ensure advisory locks are released with uncancellable context during migration and rollback (6eade96)

Installation

go get github.com/xraph/grove@v1.4.3

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.4.3
go get github.com/xraph/grove/drivers/mysqldriver@v1.4.3
go get github.com/xraph/grove/drivers/sqlitedriver@v1.4.3
go get github.com/xraph/grove/drivers/mongodriver@v1.4.3
go get github.com/xraph/grove/drivers/tursodriver@v1.4.3
go get github.com/xraph/grove/drivers/clickhousedriver@v1.4.3
go get github.com/xraph/grove/drivers/esdriver@v1.4.3

Forge extension:

go get github.com/xraph/grove/extension@v1.4.3

KV store:

go get github.com/xraph/grove/kv@v1.4.3

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.4.3

Full Changelog: xraph/grove@v1.4.2...v1.4.3

v1.4.2

Changes

... (truncated)

Commits
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/pgdriver from 1.4.1 to 1.4.3

Release notes

Sourced from github.com/xraph/grove/drivers/pgdriver's releases.

v1.4.3

Changes

  • feat(crdt): add Forge WebSocket transport adapter and tests (aa4e312)
  • feat(crdt): add selective sync support with SyncFilter in PullRequest (4956ceb)
  • feat: ensure advisory locks are released with uncancellable context during migration and rollback (6eade96)

Installation

go get github.com/xraph/grove@v1.4.3

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.4.3
go get github.com/xraph/grove/drivers/mysqldriver@v1.4.3
go get github.com/xraph/grove/drivers/sqlitedriver@v1.4.3
go get github.com/xraph/grove/drivers/mongodriver@v1.4.3
go get github.com/xraph/grove/drivers/tursodriver@v1.4.3
go get github.com/xraph/grove/drivers/clickhousedriver@v1.4.3
go get github.com/xraph/grove/drivers/esdriver@v1.4.3

Forge extension:

go get github.com/xraph/grove/extension@v1.4.3

KV store:

go get github.com/xraph/grove/kv@v1.4.3

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.4.3

Full Changelog: xraph/grove@v1.4.2...v1.4.3

v1.4.2

Changes

... (truncated)

Commits
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/sqlitedriver from 1.4.1 to 1.4.3

Release notes

Sourced from github.com/xraph/grove/drivers/sqlitedriver's releases.

v1.4.3

Changes

  • feat(crdt): add Forge WebSocket transport adapter and tests (aa4e312)
  • feat(crdt): add selective sync support with SyncFilter in PullRequest (4956ceb)
  • feat: ensure advisory locks are released with uncancellable context during migration and rollback (6eade96)

Installation

go get github.com/xraph/grove@v1.4.3

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.4.3
go get github.com/xraph/grove/drivers/mysqldriver@v1.4.3
go get github.com/xraph/grove/drivers/sqlitedriver@v1.4.3
go get github.com/xraph/grove/drivers/mongodriver@v1.4.3
go get github.com/xraph/grove/drivers/tursodriver@v1.4.3
go get github.com/xraph/grove/drivers/clickhousedriver@v1.4.3
go get github.com/xraph/grove/drivers/esdriver@v1.4.3

Forge extension:

go get github.com/xraph/grove/extension@v1.4.3

KV store:

go get github.com/xraph/grove/kv@v1.4.3

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.4.3
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.4.3

Full Changelog: xraph/grove@v1.4.2...v1.4.3

v1.4.2

Changes

... (truncated)

Commits
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff 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

… updates

Bumps the minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/xraph/forge](https://github.com/xraph/forge) | `1.4.1` | `1.4.5` |
| [github.com/xraph/grove](https://github.com/xraph/grove) | `1.4.1` | `1.4.3` |
| [github.com/xraph/grove/drivers/mongodriver](https://github.com/xraph/grove) | `1.4.1` | `1.4.3` |
| [github.com/xraph/grove/drivers/pgdriver](https://github.com/xraph/grove) | `1.4.1` | `1.4.3` |
| [github.com/xraph/grove/drivers/sqlitedriver](https://github.com/xraph/grove) | `1.4.1` | `1.4.3` |



Updates `github.com/xraph/forge` from 1.4.1 to 1.4.5
- [Release notes](https://github.com/xraph/forge/releases)
- [Changelog](https://github.com/xraph/forge/blob/main/CHANGELOG.md)
- [Commits](xraph/forge@v1.4.1...v1.4.5)

Updates `github.com/xraph/forgeui` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/xraph/forgeui/releases)
- [Changelog](https://github.com/xraph/forgeui/blob/main/CHANGELOG.md)
- [Commits](xraph/forgeui@v1.4.0...v1.4.1)

Updates `github.com/xraph/grove` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.4.3)

Updates `github.com/xraph/grove/drivers/mongodriver` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.4.3)

Updates `github.com/xraph/grove/drivers/pgdriver` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.4.3)

Updates `github.com/xraph/grove/drivers/sqlitedriver` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.4.3)

---
updated-dependencies:
- dependency-name: github.com/xraph/forge
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/forgeui
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/mongodriver
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/pgdriver
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/sqlitedriver
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 6, 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.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
keysmith Ready Ready Preview, Comment Apr 6, 2026 5:31pm

Request Review

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