Skip to content

deps: bump the go-dependencies group across 1 directory with 2 updates#115

Merged
robzolkos merged 3 commits intomasterfrom
dependabot/go_modules/go-dependencies-7083601fcf
Apr 3, 2026
Merged

deps: bump the go-dependencies group across 1 directory with 2 updates#115
robzolkos merged 3 commits intomasterfrom
dependabot/go_modules/go-dependencies-7083601fcf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the go-dependencies group with 2 updates in the / directory: github.com/basecamp/cli and github.com/yuin/goldmark.

Updates github.com/basecamp/cli from 0.1.1 to 0.2.1

Commits
  • 77e1eb6 Initialize Cobra lazy flags (help, version) before walking
  • f601610 Add ARG entries and alias paths to surface walker
  • f6b4563 deps: bump github.com/zalando/go-keyring in the go-dependencies group (#19)
  • a5b14ed ci: harden GitHub Actions workflows (#18)
  • a1765c6 Switch CODEOWNERS from sip to cli team (#16)
  • 111a50e ci: bump the github-actions group with 4 updates (#13)
  • eb050dc Add direct-push alerting and sensitive-change gate callers (#12)
  • 828cca2 Security hardening Phase 3: env gate, scorecard, seed templates (#11)
  • 42ee1b0 Privilege-separate AI labeler workflows (#10)
  • a936893 Harden workflows against script injection (#9)
  • Additional commits viewable in compare view

Updates github.com/yuin/goldmark from 1.7.16 to 1.8.2

Release notes

Sourced from github.com/yuin/goldmark's releases.

v1.8.2

fix: setext headings positions

v1.8.1

fix: block positions

v1.8.0

  • feat: add position information to all nodes
    • add position information to all nodes, including inline nodes and link reference definition nodes.
    • Now link reference definition nodes are represented as a new node type.
    • Link and image nodes have a new field Reference which is a pointer to the reference link if this link is a reference link. This field is nil for non-reference links.

v1.7.17 release

Full Changelog: yuin/goldmark@v1.7.16...v1.7.17

Commits
  • 379bf24 fix: setext headings positions
  • e8f2337 fix: block positions
  • dfa1ae1 feat: add position information to all nodes
  • cb46bbc fix: prevent XSS by escaping dangerous URLs in links and images
  • d8b123c refactor: simplify codes
  • db34c99 Merge pull request #535 from Sebbito/master
  • 5a2a2bf Merge pull request #545 from maxatome/fix-table-panic
  • 9aca462 fix(table): if table cell attribute is a string, a panic occurs
  • ea86b36 Fix doc error in markdown.go
  • 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 Mar 30, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 30, 2026 11:50
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@robzolkos
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copilot AI review requested due to automatic review settings April 3, 2026 03:25
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-7083601fcf branch from 43a1a0a to b046e36 Compare April 3, 2026 03:25
@dependabot dependabot bot review requested due to automatic review settings April 3, 2026 03:25
@robzolkos
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps the go-dependencies group with 2 updates in the / directory: [github.com/basecamp/cli](https://github.com/basecamp/cli) and [github.com/yuin/goldmark](https://github.com/yuin/goldmark).


Updates `github.com/basecamp/cli` from 0.1.1 to 0.2.1
- [Release notes](https://github.com/basecamp/cli/releases)
- [Commits](basecamp/cli@v0.1.1...v0.2.1)

Updates `github.com/yuin/goldmark` from 1.7.16 to 1.8.2
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.7.16...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/basecamp/cli
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings April 3, 2026 03:43
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-7083601fcf branch from b046e36 to a6eee5b Compare April 3, 2026 03:43
@dependabot dependabot bot review requested due to automatic review settings April 3, 2026 03:43
@github-actions github-actions bot added the enhancement New feature or request label Apr 3, 2026
Copilot AI review requested due to automatic review settings April 3, 2026 03:50
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates two Go dependencies for the fizzy-cli project:

  • github.com/basecamp/cli from 0.1.1 to 0.2.1
  • github.com/yuin/goldmark from 1.7.16 to 1.8.2

The basecamp/cli update adds support for command aliases and ARG entries in its surface walker, which results in many new CLI command aliases being exposed (like ls for list, rm for delete, view for show). The SURFACE.txt snapshot file is regenerated to reflect these new entries. Test files are updated to ensure CLI UX configuration is applied before taking command tree snapshots.

Changes:

  • Update basecamp/cli dependency to v0.2.1, which adds command aliases and ARG surface entries
  • Update goldmark to v1.8.2 with fixes for block/setext heading positions
  • Regenerate SURFACE.txt snapshot with new command aliases and ARG entries
  • Add configureCLIUX() calls to test files to ensure proper CLI initialization before snapshots

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
SURFACE.txt Regenerated snapshot with new command aliases (ls, rm, view) and ARG entries from basecamp/cli v0.2.1
go.mod Bumps basecamp/cli to v0.2.1 and goldmark to v1.8.2
go.sum Updates dependency checksums for the two major version changes and transitive dependencies
internal/commands/surface_test.go Adds configureCLIUX() call before snapshot to ensure CLI UX is configured, improves comments
internal/commands/gen_surface_test.go Adds configureCLIUX() call to snapshot generation test

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@robzolkos robzolkos merged commit 39d134e into master Apr 3, 2026
20 checks passed
@robzolkos robzolkos deleted the dependabot/go_modules/go-dependencies-7083601fcf branch April 3, 2026 03:56
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 enhancement New feature or request go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants