owner stringclasses 14
values | repo stringclasses 14
values | id int64 116k 4.61B | issue_number int32 1 181k | author stringlengths 1 39 | body stringlengths 1 262k | created_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:16:18 | updated_at timestamp[us]date 2000-06-06 02:40:44 2026-06-02 20:22:56 | reactions unknown | author_association stringclasses 5
values |
|---|---|---|---|---|---|---|---|---|---|
vuejs | core | 3,115,425,269 | 13,701 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.... | 2025-07-25T00:42:16 | 2025-07-25T00:42:16 | {} | NONE |
vuejs | core | 3,094,663,995 | 13,664 | skirtles-code | This sounds like a Vite problem rather than a problem with Vue core.
Just to clarify, this issues list is specifically for Vue core. If you're having a problem with Vite then you'll need to open an issue in the Vite repo instead. Thanks. | 2025-07-20T17:28:32 | 2025-07-20T17:28:32 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 3,094,669,094 | 13,665 | skirtles-code | I believe this only happens when the ref has the same name as the variable. e.g. Using `title` for both:
```js
const title = useTemplateRef('title')
```
It's similar to #12852, though not exactly the same issue. | 2025-07-20T17:39:18 | 2025-07-20T17:39:18 | {} | CONTRIBUTOR |
vuejs | core | 3,043,159,761 | 13,574 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/6fe3a2ed-baf8-4959-9573-54336555ae34)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13574
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-07T00:07:22 | 2025-07-21T00:45:59 | {} | NONE |
vuejs | core | 3,095,878,085 | 13,655 | LittleSound | After discussion, these APIs will be retained. we'll continue here: https://github.com/vuejs/core/pull/13663 | 2025-07-21T09:25:12 | 2025-07-21T09:25:12 | {} | MEMBER |
vuejs | core | 3,096,764,645 | 13,674 | edison1105 | jacekkarczmarczyk's explanation is correct. If you don't want the watch to trigger, you can do it like [this](https://play.vuejs.org/#eNp9VE2P0zAQ/SuDL8mKkgjBqaQFdrUSIAGrBYlLLiGZptl17Mh22qIo/53xuGnTFWxO9sx78/E8k0F87Lpk16NYisyWpukcWHR9t85V03baOBjA4AZG2BjdQkTQ6OS60W13tCepv/hI0bsZVauvulcOq0VJ7p4OF5HmULstpNT7+yfJCJKrUivroL... | 2025-07-21T13:19:04 | 2025-07-21T13:19:04 | {} | MEMBER |
vuejs | core | 3,101,191,754 | 13,682 | edison1105 | Please follow the issue requirement and provide a minimal reproduction. | 2025-07-22T06:01:19 | 2025-07-22T06:01:19 | {} | MEMBER |
vuejs | core | 3,101,222,647 | 13,511 | edison1105 | @niksy This one will be merged soooon. | 2025-07-22T06:13:28 | 2025-07-22T06:13:28 | {
"hooray": 1
} | MEMBER |
vuejs | core | 2,993,885,312 | 13,511 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c8c87cde-b0da-4dd3-a09a-da47d7aacc18)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13511
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-06-22T02:18:03 | 2025-07-22T06:15:21 | {} | NONE |
vuejs | core | 3,101,270,171 | 13,685 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The `tsconfig.json` file was updated to add a `vueCompilerOptions` section specifying a `globalTypesPath`, and the `packages-private/global.d.ts` file was included in the compilation context. No changes we... | 2025-07-22T06:33:50 | 2025-07-22T06:35:24 | {} | NONE |
vuejs | core | 3,101,346,144 | 73 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/fee58b71-78e3-4d6b-993b-54593b847c0d)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@73
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new/@v... | 2025-07-22T06:59:16 | 2025-07-22T07:02:26 | {} | NONE |
vuejs | core | 3,105,615,905 | 13,689 | Gianthard-cyh | https://github.com/vuejs/core/blob/f70f9d1a6b80fe6da038cbbfc36d5162809421d2/packages/runtime-vapor/src/dom/template.ts#L22
SVG elements should be created using document.createElementNS() with the SVG namespace (http://www.w3.org/2000/svg). | 2025-07-23T04:12:13 | 2025-07-23T04:12:13 | {} | CONTRIBUTOR |
vuejs | core | 3,115,455,823 | 13,615 | Gianthard-cyh | > > [@david-pw](https://github.com/david-pw) Is this issue only occurring in the vue playground?
>
> No, the playground is just a minimum reproduction. This is happening in our production environment, with our production built web components.
Thanks!
Could you provide a reproduction under local setup? Since I am una... | 2025-07-25T01:03:46 | 2025-07-25T01:03:46 | {} | CONTRIBUTOR |
vuejs | core | 2,830,757,943 | 13,061 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Draft detected.
>
> Please check the settings in the CodeRabbit UI or the `.coderabbit.yaml` file in this repository. To trigger a sin... | 2025-04-25T15:34:48 | 2025-07-25T01:31:03 | {} | NONE |
vuejs | core | 3,095,075,699 | 13,664 | edison1105 | Please follow the issue requirement and provide a minimal reproduction. | 2025-07-21T02:51:12 | 2025-07-21T02:51:12 | {} | MEMBER |
vuejs | core | 3,095,802,209 | 13,511 | niksy | Is there anything else that needs to be done to get this merged? | 2025-07-21T09:00:53 | 2025-07-21T09:00:53 | {} | NONE |
vuejs | core | 3,106,280,313 | 13,694 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes introduce a new runtime warning mechanism for improper usage of `v-model` on reactive constant variables in the compiler core. This includes adding a warning helper, updating the vModel transfo... | 2025-07-23T07:33:07 | 2025-07-23T07:35:59 | {} | NONE |
vuejs | core | 3,106,293,378 | 13,693 | linzhe141 | I think it is similar to this issue
https://github.com/vuejs/core/issues/11265
| 2025-07-23T07:37:38 | 2025-07-23T07:37:38 | {
"heart": 1
} | MEMBER |
vuejs | core | 3,115,425,570 | 13,701 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/717fcc3b-e7fd-4be1-bbf3-d4c1accd4d1b)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13701
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-25T00:42:32 | 2025-07-25T00:42:32 | {} | NONE |
vuejs | core | 3,115,542,583 | 13,615 | david-pw | @Gianthard-cyh sure, here's a very similar setup to how we're building our components for export. Typescript doesn't let us to refer to our components using the `<>.ce.vue` syntax convention. We're not doing anything outside of the standard template as far as I can decern.
https://github.com/david-pw/vue3-issue-13615
... | 2025-07-25T01:15:12 | 2025-07-25T01:16:40 | {
"+1": 2
} | NONE |
vuejs | core | 3,116,286,803 | 13,673 | edison1105 | Thanks for your PR, it looks great. I think it should add some runtime tests in `dom/template.spec.ts` to verify these changes work as expected. | 2025-07-25T03:45:55 | 2025-07-25T03:45:55 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,933,329,580 | 13,430 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/a25b4fcd-187b-4a28-863f-f81634f994d9)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13430
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-06-03T04:01:45 | 2025-07-20T07:45:02 | {} | NONE |
vuejs | core | 2,103,859,734 | 8,232 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2024-05-10T04:51:49 | 2025-07-21T07:37:24 | {} | NONE |
vuejs | core | 3,095,576,072 | 8,232 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes expand the selector rewriting logic in the style scoping plugin to support multiple and nested selectors within special pseudo-selectors like `:deep`, `:slotted`, and `:global`. Corresponding t... | 2025-07-21T07:36:28 | 2025-07-21T07:39:38 | {} | NONE |
vuejs | core | 3,095,140,620 | 13,672 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2025-07-21T03:55:21 | 2025-07-21T08:16:05 | {} | NONE |
vuejs | core | 3,112,848,278 | 11,969 | 178me | What's wrong with this commit? Why hasn't it merged into a branch? | 2025-07-24T10:02:08 | 2025-07-24T10:02:08 | {} | NONE |
vuejs | core | 3,113,790,544 | 13,615 | Gianthard-cyh | > [@Gianthard-cyh](https://github.com/Gianthard-cyh) Thank you for your PR, but fixing just the REPL isn't sufficient. Fixing the REPL only addresses the Playground issue, while local projects would still remain incorrect. We also need to investigate whether `vite-plugin-vue` has the same problem.
Hi @edison1105 , tha... | 2025-07-24T14:54:47 | 2025-07-24T14:54:47 | {
"+1": 2
} | CONTRIBUTOR |
vuejs | core | 3,092,457,879 | 13,287 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 84.1 kB | 29.8 kB | 26.3 kB |
| runtime-dom.global.prod.js | 104 kB | 39.1 kB | 35.2 kB |
| vue.global.prod.js | 162 kB | 5... | 2025-07-19T17:04:01 | 2025-07-25T01:34:19 | {} | NONE |
vuejs | core | 3,116,663,650 | 13,691 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. **[Why did it fail? →](https://app.netlify.com/projects/vue-sfc-playground/deploys/6881ce17e58ebb0008cf92cf?deploy_diagnostics=true)**
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit... | 2025-07-25T07:03:13 | 2025-07-25T07:03:13 | {} | NONE |
vuejs | core | 3,095,636,708 | 13,673 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-sfc-playground* failed. **[Why did it fail? →](https://app.netlify.com/projects/vue-sfc-playground/deploys/687df29412f43e000865bf79?deploy_diagnostics=true)**
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit... | 2025-07-21T07:56:10 | 2025-07-21T07:56:10 | {} | NONE |
vuejs | core | 3,105,888,734 | 13,692 | skirtles-code | There's a lot of discussion on that Nuxt issue, and it's not clear to me that all of it is necessarily about the same issue. If I'm understanding correctly, it looks like a memory leak was introduced in 3.5.14. But I wasn't able to find a reproduction on that issue, and there also seemed to be some doubt about whether ... | 2025-07-23T06:10:00 | 2025-07-23T06:10:00 | {} | CONTRIBUTOR |
vuejs | core | 3,116,289,116 | 13,667 | edison1105 | Thanks for your PR. Could you please add some tests in dom/template.spec.ts? | 2025-07-25T03:47:30 | 2025-07-25T03:47:30 | {} | MEMBER |
vuejs | core | 3,116,663,631 | 13,691 | netlify[bot] | ### <span aria-hidden="true">❌</span> Deploy Preview for *vue-next-template-explorer* failed. **[Why did it fail? →](https://app.netlify.com/projects/vue-next-template-explorer/deploys/6881cd753109e8000836fefd?deploy_diagnostics=true)**
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</spa... | 2025-07-25T07:03:13 | 2025-07-25T07:03:13 | {} | NONE |
vuejs | core | 3,095,141,869 | 13,672 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/e21760d7-f847-4d9e-9d50-af609cc3e777)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13672
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-21T03:56:38 | 2025-07-21T08:15:28 | {} | NONE |
vuejs | core | 3,101,220,886 | 13,548 | edison1105 | /ecosystem-ci run | 2025-07-22T06:12:36 | 2025-07-22T06:12:36 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,106,433,398 | 13,693 | LinusBorg | duplicate | 2025-07-23T08:16:31 | 2025-07-23T08:16:31 | {} | MEMBER |
vuejs | core | 2,898,001,874 | 13,362 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15163535138)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15153902804) |
|-------|--------|----------------|
| primevue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actio... | 2025-05-21T13:37:07 | 2025-05-21T13:37:07 | {} | CONTRIBUTOR |
vuejs | core | 2,898,750,229 | 12,915 | skirtles-code | I'm struggling to understand the proposed change. Here's what I've got so far...
When `const maxLength = ref(2)` is used in the original reproduction:
- The fragment is marked as `UNKEYED_FRAGMENT`.
- When `unmount` is called, the value of `parentComponent` is the `KeepAlive`.
- `parentComponent.ctx.deactivate(... | 2025-05-21T17:41:47 | 2025-05-21T17:41:47 | {} | CONTRIBUTOR |
vuejs | core | 2,899,567,828 | 12,993 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes update the compiler's handling of `v-bind` within `v-for` loops to ensure compatibility logic is processed before pushing related markers and merge arguments. Additionally, a new test verifies ... | 2025-05-22T00:25:57 | 2025-05-22T00:28:45 | {} | NONE |
vuejs | core | 2,814,375,905 | 13,218 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/d55e02c6-9423-4028-ae71-d7be049c7da8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13218
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-04-18T02:27:54 | 2025-05-22T01:45:10 | {} | NONE |
vuejs | core | 2,133,316,431 | 11,023 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 101 kB (**+276 B**) | 38.4 kB (**+108 B**) | 34.6 kB (**+113 B... | 2024-05-27T11:51:51 | 2025-05-22T09:14:14 | {} | NONE |
vuejs | core | 2,907,558,306 | 12,141 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The control flow for handling assignments to readonly ref properties within reactive objects was updated. Instead of throwing an error or returning `false`, the code now emits a warning in development mode... | 2025-05-25T02:13:49 | 2025-05-25T02:15:56 | {} | NONE |
vuejs | core | 2,908,255,318 | 13,380 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52 kB |
### Usages
| Name | Size | G... | 2025-05-26T01:21:14 | 2025-05-26T01:21:14 | {} | NONE |
vuejs | core | 2,908,960,319 | 13,384 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready!
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | b0df00a6cd3353f0331257c2cb339152f9447417 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep... | 2025-05-26T08:33:05 | 2025-05-27T02:34:20 | {} | NONE |
vuejs | core | 2,709,232,658 | 13,016 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/f4560f25-3176-4d3f-9f4f-526b1258e34f)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13016
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-10T01:44:40 | 2025-05-21T15:51:14 | {} | NONE |
vuejs | core | 2,696,909,136 | 12,993 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-03-04T10:02:56 | 2025-05-22T00:26:59 | {} | NONE |
vuejs | core | 2,899,818,885 | 13,367 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52 kB |
### Usages
| Name | Size | G... | 2025-05-22T03:50:37 | 2025-05-22T03:50:37 | {} | NONE |
vuejs | core | 2,899,853,018 | 13,370 | jeffwcx | @johnsoncodehk @sxzz | 2025-05-22T04:21:17 | 2025-05-22T04:21:17 | {} | CONTRIBUTOR |
vuejs | core | 2,404,658,669 | 12,141 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/f5e97ada-b275-43fa-bcdd-d10c996eaf5d)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12141
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-10-10T10:06:25 | 2025-05-25T02:14:54 | {} | NONE |
vuejs | core | 2,908,230,919 | 13,378 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52 kB |
### Usages
| Name | Size | G... | 2025-05-26T00:58:52 | 2025-05-26T00:58:52 | {} | NONE |
vuejs | core | 2,908,254,665 | 13,381 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Bot user detected.
>
> To trigger a single review, invoke the `@coderabbitai review` command.
>
> You can disable this status message... | 2025-05-26T01:20:33 | 2025-05-26T01:20:33 | {} | NONE |
vuejs | core | 2,898,275,387 | 13,364 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2025-05-21T14:57:30 | 2025-05-21T14:57:30 | {} | NONE |
vuejs | core | 2,898,280,262 | 13,364 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/e7fd9af2-2971-4ead-aa6a-fa962b1f2f2e)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13364
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-21T14:58:43 | 2025-05-21T14:58:43 | {} | NONE |
vuejs | core | 2,899,583,422 | 12,918 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15175277483)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15153902804) |
|-------|--------|----------------|
| radix-vue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/acti... | 2025-05-22T00:36:42 | 2025-05-22T00:36:42 | {} | CONTRIBUTOR |
vuejs | core | 2,412,932,035 | 11,023 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/6f5ab453-e663-4d2d-a2bb-453e9cdfcf33)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@11023
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-10-15T05:30:39 | 2025-05-22T09:14:24 | {} | NONE |
vuejs | core | 2,908,184,439 | 13,377 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15243249798)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15202681907) |
|-------|--------|----------------|
| pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/... | 2025-05-26T00:11:23 | 2025-05-26T00:11:23 | {} | CONTRIBUTOR |
vuejs | core | 2,889,524,015 | 13,356 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/3a12d636-0791-43c7-884e-fafeedc08b89)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13356
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-19T03:45:02 | 2025-05-26T00:59:02 | {} | NONE |
vuejs | core | 2,911,372,585 | 13,388 | edison1105 | As @jacekkarczmarczyk explained.
Closing as it's not a bug.
| 2025-05-27T07:01:08 | 2025-05-27T07:01:08 | {} | MEMBER |
vuejs | core | 2,897,158,902 | 13,362 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/0008cf3d-054b-4856-a526-d60e5c5ff217)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13362
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-21T08:57:06 | 2025-05-21T12:23:56 | {} | NONE |
vuejs | core | 2,899,582,258 | 12,855 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15175279490)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15153902804) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2025-05-22T00:36:12 | 2025-05-22T00:36:12 | {} | CONTRIBUTOR |
vuejs | core | 2,899,660,860 | 13,218 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The update changes the parent component context used in the `patch` function within the `activate` method of the `KeepAlive` component. Instead of passing the current component instance as the parent, it n... | 2025-05-22T01:41:33 | 2025-05-22T01:42:48 | {} | NONE |
vuejs | core | 2,901,240,481 | 12,341 | frankrousseau | Ok, I will look at it, but it generated many bugs in our application. | 2025-05-22T13:30:36 | 2025-05-22T13:30:36 | {} | NONE |
vuejs | core | 2,431,591,389 | 12,244 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52 kB |
### Usages
| Name | Size | G... | 2024-10-23T10:03:09 | 2025-05-24T13:15:54 | {} | NONE |
vuejs | core | 2,908,189,097 | 13,377 | edison1105 | @skirtles-code
the tests are all green after re-run.
I think the document https://v3-migration.vuejs.org/breaking-changes/watch.html should also be updated.
It is also possible that it should be merged into the minor branch
This PR looks good to me. | 2025-05-26T00:16:44 | 2025-05-26T00:18:02 | {} | MEMBER |
vuejs | core | 2,784,933,353 | 13,170 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ----------------- | ------------------ | ----------------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.pr... | 2025-04-08T00:33:41 | 2025-05-26T00:57:55 | {} | NONE |
vuejs | core | 2,908,231,240 | 13,379 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52 kB |
### Usages
| Name | Size | G... | 2025-05-26T00:59:16 | 2025-05-26T00:59:16 | {} | NONE |
vuejs | core | 2,607,164,954 | 12,769 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 101 kB (**+27 B**) | 38.3 kB (**+10 B**) | 34.5 kB (**+29 B**) |
| v... | 2025-01-22T12:49:53 | 2025-05-26T01:20:19 | {} | NONE |
vuejs | core | 2,897,707,758 | 3,257 | GeoffreyParrier | Fixed since [3.2.0](https://github.com/vuejs/core/compare/v3.1.5...v3.2.0)
Repros in 3.2.0: https://codesandbox.io/p/sandbox/vue-warns-incorrectly-if-component-is-surrounded-by-functional-component-3257-rdvzmh | 2025-05-21T12:05:04 | 2025-05-21T12:05:04 | {} | NONE |
vuejs | core | 2,899,819,060 | 13,367 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/e4355642-fc44-4d3f-ab5c-7d7fe29ba5a8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13367
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-22T03:50:47 | 2025-05-22T03:52:47 | {} | NONE |
vuejs | core | 2,900,238,082 | 12,915 | edison1105 | @skirtles-code
Thank you for your review. I have reverted the PR implementation back to the original solution:
https://github.com/vuejs/core/commit/ad243e7dff537669d44f48710e01bb9e4a561447
### Root Cause of the Bug:
The `dynamicChildren` of a `v-for` Fragment contains both the `KeepAlive` children and the `KeepA... | 2025-05-22T07:45:28 | 2025-05-22T08:02:34 | {} | MEMBER |
vuejs | core | 2,889,515,052 | 13,355 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2025-05-19T03:37:13 | 2025-05-22T08:15:20 | {} | NONE |
vuejs | core | 2,908,230,097 | 13,378 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Bot user detected.
>
> To trigger a single review, invoke the `@coderabbitai review` command.
>
> You can disable this status message... | 2025-05-26T00:57:58 | 2025-05-26T00:57:58 | {} | NONE |
vuejs | core | 2,910,783,443 | 13,386 | Justineo | Closing as explained above by @skirtles-code. | 2025-05-26T23:56:32 | 2025-05-26T23:56:32 | {} | MEMBER |
vuejs | core | 2,897,271,274 | 13,363 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
A new test was added to verify correct parsing of multiline directive values in the compiler. The tokenizer logic was updated to distinguish between ampersands used in logical AND operators and those used ... | 2025-05-21T09:32:43 | 2025-05-21T09:35:01 | {} | NONE |
vuejs | core | 2,897,994,216 | 13,007 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15163483593)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15153902804) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2025-05-21T13:34:46 | 2025-05-21T13:34:46 | {} | CONTRIBUTOR |
vuejs | core | 2,670,071,685 | 12,918 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52 kB |
### Usages
| Name | Size | G... | 2025-02-20T00:18:12 | 2025-05-22T00:05:04 | {} | NONE |
vuejs | core | 2,899,817,763 | 13,367 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The workflow configuration file for GitHub Actions was updated to include a new step in the `lint-and-test-dts` job. This step, labeled "Run tsc," executes the `pnpm run check` command between the formatti... | 2025-05-22T03:49:34 | 2025-05-22T03:59:03 | {} | NONE |
vuejs | core | 2,404,658,509 | 12,141 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------------------ | ------------------ |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB (**+2 B**) | 34.5 kB (**-1 B**) |
| vue.global.prod.js | 159 kB | 58.5 ... | 2024-10-10T10:06:20 | 2025-05-25T02:14:47 | {} | NONE |
vuejs | core | 2,908,093,776 | 12,236 | skirtles-code | I've just opened #13377, which builds on the work in this PR and fixes some further problems with `WATCH_ARRAY` compatibility. | 2025-05-25T21:30:52 | 2025-05-25T21:30:52 | {} | CONTRIBUTOR |
vuejs | core | 2,784,934,083 | 13,170 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/eb7b627e-df2a-4436-b96f-2a25cc0d8988)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13170
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-04-08T00:34:15 | 2025-05-26T01:07:45 | {} | NONE |
vuejs | core | 2,899,898,984 | 13,366 | edison1105 | 这里是test,其实无所谓 | 2025-05-22T04:55:18 | 2025-05-22T04:55:18 | {} | MEMBER |
vuejs | core | 2,900,526,064 | 13,218 | yinhangfeng | > I tried running the reproduction against the Netlify deployment of this PR, but I get `Maximum call stack size exceeded`:
>
> * [Playground](https://deploy-preview-13218--vue-sfc-playground.netlify.app/#eNqdUk1PwzAM/SvGlw1prGJwGt3EhzgAEiDgmMvo3BGWJVXijqFp/x03paOgwYFT6ufnV/vZazwriv6yJBxiGjKvC4ZAXBZjZfWicJ5hDZ7yHkwp... | 2025-05-22T09:28:41 | 2025-05-22T09:28:41 | {} | NONE |
vuejs | core | 2,901,225,335 | 12,341 | frankrousseau | This change causes breaking changes. It should be included in a major release, at least in a minor one, not a patch. | 2025-05-22T13:26:05 | 2025-05-22T13:26:05 | {} | NONE |
vuejs | core | 2,908,173,611 | 13,377 | edison1105 | /ecosystem-ci run | 2025-05-25T23:56:18 | 2025-05-25T23:56:18 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,908,654,633 | 13,382 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready!
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 398c16f05ef0e492b1b038a1b5ad82ba8cea0dc3 |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep... | 2025-05-26T06:13:37 | 2025-05-26T07:23:53 | {} | NONE |
vuejs | core | 2,708,195,342 | 13,007 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/faf5a1b4-6a0b-4251-9cfe-db41de8aa0c6)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13007
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-03-08T10:37:59 | 2025-05-21T13:27:05 | {} | NONE |
vuejs | core | 2,908,255,767 | 13,381 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/3e04de7c-62ad-46d1-a51d-ec93b232ed08)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13381
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-26T01:21:40 | 2025-05-26T01:44:42 | {} | NONE |
vuejs | core | 2,909,198,070 | 13,361 | Simon-He95 | Can it be accelerated? (friendly push) | 2025-05-26T10:18:07 | 2025-05-26T10:18:07 | {} | CONTRIBUTOR |
vuejs | core | 2,909,545,818 | 13,385 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready!
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | d2c6e2d5b596aa1af4ca8b55565fe2ae6ce9827b |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep... | 2025-05-26T12:18:08 | 2025-05-26T12:19:20 | {} | NONE |
vuejs | core | 2,911,295,162 | 13,388 | jacekkarczmarczyk | computed returns value that is not reactive | 2025-05-27T06:40:20 | 2025-05-27T06:40:20 | {
"+1": 2
} | CONTRIBUTOR |
vuejs | core | 2,897,275,045 | 13,363 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/a23c9237-b8c9-4667-ae61-98d1863675e8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13363
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-21T09:33:54 | 2025-05-21T09:33:54 | {} | NONE |
vuejs | core | 2,897,979,630 | 13,362 | KazariEX | /ecosystem-ci run | 2025-05-21T13:30:00 | 2025-05-21T13:30:00 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,898,275,299 | 13,364 | netlify[bot] | ### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready!
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit | 6dbc57ccec30d4dc33ab7f409f254d7915cd802f |
|<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep... | 2025-05-21T14:57:28 | 2025-05-21T14:58:32 | {} | NONE |
vuejs | core | 2,899,798,537 | 13,366 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52 kB |
### Usages
| Name | Size | G... | 2025-05-22T03:34:29 | 2025-05-22T03:34:29 | {} | NONE |
vuejs | core | 2,908,254,416 | 13,380 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Bot user detected.
>
> To trigger a single review, invoke the `@coderabbitai review` command.
>
> You can disable this status message... | 2025-05-26T01:20:19 | 2025-05-26T01:20:19 | {} | NONE |
vuejs | core | 2,908,956,555 | 13,384 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit... | 2025-05-26T08:31:50 | 2025-05-26T08:31:50 | {} | NONE |
vuejs | core | 2,899,838,895 | 13,366 | jeffwcx | 哭了,我本来想改来着,你先改了,不过这里的`WritableStream`可以明确从 `import type {WritableStream} from 'node:stream/web'`里来,直接 `as` 成 `any`不太好 | 2025-05-22T04:08:38 | 2025-05-22T04:08:38 | {} | CONTRIBUTOR |
vuejs | core | 2,905,465,006 | 12,321 | vidal7 | @edison1105, is this something preventing you for submiting this PR to reviewers? I would very like this PR being merged. | 2025-05-23T18:45:21 | 2025-05-23T18:45:21 | {} | NONE |
vuejs | core | 2,431,592,106 | 12,244 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/df127a93-60a6-44df-b63c-80fdab35916c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12244
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-10-23T10:03:20 | 2025-05-24T13:17:58 | {} | NONE |
vuejs | core | 2,906,997,260 | 12,137 | skirtles-code | I'm not sure about this.
Consider this case:
```html
<script setup>
import { ref } from 'vue'
const tag = ref('input')
</script>
<template>
<component :is="tag">
<template v-if="tag !== 'input'">
Content
</template>
</component>
</template>
```
- [Playground](https://deploy-pr... | 2025-05-24T19:52:54 | 2025-05-24T19:52:54 | {
"+1": 1
} | CONTRIBUTOR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.