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

[Snyk] Upgrade native-base from 2.4.1 to 2.13.8 #33

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade native-base from 2.4.1 to 2.13.8.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 35 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2019-09-11.
Release notes
Package name: native-base
  • 2.13.8 - 2019-09-11
    • chore(): transpiles changes 1bc0f94
    • Merge branch 'master' of github.com:GeekyAnts/NativeBase c9b35f0
    • fix(toast): fix top toast on iOS #2914 6ea7eca
    • fix(input): fixes fontSize for secureTextEntry 55e8317
    • chore(script): adds prettier only to src files a1757e0
    • fix(warning): fixes picker warning 0ff77d9
    • fix(): initialPage not working on Android #2705 (#2902) ea90755
    • added missing fullstops and colons (#2920) 0457587
    • fix(types): adds keyExtractor props for list aab70c3
    • fix(fonts): adds rubicon fonts ff89ff7
    • fix(image): adds image props for image component 964b633
    • fix(list): adds FlatList types for List component 5d670f3
    • chore(): updates issue template f8ce7ac

    v2.13.7...v2.13.8

  • 2.13.7 - 2019-09-04
    • fix(): adds missing robot fonts 414f362

    v2.13.6...v2.13.7

  • 2.13.6 - 2019-09-03

    This attempts to fix the long standing icons problems by replacing the old icon assets with the latest ones from react-native-vector-icons.

    v2.13.5...v2.13.6

  • 2.13.5 - 2019-08-16

    This release fixes the often reported floatingLabel issues and also takes care of the npm audit warnings that were caused by easy-grid and theme packages. ✨
    Give it a spin and let us know if your bug 🐞 is taken care of! 👀

    v2.13.4...v2.13.5

  • 2.13.4 - 2019-07-26
    • chore(): adds transpiled Item files e873988

    v2.13.3...v2.13.4

  • 2.13.3 - 2019-07-26
    • fix(): fixes crash on Input 2ca5414

    v2.13.2...v2.13.3

  • 2.13.2 - 2019-07-26

    v2.13.1...v2.13.2

  • 2.13.1 - 2019-07-25
    • fix(): fixes setState on didUpdate error ddae6e4

    v2.13.0...v2.13.1

  • 2.13.0 - 2019-07-24

    This release gets rid of ListView and all the deprecated methods.

    However there's one warning which is caused by this issue.
    This also fixes #2673 which was causing android releases to break with transparent background. 💪@PlabanJr

    Features

    • Accordion now has onAccordionOpen/onAccordionClose callbacks which provides item and index parameters. 👏 @Srishti-Sharma
    • Tabs have a disabled (boolean) prop. 👌@Srishti-Sharma

    Also props to all the external contributors who pitched in with useful PR's and made our work easier 🙏

    Breaking changes

    • Swipeable Lists are no longer supported. Swipeable lists depended on ListView and upgrading it didn't make sense as there are better alternatives available. We're still open to adding it back in if there many users depending on it. (Refactoring to the above component shouldn't be a difficult process either)

    Fixes/Changes

    v2.12.2...v2.13.0

  • 2.12.2 - 2019-07-18
    • Update Icon.js (#2762) 3bff9e9
    • Add POSITION enum to ToastContainer (#2781) cb89ce9
    • Footer cleanup (#2782) 5cb81cc
    • chore(): adds newwest chages from theme package b929255
    • Add PLATFORM to theme files (#2778) a5743db
    • Content cleanup (#2779) 1f5a4cb
    • Checkbox cleanup (#2777) 3fe0a58
    • Remove ListView (#2772) 15d7dde
    • Refactor ActionSheet (#2771) ba31eb7
    • Cleaning up and Adding onAccordionOpen/onAccordionClose callbacks (#2770) a723778
    • feat: Add Icon FontAwesome5Pro support (#2765) 87a0cb8
    • Adding TabBar disabled feature (#2760) 75341ac
    • fix(): Fixes #2723 (#2759) 0014bd0
    • Add missing Textarea type definitions (#2756) 4fd329e
    • fix(): Fixes #2743) 5f2f6ed
    • Merge pull request #2754 from Srishti-Sharma/srishti/datepicker_cleanup 55179a8
    • DatePicker Cleanup f921041
    • Merge pull request #2750 from GeekyAnts/feat/eslint-fixes 1ca2d20
    • Merge pull request #2752 from opencollective/opencollective 19fdc8c
    • Added call to donate after npm install (optional) b72b9ae
    • Added financial contributors to the README f734a88
    • Merge pull request #2749 from Srishti-Sharma/srishti/removing_rnpm 6367d21
    • fix(): eslint fixes de81ef2
    • fix(): package scripts 7472ba3
    • chore(): adds prettierrc 7d5caff
    • Removed rnpm 0bf3d43
    • Merge pull request #2745 from GeekyAnts/feat/npm_scripts 55da49a
    • chore(): adds package.json scripts 8796cf0
    • Merge pull request #2746 from GeekyAnts/feat/update_contribution_md e7696df
    • chore(): updates contribution guidelines 5d1253a
    • Merge pull request #2744 from Srishti-Sharma/srishti/button_fix 8c3ccec
    • Button fixes 6060f04
    • Merge pull request #2729 from MaShizhen/master 5fae398
    • Merge pull request #2706 from aljourda/master 3939624
    • Merge pull request #2712 from michalak111/fix-radio-typings b4047bf
    • Merge pull request #2654 from francescopersico/fix-content-calculateleft-calculateRight 280fc40
    • Merge pull request #2676 from naxir/patch-1 f06a650
    • Merge branch 'master' into master 9d4dc33
    • Merge pull request #2740 from Srishti-Sharma/srishti/button_cleanup b16e857
    • Merge pull request #2730 from TomMahle/fixActionSheetItemHeightIssues 550d6f9
    • Button cleanup e79c91c
    • Merge pull request #2738 from sebflipper/update-expo-getting-started 37b3464
    • Added missing AppLoading a96e237
    • Updated Getting Started for newer version of Expo 611a72e
    • chore(): adss format script and formats files 1e7744d
    • Fixes issues where height was not matching with number of items f126105
    • fix: Textarea add disabled Attr 0e154eb
    • add color and standardStyle to Radio types 0cfc308
    • Create FUNDING.yml 65f0bc7
    • Fix animation slow / Using the native driver ec3bf85
    • Merge pull request #2680 from hmajid2301/master 0d0775c
    • Update index.d.ts 4c9923a
    • Updated Toast.show in index.d.ts 1ac60c0
    • color prop defined in Radio Interface 94763d5
    • Merge pull request #2622 from tamurayk/fix/interface_of_content 2bd57b7
    • Merge pull request #2663 from yuzu441/update-tabs-proptypes a13ddb5
    • Merge pull request #2664 from muxi2015/patch-1 3c81949
    • Update index.d.ts 587f421
    • Update index.d.ts e9ee562
    • Add dist files 334c752
    • Fix Content calculateLeft & calculateRight 453989c
    • Fixed #2642, iPhone X notch in Landscape mode 167e2d1
    • add KeyboardAwareScrollViewProps to interface of Content dc211aa

    v2.12.1...v2.12.2

  • 2.12.1 - 2019-03-08
  • 2.12.0 - 2019-02-22
  • 2.11.0 - 2019-01-31
  • 2.10.0 - 2018-12-24
  • 2.9.4 - 2018-12-24
  • 2.9.3 - 2018-12-21
  • 2.9.2 - 2018-12-20
  • 2.9.1 - 2018-12-20
  • 2.9.0 - 2018-12-19
  • 2.8.2 - 2018-12-17
  • 2.8.1 - 2018-10-03
  • 2.8.0 - 2018-08-28
  • 2.7.2 - 2018-07-19
  • 2.7.1 - 2018-07-10
  • 2.7.0 - 2018-07-06
  • 2.6.1 - 2018-06-22
  • 2.6.0 - 2018-06-21
  • 2.5.3-0 - 2018-06-21
  • 2.5.2 - 2018-06-14
  • 2.5.1 - 2018-06-08
  • 2.5.0 - 2018-06-08
  • 2.4.5 - 2018-05-18
  • 2.4.4 - 2018-05-11
  • 2.4.3 - 2018-04-27
  • 2.4.2 - 2018-04-13
  • 2.4.1 - 2018-03-27
from native-base GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment