Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit f1ff25a

Browse files
fix(deps): update dependency react-native-vector-icons to v10 (#461)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-vector-icons](https://togithub.com/oblador/react-native-vector-icons) | [`^9.2.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/react-native-vector-icons/9.2.0/10.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-vector-icons/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-vector-icons/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-vector-icons/9.2.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-vector-icons/9.2.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oblador/react-native-vector-icons (react-native-vector-icons)</summary> ### [`v10.0.0`](https://togithub.com/oblador/react-native-vector-icons/releases/tag/v10.0.0): 10.0.0 [Compare Source](https://togithub.com/oblador/react-native-vector-icons/compare/v9.2.0...v10.0.0) #### Overview - Improved support for React Native 0.72, 0.73 and RN Web. - New and updated icon sets. #### Detailed Changes - Fix link to FontAwesome website by [@&#8203;nidelson](https://togithub.com/nidelson) in [https://github.com/oblador/react-native-vector-icons/pull/1444](https://togithub.com/oblador/react-native-vector-icons/pull/1444) - Upgrade example to React Native 0.70 by [@&#8203;oblador](https://togithub.com/oblador) in [https://github.com/oblador/react-native-vector-icons/pull/1467](https://togithub.com/oblador/react-native-vector-icons/pull/1467) - Migrate to new architecture by [@&#8203;oblador](https://togithub.com/oblador) in [https://github.com/oblador/react-native-vector-icons/pull/1468](https://togithub.com/oblador/react-native-vector-icons/pull/1468) - Remove setNativeProps by [@&#8203;oblador](https://togithub.com/oblador) in [https://github.com/oblador/react-native-vector-icons/pull/1469](https://togithub.com/oblador/react-native-vector-icons/pull/1469) - Upgrade example to React Native 0.72 by [@&#8203;oblador](https://togithub.com/oblador) in [https://github.com/oblador/react-native-vector-icons/pull/1517](https://togithub.com/oblador/react-native-vector-icons/pull/1517) - fix: make `lintVitalAnalyze*` depend on copy by [@&#8203;msbit](https://togithub.com/msbit) in [https://github.com/oblador/react-native-vector-icons/pull/1515](https://togithub.com/oblador/react-native-vector-icons/pull/1515) - Update README.md by [@&#8203;aniketjha9179](https://togithub.com/aniketjha9179) in [https://github.com/oblador/react-native-vector-icons/pull/1502](https://togithub.com/oblador/react-native-vector-icons/pull/1502) - Update README.md by [@&#8203;DaduDev](https://togithub.com/DaduDev) in [https://github.com/oblador/react-native-vector-icons/pull/1504](https://togithub.com/oblador/react-native-vector-icons/pull/1504) - Fix to get working with react-native-web by [@&#8203;johnf](https://togithub.com/johnf) in [https://github.com/oblador/react-native-vector-icons/pull/1492](https://togithub.com/oblador/react-native-vector-icons/pull/1492) - RN-0.73 change Android configs for RN 0.73 compatibility by [@&#8203;felipemillhouse](https://togithub.com/felipemillhouse) in [https://github.com/oblador/react-native-vector-icons/pull/1507](https://togithub.com/oblador/react-native-vector-icons/pull/1507) - Replace tabBarOptions with screenOptions by [@&#8203;MenaiAla](https://togithub.com/MenaiAla) in [https://github.com/oblador/react-native-vector-icons/pull/1478](https://togithub.com/oblador/react-native-vector-icons/pull/1478) - fix (ios): support kCTFontManagerErrorDuplicatedName as allowable error by [@&#8203;iBotPeaches](https://togithub.com/iBotPeaches) in [https://github.com/oblador/react-native-vector-icons/pull/1474](https://togithub.com/oblador/react-native-vector-icons/pull/1474) - Update README with monorepo info for Android by [@&#8203;samzmann](https://togithub.com/samzmann) in [https://github.com/oblador/react-native-vector-icons/pull/1476](https://togithub.com/oblador/react-native-vector-icons/pull/1476) - Improve Error Logging for Font Imports by [@&#8203;JKeddo95](https://togithub.com/JKeddo95) in [https://github.com/oblador/react-native-vector-icons/pull/1475](https://togithub.com/oblador/react-native-vector-icons/pull/1475) - Update Ionicons to v7.1.0 by [@&#8203;mrkpatchaa](https://togithub.com/mrkpatchaa) in [https://github.com/oblador/react-native-vector-icons/pull/1484](https://togithub.com/oblador/react-native-vector-icons/pull/1484) - Fontawesome6 (Closes [#&#8203;1408](https://togithub.com/oblador/react-native-vector-icons/issues/1408)) by [@&#8203;johnf](https://togithub.com/johnf) in [https://github.com/oblador/react-native-vector-icons/pull/1483](https://togithub.com/oblador/react-native-vector-icons/pull/1483) - Use Node 16 in CI by [@&#8203;oblador](https://togithub.com/oblador) in [https://github.com/oblador/react-native-vector-icons/pull/1518](https://togithub.com/oblador/react-native-vector-icons/pull/1518) - Upgrade Material Icons to Sept 2022 update by [@&#8203;oblador](https://togithub.com/oblador) in [https://github.com/oblador/react-native-vector-icons/pull/1519](https://togithub.com/oblador/react-native-vector-icons/pull/1519) - Move ionicon build dependencies to devDependencies by [@&#8203;oblador](https://togithub.com/oblador) in [https://github.com/oblador/react-native-vector-icons/pull/1520](https://togithub.com/oblador/react-native-vector-icons/pull/1520) #### New Contributors - [@&#8203;nidelson](https://togithub.com/nidelson) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1444](https://togithub.com/oblador/react-native-vector-icons/pull/1444) - [@&#8203;msbit](https://togithub.com/msbit) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1515](https://togithub.com/oblador/react-native-vector-icons/pull/1515) - [@&#8203;aniketjha9179](https://togithub.com/aniketjha9179) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1502](https://togithub.com/oblador/react-native-vector-icons/pull/1502) - [@&#8203;DaduDev](https://togithub.com/DaduDev) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1504](https://togithub.com/oblador/react-native-vector-icons/pull/1504) - [@&#8203;johnf](https://togithub.com/johnf) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1492](https://togithub.com/oblador/react-native-vector-icons/pull/1492) - [@&#8203;felipemillhouse](https://togithub.com/felipemillhouse) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1507](https://togithub.com/oblador/react-native-vector-icons/pull/1507) - [@&#8203;MenaiAla](https://togithub.com/MenaiAla) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1478](https://togithub.com/oblador/react-native-vector-icons/pull/1478) - [@&#8203;iBotPeaches](https://togithub.com/iBotPeaches) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1474](https://togithub.com/oblador/react-native-vector-icons/pull/1474) - [@&#8203;samzmann](https://togithub.com/samzmann) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1476](https://togithub.com/oblador/react-native-vector-icons/pull/1476) - [@&#8203;JKeddo95](https://togithub.com/JKeddo95) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1475](https://togithub.com/oblador/react-native-vector-icons/pull/1475) - [@&#8203;mrkpatchaa](https://togithub.com/mrkpatchaa) made their first contribution in [https://github.com/oblador/react-native-vector-icons/pull/1484](https://togithub.com/oblador/react-native-vector-icons/pull/1484) **Full Changelog**: oblador/react-native-vector-icons@v9.2.0...v10.0.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/dooboolab-community/dooboo-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad04c61 commit f1ff25a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react-native-reanimated": "~3.3.0",
4949
"react-native-safe-area-context": "4.6.3",
5050
"react-native-svg": "13.9.0",
51-
"react-native-vector-icons": "^9.2.0",
51+
"react-native-vector-icons": "^10.0.0",
5252
"react-native-web": "~0.19.6",
5353
"react-native-web-hooks": "^3.0.2",
5454
"react-useinterval": "^1.0.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15699,10 +15699,10 @@ react-native-swipe-gestures@^1.0.5:
1569915699
resolved "https://registry.yarnpkg.com/react-native-swipe-gestures/-/react-native-swipe-gestures-1.0.5.tgz#a172cb0f3e7478ccd681fd36b8bfbcdd098bde7c"
1570015700
integrity sha512-Ns7Bn9H/Tyw278+5SQx9oAblDZ7JixyzeOczcBK8dipQk2pD7Djkcfnf1nB/8RErAmMLL9iXgW0QHqiII8AhKw==
1570115701

15702-
react-native-vector-icons@^9.2.0:
15703-
version "9.2.0"
15704-
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz#3c0c82e95defd274d56363cbe8fead8d53167ebd"
15705-
integrity sha512-wKYLaFuQST/chH3AJRjmOLoLy3JEs1JR6zMNgTaemFpNoXs0ztRnTxcxFD9xhX7cJe1/zoN5BpQYe7kL0m5yyA==
15702+
react-native-vector-icons@^10.0.0:
15703+
version "10.0.0"
15704+
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-10.0.0.tgz#0f031f7717f76f0a397f725de9b5a47ec87862e9"
15705+
integrity sha512-efMOVbZIebY8RszZPzPBoXi9pvD/NFYmjIDYxRoc9LYSzV8rMJtT8FfcO2hPu85Rn2x9xktha0+qn0B7EqMAcQ==
1570615706
dependencies:
1570715707
prop-types "^15.7.2"
1570815708
yargs "^16.1.1"

0 commit comments

Comments
 (0)