Skip to content

Commit

Permalink
fix(deps): update dependency @vitejs/plugin-react to v4.0.3 (#8881)
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 |
|---|---|---|---|---|---|
|
[@vitejs/plugin-react](https://togithub.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://togithub.com/vitejs/vite-plugin-react)) | [`4.0.2` ->
`4.0.3`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.0.2/4.0.3)
|
[![age](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/4.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/4.0.3/compatibility-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@vitejs%2fplugin-react/4.0.3/confidence-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>vitejs/vite-plugin-react
(@&#8203;vitejs/plugin-react)</summary>

[`v4.0.3`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#403-2023-07-10)

[Compare
Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.0.2...v4.0.3)

- Revert
[#&#8203;108](https://togithub.com/vitejs/vite-plugin-react/pull/108):
Remove throw when refresh runtime is loaded twice to enable usage in
micro frontend apps. This was added to help fix setup usage, and this is
not worth an annoying warning for others or a config parameter.

</details>

---

📅 **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 these
updates 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://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Jul 17, 2023
1 parent 3e54c01 commit 314c515
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/studio/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-grid-layout": "1",
"@vitejs/plugin-react": "4.0.2",
"@vitejs/plugin-react": "4.0.3",
"autoprefixer": "10.4.14",
"postcss": "8.4.25",
"tailwindcss": "3.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1435,17 +1435,17 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:4.0.2":
version: 4.0.2
resolution: "@vitejs/plugin-react@npm:4.0.2"
"@vitejs/plugin-react@npm:4.0.3":
version: 4.0.3
resolution: "@vitejs/plugin-react@npm:4.0.3"
dependencies:
"@babel/core": ^7.22.5
"@babel/plugin-transform-react-jsx-self": ^7.22.5
"@babel/plugin-transform-react-jsx-source": ^7.22.5
react-refresh: ^0.14.0
peerDependencies:
vite: ^4.2.0
checksum: 146d7f5f7311abc4acda00b2ae7ff9c945f1bb259f99c78533647ca0c70c3ee5b15c60497e44472f71281f5c00afa2fbd52008d97f574e0458a96801f8e437ca
checksum: 3361a7725216ecb36ad9f84159964eb8918f7f6d7aa7559fed985a8d82fbb045f19f9a69ec92b950b865c822138fd7ca09aa0231186db1fe3d014e6fcc126064
languageName: node
linkType: hard

Expand Down Expand Up @@ -2385,7 +2385,7 @@ __metadata:
"@types/react": 18.2.14
"@types/react-dom": 18.2.6
"@types/react-grid-layout": 1
"@vitejs/plugin-react": 4.0.2
"@vitejs/plugin-react": 4.0.3
autoprefixer: 10.4.14
graphiql: 2.4.7
graphql: 16.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/internal": "5.0.0",
"@redwoodjs/project-config": "5.0.0",
"@vitejs/plugin-react": "4.0.2",
"@vitejs/plugin-react": "4.0.3",
"buffer": "6.0.3",
"core-js": "3.31.1",
"vite": "4.4.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8048,7 +8048,7 @@ __metadata:
"@redwoodjs/internal": 5.0.0
"@redwoodjs/project-config": 5.0.0
"@types/yargs-parser": 21.0.0
"@vitejs/plugin-react": 4.0.2
"@vitejs/plugin-react": 4.0.3
buffer: 6.0.3
core-js: 3.31.1
glob: 10.3.1
Expand Down Expand Up @@ -10757,17 +10757,17 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:4.0.2":
version: 4.0.2
resolution: "@vitejs/plugin-react@npm:4.0.2"
"@vitejs/plugin-react@npm:4.0.3":
version: 4.0.3
resolution: "@vitejs/plugin-react@npm:4.0.3"
dependencies:
"@babel/core": ^7.22.5
"@babel/plugin-transform-react-jsx-self": ^7.22.5
"@babel/plugin-transform-react-jsx-source": ^7.22.5
react-refresh: ^0.14.0
peerDependencies:
vite: ^4.2.0
checksum: 146d7f5f7311abc4acda00b2ae7ff9c945f1bb259f99c78533647ca0c70c3ee5b15c60497e44472f71281f5c00afa2fbd52008d97f574e0458a96801f8e437ca
checksum: 3361a7725216ecb36ad9f84159964eb8918f7f6d7aa7559fed985a8d82fbb045f19f9a69ec92b950b865c822138fd7ca09aa0231186db1fe3d014e6fcc126064
languageName: node
linkType: hard

Expand Down

0 comments on commit 314c515

Please sign in to comment.