Skip to content

fix(deps): update all non-major dependencies

SWE Renovate requested to merge renovate/all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
git.psu.edu/swe-golang/groupservice require patch v0.3.1-0.20200129213224-b9f428912a6c -> v0.3.5
git.psu.edu/swe-golang/oauth2 require minor v0.8.0 -> v0.11.3
github.com/Songmu/prompter require minor v0.2.0 -> v0.5.1
github.com/chromedp/chromedp require minor v0.6.8 -> v0.9.5
github.com/spf13/cobra require patch v0.0.5 -> v0.0.7
github.com/spf13/viper require minor v1.3.2 -> v1.18.2
github.com/stretchr/testify require minor v1.4.0 -> v1.9.0
golang.org/x/oauth2 require minor v0.0.0-20200107190931-bf48bf16ab8d -> v0.19.0
gopkg.in/yaml.v2 require minor v2.2.2 -> v2.4.0

Release Notes

swe-golang/groupservice (git.psu.edu/swe-golang/groupservice)

<code data-sourcepos="22:7-22:12">v0.3.5</code>

Compare Source

<code data-sourcepos="26:7-26:12">v0.3.4</code>

Compare Source

<code data-sourcepos="30:7-30:12">v0.3.3</code>

Compare Source

<code data-sourcepos="34:7-34:12">v0.3.2</code>

Compare Source

swe-golang/oauth2 (git.psu.edu/swe-golang/oauth2)

<code data-sourcepos="43:7-43:13">v0.11.3</code>

Compare Source

<code data-sourcepos="47:7-47:13">v0.11.2</code>

Compare Source

<code data-sourcepos="51:7-51:13">v0.11.1</code>

Compare Source

<code data-sourcepos="55:7-55:13">v0.11.0</code>

Compare Source

<code data-sourcepos="59:7-59:13">v0.10.0</code>

Compare Source

<code data-sourcepos="63:7-63:12">v0.9.0</code>

Compare Source

Songmu/prompter (github.com/Songmu/prompter)

v0.5.1

Compare Source

v0.5.0

Compare Source

  • Use golang.org/x/term instead of golang.org/x/crypto/ssh/terminal #​10 (johejo)

v0.4.0

Compare Source

v0.3.0

Compare Source

chromedp/chromedp (github.com/chromedp/chromedp)

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

Compare Source

v0.9.2: chromedp v0.9.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/chromedp/chromedp/compare/v0.9.1...v0.9.2

v0.9.1: chromedp v0.9.1

Compare Source

This is a quick fix of v0.9.0.

v0.9.0: chromedp v0.9.0

Compare Source

Reenables support for Go 1.16.

v0.8.8: chromedp v0.8.8

Compare Source

  • introduce BrowserContext support (#​1269, Thank you @​onsi)
  • make parseRemoteObject handle undefined/null reasonably (#​1260, #​1261, #​1264, Thank you @​xueyc1f)
    • Note: it does not support go < 1.18 any more because it uses reflect.Pointer.
  • Updating to latest cdproto 112.0.5608.1_11.2.178 dependency
  • Other improvements (Thank you @​alexandear)
    • Fix leaked temp dirs when run TestConcurrentCancel (#​1272)
    • Use time.AfterFunc instead of spawning goroutine (#​1266)
    • And more

v0.8.7: chromedp v0.8.7

Compare Source

v0.8.6: chromedp v0.8.6

Compare Source

  • add RetryInterval option to query actions (#​1159) (Thank you @​taylorchu)
  • Update to latest cdproto (108.0.5320.1_10.8.51 definitions)

v0.8.5: chromedp v0.8.5

Compare Source

  • Update to latest cdproto (107.0.5263.1_10.7.36 definitions)

v0.8.4: chromedp v0.8.4

Compare Source

  • Update to latest cdproto (106.0.5236.1_10.6.152 definitions)
  • refactor MatchedStyle to resist change of css.GetMatchedStylesForNode #​1127
  • Allow to set custom WS URL waiting time #​1036
  • fix example in readme #​1135
  • ensure the user data directory is removed #​1136

v0.8.3: chromedp v0.8.3

Compare Source

  • Update to latest cdproto (106.0.5201.1_10.6.8 definitions)
  • Bug fixes related to cdproto changes
  • Fix issues with Poll() #​1087
  • Fix hang issues #​1076
  • Deflake TestNagivateWhileLoading #​1080
  • Fix issue with TestGracefulBrowserShutdown with headless-shell #​1078

v0.8.2: chromedp v0.8.2

Compare Source

  • Update to latest cdproto (104.0.5064.1_10.4.3 definitions)
  • Bring back support for Go 1.16 (which is dropped in v0.8.1)

Note: Go <= 1.15 is not supported due to the use of go:embed

v0.8.1: chromedp v0.8.1

Compare Source

  • Update to latest cdproto (103.0.5029.1_10.3.67 definitions)
  • Code generator cleanup

Note: It drops support for Go 1.16 (due to the use of go:build).

v0.8.0: chromedp v0.8.0

Compare Source

Minor updates for cdproto, go1.18

Updates to latest cdproto which includes minor API revisions, and updates GitHub workflows and go.mod for go1.18.

v0.7.8: chromedp v0.7.8

Compare Source

Updating device list and cdproto (100.0.4895.2_10.0.139 definitions)

v0.7.7: chromedp v0.7.7

Compare Source

  • Update to latest cdproto (100.0.4862.2_10.0.51 definitions)
  • Avoid the unnecessary wait in the first iteration of a loop (#​929)

v0.7.6: chromedp v0.7.6

Compare Source

Point release; updates device profiles. See v0.7.5 for more information.

v0.7.5: chromedp v0.7.5

Compare Source

Point release; minor bug fixes and dependency updates. Updates to 98.0.4731.1_9.8.101 browser protocol definitions.

v0.7.4: chromedp v0.7.4

Compare Source

  • Update to latest cdproto (93.0.4574.1_9.3.334 definitions)
  • Add command line option: IgnoreCertErrors (#​809)
  • Upgrade github.com/gobwas/ws to v1.1.0
  • Use CallFunctionOn to execute js on node (#​852) Note: This change uses DOM.scrollIntoViewIfNeeded which was introduced in Chromium 82.0.4056.0. So this could be a breaking change for older browsers (see https://github.com/chromedp/chromedp/issues/881#issuecomment-881925149 for more information). Thank you @​FournyP for reporting the issue.
  • Make the screenshot actions act the same as Chrome commands (#​863)
  • Minor refactoring and source code clean up.

v0.7.3: chromedp v0.7.3

Compare Source

  • Update to latest cdproto (93.0.4522.3_9.3.2 definitions)
  • Dispatch input and change events at the chromedp.SetValue() target (#​819)
  • Make NewRemoteAllocator accept url without devtools/browser/... (#​817)
  • Allow passing nil as res to chromedp.Evaluate() (#​816)
  • Add a ModifyCmdFunc ExecAllocatorOption (#​674)

v0.7.2: chromedp v0.7.2

Compare Source

  • Update cdproto to 92.0.4501.1_9.2.173 definitions
  • Search chrome binary in different locations on different OS systems. (#​811)
  • Expose process of the Browser (#​737)
  • Wrap errors with go 1.13 %w verb (#​743)
  • Fix comment about websocket timeout in allocate.go (#​727)

v0.7.1: chromedp v0.7.1

Compare Source

  • Fix typo in the example

v0.7.0: chromedp v0.7.0

Compare Source

  • Add crhomedp.FullScreenshot action
  • Minor cleanup to CI
  • Update the list of ignored page events (#​780)
  • Rename TranslateUI to Translate in the default disable-features (#​796)
  • Update dependencies

v0.6.12: chromedp v0.6.12

Compare Source

  • Auto grows the buffer to workaround the lack of fragmentation support (#​782) It depends on a pre-release of github.com/gobwas/ws (v1.1.0-rc.5)
  • Fix some of the issues in the chromedp.Poll action (#​778)

v0.6.11: chromedp v0.6.11

Compare Source

  • Call submit/reset from prototype in case they are masked (#​803)
  • Update README.md
  • Add Output to example tests
  • Add chromedp.Poll action to imitate puppeteer's page.waitForFunction (#​766)
  • Fix GitHub actions

v0.6.10

Compare Source

v0.6.9

Compare Source

spf13/cobra (github.com/spf13/cobra)

v0.0.7

Compare Source

Bug fix to restore previous exit behavior when a command is not runnable.

Issue Ref: #​1056 Bug Introduced: #​922 Affected Releases: 0.0.6

v0.0.6

Compare Source

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

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/spf13/viper/compare/v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: https://github.com/spf13/viper/compare/v1.18.0...v1.18.1

v1.18.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks!

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #​761)

#​1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates
Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.17.0...v1.18.0

v1.17.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks!

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING] WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING] The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates
Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates
Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.14.0...v1.15.0

v1.14.0

Compare Source

What's Changed

Enhancements 🚀
Breaking Changes 🛠
Dependency Updates

Full Changelog: https://github.com/spf13/viper/compare/v1.13.0...v1.14.0

v1.13.0

Compare Source

Important: This is the last release supporting Go 1.15.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Dependency Updates

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.12.0...v1.13.0

v1.12.0

Compare Source

This release makes YAML v3 and TOML v2 the default versions used for encoding.

You can switch back to the old versions by adding viper_yaml2 and viper_toml1 to the build tags.

Please note that YAML v2 and TOML v1 are considered deprecated from this release and may be removed in a future release.

Please provide feedback in discussions and report bugs on the issue tracker. Thanks!

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Dependency Updates

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.11.0...v1.12.0

v1.11.0

Compare Source

What's Changed

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

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.10.1...v1.11.0

v1.10.1

Compare Source

This is a maintenance release upgrading the Consul dependency fixing CVEs.

v1.10.0

Compare Source

This is a maintenance release primarily containing minor fixes and improvements.

Changes

Added
  • Experimental finder based on io/fs
  • Tests are executed on Windows
  • Tests are executed on Go 1.17
  • Logger interface to decouple Viper from JWW

In addition to the above changes, this release comes with minor improvements, documentation changes an dependency updates.

Many thanks to everyone who contributed to this release!

v1.9.0

Compare Source

This is a maintenance release primarily containing minor fixes and improvements.

Changes

Added
  • Experimental new encoding layer
  • Add support for tfvars files
Fixed
  • Writing hidden files with no extension
  • InConfig processing paths

In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates.

Many thanks to everyone who contributed to this release!

v1.8.1

Compare Source

This patch releases fixes two minor issues:

  • Replace %s with %w when wrapping errors
  • Fix pflag.StringArray processing

v1.8.0

Compare Source

This is a maintenance release primarily containing fixes and improvements. The most prominent change is the etcd update to 3.5.0. Thanks to proper Go modules support, the dependency graph became much smaller.

Changes

Added
  • Allow BindEnv to register multiple environment variables
  • Support for accessing slices
  • Experimental WASM support: Viper compiles on WASM
  • INI load options
Changed
  • Ensure BindPFlag detects a nil flag parameter
Fixed
  • Merging a key into a nil target
  • Panics during saving INI files
Security
  • Updated etcd to 3.5 which should make a lot of false positive vulnerability reports disappear

In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates. Find more details in the 1.8.0 milestone.

Many thanks to everyone who contributed to this release!

v1.7.1

Compare Source

This release contains a bugfix for environment variable expansion. See #​495 and #​940 for details.

v1.7.0

Compare Source

This release mostly contains bug and security fixes, but there are a few new features as well:

v1.6.3

Compare Source

Fixes uninstallable library on clean GOPATH

v1.6.2: Fix extensionless config lookup

Compare Source

This is a patch release fixing a(n edge case) bug introduced in v1.6.0

See #​818 and #​827 for details

v1.6.1: Fix config path lookup

Compare Source

This is a patch release fixing a bug introduced in v1.6.0

v1.6.0

Compare Source

Changes

Added
  • Global UnmarshalExact method
  • StringReplacer interface for custom environment key replacing logic
  • GolangCI Lint
  • INI support
  • Key delimiter made configurable
  • Support for config files without extensions
Changed
  • Moved to GitHub actions build from Travis
Fixed
  • IsSet no longer returns true when an unset key has a flags bound
  • SafeWriteConfigAs works as expected

Happy Holidays!

v1.5.0

Compare Source

Documentation and other fixes

v1.4.0: : Add API for setting file permissions; Uint support; ...

Compare Source

b5bf975 Clean up dependencies fccfc2c Add API for setting file permissions 7a605a5 Uint Support (#​681)

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0: Minor improvements and bug fixes

Compare Source

Minor feature improvements and bug fixes

v1.6.1: Fixes breaking change with HTTPBodyContains

Compare Source

A breaking change was accidentally released in v1.6.0 which breaks the API for the HTTPBodyContains and HTTPBodyNotContains, this release reverts that change.

v1.6.0

Compare Source

Latest release of testify. This includes many fixes and enhancements. Please view the v1.6.0 milestone for a list of changes.

v1.5.1: HOTFIX: Revert suite interface type

Compare Source

This is a hotfix which reverts the suite package's interface type to use testing.T

v1.5.0

Compare Source

Latest, non-breaking changes merged into master. Please peruse the git log for a detailed changelist

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

v2.4.0

Compare Source

v2.3.0

Compare Source

v2.2.8

Compare Source

v2.2.7

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

v2.2.4

Compare Source

v2.2.3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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 SWE Renovate

Merge request reports