chore(deps): update module go.uber.org/zap to v1.23.0 #45

Merged
Kichiyaki merged 2 commits from renovate/go.uber.org-zap-1.x into master 2022-08-26 03:36:50 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
go.uber.org/zap require minor v1.22.0 -> v1.23.0

Release Notes

uber-go/zap

v1.23.0

Compare Source

Enhancements:

  • #​1147: Add a zapcore.LevelOf function to determine the level of a
    LevelEnabler or Core.
  • #​1155: Add zap.Stringers field constructor to log arrays of objects
    that implement String() string.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.uber.org/zap](https://github.com/uber-go/zap) | require | minor | `v1.22.0` -> `v1.23.0` | --- ### Release Notes <details> <summary>uber-go/zap</summary> ### [`v1.23.0`](https://github.com/uber-go/zap/releases/tag/v1.23.0) [Compare Source](https://github.com/uber-go/zap/compare/v1.22.0...v1.23.0) Enhancements: - [#&#8203;1147][]: Add a `zapcore.LevelOf` function to determine the level of a `LevelEnabler` or `Core`. - [#&#8203;1155][]: Add `zap.Stringers` field constructor to log arrays of objects that implement `String() string`. [#&#8203;1147]: https://github.com/uber-go/zap/pull/1147 [#&#8203;1155]: https://github.com/uber-go/zap/pull/1155 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2NC4wIn0=-->
renovate added the
dependencies
label 2022-08-24 18:00:28 +00:00
renovate added 1 commit 2022-08-24 18:00:28 +00:00
chore(deps): update module go.uber.org/zap to v1.23.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
ed02712ca3
Author
Contributor

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
gitea.dwysokinski.me/twhelp/core/cmd/twhelp/internal/serve imports
	gitea.dwysokinski.me/twhelp/core/cmd/twhelp/internal/serve/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/core/cmd/twhelp/internal/serve/internal/docs
gitea.dwysokinski.me/twhelp/core/internal/msg tested by
	gitea.dwysokinski.me/twhelp/core/internal/msg.test imports
	gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock
gitea.dwysokinski.me/twhelp/core/internal/rest tested by
	gitea.dwysokinski.me/twhelp/core/internal/rest.test imports
	gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock
gitea.dwysokinski.me/twhelp/core/internal/service tested by
	gitea.dwysokinski.me/twhelp/core/internal/service.test imports
	gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... gitea.dwysokinski.me/twhelp/core/cmd/twhelp/internal/serve imports gitea.dwysokinski.me/twhelp/core/cmd/twhelp/internal/serve/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/core/cmd/twhelp/internal/serve/internal/docs gitea.dwysokinski.me/twhelp/core/internal/msg tested by gitea.dwysokinski.me/twhelp/core/internal/msg.test imports gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock gitea.dwysokinski.me/twhelp/core/internal/rest tested by gitea.dwysokinski.me/twhelp/core/internal/rest.test imports gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/rest/internal/mock gitea.dwysokinski.me/twhelp/core/internal/service tested by gitea.dwysokinski.me/twhelp/core/internal/service.test imports gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock ```
Kichiyaki added 1 commit 2022-08-26 03:33:01 +00:00
chore(deps): update module go.uber.org/zap to v1.23.0
All checks were successful
continuous-integration/drone/pr Build is passing
1f35eceb49
Kichiyaki merged commit 9d38a4f0cf into master 2022-08-26 03:36:50 +00:00
Kichiyaki deleted branch renovate/go.uber.org-zap-1.x 2022-08-26 03:36:51 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.