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
2,371,401,660
12,020
davidagitlen
+1, I've also experienced this same issue.
2024-09-24T14:06:03
2024-09-24T14:06:03
{}
NONE
vuejs
core
2,371,406,460
11,956
konstantin-karlovich-unbiased-co-uk
> @konstantin-karlovich-unbiased-co-uk can you confirm it appears only after 3.5.5 and not 3.5.4 or before? I can send you a snapshot of the memory that has a memory leak. But only to an email
2024-09-24T14:07:05
2024-09-24T14:07:05
{}
NONE
vuejs
core
2,371,600,206
12,021
jh-leong
/ecosystem-ci run
2024-09-24T15:14:57
2024-09-24T15:14:57
{ "+1": 1 }
MEMBER
vuejs
core
2,372,674,881
12,024
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**-64 B**) | 38 kB (**-30 B**) | 34.2 kB (**-13 B**) | | v...
2024-09-25T01:17:31
2024-09-25T01:17:31
{}
NONE
vuejs
core
2,373,373,696
12,027
edison1105
it should be ```vue <template> <Transition name="fade" appear> <slot /> </Transition> </template> ``` see [Playground](https://play.vuejs.org/#__SSR__eNqlU8FKJDEQ/ZWQi7ug3SzuwOL2Cqt40IOKCnoISOipnommk5Cqbkdk/t1KetRpFRW8JVX16r1XqTzI/yEUfQdyR1ZYRxNIIFAXdpUzbfCRxKWh+UXUDg0Z70QTfSs2inIcTi02/ipXlUMThvOFoA1WE...
2024-09-25T08:10:48
2024-09-25T08:10:48
{ "heart": 1 }
MEMBER
vuejs
core
2,373,409,678
11,956
edison1105
@ftrsoft Thanks ❤️
2024-09-25T08:27:01
2024-09-25T08:27:01
{}
MEMBER
vuejs
core
2,373,884,726
12,029
edison1105
duplicate of https://github.com/vuejs/core/issues/11373
2024-09-25T12:00:47
2024-09-25T12:00:47
{}
MEMBER
vuejs
core
2,367,472,059
12,007
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/f2df7e86-e81a-4e42-8606-2f831361c85f) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12007 ``` </p></details> <details><summary><b>@vue/compiler-sfc</b></summary><p> ``` pnpm add https://pkg....
2024-09-23T07:53:39
2024-09-24T03:01:11
{}
NONE
vuejs
core
2,370,452,617
12,012
edison1105
@cathrinevaage try to use the latest version of `vue-tsc`
2024-09-24T07:47:23
2024-09-24T07:47:23
{}
MEMBER
vuejs
core
2,370,647,740
12,012
KazariEX
The union props type declaration has break the `defineComponent` overload. ![image](https://github.com/user-attachments/assets/cc323471-d8fa-4a39-b5b3-2e225d9a1542)
2024-09-24T08:44:15
2024-09-24T08:44:15
{}
MEMBER
vuejs
core
2,373,388,905
12,027
logotip4ik
Oh, i should manually handle that... Thanks for quick answer!
2024-09-25T08:17:17
2024-09-25T08:17:17
{}
NONE
vuejs
core
2,365,447,685
11,995
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10978024128) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10953451101) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-22T03:49:06
2024-09-22T03:49:06
{}
CONTRIBUTOR
vuejs
core
2,365,457,994
11,969
jh-leong
How about `TypedRef`?
2024-09-22T04:26:59
2024-09-22T04:26:59
{}
MEMBER
vuejs
core
2,366,872,256
11,992
skirtles-code
The new API requires Dart Sass 1.45.0+, which was released in 2021. I'm wondering whether there's some way to express that version requirement to ensure that it's met? Maybe through `package.json`? We currently have `sass` in the `devDependencies`, but I don't think that'll impact end users. I haven't used it myself...
2024-09-22T16:56:50
2024-09-22T17:05:11
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,366,460,204
11,998
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/f3106951-04e0-4255-ba7b-79b6c964c972) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11998 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-22T09:53:58
2024-09-23T05:59:20
{}
NONE
vuejs
core
2,367,365,602
11,998
edison1105
/ecosystem-ci run
2024-09-23T06:56:30
2024-09-23T06:56:30
{ "+1": 1 }
MEMBER
vuejs
core
2,368,954,538
12,010
yangxiuxiu1115
I took a brief look, but couldn't figure out why the test cases for radius vue and nuxt failed, so I decided to merge the latest main branch code😄
2024-09-23T17:45:04
2024-09-23T17:45:04
{}
CONTRIBUTOR
vuejs
core
2,370,370,167
12,012
cathrinevaage
@edison1105 adding `vueCompilerOptions: { target: 3.5 }` to my local project does not fix the issue like it does in the playground. Should i open a new issue with a repro repo, or should I post it here?
2024-09-24T07:07:52
2024-09-24T07:07:52
{}
CONTRIBUTOR
vuejs
core
2,367,740,375
12,005
edison1105
@yangliguo7 Could you please add a test case for this?
2024-09-23T09:55:26
2024-09-23T09:55:26
{}
MEMBER
vuejs
core
2,370,490,655
12,010
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11009353407) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10987953443) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-24T07:55:00
2024-09-24T07:55:00
{}
CONTRIBUTOR
vuejs
core
2,371,239,353
12,019
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ----------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB | 38 kB | 34.2 kB | | vue.glo...
2024-09-24T13:13:10
2024-09-24T13:13:10
{}
NONE
vuejs
core
2,371,270,887
11,956
yyx990803
@konstantin-karlovich-unbiased-co-uk can you confirm it appears only after 3.5.5 and not 3.5.4 or before?
2024-09-24T13:25:12
2024-09-24T13:25:12
{}
MEMBER
vuejs
core
2,371,618,510
12,021
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11016774789) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10987953443) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-24T15:21:26
2024-09-24T15:21:26
{}
CONTRIBUTOR
vuejs
core
2,373,407,563
12,028
edison1105
duplicate of https://github.com/vuejs/core/issues/12020
2024-09-25T08:26:01
2024-09-25T08:26:01
{}
MEMBER
vuejs
core
2,367,092,116
12,001
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ----- | ------- | | runtime-dom.global.prod.js | 101 kB | 38 kB | 34.2 kB | | vue.global.prod.js | 160 kB | 58 kB | 51.5 kB | ### Usages | Name | Size | Gzip |...
2024-09-23T01:29:11
2024-09-23T01:29:11
{}
NONE
vuejs
core
2,367,397,640
12,006
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ---------------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**-2 B**) | 38 kB (**-2 B**) | 34.2 kB (**-32 B**) | | vue.global.pr...
2024-09-23T07:15:06
2024-09-23T07:15:06
{}
NONE
vuejs
core
2,368,208,112
12,010
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10994956432) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10987953443) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-23T13:15:22
2024-09-23T13:15:22
{}
CONTRIBUTOR
vuejs
core
2,370,598,984
12,012
cathrinevaage
@edison1105 I'm running 2.1.6, so as far as I can tell, I already am. I uploaded a repro here https://github.com/cathrinevaage/vue-generic-slot-props-issue-repro
2024-09-24T08:23:42
2024-09-24T08:23:42
{}
CONTRIBUTOR
vuejs
core
2,371,536,310
9,556
daaanny90
Hey! Any news on this? It would be cool to use and test generics! Without this merge, https://github.com/vuejs/test-utils/issues/2254 cannot be closed, and we cannot really use generics. Can I help in some way to move this forward?
2024-09-24T14:51:05
2024-09-24T14:51:05
{ "+1": 2, "eyes": 8 }
NONE
vuejs
core
2,371,914,904
12,022
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/1f2e4f93-00da-404c-bab9-64039d86bb60) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12022 ``` </p></details> <details><summary><b>@vue/compiler-sfc</b></summary><p> ``` pnpm add https://pkg....
2024-09-24T17:38:55
2024-09-25T01:16:05
{}
NONE
vuejs
core
2,372,746,332
12,025
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ----- | ------- | | runtime-dom.global.prod.js | 101 kB | 38 kB | 34.2 kB | | vue.global.prod.js | 160 kB | 58 kB | 51.5 kB | ### Usages | Name | Size | Gzip |...
2024-09-25T02:13:15
2024-09-25T02:13:15
{}
NONE
vuejs
core
2,366,047,971
11,983
guda-art
> This behavior is expected. According to the docs: https://vuejs.org/api/reactivity-core.html#watch > > > When using a getter source, the watcher only fires if the getter's return value has changed. If you want the callback to fire even on deep mutations, you need to explicitly force the watcher into deep mode with...
2024-09-22T08:30:01
2024-09-22T08:30:01
{}
NONE
vuejs
core
2,368,153,474
12,009
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/99f9270d-3f18-44a9-9731-941349dbb020) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12009 ``` </p></details> <details><summary><b>@vue/compiler-sfc</b></summary><p> ``` pnpm add https://pkg....
2024-09-23T12:59:18
2024-09-23T12:59:18
{}
NONE
vuejs
core
2,372,583,341
12,022
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/11023585427) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10987953443) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-24T23:46:36
2024-09-24T23:46:36
{}
CONTRIBUTOR
vuejs
core
2,372,746,327
12,025
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/d95b0351-927b-4f78-aa47-29bce3b80eb7) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@12025 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-25T02:13:14
2024-09-25T02:13:14
{}
NONE
vuejs
core
2,373,916,506
12,029
Vanilagy
@edison1105 Are you **sure** this is a duplicate? I've looked through #11373, and also through #4866 (linked there), and both of these issues reference situations that use dynamically assigned template refs, i.e. code that uses `:ref="x"`. This is NOT what is going on here in my issue. I have a hardcoded reference t...
2024-09-25T12:14:19
2024-09-25T12:14:19
{}
NONE
vuejs
core
2,373,949,702
6,023
gianj988
Hi I just read your post. If you need custom events propagation through components, I published on NPM a simple plugin, vue 3 compatible, to listen for and emit custom events that propagate "DOM like", with features like, stopPropagation and once. The NPM package link with the documentation is: https://www.npmjs.co...
2024-09-25T12:29:16
2024-09-25T12:29:16
{}
NONE
vuejs
core
2,328,204,786
11,778
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10697631392) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10695383816) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-04T08:13:01
2024-09-04T08:13:01
{}
CONTRIBUTOR
vuejs
core
2,328,830,953
11,799
yyx990803
/ecosystem-ci run
2024-09-04T12:19:56
2024-09-04T12:19:56
{ "+1": 1 }
MEMBER
vuejs
core
2,309,169,016
11,711
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/1098fba7-4eea-44fd-9247-48dfbd054adf) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11711 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-08-26T02:15:48
2024-09-04T12:24:01
{}
NONE
vuejs
core
2,329,363,501
11,813
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------ | | runtime-dom.global.prod.js | 100 kB (**+8 B**) | 37.7 kB (**+4 B**) | 33.9 kB (**-2 B**) | | vue.global...
2024-09-04T15:22:05
2024-09-04T15:22:05
{}
NONE
vuejs
core
2,330,038,566
11,797
lehni
So here's a simplified test-case. It turns out that our code had a rare situation where a computed getter would indirectly reference itself. This is of course bad practise, but it should not lead to endless notify recursions (press the "Step" button to see the bug): https://play.vuejs.org/#eNp9UstOwzAQ/JWVxQFElRYhLi...
2024-09-04T20:54:59
2024-09-04T20:54:59
{}
CONTRIBUTOR
vuejs
core
2,330,399,543
11,815
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/31a7cf85-59e9-4523-84bf-c5eef0d110fe) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11815 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-05T01:00:22
2024-09-05T01:00:22
{}
NONE
vuejs
core
2,330,690,162
11,820
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/0809e492-499e-4fce-bf67-f385946443ce) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11820 ``` </p></details> <details><summary><b>@vue/compiler-sfc</b></summary><p> ``` pnpm add https://pkg....
2024-09-05T06:17:57
2024-09-05T06:17:57
{}
NONE
vuejs
core
2,330,994,741
11,733
yyx990803
I can't reproduce this with any of the combinations below: - Vue 3.4.38 + Vue extension 2.1.2 - Vue 3.5.1 + Vue extension 2.1.2 - Vue 3.5.1 + Vue extension 2.1.6
2024-09-05T09:05:00
2024-09-05T09:05:00
{}
MEMBER
vuejs
core
2,331,259,194
11,825
yyx990803
https://github.com/vuejs/core/issues/11793#issuecomment-2331258965
2024-09-05T11:16:23
2024-09-05T11:16:23
{}
MEMBER
vuejs
core
2,331,424,862
11,700
Trandx
I've update my package.json and retry a new build. unfortunaly, the TS doc have not take correctly. When i check the **vue.d.ts**, i see that all my types have been clearly expressed. this is the bref capture of the VUE.D.TS file ![image](https://github.com/user-attachments/assets/73b4450d-abe7-44be-aacf-3d812d9...
2024-09-05T12:29:36
2024-09-05T12:31:53
{}
NONE
vuejs
core
2,328,247,374
11,802
linzhe141
If this is the case, Vue will still throw a warning [this pr - playground](https://deploy-preview-11802--vue-sfc-playground.netlify.app/#eNp9UctOwzAQ/JWVL6ZSSFXKqaSVAFWiiJdKj75E6SakOLblRwkq+Xc2CS0VQs0hWu/Mzs7YO3ZtTLwNyCYscZktjQeHPhiQqSqmgnkn2EyosjLaetiBxTyC4HCFlZGpxyXm0EBudQWcZPiVUBI91HUN0z+85G71+LBQJvi5xAqVhy9QQcrZGf...
2024-09-04T08:33:24
2024-09-04T08:53:54
{}
MEMBER
vuejs
core
2,328,863,349
11,797
yyx990803
This doesn't seem to break anything but it would be ideal to have a minimal test case so we better understand what kind of usage leads to need of this fix.
2024-09-04T12:32:04
2024-09-04T12:32:04
{}
MEMBER
vuejs
core
2,330,996,332
11,272
yyx990803
Closing as a duplicate of #11733 - neither can be reproduced on my end so let's keep only one open.
2024-09-05T09:05:47
2024-09-05T09:05:47
{}
MEMBER
vuejs
core
2,328,190,008
11,778
edison1105
/ecosystem-ci run
2024-09-04T08:05:47
2024-09-04T08:05:47
{ "+1": 1 }
MEMBER
vuejs
core
2,328,962,082
11,725
yyx990803
Is this still needed as #11671 is closed?
2024-09-04T12:59:22
2024-09-04T12:59:22
{}
MEMBER
vuejs
core
2,330,724,579
11,810
edison1105
@baiwusanyu-c I agreed. this is an incorrect usage. I still think we should give a warning rather than ignore this incorrect usage.
2024-09-05T06:42:55
2024-09-05T06:42:55
{}
MEMBER
vuejs
core
2,330,804,100
11,700
edison1105
Could you please try using the latest version of `vue-tsc`?
2024-09-05T07:28:13
2024-09-05T07:28:13
{}
MEMBER
vuejs
core
1,772,034,087
4,941
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+2 B**) | 37.7 kB (**+1 B**) | 33.9 kB (**+1 B**) | | vue.glo...
2023-10-20T03:49:36
2024-09-05T08:18:04
{}
NONE
vuejs
core
2,331,241,128
11,824
yyx990803
/ecosystem-ci run
2024-09-05T11:06:12
2024-09-05T11:06:12
{ "+1": 1 }
MEMBER
vuejs
core
2,331,690,052
11,404
dr46ul
Hello! I’m currently working on updating my Nuxt project to the latest versions of its dependencies, specifically nuxt@3.13.1 and vue@3.5.1. However, after installing these updates, I’ve encountered some issues: several of my tests are failing, and I’m getting a TypeScript error that says: `Type 'string | undefin...
2024-09-05T13:29:46
2024-09-05T13:29:46
{ "+1": 7 }
NONE
vuejs
core
2,329,861,416
11,814
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB | | vue.global.prod.js | 159 kB | 57.6 kB | 51.2 kB | ### Usages | Name | Size | Gzi...
2024-09-04T19:56:51
2024-09-04T19:56:51
{}
NONE
vuejs
core
2,330,053,194
11,797
lehni
I have added a simpler fix for this situation along with a proper test in 785c471c522cda23ba08cccecf68ab335bf1642d @yyx990803 I look forward to hearing your thoughts on this.
2024-09-04T20:56:25
2024-09-04T20:56:25
{}
CONTRIBUTOR
vuejs
core
1,736,786,618
8,555
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+114 B**) | 37.8 kB (**+40 B**) | 34 kB (**+34 B**) | ...
2023-09-27T06:34:53
2024-09-05T06:38:23
{}
NONE
vuejs
core
2,330,917,785
11,823
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/27cf6b9b-0f8a-4b77-b21c-3de2dfcdf66e) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11823 ``` </p></details> <details><summary><b>@vue/compiler-sfc</b></summary><p> ``` pnpm add https://pkg....
2024-09-05T08:27:26
2024-09-05T08:51:09
{}
NONE
vuejs
core
2,330,984,321
4,933
edison1105
Closing as it no longer reproduces
2024-09-05T09:00:07
2024-09-05T09:00:07
{}
MEMBER
vuejs
core
2,331,575,843
11,826
yyx990803
Great work, I'll get this released in a patch, let's follow up with a test case later.
2024-09-05T12:51:14
2024-09-05T12:51:14
{ "+1": 1 }
MEMBER
vuejs
core
2,330,409,102
11,814
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10712013083) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10695383816) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-05T01:12:27
2024-09-05T01:12:27
{}
CONTRIBUTOR
vuejs
core
2,330,539,227
11,818
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB (**-16 B**) | 37.7 kB (**-3 B**) | 33.9 kB (**-7 B**) | | vue....
2024-09-05T03:48:04
2024-09-05T03:48:04
{}
NONE
vuejs
core
1,698,436,329
9,083
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------- | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+36 B**) | 37.7 kB (**+23 B**) | 33.9 kB (**-7 B**) | | v...
2023-08-30T03:35:08
2024-09-05T06:55:35
{}
NONE
vuejs
core
1,721,246,295
7,776
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 100 kB (**+413 B**) | 37.9 kB (**+196 B**) | 34.1 kB (**+142 B...
2023-09-15T13:01:37
2024-09-05T07:21:35
{}
NONE
vuejs
core
2,331,018,544
11,822
skirtles-code
I believe this is working correctly. If you don't specify an `emits` option then the listeners passed from the parent will be included in the `attrs`, which will be passed to the root node created by the template. By re-emitting the native event you end up calling the listener twice. If you intend to emit an even...
2024-09-05T09:16:29
2024-09-05T09:16:29
{}
CONTRIBUTOR
vuejs
core
1,847,270,167
9,783
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+11 B**) | 37.7 kB (**+5 B**) | 34 kB (**+21 B**) | | vue....
2023-12-08T14:25:03
2024-09-05T05:59:56
{}
NONE
vuejs
core
2,331,060,275
11,822
PengBoUESTC
Maybe we should provide some warning info about the event inherit。 +_+
2024-09-05T09:36:54
2024-09-05T09:36:54
{}
CONTRIBUTOR
vuejs
core
2,330,507,640
11,404
tuskermanshu
After working with `useId`, I've noticed that it doesn't function as expected when called within asynchronous contexts such as setTimeout, setInterval, or Promise callbacks. I understand that this is due to the current implementation relying on `getCurrentInstance()`, which returns null in these scenarios. While I app...
2024-09-05T03:06:51
2024-09-05T03:06:51
{}
NONE
vuejs
core
2,330,551,919
11,793
baiwusanyu-c
Maybe this should be solved by vue3-lazy-hydration
2024-09-05T04:03:28
2024-09-05T04:03:28
{}
MEMBER
vuejs
core
2,330,614,578
11,675
xieyuschen
> @xieyuschen This PR is not a high priority and may not be merged as quickly oh i see, but should we consider to prioritise it as anyway it's a bug instead of refinement.
2024-09-05T05:15:55
2024-09-05T05:15:55
{}
NONE
vuejs
core
2,330,667,479
11,806
edison1105
[minimal reproduction with playground](https://play.vuejs.org/#eNqdVE2P2jAQ/SsjXwJSSg7tiQZUqPbQHtpq4ZhLGgbwbrAjexyoVvz3Tux8dUV3tXvB8cx7M2+ebZ7EqqpmtUMxF6ktjKxomSl5qrQheAJ7zMtSn+9xH4PCC21l8RjDEa6wN/oEEROjjBMevsN97kqmZQrAIrlqDpMpLJYhAlBoZQlqiWdYjEpPos0fVayj6RhVlNyKYbnl3L9lwJeY1XnpkBGevWIZIZefc0m92Mn0823Sqqm7fisrCA25a1gMD...
2024-09-05T06:00:42
2024-09-05T06:02:43
{ "+1": 1 }
MEMBER
vuejs
core
2,329,188,724
11,810
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ----------------- | ------------------ | ------------------ | | runtime-dom.global.prod.js | 100 kB (**-3 B**) | 37.7 kB (**+9 B**) | 34 kB (**-40 B**) | | vue.global...
2024-09-04T14:15:04
2024-09-05T09:15:55
{}
NONE
vuejs
core
2,329,189,683
11,810
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/da185923-1c32-401d-b90e-c05c776ffcec) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11810 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-04T14:15:26
2024-09-05T09:16:10
{}
NONE
vuejs
core
2,331,044,548
11,822
PengBoUESTC
> > I believe this is working correctly. > > If you don't specify an `emits` option then the listeners passed from the parent will be included in the `attrs`, which will be passed to the root node created by the template. By re-emitting the native event you end up calling the listener twice. > > If you intend to emit...
2024-09-05T09:29:18
2024-09-05T09:29:18
{}
CONTRIBUTOR
vuejs
core
2,331,269,093
11,797
lehni
@yyx990803 amazing, thank you for working on this so swiftly!
2024-09-05T11:22:02
2024-09-05T11:22:02
{ "heart": 2 }
CONTRIBUTOR
vuejs
core
2,332,143,770
11,797
onlime
Great @lehni & @yyx990803 Thanks for the fast fix! The endless recursion also occurred in [floating-vue](https://github.com/Akryum/floating-vue) tooltips, fixed with Vue 3.5.2
2024-09-05T16:15:52
2024-09-05T16:15:52
{ "hooray": 2 }
NONE
vuejs
core
2,328,847,313
11,799
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/10701509209) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/10695383816) | |-------|--------|----------------| | language-tools | :x: [failure](https://github.com/vuejs/ecosystem-ci/actions/runs/1...
2024-09-04T12:26:24
2024-09-04T12:26:24
{}
CONTRIBUTOR
vuejs
core
2,329,057,447
11,807
edison1105
a side note: this error only happens in DEV duplicate of https://github.com/vuejs/core/issues/11712
2024-09-04T13:29:12
2024-09-05T02:28:36
{}
MEMBER
vuejs
core
2,330,689,891
11,820
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB | | vue.global.prod.js | 159 kB | 57.6 kB | 51.2 kB | ### Usages | Name | Size | Gzi...
2024-09-05T06:17:45
2024-09-05T06:17:45
{}
NONE
vuejs
core
2,330,770,371
11,819
edison1105
The vue-marcos's tests failed because of [this commit](https://github.com/vuejs/core/commit/40193696b3564202173ac0367e4b3ae48c4ffb84)
2024-09-05T07:09:23
2024-09-05T07:12:20
{ "eyes": 1 }
MEMBER
vuejs
core
1,738,674,732
7,730
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------------------ | ------------------- | | runtime-dom.global.prod.js | 100 kB | 37.7 kB | 33.9 kB | | vue....
2023-09-28T08:06:41
2024-09-05T07:58:54
{}
NONE
vuejs
core
2,330,988,838
4,941
edison1105
Closing as #https://github.com/vuejs/core/issues/4933 no longer reproduces
2024-09-05T09:02:12
2024-09-05T09:02:12
{}
MEMBER
vuejs
core
2,331,094,327
11,826
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | ------------------- | ------------------- | | runtime-dom.global.prod.js | 100 kB (**+103 B**) | 37.8 kB (**+21 B**) | 34 kB (**+21 B**) | ...
2024-09-05T09:51:47
2024-09-05T09:51:47
{}
NONE
vuejs
core
2,331,106,520
11,825
edison1105
I’m not sure if this fix is necessary, but you make [a good point](https://github.com/vuejs/core/issues/11793#issuecomment-2330727985). It seems that vue3-lazy-hydration hasn’t been adapted for 3.5
2024-09-05T09:56:48
2024-09-05T09:56:48
{}
MEMBER
vuejs
core
2,328,568,681
11,802
jh-leong
> If this is the case, Vue will still throw a warning [this pr - playground](https://deploy-preview-11802--vue-sfc-playground.netlify.app/#eNp9UctOwzAQ/JWVL6ZSSFXKqaSVAFWiiJdKj75E6SakOLblRwkq+Xc2CS0VQs0hWu/Mzs7YO3ZtTLwNyCYscZktjQeHPhiQqSqmgnkn2EyosjLaetiBxTyC4HCFlZGpxyXm0EBudQWcZPiVUBI91HUN0z+85G71+LBQJvi5xAqVhy9QQcrZG...
2024-09-04T10:53:15
2024-09-04T10:53:15
{}
MEMBER
vuejs
core
1,772,434,797
7,344
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------- | -------------------- | -------------------- | | runtime-dom.global.prod.js | 101 kB (**+683 B**) | 38 kB (**+239 B**) | 34.1 kB (**+157 B...
2023-10-20T09:58:27
2024-09-05T08:11:34
{}
NONE
vuejs
core
2,331,034,387
11,822
baiwusanyu-c
> I believe this is working correctly. > > If you don't specify an `emits` option then the listeners passed from the parent will be included in the `attrs`, which will be passed to the root node created by the template. By re-emitting the native event you end up calling the listener twice. > > If you intend to em...
2024-09-05T09:24:21
2024-09-05T09:24:21
{}
MEMBER
vuejs
core
2,331,258,965
11,793
yyx990803
Vue checks `isAsyncWrapper` via the internal `__asyncLoader` property, which is **explicitly marked as internal**. From Vue's perspective, this is a check that can only pass if the target vnode is the actual `AsyncComponentWrapper` implemented by Vue itself, therefore any other properties that exists on `AsyncComponent...
2024-09-05T11:16:15
2024-09-05T11:17:04
{}
MEMBER
vuejs
core
2,329,490,346
11,813
ferferga
I can confirm that this fixes the issue! Thank you very much for the quick fix ❤️🚀!
2024-09-04T16:19:01
2024-09-04T16:19:01
{}
CONTRIBUTOR
vuejs
core
2,329,787,549
11,797
lehni
@yyx990803 I've been trying to understand the situation that creates such a chain and how to create a simple test-case for it all morning, but have not managed to do so yet. It's very tricky, as I don't unterstand the internals of the reactivity system and the situation only occurs in one place in our complex code-base...
2024-09-04T19:10:07
2024-09-04T19:10:07
{}
CONTRIBUTOR
vuejs
core
2,330,404,343
11,814
edison1105
/ecosystem-ci run
2024-09-05T01:06:14
2024-09-05T01:06:14
{ "+1": 1 }
MEMBER
vuejs
core
2,330,672,521
11,793
edison1105
Closing as it is outside of vue's scope.
2024-09-05T06:04:32
2024-09-05T06:04:32
{}
MEMBER
vuejs
core
2,331,093,543
11,810
yyx990803
Thanks for catching these cases - the raw ref case does happen when: 1. The variable name, the ref key, and the `ref` attribute on the element are all the same. 2. the SFC is compiled in prod mode. [example](https://play.vuejs.org/#__PROD__eNp9kE1Lw0AQhv/KMpcolIbSW0kLKj3oQaX2uJeQTj7qfrEfNRDy353d2FpEett532dm35kBH...
2024-09-05T09:51:24
2024-09-05T09:51:24
{ "+1": 2 }
MEMBER
vuejs
core
2,331,218,369
11,797
yyx990803
@lehni that is indeed another behavior change from 3.4. I will address it in a separate commit.
2024-09-05T10:54:21
2024-09-05T10:54:21
{ "heart": 2 }
MEMBER
vuejs
core
2,331,591,214
11,811
pkg-pr-new[bot]
[Open in Stackblitz](https://pkg.pr.new/template/194999f4-dd0b-4214-88ad-d1441ebb84f0) <details><summary><b>@vue/compiler-core</b></summary><p> ``` pnpm add https://pkg.pr.new/@vue/compiler-core@11811 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` pnpm add https://pkg....
2024-09-05T12:53:26
2024-09-05T12:53:26
{}
NONE
vuejs
core
2,330,468,255
11,815
edison1105
@Heggria I know, this PR only addresses more common scenarios.
2024-09-05T02:18:18
2024-09-05T02:18:18
{}
MEMBER
vuejs
core
2,330,517,987
11,404
tuskermanshu
> After working with `useId`, I've noticed that it doesn't function as expected when called within asynchronous contexts such as setTimeout, setInterval, or Promise callbacks. I understand that this is due to the current implementation relying on `getCurrentInstance()`, which returns null in these scenarios. While I ap...
2024-09-05T03:20:00
2024-09-05T03:20:00
{}
NONE