-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all #113
base: master
Are you sure you want to change the base?
Conversation
ca26916
to
e999680
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #113 +/- ##
=======================================
Coverage 35.48% 35.48%
=======================================
Files 1 1
Lines 217 217
=======================================
Hits 77 77
Misses 129 129
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
68cbaed
to
7549221
Compare
7549221
to
b07f570
Compare
6274316
to
e5ba9ed
Compare
e5ba9ed
to
ca9e70a
Compare
ae681ca
to
8d06bee
Compare
8d06bee
to
8c74ba0
Compare
8c74ba0
to
57a1817
Compare
64e94ac
to
2c68f36
Compare
14302e2
to
75d786d
Compare
75d786d
to
14f29f4
Compare
14f29f4
to
d57357e
Compare
5044ed6
to
c7a684b
Compare
c7a684b
to
24dd600
Compare
24dd600
to
4645636
Compare
4645636
to
de8c083
Compare
342873e
to
717e1b8
Compare
717e1b8
to
7b66ad9
Compare
7b66ad9
to
e3c70aa
Compare
e3c70aa
to
1c42c0a
Compare
88c6659
to
ac0934f
Compare
39f0b8c
to
e227fcb
Compare
e227fcb
to
cb910c7
Compare
e5bd49f
to
89f0868
Compare
89f0868
to
3a87d9a
Compare
3a87d9a
to
66ff125
Compare
66ff125
to
6977cdd
Compare
6977cdd
to
755e309
Compare
927ba3c
to
a29a579
Compare
d6ce1bb
to
14705e8
Compare
14705e8
to
56c2dad
Compare
56c2dad
to
a71217a
Compare
a71217a
to
d00bdd9
Compare
d00bdd9
to
bab988d
Compare
This PR contains the following updates:
v2.1.7
->v2.1.8
v2.4.0
->v2.7.0
3.16.0
->3.20.3
v1.9.0
->v1.10.0
v3.1.2
->v3.4.0
v1.7.0
->v1.10.0
v1.1.12
->v1.3.0
1.18.1-alpine
->1.23.4-alpine
v2.8.1
->v2.9.1
Release Notes
actions/cache (actions/cache)
v2.1.8
: Updating actions/core to version 1.10.0Compare Source
The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.
actions/checkout (actions/checkout)
v2.7.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2.6.0...v2.7.0
v2.6.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2.5.0...v2.6.0
v2.5.0
Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.5.0
v2.4.2
Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1
Compare Source
safe.directory
codfish/semantic-release-action (codfish/semantic-release-action)
v1.10.0
Compare Source
Features
peterbourgon/ff (github.com/peterbourgon/ff/v3)
v3.4.0
Compare Source
What's Changed
Full Changelog: peterbourgon/ff@v3.3.2...v3.4.0
v3.3.2
Compare Source
This release adds the WithFilesystem option, allowing users to specify a filesystem other than the default host FS for e.g. config files. Thanks to @piotrkowalczuk and #103 for the inspiration.
v3.3.1
Compare Source
@abhinav sent in #106 which just improves the DefaultUsageFunc a bit, thanks bud!
v3.3.0
Compare Source
Changes!
What's Changed
New Contributors
Full Changelog: peterbourgon/ff@v3.1.2...v3.3.0
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@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
uber-go/goleak (go.uber.org/goleak)
v1.3.0
Compare Source
Fixed
They will no longer ignore stacks because of file names
that look similar to function names. (#112)
Added
IgnoreAnyFunction
option to ignore stack tracesthat have the provided function anywhere in the stack. (#113)
testing.runFuzzing
andtesting.runFuzzTests
alongsideother already-ignored test functions (
testing.RunTests
, etc). (#105)Changed
v1.2.1
: v.1.2.1Compare Source
[1.2.1]
Changed
v1.2.0
Compare Source
Added
Changed
Thanks to @tallclair for their contribution to this release.
goreleaser/goreleaser-action (goreleaser/goreleaser-action)
v2.9.1
Compare Source
What's Changed
Full Changelog: goreleaser/goreleaser-action@v2...v2.9.1
v2.9.0
Compare Source
What's Changed
Full Changelog: goreleaser/goreleaser-action@v2.8.1...v2.9.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.