Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

fix(deps): update module github.com/arsham/figurine to v2 - #511

Closed
renovate[bot] wants to merge 981 commits into
mainfrom
renovate/github.com-arsham-figurine-2.x
Closed

fix(deps): update module github.com/arsham/figurine to v2#511
renovate[bot] wants to merge 981 commits into
mainfrom
renovate/github.com-arsham-figurine-2.x

Conversation

@renovate

@renovate renovate Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/arsham/figurine v1.3.0v2.1.1 age confidence

Release Notes

arsham/figurine (github.com/arsham/figurine)

v2.1.1

Compare Source

Fixes some font rendering issues.

Checksums

f2b1c076942c94009d133df0f304a234a0994bf590b40f2927668324d578306a  figurine_linux_amd64_v2.1.1.tar.gz
429e66bded486d49f730c4a6559e728cd1e9a163a0f56a85867e2cbec010171d  figurine_linux_arm_v2.1.1.tar.gz
611550ddb31a75437be3f8587bcdd029d0d890f4d820b7f494a2c6615fecba10  figurine_linux_arm64_v2.1.1.tar.gz
0bf441b2e429726ec10603d6b94d684508ea5d34ee83d6002e2f9766597aca35  figurine_darwin_amd64_v2.1.1.tar.gz
aba6114fb1d11ec70b260a59b0b26431558b9c3894813a4885c6310b47dd0e74  figurine_darwin_arm64_v2.1.1.tar.gz
9eae6503eb28673cfd0a4398e7e1a71faa0224515472a22f4678ec455f41cfba  figurine_windows_amd64_v2.1.1.zip
bc75a6324b7e88d05437738bd776b6b75aa1c0d501bd7e7e3b7049d32bd79614  figurine_windows_arm64_v2.1.1.zip

v2.1.0

Compare Source

Fixed
  • Removed duplicate font names from --list.

    • Canonical font names are now shown once.
    • Legacy lowercase/alias font names still work when passed with --font.
  • Fixed missing hyphen rendering in FIGlet fonts.

    • Whimsy.flf now renders hyphens correctly.
    • Patched remaining listed fonts that had blank hyphen glyphs.
    • Added regression coverage to ensure listed fonts have visible hyphen glyphs.
  • Replaced the stale go-figure dependency with an internal FIGlet renderer.

    • Preserves glyph width across blank rows, preventing neighbouring characters from visually sliding into punctuation.
    • Handles invalid input with normal Go errors instead of fatal process exits.
    • Preserves valid UTF-8 font rows.
    • Falls back safely for legacy extended-ASCII font rows, avoiding replacement-character corruption in fonts like Konto.flf and Konto Slant.flf.
Added
  • Added release build targets for:

    • darwin/arm64
    • windows/arm64
  • Added individual Make targets for release artifacts while preserving existing aggregate targets:

    • make linux
    • make darwin
    • make windows
    • make release
Changed
  • Refactored release Makefile logic to use shared build macros.
    • Reduces duplicated platform build recipes.
    • Keeps checksums consistent.
    • make release now resets the checksum file once per release run.

Checksums

2b5d5307f3260ef00b58790015de9c61af61fc5a6ff6bbc173075b5f5bb25adb  figurine_linux_amd64_v2.1.0.tar.gz
adc23dea214f471ca9e583c3493e9c3396bbc30d6d4049ddeb869e1d22a4dbfe  figurine_linux_arm_v2.1.0.tar.gz
160b3cbd2c3788e492f6ab60f67a24e3fccce2117a07b0189296997d0e566e2e  figurine_linux_arm64_v2.1.0.tar.gz
f60b55a3228eb292aa5902f1a9393c356f2fcf1805c516e0459489311427d75c  figurine_darwin_amd64_v2.1.0.tar.gz
69a3c0dbc14be97992237f390cbee90957bca8f0533e2a5d27f4900aa5932d8d  figurine_darwin_arm64_v2.1.0.tar.gz
a698233f155f0964158b15822fd6419aa495e40ebb36332aa373d582d0183ebb  figurine_windows_amd64_v2.1.0.zip
8e789d86c37d824cfecf37525a9ae42f2744f8eb9be15e103107588cb05f6cef  figurine_windows_arm64_v2.1.0.zip

v2.0.0

Compare Source

Upgrade the go toolchain. Also remove the cobra and viper dependencies.

Full Changelog: arsham/figurine@v1.3.0...v2.0.0

Checksums

