imlonghao / archlinuxcn-log

Arch Linux CN Packaging Log
https://build.archlinuxcn.org/~imlonghao/
MIT License
0 stars 0 forks source link

Update module buildkite/terminal-to-html to v3 - autoclosed #6

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/buildkite/terminal-to-html require major v0.0.0-20191021015644-afc4eb3a7c70 -> v3.6.0

Release Notes

buildkite/terminal-to-html ### [`v3.6.0`](https://togithub.com/buildkite/terminal-to-html/releases/v3.6.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.5.0...v3.6.0) - Accept quotation marks for parameters in tokenizeString ([#​88](https://togithub.com/buildkite/terminal-to-html/issues/88)) ### [`v3.5.0`](https://togithub.com/buildkite/terminal-to-html/releases/v3.5.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.4.0...v3.5.0) - Handles `[J` and `[M` [#​68](https://togithub.com/buildkite/terminal-to-html/issues/68) - Upgrade urfave/cli to v2 [#​76](https://togithub.com/buildkite/terminal-to-html/issues/76) - Updates Dockerfile to to golang 1.12 [#​81](https://togithub.com/buildkite/terminal-to-html/issues/81) - Replace 32-bit Mac builds with arm64 Mac builds [#​86](https://togithub.com/buildkite/terminal-to-html/issues/86) ### [`v3.4.0`](https://togithub.com/buildkite/terminal-to-html/releases/v3.4.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.3.0...v3.4.0) This release is functionally identical to v3.3.0, however it fixes the go.mod file to ensure the package is usable on versions of go that support modules. This should now be possible: $ go version go version go1.14.7 linux/amd64 $ go get github.com/buildkite/terminal-to-html/v3 go: downloading github.com/buildkite/terminal-to-html/v3 v3.4.0 go: github.com/buildkite/terminal-to-html/v3 upgrade => v3.4.0 To import this package in a source file: import ( "github.com/buildkite/terminal-to-html/v3" ) ### [`v3.3.0`](https://togithub.com/buildkite/terminal-to-html/releases/v3.3.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.2.0...v3.3.0) - Finished rename of project to `terminal-to-html` - Silently ignore charset escapes [#​60](https://togithub.com/buildkite/terminal-to-html/pull/60) - Handle custom Buildkite APC escape codes for progress timestamps [#​66](https://togithub.com/buildkite/terminal-to-html/pull/66) - Switch to using go modules in development [#​65](https://togithub.com/buildkite/terminal-to-html/pull/65) - Updates to default CSS ### [`v3.2.0`](https://togithub.com/buildkite/terminal-to-html/releases/v3.2.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.1.0...v3.2.0) - Ignore set/reset mode control sequences ([#​56](https://togithub.com/buildkite/terminal-to-html/issues/56)) ### [`v3.1.0`](https://togithub.com/buildkite/terminal-to-html/releases/v3.1.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.0.5...v3.1.0) This release changes the behaviour when encountering unsupported ANSI escape sequences to ignore rather than trigger an error. - Ignore unsupported element sequences ([#​46](https://togithub.com/buildkite/terminal-to-html/issues/46)) ### [`v3.0.5`](https://togithub.com/buildkite/terminal-to-html/releases/v3.0.5) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.0.4...v3.0.5) This release is primarily intended to fix the macOS build on High Sierra. It also includes several fixes and improvements, including: - Readability improvements & documentation [#​42](https://togithub.com/buildkite/terminal-to-html/issues/42) - Fix xterm color handling & add blink to CSS [#​44](https://togithub.com/buildkite/terminal-to-html/issues/44) - Corrected URL to CSS file [#​45](https://togithub.com/buildkite/terminal-to-html/issues/45) _**Note**: The architecture names in release packages have been updated to match the packaging expectations of the target platform, not the packaging expectations of Go. If you were relying on a `386` or `arm` build, you should update your scripts to use `i386` or `armel`, respectively._ ### [`v3.0.4`](https://togithub.com/buildkite/terminal-to-html/releases/v3.0.4) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.0.3...v3.0.4) Fixes for: - [buildkite/terminal#​36](https://togithub.com/buildkite/terminal/issues/36) - [buildkite/terminal#​39](https://togithub.com/buildkite/terminal/issues/39) ### [`v3.0.3`](https://togithub.com/buildkite/terminal-to-html/releases/v3.0.3) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.0.2...v3.0.3) - Added support for [links in output](https://togithub.com/buildkite/terminal#links) ### [`v3.0.2`](https://togithub.com/buildkite/terminal-to-html/releases/v3.0.2) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.0.1...v3.0.2) - Fixes XSS injections with base64 encoded images ### [`v3.0.1`](https://togithub.com/buildkite/terminal-to-html/releases/v3.0.1) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v3.0.0...v3.0.1) - Fixes the handling of embedded iTerm-style `1337` images - Fixes `--version` ### [`v3.0.0`](https://togithub.com/buildkite/terminal-to-html/releases/v3.0.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v2.0.0...v3.0.0) First major release of the Golang based terminal! - Live HTML previewing - Renders iTerm-style `1337` escape-coded images - Renders inline image tags based on a new `1338` escape code ### [`v2.0.0`](https://togithub.com/buildkite/terminal-to-html/compare/v1.0.2...v2.0.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v1.0.2...v2.0.0) ### [`v1.0.2`](https://togithub.com/buildkite/terminal-to-html/compare/v1.0.1...v1.0.2) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v1.0.1...v1.0.2) ### [`v1.0.1`](https://togithub.com/buildkite/terminal-to-html/compare/v1.0.0...v1.0.1) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v1.0.0...v1.0.1) ### [`v1.0.0`](https://togithub.com/buildkite/terminal-to-html/compare/v0.3.5...v1.0.0) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v0.3.5...v1.0.0) ### [`v0.3.5`](https://togithub.com/buildkite/terminal-to-html/releases/v0.3.5) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v0.3.4...v0.3.5) - Support italics + end bold with \\e\[21 and \\e\[22 ### [`v0.3.4`](https://togithub.com/buildkite/terminal-to-html/releases/v0.3.4) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v0.3.3...v0.3.4) - Handle escape codes 21,24,29 (ending bold, underline and crossed out) ### [`v0.3.3`](https://togithub.com/buildkite/terminal-to-html/releases/v0.3.3) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v0.3.2...v0.3.3) - Further improvements to colour support - Speed improvements ### [`v0.3.2`](https://togithub.com/buildkite/terminal-to-html/releases/v0.3.2) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v0.3.1...v0.3.2) - Fix for when emoji's can't be found ### [`v0.3.1`](https://togithub.com/buildkite/terminal-to-html/releases/v0.3.1) [Compare Source](https://togithub.com/buildkite/terminal-to-html/compare/v0.1.1...v0.3.1) - Added the container CSS to the `terminal.css` file

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 4 years ago

:warning: Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/imlonghao/archlinuxcn-log":"/mnt/renovate/gh/imlonghao/archlinuxcn-log" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/imlonghao/archlinuxcn-log" docker.io/renovate/go:1.14.14 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: github.com/buildkite/terminal-to-html/v3/v3@v3.6.0: reading github.com/buildkite/terminal-to-html/v3/v3/go.mod at revision v3/v3.6.0: unknown revision v3/v3.6.0