Skip to content

fix(deps): update dependencies#555

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dependencies
Open

fix(deps): update dependencies#555
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 15, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
executablebooks/mdformat repository patch 0.7.210.7.22 age confidence
github.com/aws/aws-sdk-go require patch v1.55.5v1.55.8 age confidence
github.com/spf13/pflag require patch v1.0.5v1.0.10 age confidence
github.com/spf13/viper require minor v1.19.0v1.21.0 age confidence
golangci/golangci-lint repository minor v1.63.4v1.64.8 age confidence
igorshubovych/markdownlint-cli repository minor v0.43.0v0.48.0 age confidence

Warning

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

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

executablebooks/mdformat (executablebooks/mdformat)

v0.7.22

Compare Source

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.55.8

Compare Source

SDK Features
  • Mark the module and all packages as deprecated.
    • This SDK has entered end-of-support.

v1.55.7

Compare Source

===

SDK Bugs
  • service/s3/s3manager: Abort multipart download if object is modified during download

v1.55.6

Compare Source

===

SDK Bugs
  • Fix broken printf for go1.24
spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

v1.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

v1.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

spf13/viper (github.com/spf13/viper)

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

v1.20.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.19.0...v1.20.0

golangci/golangci-lint (golangci/golangci-lint)

v1.64.8

Compare Source

  • Detects use of configuration files from golangci-lint v2

v1.64.7

Compare Source

  1. Linters bug fixes
    • depguard: from 2.2.0 to 2.2.1
    • dupl: from 3e9179a to f665c8d
    • gosec: from 2.22.1 to 2.22.2
    • staticcheck: from 0.6.0 to 0.6.1
  2. Documentation
    • Add GitLab documentation

v1.64.6

Compare Source

  1. Linters bug fixes
    • asciicheck: from 0.4.0 to 0.4.1
    • contextcheck: from 1.1.5 to 1.1.6
    • errcheck: from 1.8.0 to 1.9.0
    • exptostd: from 0.4.1 to 0.4.2
    • ginkgolinter: from 0.19.0 to 0.19.1
    • go-exhaustruct: from 3.3.0 to 3.3.1
    • gocheckcompilerdirectives: from 1.2.1 to 1.3.0
    • godot: from 1.4.20 to 1.5.0
    • perfsprint: from 0.8.1 to 0.8.2
    • revive: from 1.6.1 to 1.7.0
    • tagalign: from 1.4.1 to 1.4.2

v1.64.5

Compare Source

  1. Bug fixes
    • Add missing flag new-from-merge-base-flag
  2. Linters bug fixes
    • asciicheck: from 0.3.0 to 0.4.0
    • forcetypeassert: from 0.1.0 to 0.2.0
    • gosec: from 2.22.0 to 2.22.1

v1.64.4

Compare Source

  1. Linters bug fixes
    • gci: fix standard packages list for go1.24

v1.64.3

Compare Source

  1. Linters bug fixes
    • ginkgolinter: from 0.18.4 to 0.19.0
    • go-critic: from 0.11.5 to 0.12.0
    • revive: from 1.6.0 to 1.6.1
    • gci: fix standard packages list for go1.24
  2. Misc.
    • Build Docker images with go1.24

v1.64.2

Compare Source

This is the last minor release of golangci-lint v1.
The next release will be golangci-lint v2.

  1. Enhancements
    • 🎉 go1.24 support
    • New issues.new-from-merge-base option
    • New run.relative-path-mode option
  2. Linters new features
    • copyloopvar: from 1.1.0 to 1.2.1 (support suggested fixes)
    • exptostd: from 0.3.1 to 0.4.1 (handles golang.org/x/exp/constraints.Ordered)
    • fatcontext: from 0.5.3 to 0.7.1 (new option: check-struct-pointers)
    • perfsprint: from 0.7.1 to 0.8.1 (new options: integer-format, error-format, string-format, bool-format, and hex-format)
    • revive: from 1.5.1 to 1.6.0 (new rules: redundant-build-tag, use-errors-new. New option early-return.early-return)
  3. Linters bug fixes
    • go-errorlint: from 1.7.0 to 1.7.1
    • gochecknoglobals: from 0.2.1 to 0.2.2
    • godox: from 006bad1 to 1.1.0
    • gosec: from 2.21.4 to 2.22.0
    • iface: from 1.3.0 to 1.3.1
    • nilnesserr: from 0.1.1 to 0.1.2
    • protogetter: from 0.3.8 to 0.3.9
    • sloglint: from 0.7.2 to 0.9.0
    • spancheck: fix default StartSpanMatchersSlice values
    • staticcheck: from 0.5.1 to 0.6.0
  4. Deprecations
    • ⚠️ tenv is deprecated and replaced by usetesting.os-setenv: true.
    • ⚠️ exportloopref deprecation step 2
  5. Misc.
    • Sanitize severities by output format
    • Avoid panic with plugin without description
  6. Documentation
    • Clarify depguard configuration

v1.64.1

Compare Source

Cancelled due to CI failure.

v1.64.0

Compare Source

Cancelled due to CI failure.

igorshubovych/markdownlint-cli (igorshubovych/markdownlint-cli)

v0.48.0

Compare Source

  • Update all dependencies via Dependabot

v0.47.0

Compare Source

  • Add output and exit code support for warnings
  • Update markdownlint dependency to 0.40.0
    • Improve MD011/MD013/MD051/MD060
  • Update all dependencies via Dependabot

