aryella-lacerda / react-native-accessibility-engine

Make accessibility-related assertions on React Native code using React Test Renderer
MIT License
163 stars 13 forks source link

fix(deps): update dependency de.undercouch:gradle-download-task to v5.2.1 #300

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
de.undercouch:gradle-download-task 5.0.1 -> 5.2.1 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

michel-kraemer/gradle-download-task ### [`v5.2.1`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.2.1) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.2.0...5.2.1) Bug fixes: - Use pooling connection manager of Apache HttpClient instead of basic one. The basic one is not meant to be used by multiple threads. This fixes an issue that could cause an `IllegalStateException` with the message `Connection is still allocated`. Thanks to [@​dmarks2](https://togithub.com/dmarks2) for spotting this. Maintenance: - Update dependencies ### [`v5.2.0`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.2.0) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.1.3...5.2.0) New features: - Add `eachFile` method that adds an action to be applied to each source URL before it is downloaded. The action can be used to modify the filename of the target file. - Add `runAsync` method to download extension. This allows multiple files to be downloaded in parallel if the download extension is used. For normal download tasks, multiple files were downloaded in parallel already. ### [`v5.1.3`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.1.3) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.1.2...5.1.3) Bug fixes: - Initialize progress logger just before the download starts (see [#​243](https://togithub.com/michel-kraemer/gradle-download-task/issues/243)) ### [`v5.1.2`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.1.2) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.1.1...5.1.2) Bug fixes: - Do not include default HTTP and HTTPS ports in `Host` header unless explicitly specified by the user ### [`v5.1.1`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.1.1) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.1.0...5.1.1) Bug fixes: - Correctly update cached sources Maintenance: - Add integration tests for Gradle 7.5 and 7.5.1 - Update dependencies ### [`v5.1.0`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.1.0) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.0.5...5.1.0) New features: - Add possibility to enable preemptive Basic authentication (through the new `preemptiveAuth` flag) - Warn if server does not send `WWW-Authenticate` header in 401 response - Log request and response headers in debug mode Maintenance: - Add integration tests for Gradle 7.4.1 and 7.4.2 - Update dependencies ### [`v5.0.5`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.0.5) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.0.4...5.0.5) Maintenance: - Publish signed artifacts to Gradle plugin portal - Update dependencies ### [`v5.0.4`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.0.4) Bug fixes: - Fix deadlock in `DownloadExtension` if `max-workers` equals 1 (thanks to [@​beatbrot](https://togithub.com/beatbrot) for spotting this, see [#​205](https://togithub.com/michel-kraemer/gradle-download-task/issues/205)) Maintenance: - Update dependencies ### [`v5.0.2`](https://togithub.com/michel-kraemer/gradle-download-task/releases/tag/5.0.2) [Compare Source](https://togithub.com/michel-kraemer/gradle-download-task/compare/5.0.1...5.0.2) Bug fixes: - Fix configuration cache under Java 17 Maintenance: - Add integration tests for Gradle 7.4 - Update dependencies

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.45% // Head: 99.45% // No change to project coverage :thumbsup:

Coverage data is based on head (1cf298a) compared to base (43be61c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #300 +/- ## ======================================= Coverage 99.45% 99.45% ======================================= Files 28 28 Lines 183 183 Branches 43 43 ======================================= Hits 182 182 Misses 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda)

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

renovate[bot] commented 1 year ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (5.2.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.