Skip to content

chore(deps): bump the dependencies group across 1 directory with 1 update#286

Merged
jmeridth merged 2 commits intomainfrom
dependabot/go_modules/dependencies-9cb278a06e
Apr 7, 2026
Merged

chore(deps): bump the dependencies group across 1 directory with 1 update#286
jmeridth merged 2 commits intomainfrom
dependabot/go_modules/dependencies-9cb278a06e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps the dependencies group with 2 updates in the / directory: github.com/gemaraproj/go-gemara and github.com/privateerproj/privateer-sdk.

Updates github.com/gemaraproj/go-gemara from 0.0.2 to 0.1.1

Release notes

Sourced from github.com/gemaraproj/go-gemara's releases.

v0.1.1

What's Changed

Full Changelog: gemaraproj/go-gemara@v0...v0.1.1

v0.1.0

Changelog

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): Bump the dependencies group across 1 directory with 2 updates @dependabot[bot] (#42)

See details of all code changes since previous release

v0.0.3

What's Changed

Full Changelog: gemaraproj/go-gemara@v0.0.2...v0.0.3

Commits
  • 017026a fix: adjusted catalog md title to match baseline's current generator (#48)
  • e026e28 fix: add invalid zero-value default to enum iota blocks (#46)
  • 0495843 chore(deps): Bump the dependencies group with 2 updates (#42)
  • 8a0209b feat: Added markdown generator for Control Catalogs (#41)
  • 61f196f fix: updates enums to be consistent with v1.0.0-rc.2 (#44)
  • 741fca4 Merge pull request #43 from jpower432/update-1.0.0-rc2
  • 5261f90 feat: updates generated_types.go to Gemara v1.0.0-rc.2
  • 1c36b5e Merge pull request #40 from eddie-knight/feat/helpers
  • ba708ff Merge pull request #39 from jpower432/bug/ci-action
  • b230dff changed SugaredX->SX
  • Additional commits viewable in compare view

Updates github.com/privateerproj/privateer-sdk from 1.22.0 to 1.22.1

Release notes

Sourced from github.com/privateerproj/privateer-sdk's releases.

v1.22.1

Changelog

🐛 Bug Fixes

🧰 Maintenance

See details of all code changes since previous release

Commits
  • e5bb7db fix: remove raw vars from config trace log to prevent token leak (#190)
  • 0eb595d chore(deps): bump dependency for go-git (#189)
  • 6af8aaf fix: pin GitHub Actions to commit SHAs to prevent supply-chain attacks (#187)
  • 7b74cbb fix: prevent duplicate suite evaluation in Mobilize (#186)
  • 6d20e08 fix: warn and error on unmatched catalog IDs in Mobilize (#185)
  • e5d940b chore(deps): bump the dependencies group with 2 updates (#183)
  • 978f05e chore(deps): bump github.com/go-git/go-git/v5 in the dependencies group (#184)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 7, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 7, 2026 18:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 7, 2026
@jmeridth
Copy link
Copy Markdown
Member

jmeridth commented Apr 7, 2026

@dependabot rebase

Bumps the dependencies group with 2 updates: [github.com/gemaraproj/go-gemara](https://github.com/gemaraproj/go-gemara) and [github.com/privateerproj/privateer-sdk](https://github.com/privateerproj/privateer-sdk).


Updates `github.com/gemaraproj/go-gemara` from 0.0.2 to 0.1.1
- [Release notes](https://github.com/gemaraproj/go-gemara/releases)
- [Commits](gemaraproj/go-gemara@v0.0.2...v0.1.1)

Updates `github.com/privateerproj/privateer-sdk` from 1.22.0 to 1.22.1
- [Release notes](https://github.com/privateerproj/privateer-sdk/releases)
- [Commits](privateerproj/privateer-sdk@v1.22.0...v1.22.1)

---
updated-dependencies:
- dependency-name: github.com/gemaraproj/go-gemara
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/privateerproj/privateer-sdk
  dependency-version: 1.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the dependencies group with 2 updates chore(deps): bump the dependencies group across 1 directory with 2 updates Apr 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/dependencies-9cb278a06e branch from b73c21f to f327fa5 Compare April 7, 2026 19:11
## What

Reverted go-gemara from v0.1.1 back to v0.0.2 while keeping privateer-sdk at
v1.22.1. Replaced WriteString(Sprintf) with fmt.Fprintf in
checkWorkflowFileForBranchNameUsage.

## Why

SDK v1.22.1 was built against go-gemara v0.0.2 — bumping go-gemara to v0.1.1
breaks compilation because the Imports type changed and no longer has a Controls
field. The Fprintf fix resolves staticcheck QF1012 which blocks the lint CI job.

## Notes

- The go-gemara v0.1.1 upgrade should be revisited once privateer-sdk publishes a release built against it
- The CI Plugin Test may still fail due to the privateer binary (v0.15.0) not yet including the duplicate suite evaluation fix from SDK v1.22.1

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth changed the title chore(deps): bump the dependencies group across 1 directory with 2 updates chore(deps): bump the dependencies group across 1 directory with 1 update Apr 7, 2026
@jmeridth jmeridth merged commit 05725d2 into main Apr 7, 2026
11 checks passed
@jmeridth jmeridth deleted the dependabot/go_modules/dependencies-9cb278a06e branch April 7, 2026 19:40
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 maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant