arduino / libraries-repository-engine

Arduino Library Manager index manager
GNU Affero General Public License v3.0
11 stars 2 forks source link

Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 #191

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 1 year ago

Bumps github.com/stretchr/testify from 1.8.2 to 1.8.3.

Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (79c6ad4) 42.54% compared to head (26480db) 42.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #191 +/- ## ======================================= Coverage 42.54% 42.54% ======================================= Files 26 26 Lines 1455 1455 ======================================= Hits 619 619 Misses 775 775 Partials 61 61 ``` | Flag | Coverage Δ | | |---|---|---| | unit | `42.54% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=arduino#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

per1234 commented 1 year ago

The minimum supported Go version of the package is now 1.19:

https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R351

We are using 1.17 for this project. Even though there is no obvious breakage, I think it is a bad idea to update the package before we migrate this project to using a supported Go version so I will put this on hold.

dependabot[bot] commented 1 year ago

A newer version of github.com/stretchr/testify exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

per1234 commented 1 year ago

A newer version of github.com/stretchr/testify exists

The situation remains the same with the newer version 1.8.4: The minimum supported Go version of the package is still 1.19.

dependabot[bot] commented 6 months ago

OK, I won't notify you about version 1.8.x again, unless you re-open this PR.