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 dependency react-native-blob-util to ^0.19.0 #1625

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-blob-util ^0.13.4 -> ^0.19.0 age adoption passing confidence

Release Notes

RonRadtke/react-native-blob-util (react-native-blob-util)

v0.19.0

Compare Source

iOS behaviour for content length same as under Android

Fixes for the podfile

fixing some warnings

reject promise if media store cna't write a file

v0.18.6

Compare Source

v0.18.5

Compare Source

v0.18.4

Compare Source

  • Fixes for RN 0.72 and new arch ( thanks @​billnbelll)
  • Readme fixes
  • Type fixes

v0.18.3

Compare Source

Bugfixes

v0.18.2

Compare Source

v0.18.1

Compare Source

  • Rewrite of the event emittings system to address issues in iOS where events are not passed to the js side correctly leading to not set headers, status, ...
  • Adds a new option "storeInDownloads" to addAndroidDownloads to enforce the file being stored to the downlaods collections. The path set will be ignored therefor.
    The file title will be generated by title + addExt or a uuid + addExt. So make sure to set at least addExt, or a title including the file extension.

v0.17.3

Compare Source

  • Fixing crash on iOS related to other libs (especially navigator libs like RNN)
  • Support for VS 2022
  • Fixes to the documentation

v0.17.2: Update

Compare Source

  • adding legacy constants to spec
  • Better errors on iOS writeFile
  • Fixing some method names on iOS which broke with the new arch migration
  • Fixing some potential errors due to async calls when getting the results of a request
  • Fixes for formdata polyfill on android
  • Custom error for rejections of canceling a request

v0.17.1

Compare Source

v0.17.0

Compare Source

BREAKING

  • This version requires React Native 0.65.x
  • Introduces support for the New Architecture

Before updating, please make sure you're using React Native 0.65.x or newer!
For migrating to the new architecture see: https://reactnative.dev/blog/2022/09/05/version-070

v0.16.4

Compare Source

  • Fixing a bug in the bugfix for multiple callbacks being triggered for download process on android
  • Fix for CVE 2022-3517
  • Fix for crashes due to null references

v0.16.3

Compare Source

  • Fixing the legacy paths
  • Fixing crashes due to multiple invoking of callbacks

v0.16.2

Compare Source

  • Adds the "old, deprecated" paths to the constants as legacy paths (LegacyDCIMDir, LegacyPictureDir, LegacyMusicDir, LegacyDownloadDir, LegacyMovieDir, LegacyRingtoneDir, LegacySDCardDir)
  • Fixing the mediastorage API to use the correct paths for older android versions. This will now lead to a file always being stored in e.g. the the download directory. So the copyToMediastore now can be used across all Android versions to save a file to e.g. the downloads folder

v0.16.1

Compare Source

  • Remove old linking hooks which didn't have any purpose anymore to support RN 0.69
  • Fixing division by zero bug
  • Improvements to android progress (thanks austinried)
  • Correct handling of formData (thanks ThePooN)
  • Hopefully a fix for the null is not an object bug

v0.16.0

Compare Source

  • [BREAKING] For the trusty option a custom trust manager has to be defined and injected (see Reamde for more details). This change has been made due to app rejections in the google play store. Security checks might have flagged the trust manager implementation even though it never was used
  • Enable reporting of progress from Android DownloadManager
  • Remove redundant iOS 7 polyfill
  • Remove CHECK_LICENSE permission
  • A fix for "unexpected end of stream error" issue Fixes #​137
  • Fix type declaration for close() in interface ReactNativeBlobUtilWriteStream

v0.15.0

Compare Source

  • The Transformers arrived: Possibility to specify a transformer class implementing e.g. an encryption which will be applied upon writing / reading bytes
  • Fixing an issue with huge files
  • Fixing several places of missing path normalization
  • Fixing issues with canceling an ongoing fetch
  • Fixing issues that base64 was in some cases not defined

v0.14.1

Compare Source

  • Fixing issues in the mediastore API for Android < 10

v0.14.0

Compare Source

New features:

Support for Android Media Store (Android > 9)

Adds support to save files to the media store, but also to copy files to the internal storage to be able to use them for further processing (e.g. sending to a server)
Wiki link: https://github.com/RonRadtke/react-native-blob-util/wiki/MediaStore

Fixes:

  • Fixing a lot of links in the docu and the wiki
  • Fixing issues with string conversation due by enforcing root local

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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 4, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@socket-security
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: [email protected]

@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.19.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/react-native-blob-util-0.x branch August 28, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant