nexpid / BunnyPlugins

A collection of all my awesome plugins for Bunny
https://bunny.nexpid.xyz/
Creative Commons Attribution 4.0 International
162 stars 16 forks source link

chore(deps): update dependency react-native-svg to v15 #76

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-svg ^14.1.0 -> ^15.0.0 age adoption passing confidence

Release Notes

react-native-community/react-native-svg (react-native-svg) ### [`v15.1.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v15.1.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v15.0.0...v15.1.0) Minor release including proper support for `react-native-reanimated` to the library on new architecture by using `dynamic` values for codegen. ##### What's Changed - feat: use dynamics instead of strings for props that can be either string or number by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2238](https://togithub.com/software-mansion/react-native-svg/pull/2238) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v15.0.0...v15.1.0 ### [`v15.0.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v15.0.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v14.1.0...v15.0.0) Major release introducing support for visionOS :tada:, some bug fixes and a BREAKING CHANGE due to [https://github.com/software-mansion/react-native-svg/pull/2232](https://togithub.com/software-mansion/react-native-svg/pull/2232). If your app already supports `iOS` >= `12.4` then you can safely upgrade the version, otherwise, you have to bump it first. #### What's Changed - feat: add visionOS support by [@​okwasniewski](https://togithub.com/okwasniewski) in [https://github.com/software-mansion/react-native-svg/pull/2190](https://togithub.com/software-mansion/react-native-svg/pull/2190) - fix: Correct types for transformsArrayToProps by [@​crazyfraggle](https://togithub.com/crazyfraggle) in [https://github.com/software-mansion/react-native-svg/pull/2193](https://togithub.com/software-mansion/react-native-svg/pull/2193) - chore: bump examples to 0.73.1 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2201](https://togithub.com/software-mansion/react-native-svg/pull/2201) - Fix type exports and enable `isolatedModules` setting to catch it in `tsc` by [@​renchap](https://togithub.com/renchap) in [https://github.com/software-mansion/react-native-svg/pull/2197](https://togithub.com/software-mansion/react-native-svg/pull/2197) - Fix crash when SVG is unloaded by XAML by [@​rozele](https://togithub.com/rozele) in [https://github.com/software-mansion/react-native-svg/pull/2195](https://togithub.com/software-mansion/react-native-svg/pull/2195) - fix(SvgCssUri): support rendering fallback instead of crashing the app when loading invalid content from remote svg file by [@​quangkcao](https://togithub.com/quangkcao) in [https://github.com/software-mansion/react-native-svg/pull/2196](https://togithub.com/software-mansion/react-native-svg/pull/2196) - fix: Ensure RNSVG.dll is built with proper publisher/versioning information via new resource file. by [@​taenri](https://togithub.com/taenri) in [https://github.com/software-mansion/react-native-svg/pull/2191](https://togithub.com/software-mansion/react-native-svg/pull/2191) - Update ios-build-test.yml by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2207](https://togithub.com/software-mansion/react-native-svg/pull/2207) - fix: visionOS support by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/software-mansion/react-native-svg/pull/2218](https://togithub.com/software-mansion/react-native-svg/pull/2218) - fixed [@​Deprecated](https://togithub.com/Deprecated) warning in React Native 0.73: 'com.facebook.react.common.StandardCharsets' is deprecated and marked for removal by [@​coder-xiaomo](https://togithub.com/coder-xiaomo) in [https://github.com/software-mansion/react-native-svg/pull/2208](https://togithub.com/software-mansion/react-native-svg/pull/2208) - fix: typo on require statement (`WithLocalSvg`) by [@​voidsatisfaction](https://togithub.com/voidsatisfaction) in [https://github.com/software-mansion/react-native-svg/pull/2223](https://togithub.com/software-mansion/react-native-svg/pull/2223) - fix: Add missing nan value checks for bounds size by [@​MatiPl01](https://togithub.com/MatiPl01) in [https://github.com/software-mansion/react-native-svg/pull/2220](https://togithub.com/software-mansion/react-native-svg/pull/2220) - chore(deps): bump ip from 1.1.8 to 1.1.9 in /Example by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2228](https://togithub.com/software-mansion/react-native-svg/pull/2228) - feat: bump minimal ios version to 12.4 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2232](https://togithub.com/software-mansion/react-native-svg/pull/2232) #### New Contributors - [@​okwasniewski](https://togithub.com/okwasniewski) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2190](https://togithub.com/software-mansion/react-native-svg/pull/2190) - [@​crazyfraggle](https://togithub.com/crazyfraggle) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2193](https://togithub.com/software-mansion/react-native-svg/pull/2193) - [@​quangkcao](https://togithub.com/quangkcao) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2196](https://togithub.com/software-mansion/react-native-svg/pull/2196) - [@​taenri](https://togithub.com/taenri) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2191](https://togithub.com/software-mansion/react-native-svg/pull/2191) - [@​coder-xiaomo](https://togithub.com/coder-xiaomo) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2208](https://togithub.com/software-mansion/react-native-svg/pull/2208) - [@​voidsatisfaction](https://togithub.com/voidsatisfaction) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2223](https://togithub.com/software-mansion/react-native-svg/pull/2223) - [@​MatiPl01](https://togithub.com/MatiPl01) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2220](https://togithub.com/software-mansion/react-native-svg/pull/2220) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v14.1.0...v15.0.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.



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