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,240,958,758
81
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/64141222-68b7-428f-8361-d1410aa6ccfe) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@81 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new/@v...
2025-09-01T06:00:36
2025-09-01T08:45:55
{}
NONE
vuejs
core
2,277,583,043
11,235
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | -------------------- | | runtime-dom.global.prod.js | 101 kB (**+69 B**) | 38.4 kB (**+22 B**) | 34.5 kB (**-13 B**) | ...
2024-08-09T09:53:51
2025-09-01T08:59:38
{}
NONE
vuejs
core
3,241,885,586
13,732
agracia-foticos
Related ?? https://github.com/nuxt/nuxt/issues/32240 In nuxt 3.18.1 with, for example, 3.5.20 raises memory leak
2025-09-01T10:42:38
2025-09-01T10:42:38
{}
NONE
vuejs
core
3,232,493,105
13,814
edison1105
`shouldTransformRef` was used for reactivityTransform. `reactivityTransform` has been removed, and you should no longer be using it.
2025-08-28T08:31:57
2025-08-28T08:31:57
{}
MEMBER
vuejs
core
3,236,001,162
13,823
jackma9604
https://github.com/vuejs/core/issues/13824
2025-08-29T07:18:42
2025-08-29T07:18:42
{}
NONE
vuejs
core
3,235,979,670
13,823
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/68b15ae6926fc10008e4bdd6?deploy_diagnostics=true)** | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit...
2025-08-29T07:09:43
2025-08-29T07:50:27
{}
NONE
vuejs
core
3,240,031,589
13,835
webvs2
> 请首先在第三方组件库的存储库中创建一个问题。 Oh, yes. When I started troubleshooting this code, I observed that internally it really only defines a multivariate type without any other intervention. Perhaps I should simplify the example and take another look.
2025-08-31T10:29:13
2025-08-31T10:29:13
{}
NONE
vuejs
core
3,242,214,344
13,732
edison1105
@agracia-foticos Probably not. This one happened in the browser. I need a minimal reproduction to investigate the underlying problem of https://github.com/nuxt/nuxt/issues/32240.
2025-09-01T12:41:19
2025-09-01T12:44:20
{}
MEMBER
vuejs
core
3,242,677,631
12,771
unrevised6419
Hey, @jh-leong, this PR has been open for a while, is there any way we can we move it forward? 👀 This probably can be tested like this, but for test to work, `exactOptionalPropertyTypes` needs to be enabled. https://www.typescriptlang.org/play/?exactOptionalPropertyTypes=true#code/JYWwDg9gTgLgBAbzgUwB5mQYxgQQM5...
2025-09-01T15:03:20
2025-09-01T15:22:12
{}
CONTRIBUTOR
vuejs
core
3,232,477,880
13,814
changjiaqio
> Please follow the issue requirements. shouldTransformRef transformRef I am still using these two APIs in version 3.2.47. If I upgrade, what API should I use to replace them
2025-08-28T08:27:39
2025-08-28T08:27:39
{}
NONE
vuejs
core
3,239,203,018
13,830
AriPerkkio
Previous attempt to fix Vitest Ecosystem CI at - https://github.com/vuejs/core/pull/13537
2025-08-30T11:27:53
2025-08-30T11:54:27
{}
CONTRIBUTOR
vuejs
core
3,218,772,259
13,802
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/7ea9b3b0-cf2a-4c77-b0d7-ff883e0cf929) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13802 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-25T04:14:28
2025-08-31T14:42:54
{}
NONE
vuejs
core
3,218,772,757
13,802
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-08-25T04:14:49
2025-08-31T14:42:57
{}
NONE
vuejs
core
3,240,643,816
13,826
edison1105
This is not a problem with reactive array. <img width="724" height="418" alt="Image" src="https://github.com/user-attachments/assets/158ed524-50c1-4395-970a-d565c26904da" /> This error occurs because when calling `r.push(...Array(asInt))`, a large value of asInt (such as 500,000) causes the spread syntax ... to attem...
2025-09-01T01:53:19
2025-09-01T01:53:19
{ "+1": 2 }
MEMBER
vuejs
core
3,240,784,198
13,832
edison1105
v3.5 has been optimized `computed` self/circular-references, and no errors are reported. Developers should avoid circular references in computed. https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free
2025-09-01T03:55:02
2025-09-01T03:55:02
{}
MEMBER
vuejs
core
3,050,574,115
13,594
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The `NativeType` type alias in `packages/runtime-core/src/apiSetupHelpers.ts` was expanded to include `undefined`, and `InferDefault<P, T>` was extended to allow direct native values for defaults. No runti...
2025-07-08T23:27:59
2025-09-01T08:52:32
{}
NONE
vuejs
core
2,982,557,470
13,491
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-06-18T03:38:13
2025-09-01T09:17:59
{}
NONE
vuejs
core
2,982,557,854
13,491
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/34ef3ec5-ae0f-4a44-ad4f-0df79dcb64f2) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13491 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-06-18T03:38:31
2025-09-01T09:18:01
{}
NONE
vuejs
core
3,236,170,233
13,825
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/c2d21824-c682-4576-9fa7-8b22e95135d5) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13825 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-29T08:20:55
2025-08-29T08:20:55
{}
NONE
vuejs
core
3,240,108,983
13,836
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-08-31T12:25:43
2025-08-31T12:25:43
{}
NONE
vuejs
core
3,077,785,415
13,551
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-07-16T09:42:28
2025-09-01T07:17:37
{}
NONE
vuejs
core
3,241,391,504
13,839
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-09-01T08:29:26
2025-09-01T08:29:26
{}
NONE
vuejs
core
3,241,392,151
13,839
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/25e9a4ea-a0a4-4e6d-ade0-8a119c49673a) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13839 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-09-01T08:29:39
2025-09-01T08:29:39
{}
NONE
vuejs
core
3,241,388,494
13,839
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Replaced side-effect-free directive comments from /*! #__NO_SIDE_EFFECTS__ */ to /*@__NO_SIDE_EFFECTS__*/ across multiple files. No logic, control flow, or API signatures changed. ## Changes | Cohort / Fil...
2025-09-01T08:28:32
2025-09-01T08:32:01
{}
NONE
vuejs
core
3,240,108,480
13,836
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Type-only adjustment in proxyRefs: when the target is reactive, the returned value is now explicitly cast to ShallowUnwrapRef<T> via (objectWithRefs as ShallowUnwrapRef<T>). No runtime logic or API signatur...
2025-08-31T12:24:51
2025-08-31T12:29:11
{}
NONE
vuejs
core
3,226,684,122
13,813
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/e679d66f-7faf-409c-9407-c99c9c87da29) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13813 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-27T04:18:01
2025-08-31T22:47:10
{}
NONE
vuejs
core
3,240,955,130
13,838
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-09-01T05:58:26
2025-09-01T05:58:26
{}
NONE
vuejs
core
3,241,508,242
11,235
edison1105
/ecosystem-ci run
2025-09-01T09:00:57
2025-09-01T09:00:57
{ "+1": 1 }
MEMBER
vuejs
core
3,241,567,441
13,491
edison1105
/ecosystem-ci run
2025-09-01T09:19:23
2025-09-01T09:19:23
{ "+1": 1 }
MEMBER
vuejs
core
3,239,010,877
13,829
jiverson
It is actually how js handles getters per https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get#defining_a_getter_on_existing_objects_using_defineproperty
2025-08-30T06:53:58
2025-08-30T06:53:58
{}
NONE
vuejs
core
3,239,158,233
13,830
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Introduced multi-project testing by adding test.projects in vitest.config.ts pointing to unit and e2e configs, and removed the separate Vitest workspace definition from vitest.workspace.ts. ## Changes | Co...
2025-08-30T09:53:09
2025-08-30T09:56:29
{}
NONE
vuejs
core
3,240,030,157
13,834
floatDreamWithSong
Hi bro, This happens because the label has **implicit association** with the input inside it. When you click the label text: 1. The label’s own click event fires first (the log with `pointerId: 1`). 2. The browser then auto-triggers a click on the input. 3. This input’s click bubbles up, triggering the label’s...
2025-08-31T10:26:41
2025-08-31T10:47:27
{ "+1": 1 }
NONE
vuejs
core
2,692,295,536
12,973
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/3fc28df8-aa39-4db1-9bb0-811872c6d783) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12973 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-03-01T16:00:23
2025-09-01T06:47:35
{}
NONE
vuejs
core
3,241,059,012
12,973
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adds TypeScript type test for nextTick, updates nextTick overloads to include no-arg and promise-returning callback variants, and adjusts proxyRefs reactive-branch return type via cast. No runtime logic cha...
2025-09-01T06:46:17
2025-09-01T06:53:00
{}
NONE
vuejs
core
3,236,773,224
13,819
ByScripts
Yes, but when the result of the `computed` is the same, it doesn't trigger the reactivity chain based on it. Unlike `toRef`, which does trigger it.
2025-08-29T11:51:36
2025-08-29T11:52:18
{}
NONE
vuejs
core
3,240,955,264
13,838
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/f5929fcb-f853-4e25-a980-a8609b2f0b4d) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13838 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-09-01T05:58:31
2025-09-01T05:58:31
{}
NONE
vuejs
core
3,179,056,628
13,554
kama7
Yes, but only if you’ve stored `emit` in a `const` inside `<script setup>`. Vue does not inject the `emit()` function into the template - it only injects `$emit` there. [Check here](https://vuejs.org/guide/components/events#declaring-emitted-events) If you want to call it as `emit(...)` or even `myClick()`, you need ...
2025-08-12T12:10:34
2025-08-12T12:10:34
{}
NONE
vuejs
core
3,182,456,031
13,753
stefanonepanedap
@coderabbitai where can I add documentation?
2025-08-13T07:11:34
2025-08-13T07:11:34
{ "eyes": 1 }
CONTRIBUTOR
vuejs
core
3,190,364,180
13,762
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Added "selectedcontent" to the HTML_TAGS list in domTagConfig and reordered a trailing segment (moving summary/template after menu) with minor formatting adjustments. No changes to exported/public API signa...
2025-08-15T01:32:23
2025-08-15T01:36:34
{}
NONE
vuejs
core
3,194,176,808
13,770
OlTrenin
defineComponent is a Vue.js utility for creating components with TypeScript type inference for TSX, render functions, and IDE support. It accepts a setup function or component options and returns a typed component constructor. Usage With Options: Define components using an options object. With Setup: Use a setup f...
2025-08-17T06:50:48
2025-08-17T06:50:48
{}
NONE
vuejs
core
3,203,974,526
12,852
bee1an
> useTemplateRef 的绑定名称与模版 ref 为啥要设计为需要不一致,不明白,现在可以通过更改不一样的名称解决 This seems to be a problem with the compilation, I guess it might be to resolve the conflicts that occurred when obtaining template references through `ref` previously
2025-08-20T02:44:23
2025-08-20T02:44:23
{}
NONE
vuejs
core
3,105,522,433
13,691
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**-104 B**) | 38.4 kB (**-35 B**) | 34.6 kB (**-41 B**) | ...
2025-07-23T03:16:02
2025-08-20T12:40:46
{}
NONE
vuejs
core
2,772,673,270
13,152
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/d3630867-02c1-458d-a0c4-a90122283e3d) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13152 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-04-02T14:04:21
2025-08-20T12:43:05
{}
NONE
vuejs
core
2,957,575,328
13,456
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/88c0b227-c16b-4add-8ac5-e4a3509c2188) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13456 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-06-10T03:29:40
2025-08-20T12:43:53
{}
NONE
vuejs
core
3,188,356,935
13,759
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adjusted Map/Set size accessor in collection instrumentations to read size via direct property access (target.size) instead of Reflect.get. Existing retrieval of raw target, iterate tracking with ITERATE_KE...
2025-08-14T12:55:30
2025-08-14T12:57:50
{}
NONE
vuejs
core
3,190,365,243
13,762
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-08-15T01:33:19
2025-08-15T01:33:19
{}
NONE
vuejs
core
3,190,851,879
13,768
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The release workflow was updated to include an "Update npm" step after dependency installation and to remove the NODE_AUTH_TOKEN environment variable from the "Build and publish" step, which now runs pnpm r...
2025-08-15T07:36:47
2025-08-15T07:43:22
{}
NONE
vuejs
core
3,195,257,091
13,777
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/3ff2fa89-aab0-418c-b821-41b1db2fc6df) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13777 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-18T06:10:18
2025-08-18T06:10:18
{}
NONE
vuejs
core
3,125,105,265
13,712
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/5034f3de-5e19-4bdc-a51f-af2ff5217d2d) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13712 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-07-28T02:43:42
2025-08-20T10:06:39
{}
NONE
vuejs
core
3,206,219,505
13,152
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17098814057) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17088993287) | |-------|--------|----------------| | primevue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actio...
2025-08-20T12:54:19
2025-08-20T12:54:19
{}
CONTRIBUTOR
vuejs
core
3,183,200,467
13,756
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-13T10:28:36
2025-08-13T10:28:36
{}
NONE
vuejs
core
3,183,196,568
13,756
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adjusted in-code comments in arrayInstrumentations.ts: corrected spelling and refined iterator-related comment text. No logic or runtime behavior changes; no public API modifications. ## Changes | Cohort /...
2025-08-13T10:27:38
2025-08-13T10:29:59
{}
NONE
vuejs
core
3,194,386,672
13,749
edison1105
When using KeepAlive, only the host node of the custom element is cached, while its shadow DOM content is not. When the component is switched back, the custom element will remount and re-render the shadow DOM, which is the expected behavior. KeepAlive caches the vnode instance and the corresponding DOM node reference,...
2025-08-17T13:27:00
2025-08-17T13:32:26
{}
MEMBER
vuejs
core
3,194,868,152
13,772
edison1105
I don't think this is the correct fix. The core issue in #13771 is that `TTeleport` triggered 2 rerenders with a single update during HMR, with the second one being unnecessary. This shouldn't be a Teleport-specific issue - replacing Teleport with any component should trigger the same error.
2025-08-18T02:01:25
2025-08-18T02:01:25
{}
MEMBER
vuejs
core
2,957,573,696
13,456
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Removed legacy logic in unmountComponent that decremented a parent Suspense's pending deps and possibly resolved the boundary during unmount; added a test that exercises adding/removing async deps during S...
2025-06-10T03:28:02
2025-08-20T12:44:13
{}
NONE
vuejs
core
3,206,319,092
13,456
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17099294276) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17088993287) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci...
2025-08-20T13:20:39
2025-08-20T13:20:39
{}
CONTRIBUTOR
vuejs
core
3,194,524,612
13,772
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adds a null-safety guard in Teleport’s updateCssVars traversal to stop when nextSibling is null, preventing errors in nested, conditionally rendered teleports. Introduces a test validating correct insertion...
2025-08-17T17:20:18
2025-08-17T17:25:11
{}
NONE
vuejs
core
3,206,187,732
13,152
edison1105
/ecosystem-ci run
2025-08-20T12:46:44
2025-08-20T12:46:44
{ "+1": 1 }
MEMBER
vuejs
core
3,208,636,684
12,876
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Extends compiler-sfc’s runtime type inference to propagate and resolve generic type parameters across references, unions, and intersections. Updates tests to expect multiple concrete runtime types from unio...
2025-08-21T01:35:04
2025-08-21T01:42:32
{}
NONE
vuejs
core
3,182,483,920
13,753
coderabbitai[bot]
<!-- This is an auto-generated reply by CodeRabbit --> > [!TIP] > For best results, initiate chat on the files or code changes. <details> <summary>🧩 Analysis chain</summary> 🏁 Script executed: ``` #!/bin/bash # First, let's explore the repository structure to understand where documentation is typically placed echo ...
2025-08-13T07:19:32
2025-08-13T07:19:32
{}
NONE
vuejs
core
3,190,853,151
13,768
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-15T07:37:42
2025-08-15T07:37:42
{}
NONE
vuejs
core
3,194,876,619
13,774
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-18T02:08:25
2025-08-18T02:08:25
{}
NONE
vuejs
core
3,194,939,342
13,773
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/ced4b411-5dee-4fd2-8cdd-0eee5190477f) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13773 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-18T02:57:57
2025-08-18T03:10:22
{}
NONE
vuejs
core
3,148,841,818
13,733
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/32b0ddde-3cb0-4191-a18c-d3f66296a8e8) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13733 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-04T00:58:12
2025-08-19T18:58:22
{}
NONE
vuejs
core
3,205,055,884
12,876
larsrickert
@edison1105 Thanks for implementing this bug fix! Is there something blocking this PR from being merged and released? It is currently affecting our component library usage because users can not use the boolean shorthand as expected
2025-08-20T09:15:49
2025-08-20T09:15:49
{}
NONE
vuejs
core
3,206,165,852
13,691
edison1105
/ecosystem-ci run
2025-08-20T12:42:31
2025-08-20T12:42:31
{ "+1": 1 }
MEMBER
vuejs
core
2,993,083,377
13,507
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**+49 B**) | 38.4 kB (**+22 B**) | 34.6 kB (**+9 B**) | | v...
2025-06-20T23:09:44
2025-08-20T12:49:32
{}
NONE
vuejs
core
3,173,150,258
13,748
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/ab1fa701-6b86-4e63-bb32-9be795a77c78) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13748 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-11T03:05:32
2025-08-20T14:20:10
{}
NONE
vuejs
core
3,208,302,661
13,755
kkqy
same problem. ``` function test<T>(value: T) { const map = reactive(new Map<string, T>()) map.set('test', value) } ``` 类型“T”的参数不能赋给类型“UnwrapRefSimple<T>”的参数。ts(2345) I tried using the following code. ``` function test<T>(value: T) { const map = reactive(new Map<string, T>()) map.set('test', value as UnwrapRef...
2025-08-20T22:52:22
2025-08-20T23:18:04
{}
NONE
vuejs
core
3,183,200,721
13,756
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/717e8fc0-70fb-453e-a262-e6ba1bb7b7ef) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13756 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-13T10:28:40
2025-08-13T10:28:40
{}
NONE
vuejs
core
3,195,506,392
13,762
Calvin-LL
you're so right. will close for now. I've opened issue #13778 to keep track of things and wait for #9249 to be merged
2025-08-18T07:41:20
2025-08-18T07:41:50
{ "heart": 1 }
CONTRIBUTOR
vuejs
core
3,204,181,141
13,782
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Removed a single test case ("with suspense") from packages/runtime-core/__tests__/vnode.spec.ts. No production code or public API changes. ## Changes | Cohort / File(s) | Summary of Changes | |---|---| | *...
2025-08-20T04:50:31
2025-08-20T04:52:04
{}
NONE
vuejs
core
3,206,159,180
13,775
edison1105
/ecosystem-ci run
2025-08-20T12:40:22
2025-08-20T12:40:22
{ "+1": 1 }
MEMBER
vuejs
core
3,206,206,412
13,691
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17098714117) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17088993287) | |-------|--------|----------------| | nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r...
2025-08-20T12:50:07
2025-08-20T12:50:07
{}
CONTRIBUTOR
vuejs
core
3,208,655,326
12,876
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17114692943) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17088993287) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci...
2025-08-21T01:48:01
2025-08-21T01:48:01
{}
CONTRIBUTOR
vuejs
core
3,187,458,150
13,758
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Relaxed TypeScript constraints for directive argument generics across runtime-core and tests: replaced `Arg extends string = string` with `Arg = any` in directive-related types and `App.directive` overloads...
2025-08-14T08:24:53
2025-08-14T10:55:28
{}
NONE
vuejs
core
3,194,987,682
13,773
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:29:09
2025-08-18T03:29:09
{}
NONE
vuejs
core
3,195,025,302
13,770
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-18T04:00:41
2025-08-18T04:00:41
{}
NONE
vuejs
core
3,199,078,183
13,779
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/5286684d-6dd6-4baf-8b5d-195cc126302a) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13779 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-19T03:23:05
2025-08-19T03:23:05
{}
NONE
vuejs
core
3,148,841,037
13,734
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:24
2025-08-13T17:23:21
{}
NONE
vuejs
core
3,190,768,070
13,767
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-15T06:36:49
2025-08-15T06:36:49
{}
NONE
vuejs
core
3,194,778,111
13,762
edison1105
Thank you for your contribution. We cannot directly add `selectedcontent` to `HTML_TAGS` as it would cause component parsing to fail if users have a component named `selectedcontent`. The correct approach can be referenced at https://github.com/vuejs/core/pull/9249
2025-08-18T00:38:26
2025-08-18T00:38:26
{}
MEMBER
vuejs
core
3,194,907,405
13,775
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adds an HMR rerender guard to skip updates for disposed component jobs and introduces a test verifying nested component rerenders propagate through forwarded slots during HMR. ## Changes | Cohort / File(s)...
2025-08-18T02:31:35
2025-08-18T03:07:12
{}
NONE
vuejs
core
3,199,233,702
13,770
OlTrenin
@edison1105 hi! I deleted file with test
2025-08-19T05:16:22
2025-08-19T05:16:22
{}
NONE
vuejs
core
3,204,738,001
8,808
eric-gitta-moore
However, if the child component `$emit('confirm-click')` still uses tsx to pass in `onConfirmClick={onClose}`, there will still be a TypeScript error message. But in fact, it can still run. We must modify `onConfirmClick={onClose}` to `onConfirm-click={onClose}` in order to get the correct TypeScript. https://stackbli...
2025-08-20T08:02:23
2025-08-20T08:20:57
{}
NONE
vuejs
core
3,206,110,924
13,711
edison1105
Thank you for this PR. We had an internal discussion and felt that exporting `getCurrentGenericInstance` is not a good practice. Even though it's marked as `@internal`, users might still use it. We are considering adding a new API to replace `getCurrentInstance`, which would only retain the public options on the instan...
2025-08-20T12:28:58
2025-08-20T12:28:58
{ "+1": 2 }
MEMBER
vuejs
core
3,206,235,621
13,194
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17098927299) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17088993287) | |-------|--------|----------------| | quasar | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions...
2025-08-20T12:59:21
2025-08-20T12:59:21
{}
CONTRIBUTOR
vuejs
core
3,206,263,537
13,456
edison1105
/ecosystem-ci run
2025-08-20T13:06:42
2025-08-20T13:06:42
{ "+1": 1 }
MEMBER
vuejs
core
3,199,077,764
13,779
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | --------------------------- | -------------------- | ------------------- | -------------------- | | compiler-dom.global.prod.js | 84.7 kB (**+615 B**) | 30 kB (**+223 B**) | 26.5 kB (**+19...
2025-08-19T03:22:45
2025-08-19T03:22:45
{}
NONE
vuejs
core
2,957,574,621
13,456
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**-129 B**) | 38.4 kB (**-35 B**) | 34.6 kB (**+34 B**) | ...
2025-06-10T03:28:56
2025-08-20T12:43:38
{}
NONE
vuejs
core
2,800,195,694
13,194
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-04-14T00:07:00
2025-08-20T12:47:20
{}
NONE
vuejs
core
3,206,252,168
13,507
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17099049746) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17088993287) | |-------|--------|----------------| | nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r...
2025-08-20T13:03:41
2025-08-20T13:03:41
{}
CONTRIBUTOR
vuejs
core
3,125,100,227
13,712
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:40
2025-08-13T01:51:48
{}
NONE
vuejs
core
3,190,774,331
13,767
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/71e795ac-500c-4085-af27-cf9fa8dbbb9d) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13767 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-15T06:41:46
2025-08-15T06:41:46
{}
NONE
vuejs
core
3,190,778,819
13,767
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-08-15T06:45:19
2025-08-15T06:45:19
{}
NONE
vuejs
core
3,194,090,575
13,594
rijenkii
Note that `exactOptionalPropertyTypes` is now on by default in [latest `@vue/tsconfig`](https://github.com/vuejs/tsconfig/releases/tag/v0.8.0). I urge maintainers to merge this ASAP.
2025-08-17T03:12:05
2025-08-17T03:12:05
{}
NONE
vuejs
core
3,194,876,552
13,773
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-18T02:08:21
2025-08-18T02:08:21
{}
NONE
vuejs
core
3,194,951,419
13,774
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/e05c3028-55a1-43a6-91c1-b6d242bcc03a) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13774 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-08-18T03:06:51
2025-08-18T03:06:51
{}
NONE
vuejs
core
3,206,197,053
13,775
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17098662319) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17088993287) | |-------|--------|----------------| | pinia | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/...
2025-08-20T12:48:12
2025-08-20T12:48:12
{}
CONTRIBUTOR
vuejs
core
2,993,083,500
13,507
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/62dc0219-a846-4b4f-beba-584cf7c75a88) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13507 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-06-20T23:09:53
2025-08-20T12:49:43
{}
NONE