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

chore(deps): update all dependencies (patch) #53

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.8.4 -> ^7.8.7 age adoption passing confidence
@babel/runtime (source) ^7.8.4 -> ^7.8.7 age adoption passing confidence
@react-native-async-storage/async-storage ^1.13.2 -> ^1.13.4 age adoption passing confidence
@react-native-community/checkbox ^0.5.6 -> ^0.5.9 age adoption passing confidence
@react-native-community/datetimepicker ^3.5.0 -> ^3.5.2 age adoption passing confidence
@react-native-community/masked-view ^0.1.10 -> ^0.1.11 age adoption passing confidence
@react-native-community/netinfo ^5.9.9 -> ^5.9.10 age adoption passing confidence
@react-native-picker/picker ^1.15.0 -> ^1.16.8 age adoption passing confidence
@react-navigation/material-top-tabs (source) ^5.3.10 -> ^5.3.19 age adoption passing confidence
babel-jest ^25.1.0 -> ^25.5.1 age adoption passing confidence
eslint (source) ^6.5.1 -> ^6.8.0 age adoption passing confidence
gradle (source) 6.2 -> 6.2.2 age adoption passing confidence
jest (source) ^25.1.0 -> ^25.5.4 age adoption passing confidence
react-native-device-info ^8.3.1 -> ^8.3.3 age adoption passing confidence
react-native-push-notification ^7.3.0 -> ^7.3.2 age adoption passing confidence
react-native-reanimated ^1.13.2 -> ^1.13.3 age adoption passing confidence
react-native-screens ^2.15.0 -> ^2.15.2 age adoption passing confidence
react-native-svg ^12.1.0 -> ^12.1.1 age adoption passing confidence
com.android.tools.build:gradle (source) 3.5.3 -> 3.5.4 age adoption passing confidence

Release Notes

react-native-async-storage/async-storage

v1.13.4

Compare Source

Bug Fixes

v1.13.3

Compare Source

Features
Bug Fixes

❗️Note for iOS:

After upgrading to v1.13.3+, remember to:

  • remove Pods directory (ios/Pods)
  • clean build directory through Xcode (in menu: Product -> Clean Build Folder)
  • install dependencies again (pod install)
react-native-community/react-native-checkbox

v0.5.9

Compare Source

  1. Thanks to @​grgr-dkrk : add values of accessibility https://github.com/react-native-checkbox/react-native-checkbox/pull/139
  2. Thanks to @​lyswhut : Fix controlled component on Android https://github.com/react-native-checkbox/react-native-checkbox/pull/137
  3. Update some dependencies

v0.5.8

Compare Source

  1. https://github.com/react-native-checkbox/react-native-checkbox/issues/111
  2. update some libs
  3. fix readme

v0.5.7

Compare Source

https://github.com/react-native-checkbox/react-native-checkbox/pull/99 @​mateusz1913

react-native-community/datetimepicker

v3.5.2

Compare Source

Bug Fixes

v3.5.1

Compare Source

Bug Fixes
react-native-community/react-native-masked-view

v0.1.11

Compare Source

Add fix for React v17 compatibility with React Native 0.64 and react-navigation v5

Fixed https://github.com/react-native-masked-view/masked-view/issues/111

react-native-netinfo/react-native-netinfo

v5.9.10

Compare Source

