Skip to content

Update tablewriter to v1.1.1 and replace jaytaylor/html2text with inbucket variant#24

Merged
ChronosMasterOfAllTime merged 3 commits into
mainfrom
copilot/update-tablewriter-dependencies
Nov 30, 2025
Merged

Update tablewriter to v1.1.1 and replace jaytaylor/html2text with inbucket variant#24
ChronosMasterOfAllTime merged 3 commits into
mainfrom
copilot/update-tablewriter-dependencies

Conversation

Copilot AI commented Nov 29, 2025

Copy link
Copy Markdown

Updates two dependencies: tablewriter to latest v1.1.1 and replaces jaytaylor/html2text with the actively maintained inbucket fork as requested.

Changes

tablewriter v0.0.5 → v1.1.1

  • Import path: github.com/olekukonko/tablewritergithub.com/olekukonko/tablewriter/tw
  • Constant migration: tablewriter.ALIGN_LEFTtw.AlignLeft (now string type)
  • Updated examples/examples/tablewriter.go function signature to return string

html2text jaytaylor → inbucket v1.0.0

  • Import path: github.com/jaytaylor/html2textgithub.com/inbucket/html2text
  • API fully compatible, no code changes needed beyond import
// Before
import "github.com/olekukonko/tablewriter"
var alignment = tablewriter.ALIGN_LEFT  // int

// After
import "github.com/olekukonko/tablewriter/tw"
var alignment = tw.AlignLeft  // tw.Align (string)

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dario.cat
    • Triggering command: /update-job-proxy /update-job-proxy (dns block)
  • go.googlesource.com
    • Triggering command: /update-job-proxy /update-job-proxy (dns block)
  • gopkg.in
    • Triggering command: /update-job-proxy /update-job-proxy (dns block)
  • https://api.github.com//advisories
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Update dependencies</issue_title>
<issue_description>update tablewriter (https://github.com/olekukonko/tablewriter) to the latest version and resolve breaking changes. Follow migration guide (https://github.com/olekukonko/tablewriter/blob/master/MIGRATION.md)

Also use https://github.com/inbucket/html2text instead of the jaytaylor variant.

Ensure compilation/tests pass.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits November 29, 2025 22:27
…v1.0.0

Co-authored-by: ChronosMasterOfAllTime <28963807+ChronosMasterOfAllTime@users.noreply.github.com>
Co-authored-by: ChronosMasterOfAllTime <28963807+ChronosMasterOfAllTime@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependencies for tablewriter and html2text Update tablewriter to v1.1.1 and replace jaytaylor/html2text with inbucket variant Nov 29, 2025
@ChronosMasterOfAllTime ChronosMasterOfAllTime marked this pull request as ready for review November 30, 2025 00:14
@ChronosMasterOfAllTime ChronosMasterOfAllTime merged commit 6273087 into main Nov 30, 2025
10 of 11 checks passed
@ChronosMasterOfAllTime ChronosMasterOfAllTime deleted the copilot/update-tablewriter-dependencies branch November 30, 2025 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update dependencies

2 participants