Skip to content

fix(deps): update gomod-all

This MR contains the following updates:

Package Type Update Change
github.com/Abirdcfly/dupword indirect patch v0.1.4 -> v0.1.6
github.com/Masterminds/semver/v3 indirect minor v3.3.1 -> v3.4.0
github.com/alecthomas/chroma/v2 indirect minor v2.18.0 -> v2.19.0
github.com/charmbracelet/x/ansi indirect patch v0.9.2 -> v0.9.3
github.com/go-viper/mapstructure/v2 indirect minor v2.2.1 -> v2.3.0
github.com/golangci/golangci-lint/v2 require minor v2.1.6 -> v2.2.1
github.com/golangci/plugin-module-register indirect patch v0.1.1 -> v0.1.2
github.com/jgautheron/goconst indirect patch v1.8.1 -> v1.8.2
github.com/ldez/exptostd indirect patch v0.4.3 -> v0.4.4
github.com/ldez/gomoddirectives indirect minor v0.6.1 -> v0.7.0
github.com/ldez/usetesting indirect minor v0.4.3 -> v0.5.0
github.com/mgechev/revive indirect minor v1.9.0 -> v1.10.0
github.com/prometheus/common indirect minor v0.64.0 -> v0.65.0
github.com/sagikazarmark/locafero indirect minor v0.7.0 -> v0.9.0
github.com/santhosh-tekuri/jsonschema/v6 indirect patch v6.0.1 -> v6.0.2
github.com/sashamelentyev/usestdlibvars indirect minor v1.28.0 -> v1.29.0
github.com/securego/gosec/v2 indirect patch v2.22.4 -> v2.22.5
github.com/sonatard/noctx indirect patch v0.3.3 -> v0.3.4
github.com/spf13/cast indirect minor v1.8.0 -> v1.9.2
github.com/uudashr/iface indirect minor v1.3.2 -> v1.4.1
golang.org/x/exp/typeparams indirect digest ce4c2cf -> b7579e2
golang.org/x/mod indirect minor v0.24.0 -> v0.25.0
golang.org/x/sync indirect minor v0.14.0 -> v0.15.0
golang.org/x/text indirect minor v0.25.0 -> v0.26.0
golang.org/x/tools indirect minor v0.33.0 -> v0.34.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Abirdcfly/dupword (github.com/Abirdcfly/dupword)

v0.1.6

Compare Source

Changelog

  • 34c8f9a chore: rewrite flags parsing

v0.1.5

Compare Source

Changelog

  • fd4d8cf check excludeWords without commas
Masterminds/semver (github.com/Masterminds/semver/v3)

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0

alecthomas/chroma (github.com/alecthomas/chroma/v2)

v2.19.0

Compare Source

Changelog

go-viper/mapstructure (github.com/go-viper/mapstructure/v2)

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0

golangci/golangci-lint (github.com/golangci/golangci-lint/v2)

v2.2.1

Compare Source

  1. Linters bug fixes
  • varnamelen: fix configuration

v2.2.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • errcheck: add verbose option
    • funcorder: from 0.2.1 to 0.5.0 (new option alphabetical)
    • gomoddirectives: from 0.6.1 to 0.7.0 (new option ignore-forbidden)
    • iface: from 1.3.1 to 1.4.0 (new option unexported)
    • noctx: from 0.1.0 to 0.3.3 (new report messages, and new rules related to database/sql)
    • noctx: from 0.3.3 to 0.3.4 (new SQL functions detection)
    • revive: from 1.9.0 to 1.10.0 (new rules: time-date, unnecessary-format, use-fmt-print)
    • usestdlibvars: from 1.28.0 to 1.29.0 (new option time-date-month)
    • wsl: deprecation
    • wsl_v5: from 4.7.0 to 5.0.0 (major version with new configuration)
  3. Linters bug fixes
    • dupword: from 0.1.3 to 0.1.6
    • exptostd: from 0.4.3 to 0.4.4
    • forbidigo: from 1.6.0 to 2.1.0
    • gci: consistently format the code
    • go-spancheck: from 0.6.4 to 0.6.5
    • goconst: from 1.8.1 to 1.8.2
    • gosec: from 2.22.3 to 2.22.4
    • gosec: from 2.22.4 to 2.22.5
    • makezero: from 1.2.0 to 2.0.1
    • misspell: from 0.6.0 to 0.7.0
    • usetesting: from 0.4.3 to 0.5.0
  4. Misc.
    • exclusions: fix path-expect
    • formatters: write the input to stdout when using stdin and there are no changes
    • migration: improve the error message when trying to migrate a migrated config
    • typecheck: deduplicate errors
    • typecheck: stops the analysis after the first error
    • Deprecate print-resources-usage flag
    • Unique version per custom build
  5. Documentation
    • Improves typecheck FAQ
    • Adds plugin systems recommendations
    • Add description for linters.default sets
