Skip to content

chore(deps): bump github.com/grokify/oscompat from 0.1.0 to 0.3.0#8

Merged
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/grokify/oscompat-0.3.0
May 2, 2026
Merged

chore(deps): bump github.com/grokify/oscompat from 0.1.0 to 0.3.0#8
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/grokify/oscompat-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/grokify/oscompat from 0.1.0 to 0.3.0.

Release notes

Sourced from github.com/grokify/oscompat's releases.

v0.3.0

Full Changelog: grokify/oscompat@v0.2.0...v0.3.0

v0.2.0

Full Changelog: grokify/oscompat@v0.1.0...v0.2.0

Changelog

Sourced from github.com/grokify/oscompat's changelog.

[v0.3.0] - 2026-04-27

Highlights

  • Breaking change: Capture functions now return errors for proper error handling

Added

  • fs.NormalizeLineEndings() for CRLF to LF conversion (9a0bdb7)

Changed

  • BREAKING: testutil.CaptureStdout() now returns (string, error) instead of string (3e691d6)
  • BREAKING: testutil.CaptureStderr() now returns (string, error) instead of string (3e691d6)
  • BREAKING: testutil.CaptureOutput() now returns (string, string, error) instead of (string, string) (3e691d6)

[v0.2.0] - 2026-04-26

Highlights

  • New testutil package for cross-platform stdout/stderr capture

Added

  • testutil.CaptureStdout() for capturing stdout during function execution (c00a57b)
  • testutil.CaptureStderr() for capturing stderr during function execution (c00a57b)
  • testutil.CaptureOutput() for capturing both stdout and stderr (c00a57b)

Infrastructure

  • Add shared CI workflows (03edfe4)
  • Bump codecov/codecov-action from 5 to 6 (9509124)
Commits
  • 05d743d docs: README.md: update shields
  • 3baba08 docs: add CHANGELOG.json and update CHANGELOG.md for v0.2.0 and v0.3.0
  • 3e691d6 fix(testutil): return errors from Capture functions
  • 9a0bdb7 feat(fs): add NormalizeLineEndings for CRLF to LF conversion
  • c00a57b feat(testutil): add cross-platform stdout/stderr capture utilities
  • 03edfe4 chore(ci): workflows: add shared workflows
  • 05d51d6 chore(ci): workflows: rename to shared filenames
  • 1c75424 Merge pull request #2 from grokify/dependabot/github_actions/codecov/codecov-...
  • 9509124 chore(deps): Bump codecov/codecov-action from 5 to 6
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grokify/oscompat](https://github.com/grokify/oscompat) from 0.1.0 to 0.3.0.
- [Release notes](https://github.com/grokify/oscompat/releases)
- [Changelog](https://github.com/grokify/oscompat/blob/main/CHANGELOG.md)
- [Commits](grokify/oscompat@v0.1.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/grokify/oscompat
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 28, 2026
@grokify grokify merged commit 88f9704 into main May 2, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/grokify/oscompat-0.3.0 branch May 2, 2026 23:22
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