fix(deps): update all#88
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
=======================================
Coverage 34.32% 34.32%
=======================================
Files 1 1
Lines 67 67
=======================================
Hits 23 23
Misses 43 43
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cfe23b9 to
073a329
Compare
073a329 to
dd4dd0b
Compare
dd4dd0b to
b8f541f
Compare
b8f541f to
08a7b7c
Compare
08a7b7c to
0d688ce
Compare
0d688ce to
9768742
Compare
9768742 to
b819124
Compare
8558bc7 to
cb55673
Compare
cb55673 to
3148754
Compare
12e2717 to
27fee93
Compare
27fee93 to
3f0fedd
Compare
3f0fedd to
e16942b
Compare
326e407 to
a9004d1
Compare
a9004d1 to
b8ae2fb
Compare
4041fe7 to
98793db
Compare
98793db to
eae75a8
Compare
5c70421 to
8863238
Compare
4c4c4a5 to
808e766
Compare
808e766 to
202fc17
Compare
202fc17 to
babd0a9
Compare
babd0a9 to
0dab0c4
Compare
f0d9c0b to
5931ddd
Compare
5931ddd to
f3478db
Compare
f3478db to
eb8d8c2
Compare
eb8d8c2 to
a5c9c98
Compare
a5c9c98 to
904fbc8
Compare
350a65d to
fd88110
Compare
fd88110 to
425342b
Compare
425342b to
f967190
Compare
f967190 to
7a33ead
Compare
7a33ead to
c035a26
Compare
c035a26 to
3b02188
Compare
3b02188 to
fda18ce
Compare
fda18ce to
da46149
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.3.0→v3.5.0v2.4.0→v2.7.0v1.9.0→v1.10.0v1.7.0→v1.11.1v1.21.0→v1.28.0v1.50.1→v1.64.8v1.23.6→v1.31.1Release Notes
actions/cache (actions/cache)
v3.5.0Compare Source
actions/cacheto v4.1.0Full Changelog: actions/cache@v3...v3.5.0
v3.4.3Compare Source
What's Changed
Full Changelog: actions/cache@v3.4.2...v3.4.3
v3.4.2Compare Source
What's Changed
Full Changelog: actions/cache@v3.4.0...v3.4.2
v3.4.1Compare Source
v3.4.0Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.11.1.30.38.3Full Changelog: actions/cache@v3.3.3...v3.4.0
v3.3.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.3
v3.3.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.2
v3.3.1Compare Source
What's Changed
Full Changelog: actions/cache@v3...v3.3.1
actions/checkout (actions/checkout)
v2.7.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2.6.0...v2.7.0
v2.6.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2.5.0...v2.6.0
v2.5.0Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.5.0
v2.4.2Compare Source
What's Changed
Full Changelog: actions/checkout@v2...v2.4.2
v2.4.1Compare Source
safe.directorycodfish/semantic-release-action (codfish/semantic-release-action)
v1.10.0Compare Source
Features
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in #631NotImplementsand variants by @hslatman in #1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.3...v1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.2...v1.8.3
v1.8.2Compare Source
What's Changed
CallerInfo()source file paths by @bozaro in #1288New Contributors
Full Changelog: stretchr/testify@v1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
CallerInfoshould print full paths to the terminal by @stdedos in #1201New Contributors
Full Changelog: stretchr/testify@v1.7.5...v1.8.0
v1.7.5Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 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.