Skip to content

Commit

Permalink
fix(deps): update dependency vite-plugin-solid to ^2.10.2 (#2536)
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-solid](https://togithub.com/solidjs/vite-plugin-solid) |
[`^2.10.1` ->
`^2.10.2`](https://renovatebot.com/diffs/npm/vite-plugin-solid/2.10.1/2.10.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-solid/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-solid/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-solid/2.10.1/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-solid/2.10.1/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>solidjs/vite-plugin-solid (vite-plugin-solid)</summary>

###
[`v2.10.2`](https://togithub.com/solidjs/vite-plugin-solid/blob/HEAD/CHANGELOG.md#2102)

##### Patch Changes

-
[`e52d554`](https://togithub.com/solidjs/vite-plugin-solid/commit/e52d554):
import solid as external to fix testing with npm
-
[`7500d78`](https://togithub.com/solidjs/vite-plugin-solid/commit/7500d78):
update option types

</details>

---

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

---

- [ ] <!-- 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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent f0ba6e7 commit a243562
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 79 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@previewjs/type-analyzer": "^10.1.3",
"@previewjs/vfs": "^2.1.2",
"typescript": "^5.4.2",
"vite-plugin-solid": "^2.10.1"
"vite-plugin-solid": "^2.10.2"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
Expand Down
104 changes: 26 additions & 78 deletions pnpm-lock.yaml

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

0 comments on commit a243562

Please sign in to comment.