Skip to content

Commit

Permalink
fix(deps): update dependency @vitejs/plugin-vue2 to ^2.3.1 (#2228)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vitejs/plugin-vue2](https://github.com/vitejs/vite-plugin-vue2) |
[`^2.2.0` ->
`^2.3.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue2/2.2.0/2.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-vue2/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-vue2/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-vue2/2.2.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue2/2.2.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.3.1`](https://github.com/vitejs/vite-plugin-vue2/blob/HEAD/CHANGELOG.md#231-2023-11-16)

[Compare
Source](https://github.com/vitejs/vite-plugin-vue2/compare/v2.3.0...v2.3.1)

##### Bug Fixes

- exports types
([5f48994](https://github.com/vitejs/vite-plugin-vue2/commit/5f489944477ed6732c3bb36dd18f029fad970c9d))

###
[`v2.3.0`](https://github.com/vitejs/vite-plugin-vue2/blob/HEAD/CHANGELOG.md#230-2023-11-16)

[Compare
Source](https://github.com/vitejs/vite-plugin-vue2/compare/v2.2.0...v2.3.0)

##### Features

- Vite 5 Support
([#&#8203;94](https://github.com/vitejs/vite-plugin-vue2/issues/94))
([f080464](https://github.com/vitejs/vite-plugin-vue2/commit/f0804641009b42f34ef5c785fe8caf746ec94fec))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent da4e7e9 commit 7efdb56
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 42 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@previewjs/storybook-helpers": "^5.0.6",
"@previewjs/type-analyzer": "^10.1.1",
"@previewjs/vfs": "^2.1.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vitejs/plugin-vue2-jsx": "^1.1.0",
"fs-extra": "^11.1.1",
"typescript": "^5.2.2",
Expand Down
161 changes: 120 additions & 41 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 7efdb56

Please sign in to comment.