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,717,846,995 | 14,288 | edison1105 | <img width="502" height="162" alt="Image" src="https://github.com/user-attachments/assets/7d4f2853-7995-49c1-82c3-33273757b01a" />
Calling `<FC />` inside a computed property will actually execute `_createVNode2(FC, null, null)`, which creates a `VNode`. This `VNode` is added to the `currentBlock` (which tracks dynami... | 2026-01-07T08:40:35 | 2026-01-07T08:42:17 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,721,599,385 | 14,297 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
<details>
<summary>📝 Walkthrough</summary>
## Walkthrough
Adds two tests for resolving indexed-access/imported types and updates type-resolution logic to honor per-type owner scopes and a new `silentOnExtendsFailure` c... | 2026-01-08T02:15:17 | 2026-01-08T03:34:16 | {} | NONE |
vuejs | core | 3,703,169,256 | 14,268 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.5 kB |
| runtime-dom.global.prod.js | 108 kB | 40.7 kB | 36.6 kB |
| vue.global.prod.js | 167 kB | 6... | 2026-01-01T02:12:56 | 2026-01-01T02:12:56 | {} | NONE |
vuejs | core | 3,703,693,469 | 14,261 | edison1105 | a workaround
```js
const props = defineProps</*@vue-ignore*/componentProps>()
```
> This limitation has been resolved in 3.3. The latest version of Vue supports referencing imported and a limited set of complex types in the type parameter position. However, because the type to runtime conversion is still AST-based, s... | 2026-01-01T13:27:49 | 2026-01-01T13:29:30 | {} | MEMBER |
vuejs | core | 3,707,880,620 | 14,273 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------ | ------------------- | ------------------ |
| compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.5 kB |
| r... | 2026-01-04T08:53:10 | 2026-01-04T08:53:10 | {} | NONE |
vuejs | core | 3,708,583,348 | 14,275 | edison1105 | /ecosystem-ci run | 2026-01-05T00:30:45 | 2026-01-05T00:30:45 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,715,030,375 | 8,576 | segevfiner | This is rather annoying... As you can't properly define that takes the same props as a different component without getting inferred false defaults that will override the wrapped component defaults... | 2026-01-06T14:59:50 | 2026-01-06T14:59:50 | {} | NONE |
vuejs | core | 3,717,954,745 | 14,284 | edison1105 | Thanks for the PR!
Could you please add a test case? | 2026-01-07T09:14:02 | 2026-01-07T09:14:02 | {} | MEMBER |
vuejs | core | 3,722,807,960 | 14,284 | edison1105 | Thanks for the PR. I've made minor tweaks. see https://github.com/vuejs/core/pull/14284/commits/d6b496c800ea225bc5a9f46c1f610380e3476582
- move test to useCssVars.spec.ts
- avoid register updateCssVars callback to instance's updated hooks because the DOM tree won't
changed when the component updated. | 2026-01-08T08:39:13 | 2026-01-08T08:41:27 | {} | MEMBER |
vuejs | core | 3,707,503,039 | 14,265 | edison1105 | closed via [#14267](https://github.com/vuejs/core/pull/14267) | 2026-01-04T01:10:25 | 2026-01-04T01:10:25 | {} | MEMBER |
vuejs | core | 3,707,503,377 | 14,266 | edison1105 | closed via #14268 | 2026-01-04T01:11:04 | 2026-01-04T01:11:04 | {} | MEMBER |
vuejs | core | 3,708,252,661 | 14,274 | Justineo | > It should be:
>
> ```diff
> export default defineComponent({
> name: 'Echarts',
> inheritAttrs: false,
> setup() {
> const root = shallowRef();
> return () =>
> h('my-component', {
> - ref: root,
> + ref: root.value,
> innerHTML: 'hello',
> });
> },
> });
> ```
> see... | 2026-01-04T17:02:58 | 2026-01-04T17:11:23 | {
"+1": 2
} | MEMBER |
vuejs | core | 3,708,683,935 | 14,276 | 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... | 2026-01-05T01:54:12 | 2026-01-05T01:54:12 | {} | NONE |
vuejs | core | 3,707,879,913 | 14,273 | 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... | 2026-01-04T08:52:11 | 2026-01-05T02:26:21 | {} | NONE |
vuejs | core | 3,709,582,420 | 14,281 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------ | ------------------- | ------------------ |
| compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.5 kB |
| r... | 2026-01-05T09:23:36 | 2026-01-05T09:23:36 | {} | NONE |
vuejs | core | 3,712,927,672 | 14,284 | 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... | 2026-01-06T03:05:13 | 2026-01-06T03:05:13 | {} | NONE |
vuejs | core | 3,708,820,457 | 14,278 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------ | ------------------- | ------------------- |
| compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.5 kB |
... | 2026-01-05T03:30:11 | 2026-01-07T03:53:20 | {} | NONE |
vuejs | core | 3,718,988,805 | 14,293 | 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... | 2026-01-07T13:50:14 | 2026-01-07T13:50:14 | {} | NONE |
vuejs | core | 3,722,909,612 | 14,299 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/1347dc91-7b69-4c4a-81a8-d00ecf58f1b3)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14299
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14299
```
```
yarn add https://pkg.pr.n... | 2026-01-08T09:08:05 | 2026-01-08T09:08:05 | {} | NONE |
vuejs | core | 3,706,804,675 | 14,270 | Justineo | 这个问题和 Vue 无关,纯粹是 CSS 写法问题。`calc()` 里的 `0` 不会自动解析成 `<length>`,你这个写法就是无效的。
> NOTE: Because `<number-token>`s are always interpreted as `<number>`s or `<integer>`s, "unitless 0" `<length>`s aren’t supported in math functions. That is, `width: calc(0 + 5px);` is invalid, because it’s trying to add a `<number>` to a `<leng... | 2026-01-03T06:03:12 | 2026-01-03T09:28:48 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,095,078,234 | 13,667 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/e0d50e45-fa74-43d5-981f-df346f292294)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@13667
```
```
npm i https://pkg.pr.new/@vue/compiler-core@13667
```
```
yarn add https://pkg.pr.n... | 2025-07-21T02:53:19 | 2026-01-04T03:48:26 | {} | NONE |
vuejs | core | 3,707,767,028 | 13,673 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/2699eeb3-90bb-483a-a40a-dd5079c26b3b)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@13673
```
```
npm i https://pkg.pr.new/@vue/compiler-core@13673
```
```
yarn add https://pkg.pr.n... | 2026-01-04T05:59:35 | 2026-01-04T06:52:47 | {} | NONE |
vuejs | core | 3,712,932,822 | 14,285 | 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... | 2026-01-06T03:08:12 | 2026-01-06T03:08:12 | {} | NONE |
vuejs | core | 3,721,383,990 | 14,296 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 103 kB | 39.1 kB | 35.2 kB |
| vue.global.prod.js | 161 kB | 59.1 kB | 52.6 kB |
### Usages
| Name | Size | G... | 2026-01-08T00:29:34 | 2026-01-08T00:29:34 | {} | NONE |
vuejs | core | 3,703,154,838 | 14,267 | 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... | 2026-01-01T01:47:19 | 2026-01-01T09:24:01 | {} | NONE |
vuejs | core | 3,707,801,342 | 13,673 | edison1105 | Thank you for your contribution. I've made some adjustments to align with the HTML specification.
see https://github.com/vuejs/core/pull/13673/commits/f3f495da801686d512808911c40d88b7d8288064 | 2026-01-04T06:58:13 | 2026-01-04T06:58:13 | {} | MEMBER |
vuejs | core | 3,708,127,279 | 14,274 | danielroe | here's an example of it being used with a ref:
https://github.com/vuejs/core/blob/3190b179b0545a3dc4549737793eec630cf9f0d1/packages/vue/__tests__/e2e/Transition.spec.ts#L2135-L2147 | 2026-01-04T14:19:42 | 2026-01-04T14:19:42 | {} | MEMBER |
vuejs | core | 3,708,762,448 | 14,276 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 103 kB | 39.1 kB | 35.2 kB |
| vue.global.prod.js | 161 kB | 59.1 kB | 52.6 kB |
### Usages
| Name | Size | G... | 2026-01-05T02:50:17 | 2026-01-05T02:50:17 | {} | NONE |
vuejs | core | 3,717,291,405 | 14,288 | Gianthard-cyh | <img width="814" height="862" alt="Image" src="https://github.com/user-attachments/assets/75a09769-36f3-4569-8533-1b84866f20bc" />
Seems that vnode.component is null here. | 2026-01-07T04:39:46 | 2026-01-07T04:39:46 | {} | CONTRIBUTOR |
vuejs | core | 3,717,867,650 | 14,290 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/d44ec05b-c88b-4572-9da5-7575a565e6f3)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14290
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14290
```
```
yarn add https://pkg.pr.n... | 2026-01-07T08:47:11 | 2026-01-07T08:47:11 | {} | NONE |
vuejs | core | 3,708,819,784 | 14,278 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/0cf417d7-1bf1-4c35-a7dc-f60ead859ecf)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14278
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14278
```
```
yarn add https://pkg.pr.n... | 2026-01-05T03:29:46 | 2026-01-07T08:51:04 | {} | NONE |
vuejs | core | 3,718,020,788 | 14,291 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/9b34451b-943d-484c-8f38-aa04f9d1a877)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14291
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14291
```
```
yarn add https://pkg.pr.n... | 2026-01-07T09:33:06 | 2026-01-07T09:33:06 | {} | NONE |
vuejs | core | 3,707,594,043 | 14,272 | 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... | 2026-01-04T03:48:44 | 2026-01-04T03:48:44 | {} | NONE |
vuejs | core | 3,713,862,820 | 14,284 | jackma9604 | the vdom mode has the same problem. I'm trying to fix it! | 2026-01-06T09:20:54 | 2026-01-06T09:20:54 | {} | NONE |
vuejs | core | 3,721,799,306 | 14,288 | edison1105 | > @edison1105 Thanks for your reply. I have a question: is the correct usage to always use a function, rather than passing a VNode directly?
yes | 2026-01-08T04:12:10 | 2026-01-08T04:12:10 | {} | MEMBER |
vuejs | core | 3,722,908,372 | 14,299 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------------------ | ------------------- | ------------------- |
| compiler-dom.global.prod.js | 85.5 kB | 30 kB | 26.5 kB |
... | 2026-01-08T09:07:45 | 2026-01-08T09:07:45 | {} | NONE |
vuejs | core | 2,482,429,134 | 12,409 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 104 kB (**+167 B**) | 39.4 kB (**+50 B**) | 35.4 kB (**+18 B**) |
... | 2024-11-18T09:39:44 | 2026-03-09T03:24:59 | {} | NONE |
vuejs | core | 4,022,450,598 | 14,547 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 105 kB (**+42 B**) | 39.7 kB (**+17 B**) | 35.7 kB (**+43 B**) |
| v... | 2026-03-09T09:41:19 | 2026-03-09T09:41:19 | {} | NONE |
vuejs | core | 4,029,842,283 | 6,080 | Der-Alex | The failing behaviour comes from the comment that gets treated as a dom node by vue. I have a similar problem:
https://stackblitz.com/edit/vitejs-vite-mfjyu82g?file=src%2Fpages%2FAboutPage.vue
I am using a transition between vue routes with a dynamic component.
In my case the dynamic component should render the spec... | 2026-03-10T09:18:37 | 2026-03-10T09:18:37 | {} | NONE |
vuejs | core | 4,043,782,701 | 14,557 | Boshen | Too easy to create PRs all over the place 😓 | 2026-03-12T04:06:00 | 2026-03-12T04:06:00 | {} | CONTRIBUTOR |
vuejs | core | 4,031,576,833 | 14,550 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/bdadab36-4035-426a-9253-07aa89ef5200)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14550
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14550
```
```
yarn add https://pkg.pr.n... | 2026-03-10T13:57:25 | 2026-03-13T02:34:08 | {} | NONE |
vuejs | core | 4,043,772,115 | 14,557 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/125ab45f-e673-4328-b555-edfdab92edbd)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14557
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14557
```
```
yarn add https://pkg.pr.n... | 2026-03-12T04:02:20 | 2026-03-12T04:02:20 | {} | NONE |
vuejs | core | 4,051,914,254 | 14,548 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/23033283338)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/22937995251) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r... | 2026-03-13T02:26:14 | 2026-03-13T02:26:14 | {} | CONTRIBUTOR |
vuejs | core | 2,599,647,148 | 12,737 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/9037d781-5c66-4188-af4b-670d196bebe8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12737
```
```
npm i https://pkg.pr.new/@vue/compiler-core@12737
```
```
yarn add https://pkg.pr.n... | 2025-01-18T09:34:17 | 2026-03-09T05:37:29 | {} | NONE |
vuejs | core | 3,976,160,964 | 14,492 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
<details>
<summary>📝 Walkthrough</summary>
## Walkthrough
This PR fixes a TypeScript regression by introducing a new extendable `Attrs` type that properly types `$attrs.class` and `$attrs.style` attributes. The `Allowe... | 2026-02-28T02:33:35 | 2026-03-09T06:14:30 | {} | NONE |
vuejs | core | 4,045,786,787 | 14,558 | 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
>
> Pull request was closed or merged during review
<!-- end of auto-generated comment: failure by coderabbit.ai -->
<!-- walkthrough_start -->
... | 2026-03-12T10:55:08 | 2026-03-12T10:59:26 | {} | NONE |
vuejs | core | 4,054,721,674 | 14,567 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/d3ab0686-2586-4e28-a685-793497498ce4)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14567
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14567
```
```
yarn add https://pkg.pr.n... | 2026-03-13T12:22:57 | 2026-03-13T12:22:57 | {} | NONE |
vuejs | core | 4,041,307,664 | 9,373 | xesxen | Bump, can we finally get this on track for merging? This is still applicable to 3.5.30. | 2026-03-11T18:37:12 | 2026-03-11T18:37:12 | {} | CONTRIBUTOR |
vuejs | core | 4,043,634,653 | 8,482 | AndrewXiGua | Is there a perfect solution that has already been implemented? | 2026-03-12T03:20:24 | 2026-03-12T03:20:24 | {} | NONE |
vuejs | core | 4,051,647,499 | 14,548 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 105 kB | 39.7 kB | 35.7 kB |
| vue.global.prod.js | 163 kB | 59.7 kB | 53.1 kB |
### Usages
| Name | Size | G... | 2026-03-13T01:38:56 | 2026-03-13T01:38:56 | {} | NONE |
vuejs | core | 4,052,396,587 | 13,045 | edison1105 | > Thanks for the review! Yeah, I agree that's a valid concern. I've changed the implementation to only transform those known-safe built-in tag-attr pairs and leave out the custom ones. In the future, if users want subpath import support for their custom asset tag/attr pairs, we can open another feature PR to add those ... | 2026-03-13T03:43:20 | 2026-03-13T03:43:20 | {} | MEMBER |
vuejs | core | 4,054,850,595 | 14,568 | 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... | 2026-03-13T12:47:31 | 2026-03-13T12:48:45 | {} | NONE |
vuejs | core | 2,482,429,606 | 12,409 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/2743adb6-e81b-4f47-9462-905f89b08ce5)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12409
```
```
npm i https://pkg.pr.new/@vue/compiler-core@12409
```
```
yarn add https://pkg.pr.n... | 2024-11-18T09:39:59 | 2026-03-09T03:24:56 | {} | NONE |
vuejs | core | 4,021,443,037 | 12,737 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/22840930220)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/22839607599) |
|-------|--------|----------------|
| primevue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actio... | 2026-03-09T06:24:44 | 2026-03-09T06:24:44 | {} | CONTRIBUTOR |
vuejs | core | 3,977,116,783 | 14,495 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 104 kB | 39.5 kB | 35.5 kB |
| vue.global.prod.js | 163 kB | 59.5 kB | 52.9 kB |
### Usages
| Name | Size | G... | 2026-02-28T12:42:53 | 2026-03-09T07:55:38 | {} | NONE |
vuejs | core | 4,020,471,630 | 14,544 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 104 kB | 39.5 kB | 35.5 kB |
| vue.global.prod.js | 163 kB | 59.5 kB | 52.9 kB |
### Usages
| Name | Size | G... | 2026-03-09T01:04:17 | 2026-03-09T07:56:23 | {} | NONE |
vuejs | core | 4,022,470,621 | 14,547 | edison1105 | /ecosystem-ci run | 2026-03-09T09:44:36 | 2026-03-09T09:44:36 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,054,351,960 | 14,567 | 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... | 2026-03-13T11:12:35 | 2026-03-13T11:12:35 | {} | NONE |
vuejs | core | 4,054,854,117 | 14,568 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/21eb6792-a2a2-40c8-bdb5-4a4e452ffe59)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14568
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14568
```
```
yarn add https://pkg.pr.n... | 2026-03-13T12:48:07 | 2026-03-13T12:48:07 | {} | NONE |
vuejs | core | 4,021,412,742 | 12,737 | edison1105 | /ecosystem-ci run | 2026-03-09T06:16:52 | 2026-03-09T06:16:52 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,021,418,631 | 14,492 | edison1105 | /ecosystem-ci run | 2026-03-09T06:18:12 | 2026-03-09T06:18:12 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,021,487,212 | 14,545 | edison1105 | /ecosystem-ci run | 2026-03-09T06:37:28 | 2026-03-09T06:37:28 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,021,506,653 | 14,545 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/22841491234)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/22839607599) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r... | 2026-03-09T06:43:03 | 2026-03-09T06:43:03 | {} | CONTRIBUTOR |
vuejs | core | 4,053,968,179 | 14,565 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 110 kB | 41.6 kB | 37.3 kB |
| vue.global.prod.js | 169 kB | 6... | 2026-03-13T09:58:00 | 2026-03-13T09:58:00 | {} | NONE |
vuejs | core | 2,503,845,825 | 12,480 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/62d06692-06b3-44c6-a038-4af3bd2c9004)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@12480
```
```
npm i https://pkg.pr.new/@vue/compiler-core@12480
```
```
yarn add https://pkg.pr.n... | 2024-11-27T13:12:05 | 2026-03-09T02:32:48 | {} | NONE |
vuejs | core | 4,020,713,059 | 12,480 | edison1105 | /ecosystem-ci run | 2026-03-09T02:36:29 | 2026-03-09T02:36:29 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,981,559,791 | 14,498 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/5e8484f1-2d4d-411d-a5e0-ae8bc860f1e2)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14498
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14498
```
```
yarn add https://pkg.pr.n... | 2026-03-02T01:39:28 | 2026-03-09T07:59:35 | {} | NONE |
vuejs | core | 4,051,482,622 | 14,562 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 110 kB | 41.6 kB | 37.3 kB |
| vue.global.prod.js | 169 kB | 6... | 2026-03-13T01:05:13 | 2026-03-13T01:05:13 | {} | NONE |
vuejs | core | 4,054,722,506 | 14,567 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 110 kB | 41.6 kB | 37.3 kB |
| vue.global.prod.js | 169 kB | 6... | 2026-03-13T12:23:06 | 2026-03-13T12:23:06 | {} | NONE |
vuejs | core | 4,054,855,398 | 14,568 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| --------------------------- | ------- | ------- | ------- |
| compiler-dom.global.prod.js | 86.4 kB | 30.2 kB | 26.6 kB |
| runtime-dom.global.prod.js | 110 kB | 41.6 kB | 37.3 kB |
| vue.global.prod.js | 169 kB | 6... | 2026-03-13T12:48:19 | 2026-03-13T12:48:19 | {} | NONE |
vuejs | core | 2,903,147,387 | 13,374 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | -------------------- | -------------------- |
| runtime-dom.global.prod.js | 105 kB (**+570 B**) | 39.6 kB (**+183 B**) | 35.6 kB (**+159 B... | 2025-05-23T03:34:02 | 2026-03-09T08:08:30 | {} | NONE |
vuejs | core | 2,903,147,883 | 13,374 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/1db168d2-25cb-42ae-b090-8ce8e35cbebe)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@13374
```
```
npm i https://pkg.pr.new/@vue/compiler-core@13374
```
```
yarn add https://pkg.pr.n... | 2025-05-23T03:34:33 | 2026-03-09T08:08:35 | {} | NONE |
vuejs | core | 2,917,048,711 | 12,308 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: review paused by coderabbit.ai -->
> [!NOTE]
> ## Reviews paused
>
> It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, Cod... | 2025-05-28T17:11:52 | 2026-03-09T08:48:03 | {} | NONE |
vuejs | core | 4,046,589,302 | 13,666 | GeoffreyParrier | This seems fixed since alpha 5
Sources:
- [playground 3.6.0-alpha.4](https://play.vuejs.org/#eNqVU2tr2zAU/SsXbyMuJG66ln3w0sAe/bCxF10HGxhWxbpO1cqSkGQ3I/i/70q2k8DWQm2wru85ks59bZM3xmRtg0meLFxphfHg0DcGJFPr8yLxrkigZUbbZaEKL2qyPGxBq8+6UR75lMwfqh5/LFZTaBxeYW0k83iJFXRQWV3DhK6ZvKZT6JxSK+dBYuXhPOxJJ3OzmRwFdMC8Nv9ABFaNKr3QCmrdYo... | 2026-03-12T13:02:02 | 2026-03-12T13:02:02 | {} | NONE |
vuejs | core | 4,047,259,371 | 14,556 | edison1105 | @fengmk2 Thanks | 2026-03-12T14:35:43 | 2026-03-12T14:35:43 | {} | MEMBER |
vuejs | core | 4,052,246,018 | 14,549 | edison1105 | Here is a regression
- [repl](https://play.vuejs.org/#eNp9UcFOwzAM/ZUoJ5CmTghOpaoEaAc4AAKOuZTW6zrSOEqcUaj67zipNnaYpkix/d5z/KyM8s7abBdA5rLwtessCQ8UbKlMsZwBTrkg6K2uCLgSothclcWSr6g6YgpPPxqEr9FCw3XeANiLbI14KUaRfVZuDr8catTocuGguRVTPGli7C/lQhK/YdZdm209GjY3xrFK1tjbToN7sdSh8UrmIjGRq7TG76eEkQuw2OP1BuqvE/jWDxFT8tWBB7cDJQ8cVa4Fm... | 2026-03-13T03:20:57 | 2026-03-13T03:20:57 | {} | MEMBER |
vuejs | core | 4,020,701,548 | 12,480 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
No actionable comments were generated in the recent review. 🎉
<details>
<summary>ℹ️ Recent review info</summary>
<details>
<summary>⚙️ Run configuration</summary>
**Configuration used**: defaults
**Review profile**: CHILL
**Plan**: Pro
**Run ... | 2026-03-09T02:31:59 | 2026-03-09T02:34:31 | {} | NONE |
vuejs | core | 3,976,162,082 | 14,492 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/052a0b86-2d07-402a-84cb-19fb212d0b47)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14492
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14492
```
```
yarn add https://pkg.pr.n... | 2026-02-28T02:34:17 | 2026-03-09T06:09:59 | {} | NONE |
vuejs | core | 3,977,116,649 | 14,495 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/0bc52bbf-5c86-4277-8131-d91f207120ee)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14495
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14495
```
```
yarn add https://pkg.pr.n... | 2026-02-28T12:42:45 | 2026-03-09T07:55:08 | {} | NONE |
vuejs | core | 4,051,974,611 | 14,550 | edison1105 | /ecosystem-ci run | 2026-03-13T02:36:08 | 2026-03-13T02:36:08 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,031,571,395 | 14,550 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
<details>
<summary>📝 Walkthrough</summary>
## Walkthrough
Added tests and a small runtime change: mergeProps now explicitly preserves falsy (including null) event handler values when both incoming and existing props ar... | 2026-03-10T13:56:43 | 2026-03-13T02:36:31 | {} | NONE |
vuejs | core | 4,053,967,298 | 14,565 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/d1828dd1-6f12-45dc-bb32-72e509e4215f)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14565
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14565
```
```
yarn add https://pkg.pr.n... | 2026-03-13T09:57:49 | 2026-03-13T09:57:49 | {} | NONE |
vuejs | core | 4,020,728,245 | 12,480 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/22836036069)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/22750180052) |
|-------|--------|----------------|
| pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/... | 2026-03-09T02:43:16 | 2026-03-09T02:43:16 | {} | CONTRIBUTOR |
vuejs | core | 2,481,860,024 | 12,393 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------- | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 104 kB (**-156 B**) | 39.4 kB (**-45 B**) | 35.4 kB (**-24 B**) |
... | 2024-11-18T03:17:14 | 2026-03-09T06:18:33 | {} | NONE |
vuejs | core | 4,021,464,839 | 14,545 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c044a27a-190d-4105-aa79-1d33bf7932eb)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14545
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14545
```
```
yarn add https://pkg.pr.n... | 2026-03-09T06:31:16 | 2026-03-09T06:31:16 | {} | NONE |
vuejs | core | 4,020,471,908 | 14,544 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/ab8c4b70-b2b1-402f-82da-76a728efa12e)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
pnpm add https://pkg.pr.new/@vue/compiler-core@14544
```
```
npm i https://pkg.pr.new/@vue/compiler-core@14544
```
```
yarn add https://pkg.pr.n... | 2026-03-09T01:04:26 | 2026-03-09T07:56:42 | {} | NONE |
vuejs | core | 2,903,146,345 | 13,374 | 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
>
> This PR was authored by the user configured for CodeRabbit reviews. CodeRabbit does not review PRs authored by this user. It's recommen... | 2025-05-23T03:33:02 | 2026-03-09T08:11:26 | {} | NONE |
vuejs | core | 4,022,049,471 | 10,982 | edison1105 | Thanks for the PR.
You should not count legacy functional components as $children. I verified this against Vue 2.7.16 with a minimal runtime repro: a parent rendering `<child-func/><child-normal/><div><child-func v-for="i in 3"/></div>` gets `vm.$children.length === 1`, and the only entry is `child-normal`. If a funct... | 2026-03-09T08:33:31 | 2026-03-09T08:34:32 | {} | MEMBER |
vuejs | core | 4,024,476,418 | 13,045 | haoqunjiang | Thanks for the review! Yeah, I agree that's a valid concern. I've changed the implementation to only transform those known-safe built-in tag-attr pairs and leave out the custom ones.
In the future, if users want subpath import support for their custom asset tag/attr pairs, we can open another feature PR to add those o... | 2026-03-09T15:12:26 | 2026-03-09T15:12:26 | {} | MEMBER |
vuejs | core | 4,046,369,840 | 14,556 | fengmk2 | > ⚠️ voidzero-dev/setup-vp@v1 does not support node-version-file for managing Node.js versions (used node-version instead).
@edison1105 I will take a look and support it soon. | 2026-03-12T12:27:26 | 2026-03-12T12:27:26 | {} | NONE |
vuejs | core | 4,020,902,675 | 12,737 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
<details>
<summary>📝 Walkthrough</summary>
## Walkthrough
Enhances reduce behavior for proxied (non-shallow) arrays by deferring and applying wrapping to the initial accumulator and array items when needed; expands tes... | 2026-03-09T03:46:10 | 2026-03-09T06:16:30 | {} | NONE |
vuejs | core | 4,021,842,510 | 14,544 | renovate[bot] | ### 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. | 2026-03-09T07:55:03 | 2026-03-09T07:55:03 | {} | CONTRIBUTOR |
vuejs | core | 4,022,447,373 | 14,547 | 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 -->
<details>
<summary>ℹ️ Recent review info</summa... | 2026-03-09T09:40:45 | 2026-03-09T09:58:23 | {} | NONE |
vuejs | core | 4,023,789,466 | 13,687 | MuratovBektur | Maybe we should create a issue for VaporSuspense? | 2026-03-09T13:27:23 | 2026-03-09T13:27:23 | {
"+1": 4
} | NONE |
vuejs | core | 4,043,771,651 | 14,557 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 105 kB | 39.7 kB | 35.7 kB |
| vue.global.prod.js | 163 kB | 59.7 kB | 53.1 kB |
### Usages
| Name | Size | G... | 2026-03-12T04:02:10 | 2026-03-12T04:02:10 | {} | NONE |
vuejs | core | 4,044,167,938 | 14,553 | haoqunjiang | You need to turn on `"strict": true` in `tsconfig.json` too. | 2026-03-12T05:51:26 | 2026-03-12T05:51:26 | {} | MEMBER |
vuejs | core | 4,046,713,302 | 14,556 | fengmk2 | @edison1105 support now https://github.com/voidzero-dev/setup-vp?tab=readme-ov-file#inputs | 2026-03-12T13:20:43 | 2026-03-12T13:20:43 | {
"heart": 1
} | NONE |
vuejs | core | 4,047,054,781 | 14,556 | fengmk2 | > After installing vp, antfu/ni stopped working (reinstalled ni).
I was unable to reproduce the `ni` issue you mentioned. When you have time, could you please help submit an issue to https://github.com/voidzero-dev/vite-plus-discussions/issues 🙇♂️ | 2026-03-12T14:07:32 | 2026-03-12T14:07:32 | {} | NONE |
vuejs | core | 4,051,874,416 | 14,548 | edison1105 | /ecosystem-ci run | 2026-03-13T02:19:42 | 2026-03-13T02:19:42 | {
"+1": 1
} | MEMBER |
vuejs | core | 4,052,621,522 | 14,549 | babu-ch | @edison1105 Thanks for the review.
I've fixed the regression and added a test case. | 2026-03-13T04:49:30 | 2026-03-13T04:49:30 | {} | CONTRIBUTOR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.