Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update go dependencies (major) #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/apparentlymart/go-textseg/v15 v15.0.0 -> v16.0.0 age adoption passing confidence indirect major
github.com/imdario/mergo v0.3.16 -> v1.0.1 age adoption passing confidence indirect major
github.com/posener/complete v1.2.3 -> v2.1.0 age adoption passing confidence indirect major
github.com/russross/blackfriday v1.6.0 -> v2.1.0 age adoption passing confidence indirect major
google.golang.org/appengine v1.6.8 -> v2.0.6 age adoption passing confidence indirect major
goreleaser/goreleaser-action v5 -> v6 age adoption passing confidence action major

Release Notes

apparentlymart/go-textseg (github.com/apparentlymart/go-textseg/v15)

v16.0.0

Compare Source

imdario/mergo (github.com/imdario/mergo)

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@v1.0.0...v1.0.1

v1.0.0: 1.0.0 released with new module URL: dario.cat/mergo

Compare Source

This PR is a release containing 0.3.15 features but changing the module URL to dario.cat/mergo.

What's Changed

Full Changelog: darccio/mergo@v0.3.16...v1.0.0

posener/complete (github.com/posener/complete)

v2.1.0: Switch to Go 1.20 errors package

Compare Source

v2.0.0

Compare Source

russross/blackfriday (github.com/russross/blackfriday)

v2.1.0

Compare Source

A minor release, mainly aimed at resolving ambiguity about the import path for blackfriday v2 and delivering minor fixes since last release:

  • Committed to github.com/russross/blackfriday/v2 as the canonical import path for blackfriday v2. (Issue #​587)
  • Reduced the amount of dependencies. (PRs #​509 and #​515)
  • Added a SanitizedAnchorName function. (PR #​509)
  • Added Node.IsContainer and Node.IsLeaf methods. (PR #​540)
  • Fixed parsing of links that end with a double backslashes. (Issue #​510)
  • Fixed an issue where fence length wasn't computed. (PR #​505)
  • Improved the default value for the HTMLRendererParameters.FootnoteReturnLinkContents field. (PR #​547)

v2.0.1

Compare Source

A minor release, mainly aimed at releasing a version with go.mod.

  • Added go.mod
  • Enhanced support for info strings in fenced code blocks (issue #​410)
  • README updates
  • Added a reference to confluence wiki renderer
  • Fixed HTML entity regex
  • Fixed HTML5 by removing rel="footnote" which is invalid
  • Added NoopenerLinks option that adds rel="noopener" attribute
  • Added heading offset option to HTML renderer
  • Fixed consecutive lists of different kinds
  • Fixed block parsing for fenced code blocks in lists (issue #​239)

Huge thanks to the contributors!
Bjørn Erik Pedersen (@​bep)
Cameron Moore (@​moorereason)
Dmitri Shuralyov (@​dmitshur)
Emil Melnikov (@​emilmelnikov)
Iain Haslam (@​understated)
Kentaro Matsushita (@​kentaro-m)
Liming Jin (@​jinliming2)
Michael (@​michael-k)
Mitchell Cohen (@​mitchchn)
Nathan Glenn (@​garfieldnate)
Nick Galbreath (@​client9)
Rebecca Turner (@​9999years)
Vas Sudanagunta (@​vassudanagunta)

v2.0.0+incompatible

Compare Source

golang/appengine (google.golang.org/appengine)

v2.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: golang/appengine@v1.6.8...v2.0.6

v2.0.5

Compare Source

What's Changed

New Contributors

Full Changelog: golang/appengine@v2.0.4...v2.0.5

v2.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: golang/appengine@v2.0.3...v2.0.4

v2.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: golang/appengine@v2.0.2...v2.0.3

v2.0.2: Release App Engine golang SDK v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: golang/appengine@v2.0.1...v2.0.2

v2.0.1: Version 2.0.1

Compare Source

  • delay: let user use unique function keys using delay.MustRegister
  • aefix: fix v2/aefix to work with appengine/v2
  • Clean up interfaces for legacy APIs that will be supported for Go 1.12+
goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from 3dc9812 to babd790 Compare December 12, 2024 03:58
Copy link
Contributor Author

renovate bot commented Dec 12, 2024

⚠️ Artifact update problem

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

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

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/imdario/[email protected]: parsing go.mod:
	module declares its path as: dario.cat/mergo
	        but was required as: github.com/imdario/mergo

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.

0 participants