Skip to content

Commit 7ac0a7e

Browse files
fix(deps): update dependency @svgr/webpack to v7 (#2382)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@svgr/webpack](https://react-svgr.com) ([source](https://togithub.com/gregberge/svgr)) | [`6.5.1` -> `7.0.0`](https://renovatebot.com/diffs/npm/@svgr%2fwebpack/6.5.1/7.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@svgr%2fwebpack/7.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@svgr%2fwebpack/7.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@svgr%2fwebpack/7.0.0/compatibility-slim/6.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@svgr%2fwebpack/7.0.0/confidence-slim/6.5.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gregberge/svgr</summary> ### [`v7.0.0`](https://togithub.com/gregberge/svgr/blob/HEAD/CHANGELOG.md#&#8203;700-httpsgithubcomgregbergesvgrcomparev651v700-2023-03-24) [Compare Source](https://togithub.com/gregberge/svgr/compare/v6.5.1...v7.0.0) ##### Features - allow specifying `jsxRuntimeImport` in config ([86bb86f](https://togithub.com/gregberge/svgr/commit/86bb86f47748618f729742e56199355d9c0bc518)), closes [#&#8203;801](https://togithub.com/gregberge/svgr/issues/801) [#&#8203;801](https://togithub.com/gregberge/svgr/issues/801) - remove [@&#8203;svgr/plugin-jsx](https://togithub.com/svgr/plugin-jsx) from core ([a0f078d](https://togithub.com/gregberge/svgr/commit/a0f078db13936800a32c14ade08b670a14b5a886)) - upgrade to svgo v3 ([#&#8203;798](https://togithub.com/gregberge/svgr/issues/798)) ([21b6209](https://togithub.com/gregberge/svgr/commit/21b6209ef34c51cc0313901f31061afe587ab29b)) ##### BREAKING CHANGES - plugin-jsx is no longer included by default in core - svgr now requires Node.js v14+ #### [6.5.1](https://togithub.com/gregberge/svgr/compare/v6.5.0...v6.5.1) (2022-10-27) ##### Reverts - Revert "feat(a11y): add attribute role="img" to the svg element ([#&#8203;750](https://togithub.com/gregberge/svgr/issues/750))" ([1382232](https://togithub.com/gregberge/svgr/commit/138223284ad9aebc5bbf94ed3ae7174a66dbc7f5)), closes [#&#8203;750](https://togithub.com/gregberge/svgr/issues/750) </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/react-native-iap). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTcuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c4f72f commit 7ac0a7e

File tree

2 files changed

+234
-96
lines changed

2 files changed

+234
-96
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@docusaurus/preset-classic": "2.4.0",
1919
"@docusaurus/remark-plugin-npm2yarn": "2.4.0",
2020
"@mdx-js/react": "2.3.0",
21-
"@svgr/webpack": "6.5.1",
21+
"@svgr/webpack": "7.0.0",
2222
"clsx": "1.2.1",
2323
"file-loader": "6.2.0",
2424
"react": "17.0.2",

0 commit comments

Comments
 (0)