Bug Fixes
  • ios,tvos: Remove IPv4-only paths to prevent App Store warnings (#​431 by @​ greenantdotcom ) (1db98cb)
react-native-picker/picker

v1.16.8

Compare Source

Bug Fixes

v1.16.7

Compare Source

Bug Fixes

v1.16.6

Compare Source

Bug Fixes

v1.16.5

Compare Source

Bug Fixes
  • make PickerItemProps accept generic value rather than just ItemValue (#​302) (34499f1)

v1.16.4

Compare Source

Bug Fixes
  • Fix typings by importing missing NativeSyntheticEvent and TargetedEvent (#​292) (cc16b9b)

v1.16.3

Compare Source

Bug Fixes

v1.16.2

Compare Source

Bug Fixes

v1.16.1

Compare Source

Bug Fixes
react-navigation/react-navigation

v5.3.19

Compare Source

Note: Version bump only for package @​react-navigation/material-top-tabs

v5.3.18

Compare Source

Note: Version bump only for package @​react-navigation/compat

v5.3.17

Compare Source

Note: Version bump only for package @​react-navigation/compat

v5.3.15

Compare Source

Note: Version bump only for package @​react-navigation/material-top-tabs

v5.3.14

Compare Source

Note: Version bump only for package @​react-navigation/material-top-tabs

v5.3.13

Compare Source

Note: Version bump only for package @​react-navigation/material-top-tabs

v5.3.12

Compare Source

Note: Version bump only for package @​react-navigation/material-top-tabs

v5.3.11

Compare Source

Bug Fixes
  • handle fallback for MaterialCommunityIcons better (26074a2)
gradle/gradle

v6.2.2

This is a patch release for Gradle 6.2.

This fixes a critical bug in Gradle 6.2:

  • Multi-project build use the properties of the rootProject for all included builds. #​12381

All issues fixed

We recommend that you use Gradle 6.2.2 over the initial release of Gradle 6.2.

Read the full release notes

Upgrade Instructions

Switch your build to use Gradle 6.2.2 by updating your wrapper:

./gradlew wrapper --gradle-version=6.2.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v6.2.1

This is a patch release for Gradle 6.2.

This fixes several critical bugs in Gradle 6.2:

  • Project name disambiguation causes project / external dependency conflicts to be missed. #​12315
  • IdeaModelBuilder does not provide groovy-all as compile dep for buildSrc #​12274
  • Gradle crashes if GRADLE_RO_DEP_CACHE is set and it cannot create modules-2 directory within it #​12293

All issues fixed

We recommend that you use Gradle 6.2.1 over the initial release of Gradle 6.2.

Read the full release notes

Upgrade Instructions

Switch your build to use Gradle 6.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=6.2.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.2.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

react-native-device-info/react-native-device-info

v8.3.3

Compare Source

Bug Fixes

v8.3.2

Compare Source

Bug Fixes
  • hasNotch: Add iPhone 13 lineup to list of devices with notch (#​1307) (44193d5)
zo0r/react-native-push-notification

v7.3.2

Compare Source

Fixed
  • (Android) Fix: Foreground notifications missing small icon. #​1927

v7.3.1

Compare Source

Fixed
  • (Android) Pin the firebase-messaging dependency to 21.1.0.
  • (Android) Fix: android missing channelId warning should now show #​1995.
software-mansion/react-native-reanimated

v1.13.3

Compare Source

🐛 Bug fixes
👍 Improvements
⌨️ Typescript
🙌 Thank you for your contributions!
react-native-community/react-native-svg

v12.1.1

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Paris.

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

@renovate renovate bot changed the title chore(deps): update dependency @babel/core to ^7.12.10 chore(deps): update dependency gradle to v6.2.2 Dec 18, 2020
@renovate renovate bot changed the title chore(deps): update dependency gradle to v6.2.2 fix(deps): update all dependencies (patch) Jan 2, 2021
@renovate renovate bot force-pushed the renovate/patch-all branch 2 times, most recently from 9017992 to a4f6644 Compare January 8, 2021 02:10
@renovate renovate bot force-pushed the renovate/patch-all branch 4 times, most recently from 9a7ff7f to a7ad878 Compare January 20, 2021 15:02
@renovate renovate bot force-pushed the renovate/patch-all branch 2 times, most recently from fa4ee60 to d374f58 Compare January 22, 2021 13:10
@renovate renovate bot changed the title fix(deps): update all dependencies (patch) chore(deps): update all dependencies (patch) Feb 13, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 18, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: monsuivipsy@0.0.1
npm ERR! Found: react@16.13.1
npm ERR! node_modules/react
npm ERR!   react@"16.13.1" from the root project
npm ERR!   peer react@"*" from @react-native-community/checkbox@0.5.7
npm ERR!   node_modules/@react-native-community/checkbox
npm ERR!     @react-native-community/checkbox@"^0.5.7" from the root project
npm ERR!   1 more (react-native)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"17.0.1" from react-native-windows@0.64.4
npm ERR! node_modules/react-native-windows
npm ERR!   peer react-native-windows@">=0.62" from @react-native-community/checkbox@0.5.7
npm ERR!   node_modules/@react-native-community/checkbox
npm ERR!     @react-native-community/checkbox@"^0.5.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-04-22T17_41_57_071Z-debug.log

@renovate renovate bot force-pushed the renovate/patch-all branch 3 times, most recently from c4c2c57 to 6a81c97 Compare April 9, 2021 09:57
@renovate renovate bot force-pushed the renovate/patch-all branch 7 times, most recently from 5924058 to 458982b Compare April 19, 2021 21:12
@renovate renovate bot force-pushed the renovate/patch-all branch 3 times, most recently from 447d9ad to dd89967 Compare July 20, 2021 14:45
@renovate renovate bot force-pushed the renovate/patch-all branch 3 times, most recently from f8832d2 to 33ed601 Compare August 5, 2021 00:17
@renovate renovate bot force-pushed the renovate/patch-all branch 3 times, most recently from c6fc97b to 7ea734a Compare August 19, 2021 12:14
@renovate renovate bot force-pushed the renovate/patch-all branch 5 times, most recently from 1f324f1 to ec90d39 Compare August 30, 2021 08:53
@renovate renovate bot force-pushed the renovate/patch-all branch 6 times, most recently from 53be15b to a5e5d09 Compare September 21, 2021 16:04
@renovate renovate bot force-pushed the renovate/patch-all branch 2 times, most recently from 67f3c48 to 6e22a5c Compare October 8, 2021 13:26
@renovate renovate bot force-pushed the renovate/patch-all branch 3 times, most recently from c289c7e to 99fb275 Compare October 12, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants