Skip to content

Comments

build(deps): bump github.com/xraph/forge from 0.9.10 to 0.9.12 in the minor-and-patch group#5

Merged
juicycleff merged 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-52fc24ea4e
Feb 21, 2026
Merged

build(deps): bump github.com/xraph/forge from 0.9.10 to 0.9.12 in the minor-and-patch group#5
juicycleff merged 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-52fc24ea4e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps the minor-and-patch group with 1 update: github.com/xraph/forge.

Updates github.com/xraph/forge from 0.9.10 to 0.9.12

Release notes

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

v0.9.12

Forge Framework v0.9.12 (2026-02-18T18:05:17Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 8bd822470223451ddf3969cc0bfaee76dc755db1: feat(dashboard): expand documentation and features for contributor system and Go-JS bridge (@​juicycleff)
  • 64a9f577ffc5e2aa8e00359dab4e029b765650fe: feat(dashboard): implement core dashboard functionality with Go↔JS bridge (@​juicycleff)

Documentation Updates

  • 39f418cef201f900b766b54331b98bcd8c533e0f: docs(changelog): update CHANGELOG.md for v0.9.11 (@​github-actions[bot])

Other Changes

  • 3457e7c51ac27fcb266779850fcd53ff5a833498: chore(deps): remove gorilla/websocket dependency from go.mod and go.sum (@​juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v0.9.12

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@v0.9.11...v0.9.12

v0.9.11

Forge Framework v0.9.11 (2026-02-18T03:20:40Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 05ae5c595b946477bca6dda1102fe52055b21fb3: feat(build): add build-modules target and enhance CI workflow (@​juicycleff)

Documentation Updates

  • 67abd3eee1fcdd21c6aadf7658ce81b229088f82: docs(changelog): update CHANGELOG.md for v0.9.10 (@​github-actions[bot])

Installation

... (truncated)

Changelog

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

0.9.12 (2026-02-18)

Maintenance

  • deps: remove gorilla/websocket dependency from go.mod and go.sum (3457e7c)
  • changelog: update CHANGELOG.md for v0.9.11 (39f418c)
  • add .worktrees/ to gitignore (ed4ad90)

0.9.11 (2026-02-18)

Features

  • build: add build-modules target and enhance CI workflow (05ae5c5)

Maintenance

  • Merge branch 'main' of github.com:xraph/forge (2b900fd)
  • changelog: update CHANGELOG.md for v0.9.10 (67abd3e)
Commits
  • 3457e7c chore(deps): remove gorilla/websocket dependency from go.mod and go.sum
  • 9660978 Merge branch 'main' of github.com:xraph/forge
  • 8bd8224 feat(dashboard): expand documentation and features for contributor system and...
  • 39f418c docs(changelog): update CHANGELOG.md for v0.9.11
  • 64a9f57 feat(dashboard): implement core dashboard functionality with Go↔JS bridge
  • ed4ad90 chore: add .worktrees/ to gitignore
  • 2b900fd Merge branch 'main' of github.com:xraph/forge
  • 5e8abd5 Merge branch 'main' of github.com:xraph/forge
  • 05ae5c5 feat(build): add build-modules target and enhance CI workflow
  • 67abd3e docs(changelog): update CHANGELOG.md for v0.9.10
  • See full diff in compare view

Dependabot compatibility score

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 minor-and-patch group with 1 update: [github.com/xraph/forge](https://github.com/xraph/forge).


Updates `github.com/xraph/forge` from 0.9.10 to 0.9.12
- [Release notes](https://github.com/xraph/forge/releases)
- [Changelog](https://github.com/xraph/forge/blob/main/CHANGELOG.md)
- [Commits](xraph/forge@v0.9.10...v0.9.12)

---
updated-dependencies:
- dependency-name: github.com/xraph/forge
  dependency-version: 0.9.12
  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
Contributor Author

dependabot bot commented on behalf of github Feb 20, 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

vercel bot commented Feb 20, 2026

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

Project Deployment Actions Updated (UTC)
cortex Ready Ready Preview, Comment Feb 20, 2026 7:59pm

Request Review

@juicycleff juicycleff merged commit 57cb491 into main Feb 21, 2026
3 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/minor-and-patch-52fc24ea4e branch February 21, 2026 00:19
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.

1 participant