Skip to content

Commit

Permalink
Update dependency vite-plugin-svgr to v4 (#128)
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 |
|---|---|---|---|---|---|
| [vite-plugin-svgr](https://togithub.com/pd4d10/vite-plugin-svgr) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/vite-plugin-svgr/3.2.0/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-svgr/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-svgr/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-svgr/3.2.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-svgr/3.2.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pd4d10/vite-plugin-svgr (vite-plugin-svgr)</summary>

### [`v4.0.0`](https://togithub.com/pd4d10/vite-plugin-svgr/releases/tag/v4.0.0)

[Compare Source](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v3.3.0...v4.0.0)

#####    🚨 Breaking Changes

-   Export as default with query  -  by [@&#8203;pd4d10](https://togithub.com/pd4d10) [<samp>(18a4e)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/18a4e26)

#####     [View changes on GitHub](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v3.3.0...v4.0.0)

### [`v3.3.0`](https://togithub.com/pd4d10/vite-plugin-svgr/releases/tag/v3.3.0)

[Compare Source](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v3.2.0...v3.3.0)

#####    🚀 Features

-   Update svgr versions  -  by [@&#8203;pd4d10](https://togithub.com/pd4d10) [<samp>(a64ff)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/a64ff2c)

#####    🐞 Bug Fixes

-   Trim query from fileName passed to svgr  -  by [@&#8203;fvsch](https://togithub.com/fvsch) in [https://github.com/pd4d10/vite-plugin-svgr/issues/82](https://togithub.com/pd4d10/vite-plugin-svgr/issues/82) [<samp>(2b8dd)</samp>](https://togithub.com/pd4d10/vite-plugin-svgr/commit/2b8dd25)

#####     [View changes on GitHub](https://togithub.com/pd4d10/vite-plugin-svgr/compare/v3.2.0...v3.3.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.

---

 - [ ] 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/SvenKirschbaum/md-frontend).
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 1483bdc commit 7fdc711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.3",
"vite-plugin-svgr": "^3.0.0"
"vite-plugin-svgr": "^4.0.0"
},
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 7fdc711

Please sign in to comment.