Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 -> v3.0.0 age confidence
github.com/apparentlymart/go-textseg/v15 v15.0.0 -> v16.0.0 age confidence
github.com/bombsimon/wsl/v4 v4.7.0 -> v5.3.0 age confidence
github.com/denis-tingaikin/go-header v0.5.0 -> v1.0.0 age confidence
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 -> v2.0.2 age confidence
github.com/pgavlin/fx v0.1.6 -> v2.0.12 age confidence
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 -> v6.0.2 age confidence
go.yaml.in/yaml/v2 v2.4.3 -> v3.0.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v16.0.0

Compare Source

bombsimon/wsl (github.com/bombsimon/wsl/v4)

v5.3.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.2.0...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bombsimon/wsl@v5.1.1...v5.2.0

v5.1.1

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.0.0...v5.1.0

v5.0.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v4.7.0...v5.0.0

denis-tingaikin/go-header (github.com/denis-tingaikin/go-header)

v1.0.0

Compare Source

What's Fixed

  • Config file path provided with "-config" isn't used #​54
  • Add composition of analysis.Analyzer to goheader #​46
  • Is there an option to accept some specific pre-header strings? #​44
  • Headers with non-ASCII characters are corrupted #​43
  • Allow repatable line patterns / optional lines #​26
  • Starred header #​11
  • Confused by build directives #​18

What's Changed

New Contributors

Full Changelog: denis-tingaikin/go-header@v0.5.0...v1.0.0

go-git/gcfg (github.com/go-git/gcfg)

v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/gcfg@v2.0.1...v2.0.2

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/gcfg@v2.0.0...v2.0.1

pgavlin/fx (github.com/pgavlin/fx)

v2.0.12

Compare Source

v2.0.11

Compare Source

v2.0.10

Compare Source

v2.0.9

Compare Source

v2.0.8

Compare Source

v2.0.7

Compare Source

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

santhosh-tekuri/jsonschema (github.com/santhosh-tekuri/jsonschema/v5)

v6.0.2

Compare Source

v6.0.1

Compare Source

Bug Fixes:

  • fix/schema: field RecursiveRef misspelled
  • fix/schema: missing Deprecated field

check https://redirect.github.com/santhosh-tekuri/jsonschema/discussions/172 to see notes for migrating from v5 to v6

v6.0.0

Compare Source

Improvements

  • mixed dialect support
  • custom $vocabulary support
  • sermver format
  • support for localisation for ValidationError
  • command jv
    • support stdin
    • --insecure and --cacert flag
    • --quiet flag

check https://redirect.github.com/santhosh-tekuri/jsonschema/discussions/172 to see notes for migrating from v5 to v6

yaml/go-yaml (go.yaml.in/yaml/v2)

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

👻 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
Copy link
Contributor Author

renovate bot commented Nov 24, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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: mod upgrade --mod-name=github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources -t=3
could not load package: err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/redhat-developer/mapt:
	github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/apparentlymart/go-textseg/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-git/gcfg/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/santhosh-tekuri/jsonschema/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor


File name: tools/go.sum
Command failed: mod upgrade --mod-name=github.com/bombsimon/wsl/v4 -t=5
could not load package: err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/redhat-developer/mapt/tools:
	github.com/denis-tingaikin/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/denis-tingaikin/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor


@renovate renovate bot force-pushed the renovate/go-major-updates branch 4 times, most recently from b86a42a to 5e6b6c3 Compare December 1, 2025 07:42
@renovate renovate bot force-pushed the renovate/go-major-updates branch from 5e6b6c3 to 7f9bf46 Compare December 1, 2025 12:20
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