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,206,210,766 | 13,194 | edison1105 | /ecosystem-ci run | 2025-08-20T12:51:28 | 2025-08-20T12:51:28 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,954,267,557 | 13,449 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 101 kB (**+42 B**) | 38.4 kB (**+14 B**) | 34.6 kB (**+11 B**) |
| v... | 2025-06-08T20:40:47 | 2025-08-20T13:17:42 | {} | NONE |
vuejs | core | 2,954,267,606 | 13,449 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/5533a5be-63af-4cdf-8df2-006ea01465ca)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13449
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-06-08T20:40:57 | 2025-08-20T13:17:53 | {} | NONE |
vuejs | core | 3,208,330,920 | 13,755 | kkqy | @WangJincheng4869
You can temporarily use the following code.
```
function test<T>() {
const list = ref<T[]>([]) as Ref<T[]>
const li: T[] = []
list.value.push(...li)
}
```
However, this solution seems to be ineffective for "reactive".
| 2025-08-20T23:09:23 | 2025-08-20T23:09:38 | {} | NONE |
vuejs | core | 3,194,172,732 | 13,770 | OlTrenin | Unit test
```typescript
describe('defineComponent with generic functions', () => {
test('should preserve type inference for generic functions with props option', () => {
const GenericComp = defineComponent(
<T extends string | number>(props: { value: T; items: T[] }) => {
const count = ref(0... | 2025-08-17T06:41:25 | 2025-08-17T06:41:25 | {} | NONE |
vuejs | core | 3,194,557,727 | 13,772 | OlTrenin | Unit test
‘‘‘
test('should handle null nextSibling in nested teleport with conditional rendering', async () => {
// Tests nested Teleport with v-if toggle to reproduce DOM update order issue
const NestedComponent = {
render() {
return show.value
? h(Teleport, { to: target }, h('div', 'n... | 2025-08-17T18:03:51 | 2025-08-17T18:04:34 | {} | NONE |
vuejs | core | 3,194,953,206 | 13,775 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/8df58796-ed9c-403d-ac4a-479ad7221ad6)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13775
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-08-18T03:08:01 | 2025-08-18T03:33:34 | {} | NONE |
vuejs | core | 2,800,195,910 | 13,194 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/d1d8cabb-34eb-4f95-b504-d8a5229ce5bc)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13194
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-04-14T00:07:21 | 2025-08-20T12:47:28 | {} | NONE |
vuejs | core | 3,206,226,596 | 13,507 | edison1105 | /ecosystem-ci run | 2025-08-20T12:56:33 | 2025-08-20T12:56:33 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,954,267,216 | 13,449 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Guards were added around template-ref assignments via a new `canSetRef` helper to avoid setting `.value` on known template refs in development; ref cleanup was enhanced. The test suite for `useTemplateRef`... | 2025-06-08T20:39:54 | 2025-08-20T13:19:05 | {} | NONE |
vuejs | core | 3,148,841,976 | 13,734 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-08-04T00:58:22 | 2025-08-20T14:19:39 | {} | NONE |
vuejs | core | 3,173,145,575 | 13,748 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-08-11T03:01:16 | 2025-08-20T14:20:05 | {} | NONE |
vuejs | core | 3,183,533,631 | 7,312 | TheKoTech | Our team hit the same issue | 2025-08-13T11:58:26 | 2025-08-13T11:58:26 | {} | NONE |
vuejs | core | 3,190,365,308 | 13,762 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/2d41c976-6e70-447a-9129-1aa2564496cd)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13762
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-08-15T01:33:23 | 2025-08-15T01:33:23 | {} | NONE |
vuejs | core | 3,148,840,768 | 13,733 | 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-08-04T00:57:06 | 2025-08-15T14:36:48 | {} | NONE |
vuejs | core | 3,194,965,916 | 13,774 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.2 kB |
### Usages
| Name | Size | G... | 2025-08-18T03:14:06 | 2025-08-18T03:14:06 | {} | NONE |
vuejs | core | 3,195,263,921 | 13,777 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.2 kB |
### Usages
| Name | Size | G... | 2025-08-18T06:13:40 | 2025-08-18T06:13:40 | {} | NONE |
vuejs | core | 3,206,154,923 | 76 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c7dc6bd8-80de-4cd5-9a2d-0ea69aff9242)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@76
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new/@v... | 2025-08-20T12:38:55 | 2025-08-20T14:22:26 | {} | NONE |
vuejs | core | 3,208,639,665 | 12,876 | edison1105 | /ecosystem-ci run | 2025-08-21T01:37:08 | 2025-08-21T01:37:08 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,658,180,035 | 12,876 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.5 kB | 52.2 kB |
### Usages
| Name | Size | G... | 2025-02-14T03:25:03 | 2025-08-21T01:36:01 | {} | NONE |
vuejs | core | 3,125,101,183 | 13,713 | 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-07-28T02:42:51 | 2025-08-14T12:51:31 | {} | NONE |
vuejs | core | 3,196,196,299 | 13,740 | DrJume | It seems like the errors are not caused by this PR directly? | 2025-08-18T11:05:06 | 2025-08-18T11:05:06 | {} | CONTRIBUTOR |
vuejs | core | 3,199,074,211 | 13,779 | 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-08-19T03:19:54 | 2025-08-19T03:19:54 | {} | NONE |
vuejs | core | 3,199,228,076 | 13,780 | absidue | vue-i18n doesn't support Vapor mode yet, it's not listed in the roadmap as completed (https://github.com/vuejs/core/issues/13687) and there is an open issue for Vapor mode support in the vue-i18n repo (https://github.com/intlify/vue-i18n/issues/2234). | 2025-08-19T05:12:42 | 2025-08-19T05:12:42 | {
"heart": 1
} | NONE |
vuejs | core | 3,203,876,284 | 13,781 | wl-007 | The output result displayed through "console.log" is "title: ComputedRef". Does this fall under the category of an inconsistency?
[demo](https://play.vuejs.org/#eNp9UsFu2zAM/RVClyZA5qDIChSpE2DdeugO29AVu1TF4CVM6taWDEn2Ehj+9z1JtpsBW32wLfLx8T2KrfhQVUlTs1iK1G5MXjmy7OqKikztV1I4K8VaqrystHHUkuHdjDa6rGrHW+poZ3RJZyA4G0HuWDGQH3v... | 2025-08-20T01:56:22 | 2025-08-20T01:56:22 | {} | NONE |
vuejs | core | 3,105,522,819 | 13,691 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/bec3f917-a4ad-44cf-ac02-1aaaafc0f6c7)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13691
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-23T03:16:21 | 2025-08-20T12:40:56 | {} | NONE |
vuejs | core | 3,206,186,320 | 13,194 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Adds an early language-mismatch validation between <script> and <script setup> in compileScript, throwing a specific error before Babel parsing. Updates unit tests to cover a ts/tsx mismatch case linked to ... | 2025-08-20T12:46:29 | 2025-08-20T12:50:41 | {} | NONE |
vuejs | core | 3,206,296,847 | 13,781 | edison1105 | >This also means if the object contains nested refs, they will be deeply unwrapped.
This means `title` will be unwrapped during accessing it.
```js
console.log("items",items.value[0].title); // title : string
``` | 2025-08-20T13:14:27 | 2025-08-20T13:14:27 | {} | MEMBER |
vuejs | core | 3,208,661,623 | 13,725 | edison1105 | /ecosystem-ci run | 2025-08-21T01:50:50 | 2025-08-21T01:50:50 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,190,853,583 | 13,768 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/27ca8302-051b-410c-bdbf-64474fdf4f8f)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13768
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-08-15T07:37:59 | 2025-08-15T07:37:59 | {} | NONE |
vuejs | core | 3,194,990,286 | 13,775 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.2 kB |
### Usages
| Name | Size | G... | 2025-08-18T03:31:09 | 2025-08-18T03:31:09 | {} | NONE |
vuejs | core | 3,195,253,142 | 13,777 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The vShow directive’s name assignment is now gated by (__DEV__ || __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__), ensuring vShow.name = 'show' in development and when the production hydration mismatch details... | 2025-08-18T06:08:18 | 2025-08-18T06:11:57 | {} | NONE |
vuejs | core | 3,200,150,636 | 13,781 | absidue | That is working as documented:
> If an object is assigned as a ref's value, the object is made deeply reactive with reactive(). This also means if the object contains nested refs, they will be deeply unwrapped.
https://vuejs.org/api/reactivity-core.html#ref | 2025-08-19T10:21:35 | 2025-08-19T10:21:35 | {} | NONE |
vuejs | core | 3,138,589,562 | 13,722 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/dea5cd54-d6c5-482b-a315-ed944b81eb99)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13722
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-07-31T05:17:01 | 2025-08-19T11:44:28 | {} | NONE |
vuejs | core | 3,206,212,947 | 13,707 | OlTrenin | @edison1105 recheck | 2025-08-20T12:52:11 | 2025-08-20T12:52:11 | {} | NONE |
vuejs | core | 2,658,180,368 | 12,876 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/e5285953-14a0-4ea3-aeb9-59b65ffb51f8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12876
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-02-14T03:25:23 | 2025-08-21T01:36:15 | {} | NONE |
vuejs | core | 3,289,141,618 | 13,880 | ZKunZhang | > I tried running the unit tests and several of them are failing for me on this branch. Could you please confirm that all tests pass for you locally and fix any problems relevant to the changes in this PR?
Hi [skirtles-code](https://github.com/skirtles-code),
Great news—after addressing the issues in the previous... | 2025-09-14T03:16:56 | 2025-09-14T03:16:56 | {} | NONE |
vuejs | core | 3,290,234,310 | 13,885 | 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-09-15T02:09:37 | 2025-09-15T02:09:37 | {} | NONE |
vuejs | core | 3,290,235,917 | 13,880 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.5 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-09-15T02:10:39 | 2025-09-15T02:10:39 | {} | NONE |
vuejs | core | 3,306,911,615 | 12,162 | rstoenescu | Any updates on this one? | 2025-09-18T11:20:43 | 2025-09-18T11:20:43 | {} | NONE |
vuejs | core | 3,307,521,632 | 13,905 | edison1105 | /ecosystem-ci run | 2025-09-18T13:39:48 | 2025-09-18T13:39:48 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,310,323,853 | 13,907 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/b2c2f9d2-6ffa-467f-a177-56fe90694a0c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13907
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-19T02:47:48 | 2025-09-19T03:55:51 | {} | NONE |
vuejs | core | 3,316,535,836 | 13,912 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/386e021c-3bb8-45ef-84e1-bb315466edaa)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13912
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-22T02:15:57 | 2025-09-22T02:15:57 | {} | NONE |
vuejs | core | 3,290,173,269 | 13,882 | 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-09-15T01:23:18 | 2025-09-15T01:23:18 | {} | NONE |
vuejs | core | 3,290,235,165 | 13,880 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/a1d91f24-d85b-4df0-8c97-5bd5eb66b372)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13880
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-15T02:10:10 | 2025-09-15T02:10:10 | {} | NONE |
vuejs | core | 3,291,075,798 | 8,119 | ZKunZhang | > Out of curiosity, I tried updating the example repo to newest Vue 3.4.19 after reading about some reactivity improvements in [#5912](https://github.com/vuejs/core/pull/5912)
>
> but I need to say that this inconsistency still appears exactly as it was before, the computed value behaves differently in the built app t... | 2025-09-15T08:46:10 | 2025-09-15T08:46:10 | {} | NONE |
vuejs | core | 3,307,564,236 | 13,905 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17830591122)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17787186611) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r... | 2025-09-18T13:47:57 | 2025-09-18T13:47:57 | {} | CONTRIBUTOR |
vuejs | core | 3,299,607,953 | 13,861 | ferferga | Can you do the same for effectScope? Or perhaps the implementation of effectScope is enough and watch doesn't need this. | 2025-09-16T16:57:50 | 2025-09-16T16:57:50 | {
"+1": 2
} | CONTRIBUTOR |
vuejs | core | 3,302,653,024 | 13,894 | ZKunZhang | > I don't think this change has fixed the problem.
>
> Here's a Playground using this PR. The `name` attribute is still present in the generated HTML:
>
> * [Playground](https://deploy-preview-13894--vue-sfc-playground.netlify.app/#__SSR__eNp9kUFLAzEQhf9KmHPZFfRUVkGlSD2oaI+5hO24ps0mIZnUlbL/3Ula1yLSW/LeN5M3mT3cel/... | 2025-09-17T11:58:32 | 2025-09-17T11:58:57 | {} | NONE |
vuejs | core | 3,190,363,915 | 13,761 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Iterator wrapper in arrayInstrumentations now applies wrapValue whenever an iterator result is not done (i.e., checks `!result.done`), ensuring falsy values are wrapped; wrapping is skipped only for `done: ... | 2025-08-15T01:32:13 | 2025-09-12T09:04:06 | {} | NONE |
vuejs | core | 3,288,875,388 | 13,881 | benjamin-larsen | By latest, I mean the latest of the Vue Playground, locally I used version 3.5.18. | 2025-09-13T21:44:46 | 2025-09-13T21:44:46 | {} | NONE |
vuejs | core | 3,290,234,162 | 13,884 | 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-09-15T02:09:32 | 2025-09-15T02:09:32 | {} | NONE |
vuejs | core | 3,294,639,388 | 13,886 | KazariEX | Circular reference.
<img width="1172" height="742" alt="Image" src="https://github.com/user-attachments/assets/6ca707fc-a47a-4f28-bc2b-3fe96562a2e6" />
Please specify the type of `compRef` explicitly to avoid it.
```diff
- const compRef = useTemplateRef('compRef')
+ const compRef = useTemplateRef<InstanceType<typeof... | 2025-09-16T02:39:50 | 2025-09-16T02:39:50 | {} | MEMBER |
vuejs | core | 3,307,152,919 | 8,475 | wilbertverayin | I'd like to follow up on this one. | 2025-09-18T12:20:05 | 2025-09-18T12:20:05 | {} | NONE |
vuejs | core | 3,307,451,813 | 13,905 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Adjusts BaseReactiveHandler.get to unwrap refs differently on readonly proxies: when accessing a ref, derive the value (preserving array-index return of the Ref). If the proxy is readonly and the derived va... | 2025-09-18T13:26:17 | 2025-09-18T13:41:11 | {} | NONE |
vuejs | core | 3,315,474,192 | 13,911 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/72f4a40f-955f-4635-9c10-4783bb2e3dd8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13911
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-21T03:39:19 | 2025-09-21T03:39:19 | {} | NONE |
vuejs | core | 3,273,399,828 | 13,326 | edison1105 | @camc314 uh, sorry, should be rollup@4.50.1. | 2025-09-10T05:44:17 | 2025-09-10T05:44:17 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,277,240,306 | 13,866 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------ | ------- | ------- |
| compiler-dom.global.prod.js | 84 kB | 29.8 kB | 26.3 kB |
| runtime-dom.global.prod.js | 104 kB | 39.1 kB | 35.3 kB |
| vue.global.prod.js | 162 kB | 59.3 k... | 2025-09-11T03:26:54 | 2025-09-11T07:24:44 | {} | NONE |
vuejs | core | 3,284,593,464 | 13,878 | edison1105 | /ecosystem-ci run | 2025-09-12T09:51:30 | 2025-09-12T09:51:30 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,287,982,522 | 8,119 | ZKunZhang | ### Core Issue Identification
- `globalVersion` increments normally.
- Version synchronization lag: `link.version` always lags behind `link.dep.version` by **1 version**.
### 4. Root Cause Analysis Phase 🎯
#### Tracing the Version Control Mechanism:
1. **Trigger Chain**: `modelValue` change → `globalVersion` increm... | 2025-09-13T09:54:45 | 2025-09-13T09:54:45 | {} | NONE |
vuejs | core | 3,264,282,601 | 13,856 | 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-09-08T01:28:37 | 2025-09-15T08:38:59 | {} | NONE |
vuejs | core | 3,301,326,092 | 13,156 | alex-snezhko | Leaving a note here for tracking that this feature should also be implemented in vapor mode eventually :slightly_smiling_face: | 2025-09-17T05:09:20 | 2025-09-17T05:09:20 | {} | CONTRIBUTOR |
vuejs | core | 2,960,923,637 | 13,462 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/acf9d72e-68d4-4928-b56f-95f5ba485715)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13462
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-06-11T01:03:38 | 2025-09-18T07:24:55 | {} | NONE |
vuejs | core | 3,307,538,990 | 13,902 | edison1105 | duplicate of #13847 | 2025-09-18T13:43:00 | 2025-09-18T13:43:00 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,310,140,530 | 13,906 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/db1426a4-a88b-45cf-9491-432e3cb13374)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13906
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-19T01:07:15 | 2025-09-19T01:07:15 | {} | NONE |
vuejs | core | 3,284,626,584 | 13,878 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17671011614)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17665011727) |
|-------|--------|----------------|
| primevue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actio... | 2025-09-12T09:59:57 | 2025-09-12T09:59:57 | {} | CONTRIBUTOR |
vuejs | core | 3,290,175,075 | 13,883 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.5 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-09-15T01:24:37 | 2025-09-15T01:24:37 | {} | NONE |
vuejs | core | 3,290,228,334 | 13,881 | edison1105 | `v-if` and `v-else` automatically generate a key. By adding `:key="1"` to v-if, both `v-if` and `v-else` end up with the same key of 1, which affects the patch logic. | 2025-09-15T02:06:08 | 2025-09-15T02:06:08 | {} | MEMBER |
vuejs | core | 3,291,234,565 | 13,037 | ZKunZhang | Let me have a try. | 2025-09-15T09:28:24 | 2025-09-15T09:28:24 | {} | NONE |
vuejs | core | 3,294,537,114 | 13,895 | KazariEX | This is the responsibility of linter. See https://eslint.vuejs.org/rules/no-dupe-keys.html. | 2025-09-16T01:39:01 | 2025-09-16T01:39:01 | {
"confused": 1
} | MEMBER |
vuejs | core | 3,307,457,378 | 13,905 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/d8ee3110-7c5f-4103-8f67-15ee9d61e842)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13905
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-18T13:27:25 | 2025-09-18T13:34:55 | {} | NONE |
vuejs | core | 3,310,322,231 | 13,907 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Updates renderSlot to detect when slot props are passed and use `PatchFlags.BAIL` for those native `<slot/>` renders; adds a test validating reactive slot props in custom elements. No public API or signatur... | 2025-09-19T02:46:40 | 2025-09-19T04:00:00 | {} | NONE |
vuejs | core | 3,312,974,245 | 13,908 | OrbisK | Someday, we could follow up on this by merging the effects signal with its parent signals (`AbortSignal.any()`), which would remove the need for the cleanup array + loop. (Should be benchmarked)
https://github.com/vuejs/core/blob/179b397c4c0b06ab80d376957521ffabf08b0477/packages/reactivity/src/effectScope.ts#L151-L1... | 2025-09-19T16:59:40 | 2025-09-19T17:00:51 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 3,314,541,796 | 7,947 | alex-snezhko | Another idea: allowing the user to specify a custom cache implementation e.g.
```
// type definition
interface CustomCompileCache {
get: (key: string) => RenderFunction | undefined
set: (key: string, render: RenderFunction) => void
}
compilerOptions: {
customCompileCache?: CustomCompileCache
}
// example imple... | 2025-09-20T04:32:40 | 2025-09-20T04:32:40 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 3,315,474,126 | 13,911 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | -------------------- | ------------------- |
| runtime-dom.global.prod.js | 101 kB (**+289 B**) | 38.6 kB (**+108 B**) | 34.7 kB (**+81 B**)... | 2025-09-21T03:39:06 | 2025-09-21T03:39:06 | {} | NONE |
vuejs | core | 3,277,241,940 | 13,866 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c7d7fdc2-e759-471d-8e8c-1f07a40dafe9)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13866
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-11T03:27:25 | 2025-09-12T14:30:08 | {} | NONE |
vuejs | core | 2,960,922,330 | 13,462 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Added an optional `preserveLeadingTilde` flag to asset URL parsing and transformation; updated `parseUrl`, `transformAssetUrl`, and `transformSrcset` to accept/use the flag and added tests covering templat... | 2025-06-11T01:02:28 | 2025-09-18T07:17:43 | {} | NONE |
vuejs | core | 3,239,322,233 | 13,831 | 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/68d02335be19150008d67045?deploy_diagnostics=true)**
| Name | Link |
|:-:|------------------------|
|<span aria-hidden="true">🔨</span> Latest commit... | 2025-08-30T14:58:58 | 2025-09-21T16:09:55 | {} | NONE |
vuejs | core | 3,316,539,162 | 13,912 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.5 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-09-22T02:18:15 | 2025-09-22T02:18:15 | {} | NONE |
vuejs | core | 3,195,251,769 | 13,758 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.5 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-08-18T06:07:41 | 2025-09-23T01:43:24 | {} | NONE |
vuejs | core | 3,280,125,647 | 13,870 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Production-only CSS var name generation now prefixes a leading digit with "v" to comply with CSS rules. Tests updated to expect "v"-prefixed hashes in prod mode; non-prod behavior unchanged.
## Changes
| C... | 2025-09-11T11:38:12 | 2025-09-11T11:43:10 | {} | NONE |
vuejs | core | 3,284,201,118 | 13,875 | edison1105 | This is not a bug. You need to handle asynchronous errors by yourself. see [Playground](https://play.vuejs.org/#eNqVVV1P2zAU/StW9pCglaQTiAdWEBuqBNM+EEPaS15Cfdu6JHZkO2mnqv99x3bbtKxFG1LAuffk+NxPllFVCJnOTHQZiapW2rIlG2kqLH2qa7ZiY60qFrcNxblcA5wjmNOsqOs0OHM5UtJYBgu76igSPCe5dDj4x2KSktZK3xWSl6SBTPDeY0Ia92usTtjVNVvmkuHHEaqS0lJN... | 2025-09-12T08:01:16 | 2025-09-12T08:01:16 | {} | MEMBER |
vuejs | core | 3,287,980,748 | 13,880 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Adds a dev-only dependency-version walk in refreshComputed to skip recomputation when all dependencies are unchanged (recursively refreshing nested computed deps). Production and SSR behavior unchanged. Add... | 2025-09-13T09:54:14 | 2025-09-16T03:16:55 | {} | NONE |
vuejs | core | 3,301,537,346 | 13,861 | OrbisK | We should probably benchmark this.
It would be good to have this for `effectScope` and `watch`. This would allow us to get the `signal` with `getCurrentScope`.
```ts
const {signal} = getCurrentScope()
fetch(url, {signal})
``` | 2025-09-17T06:41:38 | 2025-09-17T06:41:38 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 3,304,502,314 | 13,894 | skirtles-code | The SSR example you linked appears to be using a render function, so it won't match what happens in the Playground.
For components that use templates, Vue compiles a separate SSR version that bypasses VNodes and just generates the HTML string. You can see that version in the Playground by clicking on the SSR tab.
... | 2025-09-17T20:41:18 | 2025-09-17T20:41:18 | {} | CONTRIBUTOR |
vuejs | core | 3,283,523,144 | 13,874 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: failure by coderabbit.ai -->
> [!CAUTION]
> ## Review failed
>
> The pull request is closed.
<!-- end of auto-generated comment: failure by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Code-... | 2025-09-12T03:32:24 | 2025-09-12T03:36:12 | {} | NONE |
vuejs | core | 3,290,235,804 | 13,880 | edison1105 | Could you please add a test case? | 2025-09-15T02:10:35 | 2025-09-15T02:10:35 | {} | MEMBER |
vuejs | core | 3,290,445,677 | 13,880 | ZKunZhang | > Could you please add a test case?
Ok, I'll add the corresponding use cases now | 2025-09-15T04:25:25 | 2025-09-15T04:25:25 | {} | NONE |
vuejs | core | 3,301,138,846 | 13,900 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 101 kB (**+247 B**) | 38.5 kB (**+59 B**) | 34.7 kB (**+46 B**) |
... | 2025-09-17T03:28:01 | 2025-09-18T10:04:42 | {} | NONE |
vuejs | core | 3,307,456,413 | 13,905 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 101 kB (**+44 B**) | 38.5 kB (**+16 B**) | 34.7 kB (**+19 B**) |
| v... | 2025-09-18T13:27:12 | 2025-09-18T13:27:12 | {} | NONE |
vuejs | core | 3,254,080,131 | 13,848 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Adds support in inferRuntimeType for a specific TypeScript mapped-type pattern that uses indexed access and keyof constraints, and adds tests verifying resolution of a mapped type with indexed access in def... | 2025-09-04T14:45:27 | 2025-09-19T01:00:04 | {} | NONE |
vuejs | core | 3,317,568,538 | 13,915 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/ba82320e-c4e8-4a1f-9734-af1a7e444745)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13915
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-22T08:33:56 | 2025-09-22T08:33:56 | {} | NONE |
vuejs | core | 3,279,140,821 | 13,868 | linzhe141 | https://vuejs.org/api/render-function.html#mergeprops
This is expected behavior
| 2025-09-11T08:23:57 | 2025-09-11T08:23:57 | {} | MEMBER |
vuejs | core | 3,283,524,864 | 13,874 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 101 kB | 38.5 kB | 34.6 kB |
| vue.global.prod.js | 159 kB | 58.6 kB | 52.1 kB |
### Usages
| Name | Size | G... | 2025-09-12T03:33:19 | 2025-09-12T03:33:19 | {} | NONE |
vuejs | core | 3,284,446,693 | 13,878 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Adds early bailout in stringifyStatic to skip nodes with `v-once`, and introduces a unit test verifying eligible content handling with a `v-once` child. No public API or production signature changes.
## Ch... | 2025-09-12T09:14:04 | 2025-09-12T09:19:13 | {} | NONE |
vuejs | core | 3,284,463,279 | 13,875 | JasonKid | > This is not a bug. You need to handle asynchronous errors by yourself. see [Playground](https://play.vuejs.org/#eNqVVV1P2zAU/StW9pCglaQTiAdWEBuqBNM+EEPaS15Cfdu6JHZkO2mnqv99x3bbtKxFG1LAuffk+NxPllFVCJnOTHQZiapW2rIlG2kqLH2qa7ZiY60qFrcNxblcA5wjmNOsqOs0OHM5UtJYBgu76igSPCe5dDj4x2KSktZK3xWSl6SBTPDeY0Ia92usTtjVNVvmkuHHEaqS0l... | 2025-09-12T09:19:20 | 2025-09-12T09:19:20 | {} | NONE |
vuejs | core | 3,290,237,344 | 13,884 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/7c356a4e-9ae1-401a-a574-e83db6abd387)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13884
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-15T02:11:28 | 2025-09-15T02:11:38 | {} | NONE |
vuejs | core | 3,290,613,875 | 13,880 | ZKunZhang | > Could you please add a test case?
done | 2025-09-15T06:05:38 | 2025-09-15T06:05:38 | {} | NONE |
vuejs | core | 3,291,046,169 | 13,881 | benjamin-larsen | It's also important to note, this may happen with v-for lists where index is used with atleast 2 items too. So simply checking the Number Literal as key may not be the solution. | 2025-09-15T08:38:06 | 2025-09-15T08:38:06 | {
"+1": 1
} | NONE |
vuejs | core | 3,316,666,456 | 13,914 | 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-09-22T03:47:15 | 2025-09-22T03:47:15 | {} | NONE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.