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,353,541,020
13,954
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adds warning tests for misuse of provide/inject and updates provide() runtime guards to warn when called without a current instance or after mount. Control flow in apiInject.ts is adjusted to use early guar...
2025-09-30T19:37:26
2025-09-30T19:41:12
{}
NONE
vuejs
core
3,336,435,846
13,927
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.8 kB | | vue.global.prod.js | 160 kB | 58.7 kB | 52.2 kB | ### Usages | Name | Size | G...
2025-09-26T01:09:02
2025-09-26T01:09:02
{}
NONE
vuejs
core
3,336,435,960
13,927
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/f31fc1ae-40c1-4de4-8e3f-cc07c1e5795c) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13927 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-09-26T01:09:07
2025-09-26T01:09:07
{}
NONE
vuejs
core
3,338,607,061
13,933
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adds a browser-only branch treating a present `SIMPLE_EXPRESSION` with empty `content` as equivalent to a missing v-bind expression for shorthand in in‑DOM templates; narrows a parser runtime decodeEntities...
2025-09-26T12:55:49
2025-09-28T01:43:53
{}
NONE
vuejs
core
3,346,327,679
13,944
RGdevz
Just to add it's not just ```"``` but other symbols as well like ```?```,```-``` etc. error only happens on mobile
2025-09-29T11:02:45
2025-09-29T11:02:45
{}
NONE
vuejs
core
3,349,995,069
13,952
linzhe141
@coderabbitai help
2025-09-30T05:06:17
2025-09-30T05:06:17
{ "eyes": 1 }
MEMBER
vuejs
core
3,348,110,099
13,950
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Treats iframe `sandbox` as an attribute (not a property) in patchProp and adds a unit test verifying set, remove (null/undefined), and empty-string behaviors; no public API changes. ## Changes | Cohort / F...
2025-09-29T17:12:04
2025-09-30T18:24:46
{}
NONE
vuejs
core
3,351,769,352
13,944
sadlrxn
It happened to me too while using nuxt. i think it's some kind of bug in latest vue version. downgrade vue version and you are good to go. UPDATE: it stoped working.
2025-09-30T12:19:51
2025-10-01T03:41:33
{}
NONE
vuejs
core
3,367,721,143
13,960
edison1105
Vue does not support slot nesting like:  ```vue <!-- variant for object table --> <template v-for="(headingPair, index) in headingPairs" :key="index"> <!-- user can target via named slot with heading.key --> <slot :name="`th-${headingPair.key}`" v-bind="{ ...
2025-10-04T01:12:27
2025-10-04T01:12:27
{}
MEMBER
vuejs
core
3,368,746,191
13,963
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.8 kB | | vue.global.prod.js | 160 kB | 58.7 kB | 52.2 kB | ### Usages | Name | Size | G...
2025-10-05T04:45:29
2025-10-05T04:45:29
{}
NONE
vuejs
core
3,369,886,080
13,967
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.8 kB | | vue.global.prod.js | 160 kB | 58.7 kB | 52.2 kB | ### Usages | Name | Size | G...
2025-10-06T04:29:54
2025-10-06T04:29:54
{}
NONE
vuejs
core
3,334,251,104
13,921
benjamin-larsen
Right because in async, the currentInstance would be unset by time it's executed, because Microtasks (which async is ran) can only be run when current Execution Task is finished, and hence the currentInstance is reset. The solution would be to have a function of component public instance where you can provide and inje...
2025-09-25T13:56:36
2025-09-25T13:56:36
{}
NONE
vuejs
core
3,337,520,480
13,931
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/a1d0dee6-d68f-4455-9a1c-1c61fd931385) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13931 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-09-26T09:09:23
2025-09-26T09:09:23
{}
NONE
vuejs
core
3,339,029,178
13,927
unrevised6419
Hmm, I see, then I'll close this one.
2025-09-26T14:46:15
2025-09-26T14:46:15
{}
CONTRIBUTOR
vuejs
core
3,340,921,363
13,908
9romise
> @9romise I think I have a proof of concept for replacing the cleanup array with the abort listener: [OrbisK@a5a6a07](https://github.com/OrbisK/vue-core/commit/a5a6a07b45fd269d13a3a938d9c323cfbed20f55). > > The benchmarks are mixed. Maybe you could take a look? Awesome! Thanks a lot for your work! I actually gav...
2025-09-27T01:10:49
2025-09-27T01:21:45
{}
CONTRIBUTOR
vuejs
core
3,346,126,109
13,944
RGdevz
It breaks the whole page render on mobile, make it difficult error to catch. it should throw error on compile or at least have the error happen on every device
2025-09-29T10:13:28
2025-09-29T10:13:28
{}
NONE
vuejs
core
3,347,995,917
13,948
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.8 kB | | vue.global.prod.js | 160 kB | 58.7 kB | 52.2 kB | ### Usages | Name | Size | G...
2025-09-29T16:39:18
2025-09-29T16:39:18
{}
NONE
vuejs
core
3,361,024,990
13,326
TheAlexLichter
Ci is passing now 👏
2025-10-02T12:36:49
2025-10-02T12:36:49
{ "hooray": 2 }
NONE
vuejs
core
3,369,224,290
13,966
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/bb6f9180-f521-4203-84a6-f074d21f7b66) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13966 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-10-05T18:04:23
2025-10-05T18:04:23
{}
NONE
vuejs
core
3,369,885,516
13,968
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.8 kB | | vue.global.prod.js | 160 kB | 58.7 kB | 52.2 kB | ### Usages | Name | Size | G...
2025-10-06T04:29:30
2025-10-06T04:29:30
{}
NONE
vuejs
core
3,383,726,373
13,971
edison1105
Please follow the issue requirement, provide a minimal reproduction.
2025-10-09T01:27:02
2025-10-09T01:27:02
{}
MEMBER
vuejs
core
3,336,434,564
13,927
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough A prop binding was added to the Repl component in App.vue, setting the previewTheme prop to a constant true value. No other logic or control flow was modified. ## Changes | Cohort / File(s) | Summary of ch...
2025-09-26T01:08:04
2025-09-26T01:10:58
{}
NONE
vuejs
core
3,268,691,165
13,861
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adds AbortSignal-based cancellation to reactivity watchers. The watch API now accepts an optional signal to stop a watcher on abort. Runtime-core exposes a BaseWatchEffectOptions with signal and updates wat...
2025-09-09T03:07:57
2025-09-28T16:56:46
{}
NONE
vuejs
core
3,359,547,832
13,957
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-10-02T07:20:23
2025-10-02T07:20:23
{}
NONE
vuejs
core
3,333,517,832
11,146
eric-gitta-moore
nice. Is there any way for us to make a patch in the d.ts file to achieve the InferDefaults functionality?
2025-09-25T11:32:28
2025-09-25T11:32:28
{}
NONE
vuejs
core
3,337,513,654
13,931
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Added explicit TypeScript type annotations to two local variables in the renderer patching logic. No changes to behavior or control flow. ## Changes | Cohort / File(s) | Summary | |---|---| | **Type annota...
2025-09-26T09:08:17
2025-09-26T09:12:06
{}
NONE
vuejs
core
3,343,072,558
13,934
sheremet-va
> have a question: after switching to vitest browser mode, does the e2e test execution time increase or decrease? If the difference isn't too significant, I think this PR is worthwhile. The time is unpredictable with the previous approach for me, the first time it's ~2s, the second time ~1,5s. The browser mode runs ...
2025-09-28T12:02:31
2025-09-28T12:02:31
{ "+1": 1 }
NONE
vuejs
core
3,346,098,345
13,944
jiejie-color
I think you just need to write it right. Does it have any impact
2025-09-29T10:07:36
2025-09-29T10:07:36
{}
NONE
vuejs
core
3,378,937,116
13,974
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/f22a767b-38cb-4a2b-9ca4-aa23a0416cfd) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13974 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-10-07T22:34:35
2025-10-07T22:34:35
{}
NONE
vuejs
core
3,335,611,529
9,675
TheSeg
I just want to say thank you for updating the typings!
2025-09-25T19:20:18
2025-09-25T19:20:18
{ "+1": 1, "heart": 1 }
NONE
vuejs
core
3,337,671,635
13,932
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Auto reviews are disabled on base/target branches other than the default branch. > > > > Please check the settings in the CodeRabbit...
2025-09-26T09:34:00
2025-09-28T08:16:54
{}
NONE
vuejs
core
3,278,355,671
13,864
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/e4f669ec-5758-45a8-88da-4fde974e9e3d) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13864 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-09-11T06:23:53
2025-09-28T08:19:42
{}
NONE
vuejs
core
3,343,402,570
13,934
edison1105
@sheremet-va Sounds good to me. Let's move all e2e tests to vitest browser mode.
2025-09-28T13:38:15
2025-09-28T13:38:15
{}
MEMBER
vuejs
core
3,347,992,972
13,948
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough A single comment typo was corrected in packages/reactivity/src/effect.ts within cleanupDeps. No code, logic, API, or control flow changes. ## Changes | Cohort / File(s) | Summary of changes | |---|---| | *...
2025-09-29T16:38:29
2025-09-29T16:41:10
{}
NONE
vuejs
core
3,378,935,825
13,974
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough Adds a new unit test in runtime-dom directive tests to verify vModelCheckbox correctly handles Array and Set bindings, ensuring checkbox state remains in sync after mutations (push, index replacement, and S...
2025-10-07T22:33:50
2025-10-07T22:36:37
{}
NONE
vuejs
core
3,379,645,571
13,975
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.8 kB | | vue.global.prod.js | 160 kB | 58.7 kB | 52.2 kB | ### Usages | Name | Size | G...
2025-10-08T05:39:57
2025-10-08T05:39:57
{}
NONE
vuejs
core
2,913,380,254
12,308
skirtles-code
Yes, I meant adding tests to confirm that `0` renders nothing, without a warning or error. Your code contains a boundary condition of `source < 0`. Currently you've tested one side of that boundary, with a test for `-1`, but not the other side. The current tests would pass if the code were changed to `source <= 0`, ...
2025-05-27T17:28:38
2025-05-27T17:28:38
{}
CONTRIBUTOR
vuejs
core
2,915,235,583
13,400
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/3efa8627-86ba-42c7-85ef-435613d191c6) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13400 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-28T07:15:29
2025-05-28T07:44:37
{}
NONE
vuejs
core
2,917,897,836
13,401
edison1105
closed via https://github.com/vuejs/core/pull/13406
2025-05-29T00:22:24
2025-05-29T00:22:24
{}
MEMBER
vuejs
core
2,921,093,760
13,409
edison1105
Thanks for the PR, but this was intentional. - [Playground with main](https://play.vuejs.org/#eNp9UcFOwzAM/RUrlxWt6pDgVG2TAO0AB0CAOOVSUq/rSJMocbdJVf8dN9UKB7Rb/N7z83PciTvnskOLIhfLoHztCAJS69bS1I2znqCDY0Fql4LHQlF9QOhh620DM26bSSONsiYQ2K89rCZR0sHW2rxTtjWUw3UP/dWgjV4Ja1NIDB4/C91iClaX8XUFqzV00gAMnlZjpm2VzNSuMBWWM3YYXbg/Y/ssu...
2025-05-30T02:58:12
2025-05-30T02:58:12
{}
MEMBER
vuejs
core
2,921,324,557
13,412
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/8e28417d-6c82-4b75-bc34-d8e0c4715b6e) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13412 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-30T06:05:39
2025-05-30T06:05:39
{}
NONE
vuejs
core
2,928,953,321
12,906
kleinfreund
This seems related to https://github.com/vuejs/core/issues/8868
2025-06-02T06:04:29
2025-06-02T06:04:29
{}
CONTRIBUTOR
vuejs
core
2,912,063,486
13,390
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/aafd9866-2329-4740-beeb-314a69b7abdf) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13390 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-27T10:49:00
2025-05-27T10:49:00
{}
NONE
vuejs
core
2,912,472,533
13,352
runyasak
@Kuba314 Thank you for your comment — I understand your point about this potentially being a breaking change. @edison1105 Would it be better to include more detail about this in the documentation or changelog? Or would you prefer to change this to a warning instead of throwing an error? Please let me know your t...
2025-05-27T13:13:53
2025-05-27T13:13:53
{}
CONTRIBUTOR
vuejs
core
2,913,040,943
13,391
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough This update consists solely of typographical and spelling corrections in changelog files and comments within test files. No functional, logical, or behavioral changes were made to the codebase. Only textua...
2025-05-27T15:36:19
2025-05-27T15:48:33
{}
NONE
vuejs
core
2,914,463,079
13,395
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | c14f1d455aa1785c92d9931c22c26eaa09dccffb | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep...
2025-05-27T23:55:10
2025-05-28T03:28:51
{}
NONE
vuejs
core
2,917,609,555
12,918
skirtles-code
I've created #13405 for further discussion of how to handle trailing `*` selectors.
2025-05-28T21:03:58
2025-05-28T21:03:58
{}
CONTRIBUTOR
vuejs
core
2,919,195,411
12,732
skirtles-code
Without further information I think this PR should be closed.
2025-05-29T12:04:04
2025-05-29T12:04:04
{}
CONTRIBUTOR
vuejs
core
2,920,985,802
13,411
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/1d56b78e-1cce-47b3-87f2-834e79c805a5) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13411 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-30T01:35:25
2025-05-30T02:32:30
{}
NONE
vuejs
core
2,928,231,045
13,427
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-06-02T00:50:32
2025-06-02T00:50:32
{}
NONE
vuejs
core
2,606,160,326
12,766
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/a7a841bb-5d1a-46cb-85fd-67a11276047a) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@12766 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-01-22T02:42:03
2025-06-02T01:03:31
{}
NONE
vuejs
core
2,911,799,236
13,389
edison1105
/ecosystem-ci run
2025-05-27T09:18:05
2025-05-27T09:18:05
{ "+1": 1 }
MEMBER
vuejs
core
2,915,812,018
13,402
edison1105
duplicate of #13387
2025-05-28T10:29:45
2025-05-28T10:29:45
{}
MEMBER
vuejs
core
2,916,551,806
13,404
edison1105
/ecosystem-ci run
2025-05-28T14:24:39
2025-05-28T14:24:39
{ "+1": 1 }
MEMBER
vuejs
core
2,918,220,857
13,407
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Auto reviews are disabled on base/target branches other than the default branch. > > > > Please check the settings in the CodeRabbit...
2025-05-29T03:59:38
2025-05-29T03:59:38
{}
NONE
vuejs
core
2,918,220,823
13,407
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 7d84f7d85f9694f34a86afa8053966936aaaab42 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep...
2025-05-29T03:59:37
2025-05-29T04:00:44
{}
NONE
vuejs
core
2,921,324,202
13,412
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------------------ | ------- | ------------------- | | runtime-dom.global.prod.js | 101 kB (**-11 B**) | 38.3 kB | 34.5 kB (**+46 B**) | | vue.global.prod.js | 159 kB (...
2025-05-30T06:05:25
2025-05-30T06:05:25
{}
NONE
vuejs
core
2,933,326,501
13,430
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-06-03T04:00:34
2025-06-03T04:00:34
{}
NONE
vuejs
core
2,934,135,028
12,965
edison1105
@padcom First of all, thank you very much for your PR. We have reviewed this PR and it looks good. However, since it adds a `shadowRootOptions` parameter, we're considering releasing it as a feature. We're currently prioritizing bug fixes, so we apologize for the delay.
2025-06-03T08:34:37
2025-06-03T08:34:37
{}
MEMBER
vuejs
core
2,914,471,658
13,395
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/d17064ce-0ed3-484e-be5c-5bf0147c7377) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13395 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-28T00:00:50
2025-05-28T03:28:33
{}
NONE
vuejs
core
2,915,501,569
12,642
edison1105
/ecosystem-ci run
2025-05-28T08:50:25
2025-05-28T08:50:25
{ "+1": 1 }
MEMBER
vuejs
core
2,916,520,818
12,906
rkh
Is there a way to revert this behavior?
2025-05-28T14:15:26
2025-05-28T14:15:26
{}
NONE
vuejs
core
2,918,553,719
13,072
zhiyuanzmj
Oh, `pauseTracking` can't resolve it. closed
2025-05-29T07:24:12
2025-05-29T07:24:12
{}
MEMBER
vuejs
core
2,920,154,607
12,736
pikax
if `"true"` and `boolean` are the correct type, why not have them, instead of replacing it with just boolean, as you said `"true"` is still valid and the types should reflect that, I do agree past that `"false"` and string should not be allowed for DX purposes.
2025-05-29T17:56:55
2025-05-29T17:56:55
{}
MEMBER
vuejs
core
2,933,701,957
12,965
padcom
@edison1105 This PR is here since February. It's June now. Can we get it released or do I really need to fork Vue to be able to use it? I am blocked by this particular PR with the next project which will be mostly about web components...
2025-06-03T06:29:04
2025-06-03T06:30:20
{}
CONTRIBUTOR
vuejs
core
2,915,235,861
13,400
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 584c04fa99fb21617d781708563a4d8bb610dc33 | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep...
2025-05-28T07:15:36
2025-05-28T07:44:19
{}
NONE
vuejs
core
2,921,135,804
12,520
parkerisme
hi,now which version i can use?
2025-05-30T03:35:11
2025-05-30T03:35:11
{}
NONE
vuejs
core
2,917,896,229
13,406
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/51e16dba-2e39-417b-a8d1-07140ac7be10) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13406 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-29T00:21:06
2025-05-29T00:21:06
{}
NONE
vuejs
core
2,919,678,129
13,409
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough A condition in the `reactiveGetter` function within the watch module was simplified. The check for the `deep` option now uses a single falsy check instead of explicitly comparing against `false` or `0`, al...
2025-05-29T15:01:18
2025-05-29T15:05:06
{}
NONE
vuejs
core
2,921,322,823
13,412
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The update refactors the `isMismatchAllowed` function in the hydration module to eliminate redundant string splitting. The function now splits the `allowedAttr` string once and reuses the resulting array, ...
2025-05-30T06:04:31
2025-05-30T06:06:25
{}
NONE
vuejs
core
2,606,160,062
12,766
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB | | vue.global.prod.js | 159 kB | 58.5 kB | 52.1 kB | ### Usages | Name | Size | G...
2025-01-22T02:41:47
2025-06-02T01:03:30
{}
NONE
vuejs
core
2,914,463,937
13,392
skirtles-code
That RegExp doesn't appear to protect against anything, it just leads to warnings for perfectly valid code, such as ``{{ `hello` }}``. I don't believe there's a genuine security issue here, just a Copilot hallucination.
2025-05-27T23:55:50
2025-05-27T23:55:50
{}
CONTRIBUTOR
vuejs
core
2,917,897,444
13,387
edison1105
closed via https://github.com/vuejs/core/pull/13406
2025-05-29T00:22:04
2025-05-29T00:22:04
{}
MEMBER
vuejs
core
2,921,196,085
12,520
Gwynerva
@parkerisme this should work fine: ```vue <script lang="ts" setup> // ... const Tag = h(props.isBlockMath ? 'div' : 'span', { innerHTML: props.html }); </script> <template> <component :is="Tag" :class="classes" v-once /> </template> ```
2025-05-30T04:29:59
2025-05-30T04:30:11
{}
NONE
vuejs
core
2,933,568,038
13,431
JonasVon
⚠️If you keep switching routes, DOM Node and memory will keep increasing.
2025-06-03T05:49:01
2025-06-03T05:49:01
{}
NONE
vuejs
core
2,913,090,340
13,392
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: rate limited by coderabbit.ai --> > [!WARNING] > ## Rate limit exceeded > > @arpitjain099 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait **12 minutes and...
2025-05-27T15:50:45
2025-05-27T15:53:23
{}
NONE
vuejs
core
2,911,765,186
13,389
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough A new test was added to verify the correct handling of scoped CSS with direct child combinators and universal selectors. The implementation was updated to prevent attribute injection for selectors starting...
2025-05-27T09:07:55
2025-05-28T01:16:09
{}
NONE
vuejs
core
2,915,527,143
12,642
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15295782589) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15291883018) | |-------|--------|----------------| | primevue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actio...
2025-05-28T08:58:40
2025-05-28T08:58:40
{}
CONTRIBUTOR
vuejs
core
2,917,611,534
13,389
skirtles-code
I've created #13405 for further discussion of how to handle trailing `*` selectors.
2025-05-28T21:05:00
2025-05-28T21:05:00
{}
CONTRIBUTOR
vuejs
core
2,917,871,624
13,404
vue-bot
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15302741886) | suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15291883018) | |-------|--------|----------------| | language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci...
2025-05-29T00:00:42
2025-05-29T00:00:42
{}
CONTRIBUTOR
vuejs
core
2,908,231,102
13,378
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/f6e27b67-11f7-4ff9-b701-4e39cc8173d8) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13378 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-26T00:59:05
2025-06-02T00:51:37
{}
NONE
vuejs
core
2,911,809,633
13,352
Kuba314
Hi, this change got included in version `3.5.15`, which is a patch version bump, however it added an error to a previously working code. Isn't this technically a breaking change and should only be included in a major version bump? Previously, named models worked fine. Consider the following code, which previously di...
2025-05-27T09:21:35
2025-05-27T09:21:35
{ "+1": 1 }
NONE
vuejs
core
2,914,526,800
13,352
edison1105
@runyasak > would you prefer to change this to a warning instead of throwing an error? I don't think so, `defineModel` without an available assignment is valid usage. #13280 has a workaround and it's an edge case. A suitable fix has not been thought of yet.
2025-05-28T00:39:21
2025-05-28T00:39:21
{ "heart": 1 }
MEMBER
vuejs
core
2,919,686,473
13,409
Smrtnyk
how is this faster? do you have some benchmarks? won't js now try to coerce this to a falsy value first because of boolean negation?
2025-05-29T15:04:01
2025-05-29T15:04:01
{}
NONE
vuejs
core
2,926,805,846
13,424
netlify[bot]
### <span aria-hidden="true">✅</span> Deploy Preview for *vapor-repl* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 74ba484173dc5335c2518a23439dc597400f38cf | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/vapor-rep...
2025-06-01T08:26:06
2025-06-01T08:27:08
{}
NONE
vuejs
core
2,928,230,327
13,426
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-06-02T00:50:17
2025-06-02T00:50:17
{}
NONE
vuejs
core
2,889,336,462
13,353
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/ab69b776-a02c-41fb-8c5e-c2d72e8a81a3) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13353 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-19T00:55:13
2025-06-02T00:51:23
{}
NONE
vuejs
core
2,928,249,786
12,766
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The type alias `CreateHook` in `apiLifecycle.ts` was updated to default its generic parameter to a function type `() => any` instead of `any`, narrowing the expected default type for hooks to be functions....
2025-06-02T01:02:25
2025-06-02T01:04:28
{}
NONE
vuejs
core
2,930,442,810
13,428
skirtles-code
I believe this is working correctly, even if it's not what you were expecting. The value of a model's ref will reflect the current value of the prop. Assigning a new value will not immediately update the prop, it needs to wait for re-rendering. You can use `nextTick` to wait for that. You can read more about this at ...
2025-06-02T12:28:38
2025-06-02T12:28:38
{ "+1": 1 }
CONTRIBUTOR
vuejs
core
2,911,473,621
12,308
cyrilf
We could add test cases for `0` but I believe that currently everything behave correctly with `0`. If I give an empty array, I'm used to the fact that the `v-for` isn't going to render anything. And I don't expect a warning either (similar to a `for loop` on an empty array). Maybe you meant adding tests but not neces...
2025-05-27T07:33:13
2025-05-27T07:33:13
{}
CONTRIBUTOR
vuejs
core
2,911,769,057
13,389
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB | | vue.global.prod.js | 159 kB | 58.5 kB | 52 kB | ### Usages | Name | Size | G...
2025-05-27T09:08:50
2025-05-27T09:08:50
{}
NONE
vuejs
core
2,914,463,115
13,395
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Auto reviews are disabled on base/target branches other than the default branch. > > > > Please check the settings in the CodeRabbit...
2025-05-27T23:55:12
2025-05-27T23:55:12
{}
NONE
vuejs
core
2,914,469,824
13,392
arpitjain099
> That RegExp doesn't appear to protect against anything, it just leads to warnings for perfectly valid code, such as ``{{ `hello` }}``. > > > > I don't believe there's a genuine security issue here, just a Copilot hallucination. Okay. I'll go ahead and close the PR
2025-05-27T23:59:29
2025-05-27T23:59:29
{}
CONTRIBUTOR
vuejs
core
2,911,768,666
13,389
pkg-pr-new[bot]
[Open in StackBlitz](https://pkg.pr.new/template/3c974d12-82f5-44aa-bba2-c065563c052e) <details><summary><b>@vue/compiler-core</b></summary><p> ``` npm i https://pkg.pr.new/@vue/compiler-core@13389 ``` </p></details> <details><summary><b>@vue/compiler-dom</b></summary><p> ``` npm i https://pkg.pr.new...
2025-05-27T09:08:45
2025-05-28T01:15:36
{}
NONE
vuejs
core
2,917,623,178
13,402
skirtles-code
For the specificity issue, see also #13401. I've created #13405 for further discussion of how to handle trailing `*` selectors. The conversation is currently spread across various issues and PRs and I think it would be better to gather thoughts in one place.
2025-05-28T21:11:01
2025-05-28T21:11:01
{}
CONTRIBUTOR
vuejs
core
2,919,304,892
12,766
skirtles-code
Potentially related: #12531 and #5914.
2025-05-29T12:53:40
2025-05-29T12:53:40
{}
CONTRIBUTOR
vuejs
core
2,920,985,504
13,411
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB | | vue.global.prod.js | 159 kB | 58.5 kB | 52 kB | ### Usages | Name | Size | G...
2025-05-30T01:35:13
2025-05-30T01:35:13
{}
NONE
vuejs
core
2,920,984,395
13,411
coderabbitai[bot]
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough A new test case was added to the scoped CSS compilation tests to verify correct handling of nested selectors with child combinators. The test ensures that the compiler properly scopes both parent and neste...
2025-05-30T01:34:16
2025-05-30T02:33:03
{}
NONE
vuejs
core
2,928,231,794
13,426
github-actions[bot]
## Size Report ### Bundles | File | Size | Gzip | Brotli | | -------------------------- | ------ | ------- | ------- | | runtime-dom.global.prod.js | 101 kB | 38.3 kB | 34.5 kB | | vue.global.prod.js | 159 kB | 58.5 kB | 52.1 kB | ### Usages | Name | Size | G...
2025-06-02T00:51:12
2025-06-02T00:51:12
{}
NONE
vuejs
core
2,911,383,168
13,387
edison1105
related PR https://github.com/vuejs/core/pull/12918
2025-05-27T07:03:52
2025-05-27T07:03:52
{}
MEMBER