Skip to content

fix(deps): bump github.com/mattn/go-colorable from 0.1.14 to 0.1.15 - #86

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-colorable-0.1.15
Jul 29, 2026
Merged

fix(deps): bump github.com/mattn/go-colorable from 0.1.14 to 0.1.15#86
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-colorable-0.1.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/mattn/go-colorable from 0.1.14 to 0.1.15.

Commits
  • 8bf39a2 Merge pull request #78 from mattn/windows-write-fastpath
  • d7a88e0 Bump checkout to v4 and setup-go to v5
  • 4dd1c6d Update CI matrix to Go 1.24-1.26
  • 09158f8 Fast path for plaintext writes and cache text attribute on Windows
  • 171d5b4 Add Windows writer benchmarks
  • 74f8ed1 Merge pull request #72 from alexandear/fix-test-typo
  • 50c5b53 Fix typo in TestNonColorableNil
  • 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/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.14 to 0.1.15.
- [Commits](mattn/go-colorable@v0.1.14...v0.1.15)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-colorable
  dependency-version: 0.1.15
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 Jul 29, 2026
@dependabot
dependabot Bot requested a review from dantech2000 as a code owner July 29, 2026 00:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 29, 2026
@github-actions
github-actions Bot merged commit 42064a3 into main Jul 29, 2026
5 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/github.com/mattn/go-colorable-0.1.15 branch July 29, 2026 00:47
dantech2000 added a commit that referenced this pull request Jul 29, 2026
Auto-merge worked, but merged with secrets.GITHUB_TOKEN. GitHub deliberately
does not trigger workflows from pushes made with GITHUB_TOKEN -- it is the
built-in recursion guard -- so every auto-merged dependency bump landed on main
with no Test run, no Lint run, and no Release Please run.

Two consequences, both silent. main went untested after each bump: #80, #81,
#86, #88, #90 and #95 all merged with zero workflow runs against the resulting
commits. And `fix(deps)` commits never cut a release, which defeats the whole
point of 59d889c -- the prefix was right, but the workflow that acts on it was
never invoked.

Confirmed via `gh pr view 81 --json mergedBy` -> app/github-actions, and
`gh run list --commit <sha>` returning empty for every auto-merged commit.

Switch only the merge step to GH_PAT so the merge is attributed to a real user
and downstream workflows fire. release-please.yml already uses GH_PAT for this
exact reason. The other four steps stay on the scoped, auto-rotating
GITHUB_TOKEN: they only read Dependabot metadata and check results, so there is
no reason to widen their credentials.

Verified current main locally in the meantime, since CI never did:
task dev:full passes and govulncheck reports no vulnerabilities.
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