From 0d7ba5d2562e5174a1d8e97510e63f2b363d8d32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:14:02 +0000 Subject: [PATCH] fix(deps): update dependency react-native-svg to ^13.14.0 (#4339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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-svg](https://togithub.com/react-native-community/react-native-svg) | [`^13.9.0` -> `^13.14.0`](https://renovatebot.com/diffs/npm/react-native-svg/13.9.0/13.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-svg/13.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-svg/13.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-svg/13.9.0/13.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-svg/13.9.0/13.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
react-native-community/react-native-svg (react-native-svg) ### [`v13.14.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.14.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.13.0...v13.14.0) PR adding improvements to the library. Thanks for all your contributions πŸš€ #### What's Changed - Create FUNDING.yml by [@​aleqsio](https://togithub.com/aleqsio) in [https://github.com/software-mansion/react-native-svg/pull/2133](https://togithub.com/software-mansion/react-native-svg/pull/2133) - docs: Update deprecated expo install instructions to \`npx expo installΒ΄ by [@​GabrieldosSantosOliveira](https://togithub.com/GabrieldosSantosOliveira) in [https://github.com/software-mansion/react-native-svg/pull/2128](https://togithub.com/software-mansion/react-native-svg/pull/2128) - \[macOS]\[Xcode 15] Avoid using dirtyRect in `drawRect:` by [@​Saadnajmi](https://togithub.com/Saadnajmi) in [https://github.com/software-mansion/react-native-svg/pull/2136](https://togithub.com/software-mansion/react-native-svg/pull/2136) - fix: error for transform on web by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2139](https://togithub.com/software-mansion/react-native-svg/pull/2139) - chore(deps): bump activesupport from 6.1.7.4 to 7.0.7.2 in /TestsExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2122](https://togithub.com/software-mansion/react-native-svg/pull/2122) - fix: web not working with reanimated in example by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2140](https://togithub.com/software-mansion/react-native-svg/pull/2140) #### New Contributors - [@​aleqsio](https://togithub.com/aleqsio) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2133](https://togithub.com/software-mansion/react-native-svg/pull/2133) - [@​GabrieldosSantosOliveira](https://togithub.com/GabrieldosSantosOliveira) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2128](https://togithub.com/software-mansion/react-native-svg/pull/2128) - [@​Saadnajmi](https://togithub.com/Saadnajmi) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2136](https://togithub.com/software-mansion/react-native-svg/pull/2136) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.13.0...v13.14.0 ### [`v13.13.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.13.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.12.0...v13.13.0) Minor release restoring usage of `UIGraphicsBeginImageContextWithOptions` on `macOS` since there is no implementation for `UIGraphicsImageRendererFormat` there yet. #### What's Changed - feat: add macos back to Example app by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2119](https://togithub.com/software-mansion/react-native-svg/pull/2119) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.12.0...v13.13.0 ### [`v13.12.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.12.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.11.0...v13.12.0) Minor release introducing the change of API used on `iOS` from [UIGraphicsBeginImageContextWithOptions](https://developer.apple.com/documentation/uikit/1623912-uigraphicsbeginimagecontextwitho) to [UIGraphicsImageRenderer](https://developer.apple.com/documentation/uikit/uigraphicsimagerenderer). #### What's Changed - feat: remove UIGraphicsBeginImageContextWithOptions from repo by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2117](https://togithub.com/software-mansion/react-native-svg/pull/2117) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.11.0...v13.12.0 ### [`v13.11.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.11.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.10.0...v13.11.0) Minor release cleaning the repository 🧹 Please submit any issues that come up with the newest version πŸ› Thanks for your contributions πŸš€ #### What's Changed - fix: make web platform types compatible with native types by [@​nderscore](https://togithub.com/nderscore) in [https://github.com/software-mansion/react-native-svg/pull/2091](https://togithub.com/software-mansion/react-native-svg/pull/2091) - docs: update usage.md for react-native 0.72 by [@​Letty](https://togithub.com/Letty) in [https://github.com/software-mansion/react-native-svg/pull/2104](https://togithub.com/software-mansion/react-native-svg/pull/2104) - docs: update README.md by [@​Mhp23](https://togithub.com/Mhp23) in [https://github.com/software-mansion/react-native-svg/pull/2110](https://togithub.com/software-mansion/react-native-svg/pull/2110) - fix: bump packages, eslint, tsconfig, prettier and resolve all conflicts by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2114](https://togithub.com/software-mansion/react-native-svg/pull/2114) #### New Contributors - [@​nderscore](https://togithub.com/nderscore) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2091](https://togithub.com/software-mansion/react-native-svg/pull/2091) - [@​Letty](https://togithub.com/Letty) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2104](https://togithub.com/software-mansion/react-native-svg/pull/2104) - [@​Mhp23](https://togithub.com/Mhp23) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2110](https://togithub.com/software-mansion/react-native-svg/pull/2110) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.10.0...v13.11.0 ### [`v13.10.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.10.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.9.0...v13.10.0) Minor release fixing some long-standing issues, adding new features such as web support for `toDataURL` ([https://github.com/software-mansion/react-native-svg/pull/2072](https://togithub.com/software-mansion/react-native-svg/pull/2072)) and `fallback` prop for `SvgXml` and others ([https://github.com/software-mansion/react-native-svg/pull/2071](https://togithub.com/software-mansion/react-native-svg/pull/2071)). It also adds support for RN 0.72 on **new architecture**, at the same time dropping the support for RN 0.71 there. Thanks for all your contributions πŸš€ #### What's Changed - Fix compilation errors on Windows by [@​christophpurrer](https://togithub.com/christophpurrer) in [https://github.com/software-mansion/react-native-svg/pull/2045](https://togithub.com/software-mansion/react-native-svg/pull/2045) - Fix setNativeProps type by [@​fauri13](https://togithub.com/fauri13) in [https://github.com/software-mansion/react-native-svg/pull/2058](https://togithub.com/software-mansion/react-native-svg/pull/2058) - fix: remove deprecated import from react-native-web by [@​janlat](https://togithub.com/janlat) in [https://github.com/software-mansion/react-native-svg/pull/2027](https://togithub.com/software-mansion/react-native-svg/pull/2027) - fix: Updating iOS version [#​2038](https://togithub.com/react-native-community/react-native-svg/issues/2038) by [@​sgabriel](https://togithub.com/sgabriel) in [https://github.com/software-mansion/react-native-svg/pull/2041](https://togithub.com/software-mansion/react-native-svg/pull/2041) - Fix syntax error in RNSVGImageShadowNode::initialStateData by [@​hsjoberg](https://togithub.com/hsjoberg) in [https://github.com/software-mansion/react-native-svg/pull/2079](https://togithub.com/software-mansion/react-native-svg/pull/2079) - Fix [#​1345](https://togithub.com/react-native-community/react-native-svg/issues/1345): opacity does not work with currentColor on Android by [@​laptou](https://togithub.com/laptou) in [https://github.com/software-mansion/react-native-svg/pull/2080](https://togithub.com/software-mansion/react-native-svg/pull/2080) - chore: bump Example to 0.72 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2084](https://togithub.com/software-mansion/react-native-svg/pull/2084) - chore(deps): bump fast-xml-parser from 4.1.3 to 4.2.4 in /TestsExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2063](https://togithub.com/software-mansion/react-native-svg/pull/2063) - chore(deps): bump vm2 from 3.9.14 to 3.9.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2056](https://togithub.com/software-mansion/react-native-svg/pull/2056) - chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 in /TestsExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2085](https://togithub.com/software-mansion/react-native-svg/pull/2085) - Add web support for toDataURL() on svg tags by [@​chrispader](https://togithub.com/chrispader) in [https://github.com/software-mansion/react-native-svg/pull/2072](https://togithub.com/software-mansion/react-native-svg/pull/2072) - Prevents SvgUri crashes when uri is invalid and adds fallback prop by [@​PiotrWszolek](https://togithub.com/PiotrWszolek) in [https://github.com/software-mansion/react-native-svg/pull/2071](https://togithub.com/software-mansion/react-native-svg/pull/2071) - chore: run prettier and lint by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2087](https://togithub.com/software-mansion/react-native-svg/pull/2087) - chore: bump TestsExample to 0.72 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2088](https://togithub.com/software-mansion/react-native-svg/pull/2088) - feat: strokeDasharray with Animated by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2089](https://togithub.com/software-mansion/react-native-svg/pull/2089) #### New Contributors - [@​christophpurrer](https://togithub.com/christophpurrer) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2045](https://togithub.com/software-mansion/react-native-svg/pull/2045) - [@​fauri13](https://togithub.com/fauri13) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2058](https://togithub.com/software-mansion/react-native-svg/pull/2058) - [@​janlat](https://togithub.com/janlat) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2027](https://togithub.com/software-mansion/react-native-svg/pull/2027) - [@​sgabriel](https://togithub.com/sgabriel) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2041](https://togithub.com/software-mansion/react-native-svg/pull/2041) - [@​laptou](https://togithub.com/laptou) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2080](https://togithub.com/software-mansion/react-native-svg/pull/2080) - [@​chrispader](https://togithub.com/chrispader) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2072](https://togithub.com/software-mansion/react-native-svg/pull/2072) - [@​PiotrWszolek](https://togithub.com/PiotrWszolek) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2071](https://togithub.com/software-mansion/react-native-svg/pull/2071) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.9.0...v13.10.0
--- ### Configuration πŸ“… **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. β™» **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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: valora-bot --- ios/Podfile.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5731c544cfd..421807167fc 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -747,7 +747,7 @@ PODS: - Sentry/HybridSDK (= 7.31.5) - RNShare (7.9.1): - React-Core - - RNSVG (13.9.0): + - RNSVG (13.14.0): - React-Core - SDWebImage (5.11.1): - SDWebImage/Core (= 5.11.1) @@ -1246,7 +1246,7 @@ SPEC CHECKSUMS: RNSecureRandom: ff25041dd065a945810ca01a2bcd06f8d141b81d RNSentry: 4ea90ea061624364637e8077d965bf2e50478066 RNShare: a5dc3b9c53ddc73e155b8cd9a94c70c91913c43c - RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315 + RNSVG: d00c8f91c3cbf6d476451313a18f04d220d4f396 SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d segment-analytics-react-native: 2b90f606cda9234dd110d117c4ffc918d9ba29bb diff --git a/package.json b/package.json index 7a98235927a..f86cc29f66d 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "react-native-skeleton-placeholder": "^5.2.4", "react-native-sms-retriever": "^1.1.1", "react-native-splash-screen": "^3.3.0", - "react-native-svg": "^13.9.0", + "react-native-svg": "^13.14.0", "react-native-tab-view": "^2.16.0", "react-native-url-polyfill": "^1.3.0", "react-native-video": "^6.0.0-alpha.7", diff --git a/yarn.lock b/yarn.lock index f3693e151a2..996e9a7814c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13865,10 +13865,10 @@ react-native-svg-mock@^2.0.0: resolved "https://registry.yarnpkg.com/react-native-svg-mock/-/react-native-svg-mock-2.0.0.tgz#27f4793e860ec6cae783930e6afb54869f0a2ea9" integrity sha512-+Op91zndXy+fUHZlcYo2YU3RzW5yXvKXE/mqMgYOdJLLS2kWwZBjAGt+CiKGl/+ZKnJ8/h0TWiiT0vCSv2NxEA== -react-native-svg@^13.9.0: - version "13.9.0" - resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.9.0.tgz#8df8a690dd00362601f074dec5d3a86dd0f99c7f" - integrity sha512-Ey18POH0dA0ob/QiwCBVrxIiwflhYuw0P0hBlOHeY4J5cdbs8ngdKHeWC/Kt9+ryP6fNoEQ1PUgPYw2Bs/rp5Q== +react-native-svg@^13.14.0: + version "13.14.0" + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.14.0.tgz#879930cfe10e877e51ebb77dfcc2cd65fc6b0d21" + integrity sha512-27ZnxUkHgWICimhuj6MuqBkISN53lVvgWJB7pIypjXysAyM+nqgQBPh4vXg+7MbqLBoYvR4PiBgKfwwGAqVxHg== dependencies: css-select "^5.1.0" css-tree "^1.1.3"