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

fix(deps): update all non-major dependencies #9

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/AlecAivazis/survey/v2 v2.3.6 -> v2.3.7 age adoption passing confidence require patch
github.com/Jeffail/gabs/v2 v2.6.1 -> v2.7.0 age adoption passing confidence require minor
github.com/beevik/etree v1.1.0 -> v1.4.1 age adoption passing confidence require minor
github.com/cenkalti/backoff/v4 v4.2.0 -> v4.3.0 age adoption passing confidence require minor
github.com/creasty/defaults v1.6.0 -> v1.8.0 age adoption passing confidence require minor
github.com/docker/go-connections v0.4.0 -> v0.5.0 age adoption passing confidence require minor
github.com/fatih/color v1.13.0 -> v1.17.0 age adoption passing confidence require minor
github.com/gabriel-vasile/mimetype v1.4.1 -> v1.4.5 age adoption passing confidence require patch
github.com/glebarez/sqlite v1.6.0 -> v1.11.0 age adoption passing confidence require minor
github.com/go-co-op/gocron v1.18.0 -> v1.37.0 age adoption passing confidence require minor
github.com/goccy/go-json v0.10.0 -> v0.10.3 age adoption passing confidence require patch
github.com/google/uuid v1.3.0 -> v1.6.0 age adoption passing confidence require minor
github.com/gorilla/websocket v1.5.0 -> v1.5.3 age adoption passing confidence require patch
github.com/hashicorp/go-version v1.6.0 -> v1.7.0 age adoption passing confidence require minor
github.com/iancoleman/strcase v0.2.0 -> v0.3.0 age adoption passing confidence require minor
github.com/klauspost/compress v1.15.14 -> v1.17.9 age adoption passing confidence require minor
github.com/klauspost/pgzip v1.2.5 -> v1.2.6 age adoption passing confidence require patch
github.com/mholt/archiver/v4 v4.0.0-alpha.7 -> v4.0.0-alpha.8 age adoption passing confidence require patch
github.com/pkg/sftp v1.13.5 -> v1.13.6 age adoption passing confidence require patch
github.com/prometheus/client_golang v1.14.0 -> v1.20.3 age adoption passing confidence require minor
github.com/spf13/cobra v1.6.1 -> v1.8.1 age adoption passing confidence require minor
github.com/stretchr/testify v1.8.1 -> v1.9.0 age adoption passing confidence require minor
golang 1.18-alpine -> 1.23-alpine age adoption passing confidence stage minor
golang.org/x/sync v0.1.0 -> v0.8.0 age adoption passing confidence require minor
gorm.io/gorm v1.24.3 -> v1.25.12 age adoption passing confidence require minor
k8s.io/api v0.26.0 -> v0.31.1 age adoption passing confidence require minor
k8s.io/apimachinery v0.26.0 -> v0.31.1 age adoption passing confidence require minor
k8s.io/client-go v0.26.0 -> v0.31.1 age adoption passing confidence require minor
k8s.io/metrics v0.26.0 -> v0.31.1 age adoption passing confidence require minor

Release Notes

AlecAivazis/survey (github.com/AlecAivazis/survey/v2)

v2.3.7

Compare Source

Jeffail/gabs (github.com/Jeffail/gabs/v2)

v2.7.0

Compare Source

beevik/etree (github.com/beevik/etree)

v1.4.1

Compare Source

Updates

  • Minimal go version updated to 1.21.
  • Default-initialized CharsetReader causes same result as NewDocument().
  • When reading an XML document, attributes are parsed more efficiently.

v1.4.0

Compare Source

==============

New Features

  • Add AutoClose option to ReadSettings.
  • Add ValidateInput to ReadSettings.
  • Add NotNil function to Element.
  • Add NextSibling and PrevSibling functions to Element.

v1.3.0

Compare Source

==============

New Features

  • Add support for double-quotes in filter path queries.
  • Add PreserveDuplicateAttrs to ReadSettings.
  • Add ReindexChildren to Element.

v1.2.0

Compare Source

==============

New Features

  • Add the ability to write XML fragments using Token WriteTo functions.
  • Add the ability to re-indent an XML element as though it were the root of
    the document.
  • Add a ReadSettings option to preserve CDATA blocks when reading and XML
    document.

v1.1.4

Compare Source

==============

New Features

  • Add the ability to preserve whitespace in leaf elements during indent.
  • Add the ability to suppress a document-trailing newline during indent.
  • Add choice of XML attribute quoting style (single-quote or double-quote).

Removed Features

  • Removed the CDATA preservation change introduced in v1.1.3. It was
    implemented in a way that broke the ability to process XML documents
    encoded using non-UTF8 character sets.

v1.1.3

Compare Source

==============

  • XML reads now preserve CDATA sections instead of converting them to
    standard character data.

v1.1.2

Compare Source

==============

  • Fixed a path parsing bug.
  • The Element.Text function now handles comments embedded between
    character data spans.

v1.1.1

Compare Source

==============

  • Updated go version in go.mod to 1.20
cenkalti/backoff (github.com/cenkalti/backoff/v4)

v4.3.0

Compare Source

v4.2.1

Compare Source

creasty/defaults (github.com/creasty/defaults)

v1.8.0

Compare Source

v1.7.0

Compare Source

docker/go-connections (github.com/docker/go-connections)

