Skip to content
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

fix(deps): update all (major) #328

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update all (major) #328

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action major v3.3.1 -> v4.2.0 age adoption passing confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
actions/setup-go action major v4 -> v5 age adoption passing confidence
alex (source) dependencies major 10.0.0 -> 11.0.1 age adoption passing confidence
codecov/codecov-action action major v3.1.4 -> v5.1.2 age adoption passing confidence
docker/build-push-action action major v4.0.0 -> v6.10.0 age adoption passing confidence
ghcr.io/codfish/semantic-release-action docker major v2 -> v3 age adoption passing confidence
github/codeql-action action major v2 -> v3 age adoption passing confidence
golangci/golangci-lint-action action major v3 -> v6 age adoption passing confidence
goreleaser/goreleaser-action action major v4.2.0 -> v6.1.0 age adoption passing confidence
ubuntu github-runner major 20.04 -> 24.04 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

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 v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If 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:

Full Changelog: actions/cache@v4...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

v4.0.2

Compare Source

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.0.1

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.4.0

Compare Source

⚠️ Important Changes

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 v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If 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:

Full Changelog: actions/cache@v3...v3.4.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-go (actions/setup-go)

v5

Compare Source

get-alex/alex (alex)

v11.0.1

Compare Source

Full Changelog: get-alex/alex@11.0.0...11.0.1

v11.0.0

Compare Source

  • 1b4c1be Update retext-equality, retext-profanities
  • 3b55031 Remove support for Node 12

Full Changelog: get-alex/alex@10.0.0...11.0.0

codecov/codecov-action (codecov/codecov-action)

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0

v5.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6

v5.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5

v5.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.0.1...v5.0.2

v5.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.0.0...v5.0.1

v5.0.0

Compare Source

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

Full Changelog: codecov/codecov-action@v4.6.0...v5.0.0

v4.6.0

Compare Source

What's Changed


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from moul as a code owner November 17, 2022 15:46
@auto-add-label auto-add-label bot added the bug Something isn't working label Nov 17, 2022
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 17, 2022
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from bded241 to b109c94 Compare December 16, 2022 00:45
@renovate renovate bot changed the title fix(deps): update all (major) Update all (major) Dec 17, 2022
@renovate renovate bot changed the title Update all (major) fix(deps): update all (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from e070bbd to 0f61860 Compare December 23, 2022 09:17
@renovate renovate bot force-pushed the renovate/major-all branch from 0f61860 to b0d56d2 Compare January 13, 2023 13:37
@renovate renovate bot force-pushed the renovate/major-all branch from b0d56d2 to 7daf2c1 Compare January 23, 2023 10:54
@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 21.27%. Comparing base (7440812) to head (53ee999).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   21.27%   21.27%           
=======================================
  Files           1        1           
  Lines          47       47           
=======================================
  Hits           10       10           
  Misses         37       37           
Flag Coverage Δ
unittests 21.27% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 12f5cd9 to f7f74ac Compare January 30, 2023 19:43
@renovate renovate bot changed the title fix(deps): update all (major) chore(deps): update all (major) Mar 15, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from f7f74ac to 22ceb94 Compare March 15, 2023 18:56
@renovate renovate bot force-pushed the renovate/major-all branch from 22ceb94 to dc736e8 Compare May 28, 2023 08:43
@socket-security
Copy link

socket-security bot commented May 28, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-all branch from dc736e8 to 259b689 Compare June 9, 2023 11:52
@socket-security
Copy link

socket-security bot commented Jun 9, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: environment, filesystem, shell +383 15.7 MB wooorm

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from ca58b11 to 6b19a2a Compare June 13, 2023 11:42
@renovate renovate bot force-pushed the renovate/major-all branch from 6b19a2a to 47e5701 Compare July 31, 2023 07:09
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update dependency alex to v11 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 1dc124f to c07fb1c Compare July 31, 2023 14:10
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 340c1e2 to cf15111 Compare June 26, 2024 17:17
@renovate renovate bot force-pushed the renovate/major-all branch from cf15111 to 1620dd8 Compare July 3, 2024 09:52
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from c68fc9e to 92a8e1d Compare July 22, 2024 12:00
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 8fe7e2e to 6eca615 Compare August 13, 2024 14:59
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from fa2f2c8 to 5790d57 Compare October 1, 2024 15:32
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 51c1e93 to 09d4dc1 Compare October 8, 2024 18:55
@renovate renovate bot force-pushed the renovate/major-all branch from 09d4dc1 to 0031121 Compare October 22, 2024 13:24
@renovate renovate bot force-pushed the renovate/major-all branch from 0031121 to e95e91b Compare November 7, 2024 15:58
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 01a9012 to 4da0e27 Compare November 21, 2024 00:33
@renovate renovate bot force-pushed the renovate/major-all branch from 4da0e27 to 20978ec Compare November 26, 2024 14:19
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 5c707a5 to ca47be7 Compare December 5, 2024 22:56
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update all (major) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/major-all branch from ca47be7 to 204ca2d Compare December 18, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants