Skip to content

Commit

Permalink
fix(deps): update dependency @sveltejs/vite-plugin-svelte to ^3.1.1 (#…
Browse files Browse the repository at this point in the history
…2703)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@sveltejs/vite-plugin-svelte](https://togithub.com/sveltejs/vite-plugin-svelte)
([source](https://togithub.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte))
| [`^3.1.0` ->
`^3.1.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/3.1.0/3.1.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fvite-plugin-svelte/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fvite-plugin-svelte/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fvite-plugin-svelte/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fvite-plugin-svelte/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/vite-plugin-svelte
(@&#8203;sveltejs/vite-plugin-svelte)</summary>

###
[`v3.1.1`](https://togithub.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%403.1.1)

[Compare
Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@3.1.0...@sveltejs/vite-plugin-svelte@3.1.1)

##### Patch Changes

- fix: ensure vite config is only resolved once during lazy init of
vitePreprocess
([#&#8203;917](https://togithub.com/sveltejs/vite-plugin-svelte/pull/917))

- fix: disable hmr when vite config server.hmr is false
([#&#8203;917](https://togithub.com/sveltejs/vite-plugin-svelte/pull/917))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 15, 2024
1 parent 014d020 commit 183f24f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@previewjs/storybook-helpers": "^5.0.8",
"@previewjs/type-analyzer": "^10.1.3",
"@previewjs/vfs": "^2.1.2",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"fs-extra": "^11.2.0",
"svelte": "^4.2.17",
"typescript": "^5.4.5",
Expand Down
30 changes: 12 additions & 18 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 183f24f

Please sign in to comment.