01f125d9aa9f4a87f9f86f7eb1322b586869b3ba9b94a90af57cb7a8f03f8674  figurine_linux_amd64_v2.0.0.tar.gz
bd42cd763c76a30517f113776c105499d68477c55ceb624b7c3180d3900551ba  figurine_linux_arm_v2.0.0.tar.gz
f8738fb7945ccd6161e6b6d6acaa32d744b2dafff17205bd899f551746f09521  figurine_linux_arm64_v2.0.0.tar.gz
8a2c05ed31107158b2cec314d2929ee79f49c805c11575bfb462fb91a15f5135  figurine_darwin_amd64_v2.0.0.tar.gz
1bc56930e9fecc68f1aeae2879e7ebadcef5ecbce9bc6c342596e879b2fab644  figurine_windows_amd64_v2.0.0.zip

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

RoseSecurity and others added 30 commits January 16, 2026 08:01
chore(deps): update dependency go to v1.25.6
chore(deps): update golang:alpine docker digest to d9b2e14
chore(deps): update actions/checkout action to v6.0.2
…on-digest

chore(deps): update github/codeql-action digest to 19b2f06
…on-4.x

chore(deps): update github/codeql-action action to v4.31.11
…en-runner-2.x

chore(deps): update step-security/harden-runner action to v2.14.1
…on-digest

chore(deps): update github/codeql-action digest to b20883b
…rp-copywrite-0.x

fix(deps): update module github.com/hashicorp/copywrite to v0.23.0
chore(deps): update alpine docker tag to v3.23.3
…n-3.x

chore(deps): update docker/login-action action to v3.7.0
…rp-copywrite-0.x

fix(deps): update module github.com/hashicorp/copywrite to v0.24.0
…vscode-devcontainers-base-debian

chore(deps): update mcr.microsoft.com/vscode/devcontainers/base:debian docker digest to 0fea8c4
chore(deps): update golang:alpine docker digest to 98e6cff
Add a check for HTTP status codes when fetching the latest release
version. Now returns a clear error if the response is not 200 OK,
improving error reporting and robustness.
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch 2 times, most recently from b0ced12 to e06b8d7 Compare June 1, 2026 04:42
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch from e06b8d7 to 20069de Compare June 2, 2026 14:33
dependabot Bot and others added 2 commits June 2, 2026 19:38
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch from 20069de to 157c124 Compare June 2, 2026 21:33
dependabot Bot and others added 2 commits June 4, 2026 14:33
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.36.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.35.3...8aad20d)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ithub/codeql-action-4.36.2

build(deps): bump github/codeql-action from 4.35.3 to 4.36.2
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch from 157c124 to 59eda8a Compare June 4, 2026 15:00
RoseSecurity and others added 4 commits June 4, 2026 11:01
Add tools/go.mod and tools/go.sum to track tool dependencies
(e.g. golangci-lint) used for repository linting and tooling.
Update tools/tools.go go:generate to run golangci-lint from the
repository root to ensure the tool runs across the module.

Change Makefile default target to 'help' to avoid accidental
builds and provide a discoverable entrypoint. Minor docs
whitespace cleanup for several generated CLI docs.
Add "default" to .PHONY in the Makefile.

Prune many unused/indirect modules from go.mod and update go.sum
accordingly. Add/update a small set of indirect modules
(dario.cat/mergo, github.com/kr/pretty, golang.org/x/net) and bump
a few transitive modules (go-git v5.18.0, golang.org/x/crypto
v0.50.0, rogpeppe/go-internal). This reduces module noise and
addresses goreleaser CI failures caused by a polluted module graph.
chore: add tools module and fix build targets
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch from 59eda8a to c34bbf7 Compare June 4, 2026 15:21
fix(deps): update module golang.org/x/mod to v0.36.0
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch from c34bbf7 to 2ab03d6 Compare June 4, 2026 15:59
Replace mislav/bump-homebrew-formula-action with dawidd6/action-homebrew-bump-formula
(pinned to a specific commit / v7). Update the workflow input from
formula-name/formula-path to the single `formula` key and remove the
now-unnecessary COMMITTER_TOKEN env entry.
chore(homebrew): use updated homebrew bump action
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch from 2ab03d6 to 0562a26 Compare June 4, 2026 16:14
RoseSecurity and others added 3 commits June 5, 2026 09:01
- Use github.com/golangci/golangci-lint/v2 v2.12.2 in tools/go.mod.
- Update tools/tools.go import to the v2 module path.
- Bump and sync numerous indirect tool dependency versions in
  tools/go.mod and update tools/go.sum accordingly.
- Refresh tools module dependencies (go mod tidy / sync).
chore(deps): upgrade golangci-lint to v2
@renovate
renovate Bot force-pushed the renovate/github.com-arsham-figurine-2.x branch from 0562a26 to 2ec604b Compare June 5, 2026 13:13
@RoseSecurity
RoseSecurity force-pushed the renovate/github.com-arsham-figurine-2.x branch from 2ec604b to cd8399c Compare June 8, 2026 04:01
@renovate

renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/github.com-arsham-figurine-2.x branch June 8, 2026 04:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants