yuzutech / kroki-cli

A Kroki CLI
MIT License
65 stars 6 forks source link

Update all dependencies #29

Closed ggrossetie closed 2 years ago

ggrossetie commented 2 years ago

This PR contains the following updates:

Package Type Update Change
github.com/pkg/errors require minor v0.8.1 -> v0.9.1
github.com/spf13/viper require minor v1.3.1 -> v1.12.0

Release Notes

pkg/errors ### [`v0.9.1`](https://togithub.com/pkg/errors/releases/v0.9.1) [Compare Source](https://togithub.com/pkg/errors/compare/v0.9.0...v0.9.1) pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: [#​215](https://togithub.com/pkg/errors/issues/215) and many breaking changes was produced by that. ### [`v0.9.0`](https://togithub.com/pkg/errors/releases/v0.9.0) [Compare Source](https://togithub.com/pkg/errors/compare/v0.8.1...v0.9.0) errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13. We tried to move into `runtime.CallerFrames` but this was not possible, you can show the explanation here: [Issue 188](https://togithub.com/pkg/errors/issues/188). The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way. Now you could use the methods, `Is` and `As`, and the `Unwrap()` interface like on the standard library. The method `Cause` is now compatible with `fmt.Errorf("%w", err)` and with the `Unwrap()` interface. On the same way the methods related with `wrapping` on this package now are compatible with `Cause` and `Unwrap()` interface. ### Improvements - `.travis.yml` Now use make file. - reduce allocations when printing stack traces. Thanks [@​cstockton](https://togithub.com/cstockton) - Reduce allocations in Stacktrace.Format - Add Support to Go 1.13. Thanks [@​jayschwa](https://togithub.com/jayschwa), [@​Sherlock-Holo](https://togithub.com/Sherlock-Holo) and [@​puellanivis](https://togithub.com/puellanivis). - Add json.Marshaler support to the Frame type. Thanks [@​flimzy](https://togithub.com/flimzy) ### Bugs fixed - `.travis.yml` Adjust Go versions. Thanks [@​komuw](https://togithub.com/komuw), [@​aperezg](https://togithub.com/aperezg) - minor fix in an example to print Stack Trace. Thanks [@​bep](https://togithub.com/bep). - Remove not necessary code. - Clean up documentation. Thanks [@​seh](https://togithub.com/seh).
spf13/viper ### [`v1.12.0`](https://togithub.com/spf13/viper/releases/v1.12.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.11.0...v1.12.0) 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 šŸŽ‰ - Add etcd3 support to remote by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1356](https://togithub.com/spf13/viper/pull/1356) - Make YAML 3 the default by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1357](https://togithub.com/spf13/viper/pull/1357) - Make TOML 2 the default by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1358](https://togithub.com/spf13/viper/pull/1358) ##### Enhancements šŸš€ - chore: fix Error log calls in mergeMaps by [@​wwade](https://togithub.com/wwade) in [https://github.com/spf13/viper/pull/1341](https://togithub.com/spf13/viper/pull/1341) - Add MustBindEnv by [@​meowfaceman](https://togithub.com/meowfaceman) in [https://github.com/spf13/viper/pull/1301](https://togithub.com/spf13/viper/pull/1301) ##### Dependency Updates ā¬†ļø - build(deps): bump github/codeql-action from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1336](https://togithub.com/spf13/viper/pull/1336) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.0-beta.8 to 2.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1339](https://togithub.com/spf13/viper/pull/1339) - build(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1332](https://togithub.com/spf13/viper/pull/1332) - build(deps): bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1335](https://togithub.com/spf13/viper/pull/1335) - build(deps): bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1338](https://togithub.com/spf13/viper/pull/1338) - build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1344](https://togithub.com/spf13/viper/pull/1344) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.0 to 2.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1343](https://togithub.com/spf13/viper/pull/1343) - build(deps): bump github.com/subosito/gotenv from 1.2.0 to 1.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1349](https://togithub.com/spf13/viper/pull/1349) #### New Contributors - [@​meowfaceman](https://togithub.com/meowfaceman) made their first contribution in [https://github.com/spf13/viper/pull/1301](https://togithub.com/spf13/viper/pull/1301) - [@​wwade](https://togithub.com/wwade) made their first contribution in [https://github.com/spf13/viper/pull/1341](https://togithub.com/spf13/viper/pull/1341) **Full Changelog**: https://github.com/spf13/viper/compare/v1.11.0...v1.12.0 ### [`v1.11.0`](https://togithub.com/spf13/viper/releases/v1.11.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.10.1...v1.11.0) #### What's Changed ##### Exciting New Features šŸŽ‰ - Experimental yaml v3 library support by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1273](https://togithub.com/spf13/viper/pull/1273) - Experimental toml v2 support by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1274](https://togithub.com/spf13/viper/pull/1274) - Experimental logger by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1275](https://togithub.com/spf13/viper/pull/1275) ##### Enhancements šŸš€ - Remove unnecessary operand by [@​steviebps](https://togithub.com/steviebps) in [https://github.com/spf13/viper/pull/1213](https://togithub.com/spf13/viper/pull/1213) - Improve encoding layer by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1167](https://togithub.com/spf13/viper/pull/1167) - Allow merging configs with different types of leaf values by [@​illarion](https://togithub.com/illarion) in [https://github.com/spf13/viper/pull/1181](https://togithub.com/spf13/viper/pull/1181) ##### Bug Fixes šŸ› - Disable race detector on windows by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1269](https://togithub.com/spf13/viper/pull/1269) ##### Breaking Changes šŸ›  - Drop Go 1.14 support by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1327](https://togithub.com/spf13/viper/pull/1327) ##### Dependency Updates ā¬†ļø - build(deps): bump github.com/spf13/afero from 1.6.0 to 1.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1265](https://togithub.com/spf13/viper/pull/1265) - build(deps): bump github.com/spf13/afero from 1.7.0 to 1.7.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1271](https://togithub.com/spf13/viper/pull/1271) - build(deps): bump github.com/spf13/afero from 1.7.1 to 1.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1281](https://togithub.com/spf13/viper/pull/1281) - build(deps): bump gopkg.in/ini.v1 from 1.66.2 to 1.66.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1287](https://togithub.com/spf13/viper/pull/1287) - build(deps): bump github.com/spf13/afero from 1.8.0 to 1.8.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1291](https://togithub.com/spf13/viper/pull/1291) - build(deps): bump actions/github-script from 5 to 6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1295](https://togithub.com/spf13/viper/pull/1295) - build(deps): bump actions/checkout from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1304](https://togithub.com/spf13/viper/pull/1304) - build(deps): bump github.com/magiconair/properties from 1.8.5 to 1.8.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1299](https://togithub.com/spf13/viper/pull/1299) - build(deps): bump gopkg.in/ini.v1 from 1.66.3 to 1.66.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1293](https://togithub.com/spf13/viper/pull/1293) - build(deps): bump github.com/spf13/afero from 1.8.1 to 1.8.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1311](https://togithub.com/spf13/viper/pull/1311) - build(deps): bump actions/setup-go from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1319](https://togithub.com/spf13/viper/pull/1319) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.0-beta.6 to 2.0.0-beta.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1320](https://togithub.com/spf13/viper/pull/1320) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.0-beta.7 to 2.0.0-beta.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1322](https://togithub.com/spf13/viper/pull/1322) - Update crypt by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1325](https://togithub.com/spf13/viper/pull/1325) #### New Contributors - [@​steviebps](https://togithub.com/steviebps) made their first contribution in [https://github.com/spf13/viper/pull/1213](https://togithub.com/spf13/viper/pull/1213) - [@​illarion](https://togithub.com/illarion) made their first contribution in [https://github.com/spf13/viper/pull/1181](https://togithub.com/spf13/viper/pull/1181) **Full Changelog**: https://github.com/spf13/viper/compare/v1.10.1...v1.11.0 ### [`v1.10.1`](https://togithub.com/spf13/viper/releases/v1.10.1) [Compare Source](https://togithub.com/spf13/viper/compare/v1.10.0...v1.10.1) This is a maintenance release upgrading the Consul dependency fixing CVEs. ### [`v1.10.0`](https://togithub.com/spf13/viper/releases/v1.10.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.9.0...v1.10.0) 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`](https://togithub.com/spf13/viper/releases/v1.9.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.8.1...v1.9.0) 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`](https://togithub.com/spf13/viper/releases/v1.8.1) [Compare Source](https://togithub.com/spf13/viper/compare/v1.8.0...v1.8.1) This patch releases fixes two minor issues: - Replace `%s` with `%w` when wrapping errors - Fix `pflag.StringArray` processing ### [`v1.8.0`](https://togithub.com/spf13/viper/releases/v1.8.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.7.1...v1.8.0) This is a maintenance release primarily containing fixes and improvements. The most prominent change is the etcd update to [3.5.0](https://togithub.com/etcd-io/etcd/releases/tag/v3.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](https://togithub.com/spf13/viper/milestone/4?closed=1) milestone. **Many thanks to everyone who contributed to this release!** ### [`v1.7.1`](https://togithub.com/spf13/viper/releases/v1.7.1) [Compare Source](https://togithub.com/spf13/viper/compare/v1.7.0...v1.7.1) This release contains a bugfix for environment variable expansion. See [#​495](https://togithub.com/spf13/viper/issues/495) and [#​940](https://togithub.com/spf13/viper/issues/940) for details. ### [`v1.7.0`](https://togithub.com/spf13/viper/releases/v1.7.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.6.3...v1.7.0) This release mostly contains bug and security fixes, but there are a few new features as well: - The unmaintained [github.com/xordataexchange/crypt](github.com/xordataexchange/crypt) has been replaced with [github.com/bketelsen/crypt](github.com/bketelsen/crypt) - Added firestore support as a remote config source (thanks [@​alxmsl](https://togithub.com/alxmsl)) ### [`v1.6.3`](https://togithub.com/spf13/viper/releases/v1.6.3) [Compare Source](https://togithub.com/spf13/viper/compare/v1.6.2...v1.6.3) Fixes uninstallable library on clean GOPATH ### [`v1.6.2`](https://togithub.com/spf13/viper/releases/v1.6.2) [Compare Source](https://togithub.com/spf13/viper/compare/v1.6.1...v1.6.2) This is a patch release fixing a(n edge case) bug introduced in v1.6.0 See [#​818](https://togithub.com/spf13/viper/issues/818) and [#​827](https://togithub.com/spf13/viper/issues/827) for details ### [`v1.6.1`](https://togithub.com/spf13/viper/releases/v1.6.1) [Compare Source](https://togithub.com/spf13/viper/compare/v1.6.0...v1.6.1) This is a patch release fixing a bug introduced in v1.6.0 ### [`v1.6.0`](https://togithub.com/spf13/viper/releases/v1.6.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.5.0...v1.6.0) #### 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`](https://togithub.com/spf13/viper/releases/v1.5.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.4.0...v1.5.0) Documentation and other fixes ### [`v1.4.0`](https://togithub.com/spf13/viper/releases/v1.4.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.3.2...v1.4.0) [`b5bf975`](https://togithub.com/spf13/viper/commit/b5bf975e5823809fb22c7644d008757f78a4259e) Clean up dependencies [`fccfc2c`](https://togithub.com/spf13/viper/commit/fccfc2c) Add API for setting file permissions [`7a605a5`](https://togithub.com/spf13/viper/commit/7a605a5) Uint Support ([#​681](https://togithub.com/spf13/viper/issues/681)) ### [`v1.3.2`](https://togithub.com/spf13/viper/compare/v1.3.1...v1.3.2) [Compare Source](https://togithub.com/spf13/viper/compare/v1.3.1...v1.3.2)

Configuration

šŸ“… Schedule: 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.



This PR has been generated by Renovate Bot.