Skip to content

Commit

Permalink
fix(deps): update dependency react-native-svg to v13.8.0 (#268)
Browse files Browse the repository at this point in the history
[![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://github.com/react-native-community/react-native-svg)
| [`13.4.0` ->
`13.8.0`](https://renovatebot.com/diffs/npm/react-native-svg/13.4.0/13.8.0)
|
[![age](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/compatibility-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/confidence-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-native-community/react-native-svg</summary>

###
[`v13.8.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.8.0)

[Compare
Source](https://github.com/react-native-community/react-native-svg/compare/v13.7.0...v13.8.0)

Minor release bringing Fabric support to RN v0.71 🎉

#### What's Changed

- feat: update FabricExample to 0.71.0-rc.6 by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1962](https://github.com/software-mansion/react-native-svg/pull/1962)
- chore: ensure consistent use of `import type` by
[@&#8203;tido64](https://github.com/tido64) in
[https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971)
- chore: change fabric flag by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1979](https://github.com/software-mansion/react-native-svg/pull/1979)

#### New Contributors

- [@&#8203;tido64](https://github.com/tido64) made their first
contribution in
[https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971)

**Full Changelog**:
software-mansion/react-native-svg@v13.7.0...v13.8.0

###
[`v13.7.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.7.0)

[Compare
Source](https://github.com/react-native-community/react-native-svg/compare/v13.6.0...v13.7.0)

#### What's Changed

- Fix windows build issues by
[@&#8203;marlenecota](https://github.com/marlenecota) in
[https://github.com/software-mansion/react-native-svg/pull/1923](https://github.com/software-mansion/react-native-svg/pull/1923)
- fix: fill/stroke setters and implement currentColor on Windows by
[@&#8203;marlenecota](https://github.com/marlenecota) in
[https://github.com/software-mansion/react-native-svg/pull/1928](https://github.com/software-mansion/react-native-svg/pull/1928)
- refactor: remove circular dependency by
[@&#8203;Fasteel](https://github.com/Fasteel) in
[https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929)
- Include proguard config by
[@&#8203;heroic](https://github.com/heroic) in
[https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842)
- fix: accept comas in viewbox by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1952](https://github.com/software-mansion/react-native-svg/pull/1952)
- Fix nested SVGs in iOS
[#&#8203;1437](https://github.com/react-native-community/react-native-svg/issues/1437)
by [@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1948](https://github.com/software-mansion/react-native-svg/pull/1948)
- fix: restore black as a default color for svgs by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1947](https://github.com/software-mansion/react-native-svg/pull/1947)
- feat(windows): add clipPath and touch events by
[@&#8203;marlenecota](https://github.com/marlenecota) in
[https://github.com/software-mansion/react-native-svg/pull/1933](https://github.com/software-mansion/react-native-svg/pull/1933)
- fix: Call onLoad prop in SvgCssUri by
[@&#8203;mantasio](https://github.com/mantasio) in
[https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927)
- feat(windows): add example app by
[@&#8203;marlenecota](https://github.com/marlenecota) in
[https://github.com/software-mansion/react-native-svg/pull/1937](https://github.com/software-mansion/react-native-svg/pull/1937)

#### New Contributors

- [@&#8203;Fasteel](https://github.com/Fasteel) made their first
contribution in
[https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929)
- [@&#8203;heroic](https://github.com/heroic) made their first
contribution in
[https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842)
- [@&#8203;mantasio](https://github.com/mantasio) made their first
contribution in
[https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927)

**Full Changelog**:
software-mansion/react-native-svg@v13.6.0...v13.7.0

###
[`v13.6.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.6.0)

[Compare
Source](https://github.com/react-native-community/react-native-svg/compare/v13.5.0...v13.6.0)

Minor release fixing some bugs and introducing compatibility with Static
View Configs, Bridgeless Mode and maybe some more updated on `Fabric`.

#### What's Changed

- chore: remove formatting from blame by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1905](https://github.com/software-mansion/react-native-svg/pull/1905)
- feat: use codegenNativeComponent to import native views by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1847](https://github.com/software-mansion/react-native-svg/pull/1847)
- chore: add react-native-svg banner to README by
[@&#8203;kacperkapusciak](https://github.com/kacperkapusciak) in
[https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909)
- fix: make svg compile on older versions by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1907](https://github.com/software-mansion/react-native-svg/pull/1907)
- chore: update RN versions to 0.70.5 by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1910](https://github.com/software-mansion/react-native-svg/pull/1910)
- fix: update supported RN version to 0.64 by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1912](https://github.com/software-mansion/react-native-svg/pull/1912)
- chore: align examples by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1914](https://github.com/software-mansion/react-native-svg/pull/1914)
- chore: bump supported RN version for Fabric by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1913](https://github.com/software-mansion/react-native-svg/pull/1913)
- feat: use transform parsing code from rn core by
[@&#8203;WoLewicki](https://github.com/WoLewicki) in
[https://github.com/software-mansion/react-native-svg/pull/1918](https://github.com/software-mansion/react-native-svg/pull/1918)

#### New Contributors

- [@&#8203;kacperkapusciak](https://github.com/kacperkapusciak) made
their first contribution in
[https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909)

**Full Changelog**:
software-mansion/react-native-svg@v13.5.0...v13.6.0

###
[`v13.5.0`](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.0)

[Compare
Source](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.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://app.renovatebot.com/dashboard#github/dooboolab/dooboo-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 12, 2023
1 parent e8586b9 commit 48b5ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-native-gesture-handler": "~2.8.0",
"react-native-modalbox": "^2.0.2",
"react-native-reanimated": "~2.12.0",
"react-native-svg": "13.4.0",
"react-native-svg": "13.8.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.12",
"react-native-web-hooks": "^3.0.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16925,10 +16925,10 @@ react-native-sm-markdown@^0.0.1:
prop-types "^15.8.1"
simple-markdown "^0.7.3"

react-native-svg@13.4.0:
version "13.4.0"
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.4.0.tgz#82399ba0956c454144618aa581e2d748dd3f010a"
integrity sha512-B3TwK+H0+JuRhYPzF21AgqMt4fjhCwDZ9QUtwNstT5XcslJBXC0FoTkdZo8IEb1Sv4suSqhZwlAY6lwOv3tHag==
react-native-svg@13.8.0:
version "13.8.0"
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.8.0.tgz#b6a22cf77f8098f910490a13aeb160a37e182f97"
integrity sha512-G8Mx6W86da+vFimZBJvA93POw8yz0fgDS5biy6oIjMWVJVQSDzCyzwO/zY0yuZmCDhKSZzogl5m0wXXvW2OcTA==
dependencies:
css-select "^5.1.0"
css-tree "^1.1.3"
Expand Down

0 comments on commit 48b5ae1

Please sign in to comment.