golangci/plugin-module-register (github.com/golangci/plugin-module-register)

v0.1.2

Compare Source

jgautheron/goconst (github.com/jgautheron/goconst)

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/jgautheron/goconst/compare/v1.8.1...v1.8.2

ldez/exptostd (github.com/ldez/exptostd)

v0.4.4

Compare Source

ldez/gomoddirectives (github.com/ldez/gomoddirectives)

v0.7.0

Compare Source

ldez/usetesting (github.com/ldez/usetesting)

v0.5.0

Compare Source

mgechev/revive (github.com/mgechev/revive)

v1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mgechev/revive/compare/v1.9.0...v1.10.0

prometheus/common (github.com/prometheus/common)

v0.65.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.64.0...v0.65.0

sagikazarmark/locafero (github.com/sagikazarmark/locafero)

v0.9.0

Compare Source

v0.8.0

Compare Source

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

v6.0.2

Compare Source

sashamelentyev/usestdlibvars (github.com/sashamelentyev/usestdlibvars)

v1.29.0

Compare Source

What's Changed

Full Changelog: https://github.com/sashamelentyev/usestdlibvars/compare/v1.28.0...v1.29.0

securego/gosec (github.com/securego/gosec/v2)

v2.22.5

Compare Source

Changelog

  • d2d3ae6 Switch back go.mod to minimum 1.23.0
  • 1e7ed06 Update dependencies
  • 1bef91a Update go version 1.24.4 and 1.23.10 in CI
  • 621702f chore(deps): update all dependencies
  • 017d1d6 G201/G202: add checks for injection into sql.Conn methods
  • 67f63d4 chore(deps): update module google.golang.org/api to v0.235.0
  • b4eabb1 chore(deps): update module google.golang.org/api to v0.234.0
  • 52a80ff chore(deps): update module google.golang.org/api to v0.233.0
  • e2a9506 chore(deps): update module google.golang.org/api to v0.232.0
sonatard/noctx (github.com/sonatard/noctx)

v0.3.4

Compare Source

Changelog

  • 856c33f Merge pull request #​37 from ccoveille-forks/database-sql
  • 97cbec5 Merge pull request #​38 from ccoveille-forks/documentation
  • 0b96915 chore: fix golangci-lint documentation
  • fffefd1 Improve database/sql support
spf13/cast (github.com/spf13/cast)

v1.9.2

Compare Source

What's Changed

Full Changelog: https://github.com/spf13/cast/compare/v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

Full Changelog: https://github.com/spf13/cast/compare/v1.9.0...v1.9.1

v1.9.0

Compare Source

Notable new features 🎉

  • Casting from type aliases is now supported for basic types
  • Added generic functions: To/ToE, Must, ToNumber/ToNumberE
  • Increased test coverage
  • Converting float numbers from string is now supported

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/cast/compare/v1.8.0...v1.9.0

uudashr/iface (github.com/uudashr/iface)

v1.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/uudashr/iface/compare/v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/uudashr/iface/compare/v1.3.2...v1.4.0


Configuration

📅 Schedule: 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by Matthew Hughes

Merge request reports

Loading