Skip to content

Update all non-major dependencies#7

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#7
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/go-resty/resty/v2 v2.6.0v2.17.2 age confidence require minor
github.com/spf13/cobra v1.2.1v1.10.2 age confidence require minor
go 1.161.26 age confidence uses-with minor

Release Notes

go-resty/resty (github.com/go-resty/resty/v2)

v2.17.2

Compare Source

Release Notes

Backport

Release

Full Changelog: go-resty/resty@v2.17.1...v2.17.2

v2.17.1

Compare Source

Release Notes

Bug Fixes

Full Changelog: go-resty/resty@v2.17.0...v2.17.1

v2.17.0

Compare Source

Release Notes

Bug Fixes

Backport

Release Updates

New Contributors

Full Changelog: go-resty/resty@v2.16.5...v2.17.0

v2.16.5

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.16.4...v2.16.5

v2.16.4

Compare Source

Release Notes

Bug Fixes

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.16.3...v2.16.4

v2.16.3

Compare Source

Release Notes

  • chore(deps, release): update go mod, version bump and readme update by @​jeevatkm in #​946

Full Changelog: go-resty/resty@v2.16.2...v2.16.3

v2.16.2

Compare Source

Release Notes

Bug Fixes

Full Changelog: go-resty/resty@v2.16.1...v2.16.2

v2.16.1

Compare Source

Release Notes

Bug Fixes

  • fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1 by @​jeevatkm in #​918

Full Changelog: go-resty/resty@v2.16.0...v2.16.1

v2.16.0

Compare Source

Release Notes

New Features

Enhancements

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.15.3...v2.16.0

v2.15.3

Compare Source

Release Notes

Bug Fixes

  • fix: 'invalid memory address or nil pointer dereference' in response logger by @​matlockx in #​872

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.15.2...v2.15.3

v2.15.2

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.1...v2.15.2

v2.15.1

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.0...v2.15.1

v2.15.0

Compare Source

Release Notes

New Features

Enhancements

Bug Fixes

  • Fix request/response logging for SetDoNotParseResponse(true) by @​kon3gor in #​836
  • fix(enhancement): add explicit option to enable generate curl command in conjunction with debug mode and few clean ups #​828 by @​jeevatkm in #​842

Build

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.14.0...v2.15.0

v2.14.0

Compare Source

Release Notes

New Features

  • feat(curl): generate curl cmd for request && example for curl cmd by @​ahuigo in #​794

Enhancements

Upstream Fixes

Test Cases

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.13.1...v2.14.0

v2.13.1

Compare Source

Release Notes

Fixes

  • fix: correct resty version number which was missed in the previous release by @​jeevatkm in #​793

Full Changelog: go-resty/resty@v2.13.0...v2.13.1

v2.13.0

Compare Source

Release Notes

Enhancements

Bug Fixes

New Contributors

Full Changelog: go-resty/resty@v2.12.0...v2.13.0

v2.12.0

Compare Source

Release Notes

Enhancements

Bug Fixes

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.11.0...v2.12.0

v2.11.0: Release

Compare Source

Release Notes

Bug Fixes

New Contributors

Full Changelog: go-resty/resty@v2.10.0...v2.11.0

v2.10.0: Release

Compare Source

Release Notes

Optimizations

Enhancements

Bug Fixes

New Contributors

Full Changelog: go-resty/resty@v2.9.1...v2.10.0

v2.9.1: Release

Compare Source

Release Notes

Full Changelog: go-resty/resty@v2.9.0...v2.9.1

v2.9.0: Release

Compare Source

Release Notes

New Features

Enhancements

Bug Fixes

Test Cases

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.8.0...v2.9.0

v2.8.0: Release

Compare Source

Release Notes

New Features

Enhancements

Bug Fixes

Documentation

Build

Deprecated Removal

  • Remove usages of deprecated io/ioutil by @​segevda in #​625 (go minimum version go1.16)

New Contributors

Full Changelog: go-resty/resty@v2.7.0...v2.8.0

v2.7.0: Release

Compare Source

Release Notes

Enhancements
Bug Fixes
Tests
Documentation
spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

v1.8.1

Compare Source

✨ Features

  • Add env variable to suppress completion descriptions on create by @​scop in #​1938

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 721bab9 to 3c25126 Compare June 23, 2022 23:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3c25126 to 7c54bef Compare September 25, 2022 18:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7c54bef to aa5db1d Compare November 20, 2022 10:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from aa5db1d to e764c10 Compare May 28, 2023 21:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e764c10 to 1740776 Compare September 18, 2023 05:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1740776 to 94a811c Compare October 1, 2023 05:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 94a811c to e83b3bb Compare October 15, 2023 02:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e83b3bb to faa82e1 Compare November 5, 2023 05:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from faa82e1 to b29487e Compare December 27, 2023 08:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b29487e to 2c8e349 Compare March 18, 2024 05:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2d32eb5 to 2a53c92 Compare May 11, 2024 20:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2a53c92 to f5b473c Compare June 15, 2024 08:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f5b473c to 085447e Compare August 5, 2024 08:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f9943e5 to a9b5f54 Compare September 22, 2024 08:28
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a9b5f54 to fadd977 Compare September 27, 2024 05:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fadd977 to 38e47f5 Compare November 11, 2024 11:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c18f6bc to f00470d Compare November 23, 2024 05:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f00470d to ab773e9 Compare January 9, 2025 12:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ab773e9 to 1af97e1 Compare January 24, 2025 07:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 35afd3f to 9106ec0 Compare February 17, 2025 20:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e725a0 to e6081b7 Compare August 15, 2025 07:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e6081b7 to c7b563f Compare September 2, 2025 18:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c7b563f to 8da67c6 Compare November 23, 2025 08:12
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Nov 23, 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.23.0

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8da67c6 to 165f21f Compare December 4, 2025 19:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 165f21f to 7484edc Compare December 15, 2025 23:56
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.23.0

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d59b09d to e17fd32 Compare January 31, 2026 07:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e17fd32 to 3d39f83 Compare February 11, 2026 08:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3d39f83 to 915cf9b Compare February 15, 2026 03:56
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