Conversation
|
@dependabot rebase |
|
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 |
43a1a0a to
b046e36
Compare
|
@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>
b046e36 to
a6eee5b
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates two Go dependencies for the fizzy-cli project:
github.com/basecamp/clifrom 0.1.1 to 0.2.1github.com/yuin/goldmarkfrom 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.
Bumps the go-dependencies group with 2 updates in the / directory: github.com/basecamp/cli and github.com/yuin/goldmark.
Updates
github.com/basecamp/clifrom 0.1.1 to 0.2.1Commits
77e1eb6Initialize Cobra lazy flags (help, version) before walkingf601610Add ARG entries and alias paths to surface walkerf6b4563deps: bump github.com/zalando/go-keyring in the go-dependencies group (#19)a5b14edci: harden GitHub Actions workflows (#18)a1765c6Switch CODEOWNERS from sip to cli team (#16)111a50eci: bump the github-actions group with 4 updates (#13)eb050dcAdd direct-push alerting and sensitive-change gate callers (#12)828cca2Security hardening Phase 3: env gate, scorecard, seed templates (#11)42ee1b0Privilege-separate AI labeler workflows (#10)a936893Harden workflows against script injection (#9)Updates
github.com/yuin/goldmarkfrom 1.7.16 to 1.8.2Release notes
Sourced from github.com/yuin/goldmark's releases.
Commits
379bf24fix: setext headings positionse8f2337fix: block positionsdfa1ae1feat: add position information to all nodescb46bbcfix: prevent XSS by escaping dangerous URLs in links and imagesd8b123crefactor: simplify codesdb34c99Merge pull request #535 from Sebbito/master5a2a2bfMerge pull request #545 from maxatome/fix-table-panic9aca462fix(table): if table cell attribute is a string, a panic occursea86b36Fix doc error in markdown.go