Skip to content

chore(deps): update all#17

Merged
moul merged 1 commit intomasterfrom
renovate/all
Jan 12, 2022
Merged

chore(deps): update all#17
moul merged 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action patch v2.1.6 -> v2.1.7
actions/checkout action minor v2.3.4 -> v2.4.0
github.com/tailscale/depaware require digest 77d1e97 -> 720c4b4
go.uber.org/zap require minor v1.17.0 -> v1.19.1

Release Notes

actions/cache

v2.1.7

Compare Source

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

actions/checkout

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

uber-go/zap

v1.19.1

Compare Source

Fixed

v1.19.0

Compare Source

Enhancements:

  • #​975: Avoid panicking in Sampler core if the level is out of bounds.
  • #​984: Reduce the size of BufferedWriteSyncer by aligning the fields
    better.

Thanks to @​lancoLiu and @​thockin for their contributions to this release.

v1.18.1

Compare Source

Bugfixes:

  • #​974: Fix nil dereference in logger constructed by zap.NewNop.

v1.18.0

Compare Source

Enhancements:

  • #​961: Add zapcore.BufferedWriteSyncer, a new WriteSyncer that buffers
    messages in-memory and flushes them periodically.
  • #​971: Add zapio.Writer to use a Zap logger as an io.Writer.
  • #​897: Add zap.WithClock option to control the source of time via the
    new zapcore.Clock interface.
  • #​949: Avoid panicking in zap.SugaredLogger when arguments of *w
    methods don't match expectations.
  • #​943: Add support for filtering by level or arbitrary matcher function to
    zaptest/observer.
  • #​691: Comply with io.StringWriter and io.ByteWriter in Zap's
    buffer.Buffer.

Thanks to @​atrn0, @​ernado, @​heyanfu, @​hnlq715, @​zchee
for their contributions to this release.


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.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from moul as a code owner January 13, 2021 10:48
@codecov
Copy link

codecov bot commented Jan 13, 2021

Codecov Report

Merging #17 (5b3849f) into master (f975ebf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   82.93%   82.93%           
=======================================
  Files           1        1           
  Lines         211      211           
=======================================
  Hits          175      175           
  Misses         28       28           
  Partials        8        8           
Flag Coverage Ξ”
unittests 82.93% <ΓΈ> (ΓΈ)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data
Powered by Codecov. Last update f975ebf...5b3849f. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update module stretchr/testify to v1.7.0 fix(deps): update all Apr 26, 2021
@auto-add-label auto-add-label bot added bug Something isn't working and removed dependencies labels Apr 26, 2021
@renovate
Copy link
Author

renovate bot commented Apr 26, 2021

⚠️ 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 check 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: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/zapfilter":"/mnt/renovate/gh/moul/zapfilter" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/zapfilter" docker.io/renovate/go:1.13.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading go.uber.org/zap v1.16.0
go: extracting go.uber.org/zap v1.16.0
go: downloading go.uber.org/atomic v1.6.0
go: downloading go.uber.org/multierr v1.5.0
go: extracting go.uber.org/atomic v1.6.0
go: extracting go.uber.org/multierr v1.5.0
go: downloading github.com/pkg/errors v0.8.1
go: downloading gopkg.in/yaml.v2 v2.2.2
go: downloading golang.org/x/lint v0.0.0-20190930215403-16217165b5de
go: downloading go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
go: downloading honnef.co/go/tools v0.0.1-2019.2.3
go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go: extracting github.com/pkg/errors v0.8.1
go: extracting go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
go: extracting golang.org/x/lint v0.0.0-20190930215403-16217165b5de
go: extracting gopkg.in/yaml.v2 v2.2.2
go: extracting gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go: downloading golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5
go: extracting honnef.co/go/tools v0.0.1-2019.2.3
go: extracting golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5
moul.io/zapfilter imports
	go.uber.org/zap/zapcore tested by
	go.uber.org/zap/zapcore.test imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v2@v2.2.2: permission denied
moul.io/zapfilter imports
	go.uber.org/zap tested by
	go.uber.org/zap.test imports
	github.com/stretchr/testify/assert imports
	gopkg.in/yaml.v3: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v3@v3.0.0-20200313102051-9f266ea9e77c: permission denied

@renovate renovate bot changed the title fix(deps): update all fix(deps): update module github.com/stretchr/testify to v1.7.0 May 21, 2021
@renovate renovate bot changed the title fix(deps): update module github.com/stretchr/testify to v1.7.0 fix(deps): update all May 25, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3bcf3cd to 2d4289c Compare May 27, 2021 16:05
@renovate renovate bot changed the title fix(deps): update all chore(deps): update all May 27, 2021
@auto-add-label auto-add-label bot added dependencies and removed bug Something isn't working labels May 27, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 07c0877 to 975c286 Compare June 9, 2021 02:03
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Jun 13, 2021
@auto-add-label auto-add-label bot added bug Something isn't working and removed dependencies labels Jun 13, 2021
@renovate renovate bot changed the title fix(deps): update all fix(deps): update all - autoclosed Jun 17, 2021
@renovate renovate bot closed this Jun 17, 2021
@renovate renovate bot deleted the renovate/all branch June 17, 2021 17:04
@renovate renovate bot changed the title fix(deps): update all - autoclosed fix(deps): update all Jun 22, 2021
@renovate renovate bot reopened this Jun 22, 2021
@renovate renovate bot restored the renovate/all branch June 22, 2021 20:57
@trafico-bot trafico-bot bot added the πŸ” Ready for Review Pull Request is not reviewed yet label Jun 22, 2021
@renovate renovate bot changed the title fix(deps): update all fix(deps): update github.com/tailscale/depaware commit hash to 720c4b4 Jun 22, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9e8a55d to f11e4bb Compare June 28, 2021 19:19
@renovate renovate bot changed the title fix(deps): update github.com/tailscale/depaware commit hash to 720c4b4 fix(deps): update all Jun 28, 2021
@renovate renovate bot changed the title fix(deps): update all fix(deps): update github.com/tailscale/depaware commit hash to 720c4b4 Aug 14, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 083de36 to c8613dd Compare August 14, 2021 03:48
@renovate renovate bot changed the title fix(deps): update github.com/tailscale/depaware commit hash to 720c4b4 fix(deps): update all Aug 14, 2021
@renovate renovate bot changed the title fix(deps): update all chore(deps): update all Oct 18, 2021
@auto-add-label auto-add-label bot added dependencies and removed bug Something isn't working labels Oct 18, 2021
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 57ebb42 to 5b75778 Compare October 27, 2021 17:50
@moul moul merged commit b6b51ff into master Jan 12, 2022
@moul moul deleted the renovate/all branch January 12, 2022 09:07
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed πŸ” Ready for Review Pull Request is not reviewed yet labels Jan 12, 2022
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.7.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ✨ Merged Pull Request has been merged successfully released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants