chore(deps): update dependency @vitejs/plugin-vue to v5 #3867

Manually merged
renovate merged 3 commits from renovate/major-dev-dependencies into main 2024-01-10 14:39:48 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vitejs/plugin-vue (source) devDependencies major 4.5.2 -> 5.0.3

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.3

v5.0.2

  • fix: ensure consistent user template options when reusing AST (bc0ad64), closes #​322
  • fix: only enable ast reuse for vue 3.4.3+ (4a53b6f)
  • chore: bump vue to 3.4.2 (97002e1)

v5.0.1

v5.0.0

  • Breaking: drop reactivityTransform support
  • Breaking: drop Node 14/16 support
  • Breaking: drop Vite 4.x support
  • Vue 3.4 template AST reuse support
  • Vue 3.4 compile-time flag __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ support
  • Added customElement option
  • Deprecated defineModel option

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://github.com/vitejs/vite-plugin-vue)) | devDependencies | major | [`4.5.2` -> `5.0.3`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/4.5.2/5.0.3) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary> ### [`v5.0.3`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small503-2024-01-10-small) - fix(deps): update all non-major dependencies ([#&#8203;309](https://github.com/vitejs/vite-plugin-vue/issues/309)) ([8c694f6](https://github.com/vitejs/vite-plugin-vue/commit/8c694f6)), closes [#&#8203;309](https://github.com/vitejs/vite-plugin-vue/issues/309) - fix(plugin-vue): handle circular references in HMR check ([#&#8203;334](https://github.com/vitejs/vite-plugin-vue/issues/334)) ([eddcfa8](https://github.com/vitejs/vite-plugin-vue/commit/eddcfa8)), closes [#&#8203;334](https://github.com/vitejs/vite-plugin-vue/issues/334) [#&#8203;325](https://github.com/vitejs/vite-plugin-vue/issues/325) - fix(plugin-vue): handle custom element when hot update ([6ffee6d](https://github.com/vitejs/vite-plugin-vue/commit/6ffee6d)) - chore: fix typo ([0a3b9a5](https://github.com/vitejs/vite-plugin-vue/commit/0a3b9a5)) - chore(deps): update upstream ([#&#8203;310](https://github.com/vitejs/vite-plugin-vue/issues/310)) ([90eb484](https://github.com/vitejs/vite-plugin-vue/commit/90eb484)), closes [#&#8203;310](https://github.com/vitejs/vite-plugin-vue/issues/310) ### [`v5.0.2`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small502-2023-12-30-small) - fix: ensure consistent user template options when reusing AST ([bc0ad64](https://github.com/vitejs/vite-plugin-vue/commit/bc0ad64)), closes [#&#8203;322](https://github.com/vitejs/vite-plugin-vue/issues/322) - fix: only enable ast reuse for vue 3.4.3+ ([4a53b6f](https://github.com/vitejs/vite-plugin-vue/commit/4a53b6f)) - chore: bump vue to 3.4.2 ([97002e1](https://github.com/vitejs/vite-plugin-vue/commit/97002e1)) ### [`v5.0.1`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small501-2023-12-29-small) - fix: Revert "feat: support template AST reuse from Vue 3.4 parser" ([5d68fbd](https://github.com/vitejs/vite-plugin-vue/commit/5d68fbd)), closes [#&#8203;322](https://github.com/vitejs/vite-plugin-vue/issues/322) [/github.com/vuejs/core/blob/a41c5f1f4367a9f41bcdb8c4e02f54b2378e577d/packages/compiler-sfc/src/parse.ts#L133-L139](https://github.com//github.com/vuejs/core/blob/a41c5f1f4367a9f41bcdb8c4e02f54b2378e577d/packages/compiler-sfc/src/parse.ts/issues/L133-L139) [/github.com/vitejs/vite-plugin-vue/blob/f75de2e5284af6036efa45d5c9ec37757485e3a0/packages/plugin-vue/src/template.ts#L186-L190](https://github.com//github.com/vitejs/vite-plugin-vue/blob/f75de2e5284af6036efa45d5c9ec37757485e3a0/packages/plugin-vue/src/template.ts/issues/L186-L190) - chore: aggregated changelog for 5.0 \[ci skip] ([2b33c32](https://github.com/vitejs/vite-plugin-vue/commit/2b33c32)) ### [`v5.0.0`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#500-2023-12-25) - **Breaking:** drop `reactivityTransform` support - **Breaking:** drop Node 14/16 support - **Breaking:** drop Vite 4.x support - Vue 3.4 template AST reuse support - Vue 3.4 compile-time flag `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` support - Added `customElement` option - Deprecated `defineModel` option </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNTAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-12-26 00:25:12 +00:00
renovate added 1 commit 2023-12-26 00:25:15 +00:00
continuous-integration/drone/pr Build is failing Details
09a796fc74
chore(deps): update dependency @vitejs/plugin-vue to v5
renovate force-pushed renovate/major-dev-dependencies from 09a796fc74 to 016639d404 2023-12-29 17:27:31 +00:00 Compare
renovate force-pushed renovate/major-dev-dependencies from 016639d404 to 4f302e2be3 2023-12-30 14:25:11 +00:00 Compare
renovate force-pushed renovate/major-dev-dependencies from 4f302e2be3 to 2cd964fa45 2024-01-10 08:31:30 +00:00 Compare
konrad added 1 commit 2024-01-10 11:12:26 +00:00
konrad force-pushed renovate/major-dev-dependencies from 7dda11df4c to 270b8a0bfa 2024-01-10 11:17:04 +00:00 Compare
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ **Warning**: custom changes will be lost.
konrad force-pushed renovate/major-dev-dependencies from 270b8a0bfa to c93207a62b 2024-01-10 11:39:29 +00:00 Compare
konrad force-pushed renovate/major-dev-dependencies from c93207a62b to 676f06f4f2 2024-01-10 12:04:16 +00:00 Compare
konrad force-pushed renovate/major-dev-dependencies from 676f06f4f2 to ed092c7a5e 2024-01-10 12:10:37 +00:00 Compare
konrad force-pushed renovate/major-dev-dependencies from ed092c7a5e to d048b61eb3 2024-01-10 14:39:46 +00:00 Compare
renovate manually merged commit d048b61eb3 into main 2024-01-10 14:39:48 +00:00
Author
Member

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `5.x` releases. But if you manually upgrade to `5.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This repo is archived. You cannot comment on pull requests.
No description provided.