status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Bump go.uber.org/zap from 1.10.0 to 1.11.0 #106

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps go.uber.org/zap from 1.10.0 to 1.11.0.

Release notes *Sourced from [go.uber.org/zap's releases](https://github.com/uber-go/zap/releases).* > ## v1.11.0 > Enhancements: > * [#725](https://github-redirect.dependabot.com/uber-go/zap/issues/725): Add `zapcore.OmitKey` to omit keys in an `EncoderConfig`. > * [#736](https://github-redirect.dependabot.com/uber-go/zap/issues/736): Add `RFC3339` and `RFC3339Nano` time encoders. > > Thanks to [@​juicemia](https://github.com/juicemia), [@​uhthomas](https://github.com/uhthomas) for their contributions to this release.
Changelog *Sourced from [go.uber.org/zap's changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md).* > ## 1.11.0 (21 Oct 2019) > > Enhancements: > * [#725](https://github-redirect.dependabot.com/uber-go/zap/issues/725)[]: Add `zapcore.OmitKey` to omit keys in an `EncoderConfig`. > * [#736](https://github-redirect.dependabot.com/uber-go/zap/issues/736)[]: Add `RFC3339` and `RFC3339Nano` time encoders. > > Thanks to [@​juicemia](https://github.com/juicemia), [@​uhthomas](https://github.com/uhthomas) for their contributions to this release.
Commits - [`0065243`](https://github.com/uber-go/zap/commit/0065243e7bbd958fab35324e41201f5eb682c527) Prepare release v1.11 ([#746](https://github-redirect.dependabot.com/uber-go/zap/issues/746)) - [`d8445f3`](https://github.com/uber-go/zap/commit/d8445f34b4ae69130c5337a6fb65f317e3b71f76) license: allow github to detect MIT license ([#743](https://github-redirect.dependabot.com/uber-go/zap/issues/743)) - [`4252145`](https://github.com/uber-go/zap/commit/425214515ff452748375576b20c82524849177c6) Add RFC3339, RFC3339Nano and update docs to include 'nano' ([#736](https://github-redirect.dependabot.com/uber-go/zap/issues/736)) - [`9a9fa7d`](https://github.com/uber-go/zap/commit/9a9fa7d4b5f07a9b634983678a65b5525f81e58b) Make API for omitting keys more approachable. ([#725](https://github-redirect.dependabot.com/uber-go/zap/issues/725)) - [`853ac18`](https://github.com/uber-go/zap/commit/853ac185800f276677ad5ffa70fd7eda356c8d46) Re-run benchmarks and add % over zap measurement ([#720](https://github-redirect.dependabot.com/uber-go/zap/issues/720)) - [`8a2ee56`](https://github.com/uber-go/zap/commit/8a2ee5670ced5d94154bf385dc6a362722945daf) README: Switch to travis-ci.com for badge ([#709](https://github-redirect.dependabot.com/uber-go/zap/issues/709)) - See full diff in [compare view](https://github.com/uber-go/zap/compare/v1.10.0...v1.11.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #109.