v0.46.0

Compare Source

  • Replace glob dependency with tinyglobby (smaller and fewer dependencies)
  • Update markdownlint dependency to 0.39.0
    • Add MD060/table-column-style
    • Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
  • Update all dependencies via Dependabot

v0.45.0

Compare Source

  • Update markdownlint dependency to 0.38.0
    • Add MD059/descriptive-link-text
    • Improve MD025/MD027/MD036/MD038/MD041/MD043/MD045/MD051/MD052
    • Remove support for end-of-life Node version 18
  • Update all dependencies via Dependabot

v0.44.0

Compare Source

  • Update markdownlint dependency to 0.37.4
    • Convert module to ECMAScript (breaking change)
    • Stop using require, convert to import
    • Improve MD032
  • Update all dependencies via Dependabot

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "every weekday,after 9am and before 5pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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/dependencies branch from 2a9f2ae to 6dd50bb Compare January 18, 2025 02:23
@renovate renovate Bot changed the title fix(deps): update module github.com/aws/aws-sdk-go to v1.55.6 fix(deps): update dependencies Jan 25, 2025
@renovate renovate Bot force-pushed the renovate/dependencies branch from 6dd50bb to b944192 Compare January 25, 2025 02:43
@renovate renovate Bot changed the title fix(deps): update dependencies chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.44.0 Jan 28, 2025
@renovate renovate Bot changed the title chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.44.0 fix(deps): update dependencies Jan 28, 2025
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from d0ef807 to 319bda0 Compare January 30, 2025 20:00
@renovate renovate Bot force-pushed the renovate/dependencies branch 7 times, most recently from 04cbbb3 to a135299 Compare February 17, 2025 01:03
@renovate renovate Bot force-pushed the renovate/dependencies branch from a135299 to ce0ecd0 Compare March 3, 2025 01:12
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from 0e909ef to 8038f1b Compare March 15, 2025 16:40
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 15, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.0
github.com/fsnotify/fsnotify v1.7.0 -> v1.9.0
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.4
github.com/sagikazarmark/locafero v0.4.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.11.0 -> v1.15.0
github.com/spf13/cast v1.6.0 -> v1.10.0
golang.org/x/sys v0.18.0 -> v0.29.0
golang.org/x/text v0.14.0 -> v0.28.0

@renovate renovate Bot force-pushed the renovate/dependencies branch from 8038f1b to 9be7a6b Compare March 17, 2025 21:48
@renovate renovate Bot force-pushed the renovate/dependencies branch from 9be7a6b to 10bd7f6 Compare March 26, 2025 18:27
@renovate renovate Bot force-pushed the renovate/dependencies branch from 10bd7f6 to 84f750b Compare April 8, 2025 15:30
@renovate renovate Bot force-pushed the renovate/dependencies branch from 84f750b to 4364377 Compare April 23, 2025 04:47
@renovate renovate Bot force-pushed the renovate/dependencies branch 3 times, most recently from 6d5b368 to 5bd7255 Compare May 7, 2025 09:22
@renovate renovate Bot force-pushed the renovate/dependencies branch from 5bd7255 to 213e12c Compare May 18, 2025 04:40
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from df62c53 to 01e62a1 Compare June 20, 2025 04:09
@renovate renovate Bot force-pushed the renovate/dependencies branch from 01e62a1 to dd5a0aa Compare July 15, 2025 04:53
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from fba6cdc to 3b53a91 Compare July 17, 2025 04:58
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from 15c6467 to d36848e Compare July 24, 2025 10:28
@renovate renovate Bot force-pushed the renovate/dependencies branch from d36848e to 04e50ef Compare July 31, 2025 20:48
@renovate renovate Bot force-pushed the renovate/dependencies branch from 04e50ef to 6f4b618 Compare August 10, 2025 15:47
@renovate renovate Bot force-pushed the renovate/dependencies branch 4 times, most recently from e9def96 to b90b639 Compare September 2, 2025 21:52
@renovate renovate Bot force-pushed the renovate/dependencies branch from b90b639 to aca2b73 Compare September 8, 2025 18:49
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from 3aee5bd to 050f727 Compare September 19, 2025 19:12
@renovate renovate Bot force-pushed the renovate/dependencies branch from 050f727 to eab4914 Compare November 19, 2025 06:44
@renovate renovate Bot force-pushed the renovate/dependencies branch from eab4914 to dfeb54b Compare December 4, 2025 04:55
@renovate renovate Bot force-pushed the renovate/dependencies branch from dfeb54b to 8ce1dad Compare December 11, 2025 07:55
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from 3234d85 to b7e6b05 Compare February 19, 2026 15:04
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 19, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.0
github.com/fsnotify/fsnotify v1.7.0 -> v1.9.0
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.4
github.com/sagikazarmark/locafero v0.4.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.11.0 -> v1.15.0
github.com/spf13/cast v1.6.0 -> v1.10.0
golang.org/x/sys v0.18.0 -> v0.29.0
golang.org/x/text v0.14.0 -> v0.28.0

@renovate renovate Bot force-pushed the renovate/dependencies branch 3 times, most recently from e02e602 to 9ea148b Compare March 9, 2026 20:01
@renovate renovate Bot force-pushed the renovate/dependencies branch 2 times, most recently from 26614e3 to 9031696 Compare April 19, 2026 18:28
@renovate renovate Bot force-pushed the renovate/dependencies branch from 9031696 to 067302e Compare April 26, 2026 22:59
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