v0.5.0

Compare Source

fatih/color (github.com/fatih/color)

v1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

Dependency updates

New Contributors

Full Changelog: fatih/color@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.14.1...v1.15.0

v1.14.1

Compare Source

What's Changed

Full Changelog: fatih/color@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.13.0...v1.14.0

gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)

v1.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

Security fixes:

Update golang.org/x/net to latest. Fixes: CVE-2023-45288

Performance improvements:

Benchmarks:

before:
BenchmarkText/application/x-ndjson-8              663314              2027 ns/op            4306 B/op          6 allocs/op
BenchmarkSliceRand-8                              688160              1690 ns/op             728 B/op         75 allocs/op
BenchmarkSrt-8                                    946042              1089 ns/op            4240 B/op          5 allocs/op
after:
BenchmarkText/application/x-ndjson-8             1930292               678.6 ns/op           160 B/op          4 allocs/op
BenchmarkSliceRand-8                             1232066              1173 ns/op             160 B/op          4 allocs/op
BenchmarkSrt-8                                   3235448               368.8 ns/op            64 B/op          2 allocs/op

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.3...v1.4.4

v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.1...v1.4.2

glebarez/sqlite (github.com/glebarez/sqlite)

v1.11.0: GORM 1.25.7 and upstream merge

Compare Source

What's Changed

Full Changelog: glebarez/sqlite@v1.10.0...v1.11.0

v1.10.0: Update GORM to 1.25.5 & Merge upstream

Compare Source

What's Changed

Full Changelog: glebarez/sqlite@v1.9.0...v1.10.0

v1.9.0: Update to GORM v1.25.2 & merge upstream progress

Compare Source

What's Changed

New Contributors

Full Changelog: glebarez/sqlite@v1.8.0...v1.9.0

v1.8.0: GORM 1.24.6 / SQLite 3.41.2

Compare Source

v1.7.0: GORM 1.24.5 / SQLite 3.40.1

Compare Source

What's Changed

Full Changelog: glebarez/sqlite@v1.6.0...v1.7.0

go-co-op/gocron (github.com/go-co-op/gocron)

v1.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.36.1...v1.37.0

v1.36.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.36.0...v1.36.1

v1.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.3...v1.36.0

v1.35.3

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.2...v1.35.3

v1.35.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.35.1...v1.35.2

v1.35.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.0...v1.35.1

v1.35.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.34.2...v1.35.0

v1.34.2

Compare Source

Fixes

New Contributors

Full Changelog: go-co-op/gocron@v1.34.1...v1.34.2

v1.34.1

Compare Source

Fixes

New Contributors

Full Changelog: go-co-op/gocron@v1.34.0...v1.34.1

[`v1.34.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 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/all-minor-patch branch from 38390fc to d9dce4a Compare May 1, 2024 14:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9f34dd7 to e95fd18 Compare May 13, 2024 17:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from be7bac2 to 72114b9 Compare May 24, 2024 11:46
Copy link
Contributor Author

renovate bot commented Jun 6, 2024

ℹ 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):

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

Details:

Package Change
go 1.18 -> 1.23.1
golang.org/x/crypto v0.5.0 -> v0.25.0
github.com/dustin/go-humanize v1.0.0 -> v1.0.1
github.com/emicklei/go-restful/v3 v3.10.1 -> v3.11.0
github.com/go-logr/logr v1.2.3 -> v1.4.2
github.com/go-openapi/jsonreference v0.20.1 -> v0.20.2
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/moby/spdystream v0.2.0 -> v0.4.0
github.com/prometheus/client_model v0.3.0 -> v0.6.1
github.com/prometheus/procfs v0.8.0 -> v0.15.1
go.uber.org/goleak v1.2.0 -> v1.3.0
k8s.io/klog/v2 v2.80.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20230106171958-10e5f0effbd2 -> v0.0.0-20240228011516-70dd3763d340
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1
sigs.k8s.io/yaml v1.3.0 -> v1.4.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/glebarez/go-sqlite v1.20.0 -> v1.21.2
github.com/golang/protobuf v1.5.2 -> v1.5.4
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 -> v2.0.0-beta.2
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa -> v0.0.0-20230129092748-24d4a6f8daec
github.com/ulikunitz/xz v0.5.11 -> v0.5.11
golang.org/x/mod v0.7.0 -> v0.17.0
golang.org/x/net v0.5.0 -> v0.27.0
golang.org/x/sys v0.4.0 -> v0.22.0
golang.org/x/term v0.4.0 -> v0.22.0
golang.org/x/text v0.6.0 -> v0.16.0
golang.org/x/tools v0.5.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
google.golang.org/protobuf v1.28.1 -> v1.34.2
modernc.org/libc v1.22.2 -> v1.22.5
modernc.org/sqlite v1.20.1 -> v1.23.1

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0d857c0 to 1d24b9f Compare June 9, 2024 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d24b9f to 7adc028 Compare June 15, 2024 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7adc028 to 7038e47 Compare July 12, 2024 05:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c443f69 to d759e1f Compare July 26, 2024 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d759e1f to 48f2a59 Compare August 5, 2024 05:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a39a327 to 0a339e5 Compare August 21, 2024 05:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a339e5 to 8897057 Compare August 24, 2024 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0bfb6dd to 40580b3 Compare September 10, 2024 08:54
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