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,322,272,521 | 12,868 | edison1105 | Probably not needed, SSR needs it because the `compileCache` is retained in the server process. | 2025-09-23T03:32:56 | 2025-09-23T03:32:56 | {
"+1": 1
} | MEMBER |
vuejs | core | 2,942,978,568 | 13,438 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Added a new NodeTransform `transformVBindShorthand` that expands same-name shorthand v-bind directives and integrated it into compiler-core, compiler-dom tests, and SSR compile pipelines; removed inline sa... | 2025-06-05T06:53:09 | 2025-09-24T13:10:43 | {} | NONE |
vuejs | core | 3,316,545,521 | 13,913 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.7 kB |
| vue.global.prod.js | 160 kB | 58.7 kB | 52.3 kB |
### Usages
| Name | Size | G... | 2025-09-22T02:22:05 | 2025-09-24T13:38:29 | {} | NONE |
vuejs | core | 3,322,245,012 | 13,908 | edison1105 | LGTM
Similar PR https://github.com/vuejs/core/pull/10826 | 2025-09-23T03:21:46 | 2025-09-23T06:14:58 | {} | MEMBER |
vuejs | core | 3,323,867,704 | 13,918 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/318141e9-161a-4a30-b3cb-39ed10176592)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13918
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-23T12:46:01 | 2025-09-24T05:46:42 | {} | NONE |
vuejs | core | 3,326,653,367 | 13,918 | edison1105 | /ecosystem-ci run | 2025-09-24T05:57:15 | 2025-09-24T05:57:15 | {
"+1": 2
} | MEMBER |
vuejs | core | 3,323,561,987 | 13,918 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Tightens TypeScript typings in watcher-related code: narrows dev-only option casts, changes createPathGetter to accept a ComponentPublicInstance and return a union type, and makes dynamic property/path acce... | 2025-09-23T11:16:59 | 2025-09-24T09:04:37 | {} | NONE |
vuejs | core | 3,327,422,555 | 13,848 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17972063875)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17966798046) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2025-09-24T09:28:21 | 2025-09-24T09:28:21 | {} | CONTRIBUTOR |
vuejs | core | 3,327,547,439 | 13,817 | edison1105 | After discussion, we have decided to revert this PR.
https://github.com/vitejs/vite-plugin-vue/issues/644 is an edge case. For library authors, the solution can be referred to at https://github.com/vuejs/core/issues/13202#issuecomment-2804421417 | 2025-09-24T10:00:52 | 2025-09-24T10:00:52 | {} | MEMBER |
vuejs | core | 3,327,554,482 | 13,925 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------ | ------- | ------- |
| runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.7 kB |
| vue.global.prod.js | 160 kB | 58.7 kB | 52.3 kB |
### Usages
| Name | Size | G... | 2025-09-24T10:02:35 | 2025-09-24T10:02:35 | {} | NONE |
vuejs | core | 3,262,230,836 | 13,853 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/c2316395-5129-4c04-aebf-f5ec8882a54d)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13853
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-06T14:02:59 | 2025-09-25T00:41:06 | {
"heart": 1
} | NONE |
vuejs | core | 3,322,154,504 | 12,416 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
This change updates scoped CSS rewriting to correctly handle ::v-global so that following selectors are scoped appropriately while preserving outer context. It adds a wrapped-global state, propagates it thr... | 2025-09-23T02:35:04 | 2025-09-23T02:39:54 | {} | NONE |
vuejs | core | 3,325,400,903 | 13,920 | absidue | The way you are writing it at the moment only works for static components, if you want to use dynamic components you need to use the built-in `<component>` element. The documentation on how to use dynamic components with Vue is here: https://vuejs.org/guide/essentials/component-basics.html#dynamic-components
It should... | 2025-09-23T20:17:08 | 2025-09-23T20:17:08 | {} | NONE |
vuejs | core | 2,942,981,285 | 13,438 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/23960535-a71d-484a-a5af-b4354b16ebf1)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13438
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-06-05T06:54:23 | 2025-09-24T12:58:40 | {} | NONE |
vuejs | core | 3,322,564,151 | 13,908 | 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-23T06:12:05 | 2025-09-23T07:00:26 | {} | NONE |
vuejs | core | 3,327,473,096 | 13,897 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17972336593)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17966798046) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2025-09-24T09:40:46 | 2025-09-24T09:40:46 | {} | CONTRIBUTOR |
vuejs | core | 3,328,392,885 | 13,438 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17977756393)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17966798046) |
|-------|--------|----------------|
| language-tools | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci... | 2025-09-24T13:18:25 | 2025-09-24T13:18:25 | {} | CONTRIBUTOR |
vuejs | core | 3,096,116,144 | 13,675 | 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-21T10:35:03 | 2025-09-24T13:41:19 | {} | NONE |
vuejs | core | 3,326,324,717 | 13,923 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: failure by coderabbit.ai -->
> [!CAUTION]
> ## Review failed
>
> The pull request is closed.
<!-- end of auto-generated comment: failure by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Adds... | 2025-09-24T03:32:43 | 2025-09-24T13:33:51 | {} | NONE |
vuejs | core | 3,322,092,409 | 13,758 | edison1105 | /ecosystem-ci run | 2025-09-23T01:51:03 | 2025-09-23T01:51:03 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,322,102,659 | 13,758 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/17933502666)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/17905053958) |
|-------|--------|----------------|
| nuxt | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions/r... | 2025-09-23T01:58:28 | 2025-09-23T01:58:28 | {} | CONTRIBUTOR |
vuejs | core | 3,292,579,392 | 13,894 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Reintroduces TransitionGroup prop filtering on the SSR side by updating the SSR compiler transform to mark transition contexts and pass an isTransition flag to ssrRenderAttrs, and by extending the server re... | 2025-09-15T14:47:49 | 2025-09-23T10:01:52 | {} | NONE |
vuejs | core | 3,323,874,031 | 13,918 | edison1105 | Thanks for the PR.
Could you please fix the failing test? | 2025-09-23T12:47:58 | 2025-09-23T12:47:58 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,324,227,203 | 13,919 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/22d1535a-3b6b-435b-b4ce-6fd848e2050e)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13919
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-23T14:19:30 | 2025-09-23T14:41:49 | {} | NONE |
vuejs | core | 3,326,569,927 | 13,922 | patroza | Works well in our prod build, thanks a lot! | 2025-09-24T05:15:41 | 2025-09-24T05:15:41 | {
"hooray": 1
} | NONE |
vuejs | core | 3,327,068,245 | 13,921 | benjamin-larsen | There are two solutions as I see:
A) Object.create, capture parent prototype immediately when Component Instance is created.
B) Update prototype on every rerender.
I can make pull requests for both of these. | 2025-09-24T07:52:06 | 2025-09-24T07:52:06 | {} | NONE |
vuejs | core | 2,689,387,887 | 12,965 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 102 kB (**+26 B**) | 38.6 kB (**+7 B**) | 34.7 kB (**-4 B**) |
| vue.... | 2025-02-28T00:06:35 | 2025-09-24T09:45:54 | {} | NONE |
vuejs | core | 2,942,980,605 | 13,438 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 102 kB | 38.6 kB | 34.7 kB |
| v... | 2025-06-05T06:54:05 | 2025-09-24T12:58:21 | {} | NONE |
vuejs | core | 3,328,351,031 | 13,438 | edison1105 | /ecosystem-ci run | 2025-09-24T13:10:56 | 2025-09-24T13:10:56 | {
"+1": 1
} | MEMBER |
vuejs | core | 3,322,572,193 | 13,908 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/f9535bd3-7517-4836-befe-9d7a4d770cb8)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13908
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-23T06:15:37 | 2025-09-23T07:01:43 | {} | NONE |
vuejs | core | 3,290,175,273 | 13,883 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/76a90ba1-be3a-440d-82b3-dbcb95c36ae7)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13883
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-15T01:24:45 | 2025-09-23T21:56:59 | {} | NONE |
vuejs | core | 3,295,238,314 | 13,897 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/05024e72-6247-4a20-822f-7bc65f4f23ba)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13897
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-16T05:01:10 | 2025-09-24T09:18:11 | {} | NONE |
vuejs | core | 3,295,232,535 | 13,897 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
Introduces VueElement._processMutations to centralize MutationObserver handling, replaces inline observer callbacks with a bound handler, updates observer lifecycle during attribute reflection, and adds tes... | 2025-09-16T05:00:05 | 2025-09-24T09:19:48 | {} | NONE |
vuejs | core | 3,290,174,522 | 13,882 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/a6176f0b-0d3a-43fe-b973-3c650bfa8f78)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13882
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-15T01:24:20 | 2025-09-24T13:39:03 | {} | NONE |
vuejs | core | 3,264,284,340 | 13,856 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/bbb6c66e-9df1-4965-8867-1e78006a783e)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13856
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-09-08T01:29:41 | 2025-09-24T13:45:33 | {} | NONE |
vuejs | core | 3,327,509,800 | 13,924 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 102 kB (**-67 B**) | 38.6 kB (**-19 B**) | 34.7 kB (**-45 B**) |
| v... | 2025-09-24T09:50:38 | 2025-09-25T09:10:02 | {} | NONE |
vuejs | core | 2,934,397,789 | 13,164 | skirtles-code | I'm wondering whether this is the same issue that was fixed by #13201, released in Vue 3.5.15? | 2025-06-03T09:42:42 | 2025-06-03T09:42:42 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 2,939,940,770 | 12,831 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The update changes the string label for the `PatchFlags.CACHED` entry in the `PatchFlagNames` mapping from "HOISTED" to "CACHED" in the `patchFlags.ts` file. This ensures the human-readable name matches th... | 2025-06-04T12:56:34 | 2025-06-04T12:59:45 | {} | NONE |
vuejs | core | 2,942,406,635 | 13,396 | edison1105 | > What do you think about this case, with the `Transition` wrapped in a component?
>
> * [Playground](https://deploy-preview-13396--vue-sfc-playground.netlify.app/#__SSR__eNp9UstqwzAQ/BWhSy7BPrSnYAptyaGFPmhz1EXYm1SpLAlp7RqC/70rOQ/bhNykmdlhtKMDf3QuaxvgK16E0iuHLAA27kEYVTvrkb3ZSuqNlyYoVNawrbc1W2T5DI8mC2GKfHChebog1E5LBL... | 2025-06-05T01:29:58 | 2025-06-05T01:29:58 | {} | MEMBER |
vuejs | core | 2,943,368,133 | 8,482 | arthurseredaa | Hi! I'm also getting error while use zod inference in vue setup
`[plugin:vite:vue] [@vue/compiler-sfc] Unresolvable type reference or unsupported built-in utility type`
types.ts
```
export const PageSchemaZ = z.object({
title: z.string(),
subtitle: z.string(),
});
export type PageSchema = z.infer<typeof PageSchem... | 2025-06-05T09:09:28 | 2025-06-05T09:12:21 | {} | NONE |
vuejs | core | 2,914,490,439 | 13,396 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
"""
## Walkthrough
The changes introduce handling for SSR rendering and hydration of `<Transition appear>` components with empty content. A new branch in the SSR renderer emits a comment node placeholder when a transitio... | 2025-05-28T00:14:05 | 2025-06-07T00:32:34 | {} | NONE |
vuejs | core | 2,934,239,526 | 12,965 | edison1105 | @padcom
The exact timing hasn't been determined yet, but I'll keep an eye on this PR to ensure it gets merged. | 2025-06-03T09:01:36 | 2025-06-03T09:01:36 | {
"heart": 1
} | MEMBER |
vuejs | core | 2,938,853,012 | 13,396 | edison1105 | @skirtles-code
I've updated the code.
The underlying problem is that the CSR renders a comment vnode but the server output has nothing. with this PR, the SSR renders a comment node for an empty Transition to avoid hydration mismatch.
I think there is no need to fix the following invalid usage
- [Playground](... | 2025-06-04T07:02:15 | 2025-06-04T07:11:35 | {} | MEMBER |
vuejs | core | 2,939,250,377 | 12,321 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
A new test was added to verify correct handling of named slots with `v-if` and `v-else` directives when whitespace is preserved. The slot transformation logic was updated to ensure the compiler skips over ... | 2025-06-04T09:14:13 | 2025-06-04T09:16:51 | {
"heart": 1
} | NONE |
vuejs | core | 2,939,584,927 | 13,396 | skirtles-code | What do you think about this case, with the `Transition` wrapped in a component?
- [Playground](https://deploy-preview-13396--vue-sfc-playground.netlify.app/#__SSR__eNp9UstqwzAQ/BWhSy7BPrSnYAptyaGFPmhz1EXYm1SpLAlp7RqC/70rOQ/bhNykmdlhtKMDf3QuaxvgK16E0iuHLAA27kEYVTvrkb3ZSuqNlyYoVNawrbc1W2T5DI8mC2GKfHChebog1E5LBLoxVswm... | 2025-06-04T11:01:10 | 2025-06-04T11:01:10 | {} | CONTRIBUTOR |
vuejs | core | 2,888,030,326 | 13,343 | 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-05-17T03:40:32 | 2025-06-05T01:34:45 | {} | NONE |
vuejs | core | 2,939,403,034 | 13,433 | skirtles-code | I know the Playground isn't a particularly reliable way to do benchmarks, but from a quick bit of experimenting it looks like this PR may have a significantly adverse affect on performance:
- [Playground - `main`](https://play.vuejs.org/#eNqFU02PmzAQ/SsjX0KULOmqPVQRRP3QqmoP3apdqRdfiBkSsmAje0giIf77jjHshxRlb8zMe/Z7z0M... | 2025-06-04T10:02:24 | 2025-06-04T10:02:24 | {
"+1": 1
} | CONTRIBUTOR |
vuejs | core | 2,646,720,214 | 12,831 | 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-02-10T01:14:00 | 2025-06-05T01:38:20 | {} | NONE |
vuejs | core | 2,629,482,854 | 12,804 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/783ed327-e7d4-4d73-9230-e3d845944c8a)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12804
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-02-02T17:31:06 | 2025-06-05T02:08:59 | {} | NONE |
vuejs | core | 2,939,227,497 | 12,900 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes introduce logic to ensure that template refs are properly unset (set to null) when they are conditionally removed in the rendering process. This is achieved by updating the renderer to explicit... | 2025-06-04T09:06:08 | 2025-06-05T02:14:03 | {} | NONE |
vuejs | core | 2,942,671,000 | 13,433 | jsy-0526 | > see https://github.com/vuejs/core/blob/main/.github/contributing.md
>
> > Code refactors are only accepted if it improves performance, or comes with sufficient explanations on why it objectively improves the code quality (e.g. makes a related feature implementation easier).
>
> Thanks for your contribution. Cou... | 2025-06-05T04:08:48 | 2025-06-05T04:08:48 | {} | NONE |
vuejs | core | 2,943,486,123 | 13,433 | edison1105 | see [benchmark](https://stackblitz.com/edit/mitata-azvt2i23?file=index.mjs)

| 2025-06-05T09:44:07 | 2025-06-05T09:44:07 | {} | MEMBER |
vuejs | core | 2,953,902,579 | 13,163 | cchangwen | > 强烈建议保留 :deep inner-selector 语法,因为它更符合语言上的直觉
> 而 :deep(inner-selector) 多了个小括号语法,是额外的知识负担
> 而且需要多次看文档、踩坑,才能理解它的一些细节
> 比如 :deep(inner-selector) 会强制添加空格,这和 scss 的 & 语法冲突:
```scss
div:deep() {
&:hover span { color: red; }
}
// 编译结果:
// 这里 :hover 前面多了个非预期的空格
div[data-v-2ecdb3cb] :hover span {
color: re... | 2025-06-08T10:37:48 | 2025-06-08T10:59:28 | {} | NONE |
vuejs | core | 2,888,401,954 | 13,345 | 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... | 2025-05-17T13:41:32 | 2025-06-04T08:15:25 | {} | NONE |
vuejs | core | 2,939,066,708 | 13,345 | edison1105 | @skirtles-code
> I think this would benefit from some extra tests in stringifyStatic.spec.ts too. For example, testing a case like this:
Added via https://github.com/vuejs/core/pull/13345/commits/fdbb6249aabc4110ed146c36228fcce6ef619189 | 2025-06-04T08:15:49 | 2025-06-04T08:15:49 | {} | MEMBER |
vuejs | core | 2,571,964,547 | 12,648 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/78ed91f3-0db8-46b1-92f2-17748c32c3a9)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12648
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-01-06T01:50:34 | 2025-06-05T02:00:43 | {} | NONE |
vuejs | core | 2,664,328,446 | 12,900 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ------------------ | ------------------- | ------------------- |
| runtime-dom.global.prod.js | 101 kB (**+46 B**) | 38.4 kB (**+17 B**) | 34.6 kB (**-6 B**) |
| v... | 2025-02-18T01:06:42 | 2025-06-05T02:13:18 | {} | NONE |
vuejs | core | 2,945,068,779 | 13,441 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The function `genModelProps` in the `defineModel.ts` file was updated to explicitly specify its return type as `string | undefined`. No changes were made to the function's internal logic or behavior.
## C... | 2025-06-05T15:50:40 | 2025-06-05T15:53:06 | {} | NONE |
vuejs | core | 2,953,467,186 | 13,445 | 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-06-08T03:07:52 | 2025-06-08T03:07:52 | {} | NONE |
vuejs | core | 2,936,861,002 | 12,913 | Fuzzyma | well it does work so i dont see anything bad with doing that. However, this is not the right place to discuss this! | 2025-06-03T19:29:02 | 2025-06-03T19:29:02 | {
"+1": 1
} | NONE |
vuejs | core | 2,940,041,160 | 12,359 | julian-di | Is there any documentation on how to use Vapor mode right now (for testing)? | 2025-06-04T13:25:51 | 2025-06-04T13:25:51 | {} | NONE |
vuejs | core | 2,942,987,607 | 13,170 | edison1105 | @skirtles-code
I've made a new PR https://github.com/vuejs/core/pull/13438 | 2025-06-05T06:57:20 | 2025-06-05T06:57:20 | {} | MEMBER |
vuejs | core | 2,952,517,986 | 13,442 | absidue | Inline handlers are only meant to be used for simple code (https://vuejs.org/guide/essentials/event-handling.html), which is why the list of allowed globals is quite small. The correct approach would be to have function in <script setup> with that code inside of it, which you then reference in the template.
e.g.
```vu... | 2025-06-07T13:57:25 | 2025-06-07T13:57:25 | {} | NONE |
vuejs | core | 2,952,929,269 | 13,443 | KazariEX | This is just a typescript issue. The argument in `ref` triggers excess property checks, while the return value in `computed` triggers covariant checks.
https://www.typescriptlang.org/play/?#code/CYUwxgNghgTiAEAzArgOzAFwJYHtXzkQB4AVAPgAoA3KCZEALnhIEomqctgBuAKFEiwEKdNjzwwOALYAHZBhDBSlAOYgMCmEwot4AXjLM28Dlz69CRAN7woTAM4Y... | 2025-06-07T19:39:31 | 2025-06-07T19:39:31 | {} | MEMBER |
vuejs | core | 2,937,959,319 | 13,433 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The `traverse` function in `packages/reactivity/src/watch.ts` was refactored from a recursive approach to an iterative breadth-first traversal using a queue. The new implementation processes nested structu... | 2025-06-04T01:19:23 | 2025-06-04T01:23:22 | {} | NONE |
vuejs | core | 2,940,507,637 | 13,434 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The `traverse` function in the reactivity system was refactored to use a `Map` for tracking seen values and their traversal depths instead of a `Set`. Correspondingly, a new test was added to verify the be... | 2025-06-04T15:38:27 | 2025-06-04T15:41:12 | {} | NONE |
vuejs | core | 2,940,789,810 | 13,170 | skirtles-code | It seems like we have a lot of these edge cases around `v-bind` shorthand. e.g. #12298 and #12828. I'm wondering whether we need a rethink.
Would it be better to handle this at an earlier stage, rather than in the `vBind` transform?
I understand the desire to keep things modular by having `v-bind` logic all in th... | 2025-06-04T17:10:17 | 2025-06-04T17:10:17 | {} | CONTRIBUTOR |
vuejs | core | 2,646,720,494 | 12,831 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/cc958e19-a751-4d79-ab7d-97941aa9e74c)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12831
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-02-10T01:14:19 | 2025-06-05T01:38:32 | {} | NONE |
vuejs | core | 2,942,505,636 | 12,607 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes update the handling of async components in custom elements to ensure the `configureApp` hook is preserved and executed when using `defineCustomElement` with async components. A new test verifie... | 2025-06-05T02:04:12 | 2025-06-05T02:08:53 | {} | NONE |
vuejs | core | 2,937,524,899 | 13,396 | skirtles-code | While the initial hydration is no longer throwing an error, it seems that subsequent updates still fail:
- [Playground](https://deploy-preview-13396--vue-sfc-playground.netlify.app/#__SSR__eNp9kU9PAjEQxb9K0wuaIHvQE1mMf0KiHtQox17WMguFbtu0UyAh+92dtggcDLfte783+6bd80fnRpsIfMzrIL1yyAJgdPfCqM5Zj2zPPLSsZ623HRsQOhBGGGlNIHRp... | 2025-06-03T22:42:45 | 2025-06-03T22:42:45 | {} | CONTRIBUTOR |
vuejs | core | 2,944,127,936 | 3,632 | GeoffreyParrier | Seems fixed since 3.2.0-beta.1 | 2025-06-05T12:47:12 | 2025-06-05T12:47:12 | {} | NONE |
vuejs | core | 2,944,963,662 | 13,440 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The changes correct the casing of a function name from `legacyresolveScopedSlots` to `legacyResolveScopedSlots` in both its definition and usage. No logic, control flow, or public API behavior is altered; ... | 2025-06-05T15:19:20 | 2025-06-05T15:21:41 | {} | NONE |
vuejs | core | 2,947,299,450 | 13,440 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ----------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.glo... | 2025-06-06T00:33:04 | 2025-06-06T00:33:04 | {} | NONE |
vuejs | core | 2,948,432,187 | 13,442 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The global allow list in the codebase has been updated to include `Promise`, `setTimeout`, and `setInterval` as additional allowed global identifiers. No changes were made to exported or public function de... | 2025-06-06T08:04:24 | 2025-06-06T09:51:49 | {} | NONE |
vuejs | core | 2,948,901,139 | 12,870 | kadyrleev | Not entirely sure this change causing it, but now getting an interesting console Vue warning in the following scenario:
Vue route component with `<router-view :id="id">` (say id=1000 for example purpose) inside and the view component defines `id` property with a branded type (i.e. `id: number & { __brand: "Brand" }... | 2025-06-06T11:04:29 | 2025-06-06T11:19:37 | {} | NONE |
vuejs | core | 2,914,492,475 | 13,396 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/51ccd5f6-bf92-4edd-99d7-f4e2cb1af422)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@13396
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-05-28T00:15:31 | 2025-06-07T00:31:38 | {} | NONE |
vuejs | core | 2,951,349,255 | 13,442 | edison1105 | both setTimeout and setInterval are not [standard built-in objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects)
| 2025-06-07T01:01:18 | 2025-06-07T01:01:18 | {} | MEMBER |
vuejs | core | 2,934,249,434 | 13,163 | skirtles-code | I think we'd also need to consider the case where the `&` is inside the `:deep()`. e.g.:
```css
.foo {
.bar :deep(&) {
color: red;
}
}
```
- [Playground](https://deploy-preview-13163--vue-sfc-playground.netlify.app/#eNp9Uk1LAzEQ/SshB6tQdg96WldBS0EFP1CPuazJtE3NJiHJ1pbS/+4ka+qCtrCHzJv3hjfzdktvrC1WHdCK... | 2025-06-03T09:03:57 | 2025-06-03T09:03:57 | {} | CONTRIBUTOR |
vuejs | core | 2,938,845,764 | 13,396 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15435598447)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15433987587) |
|-------|--------|----------------|
| primevue | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actio... | 2025-06-04T06:59:43 | 2025-06-04T06:59:43 | {} | CONTRIBUTOR |
vuejs | core | 2,942,530,783 | 12,804 | vue-bot |
📝 Ran ecosystem CI: [Open](https://github.com//vuejs/ecosystem-ci/actions/runs/15456803083)
| suite | result | [latest scheduled](https://github.com/vuejs/ecosystem-ci/actions/runs/15433987587) |
|-------|--------|----------------|
| quasar | :white_check_mark: [success](https://github.com/vuejs/ecosystem-ci/actions... | 2025-06-05T02:17:26 | 2025-06-05T02:17:26 | {} | CONTRIBUTOR |
vuejs | core | 2,943,747,135 | 12,244 | skirtles-code | @Justineo You may well be right. I did wonder about that when reviewing this PR, but I thought it was a small step in the right direction, which might prove easier than trying to make a big leap.
While testing this PR, I avoided testing with other pseudos, because they're known to be broken: #8868. I didn't want to ... | 2025-06-05T11:05:32 | 2025-06-05T11:05:32 | {} | CONTRIBUTOR |
vuejs | core | 2,943,839,515 | 12,244 | Justineo | Why do we need to inject attribute selectors inside the arguments of `:is()` and `:where()`? | 2025-06-05T11:39:05 | 2025-06-05T11:39:05 | {} | MEMBER |
vuejs | core | 2,951,310,570 | 13,396 | edison1105 | @skirtles-code
I was aware of this before, but I thought returning `null` and `[]` wasn't the correct approach. That's why I didn't handle it. It's been updated now. see https://github.com/vuejs/core/pull/13396/commits/8f82270fe1f462901eed446335168699b0e18295 | 2025-06-07T00:34:05 | 2025-06-07T00:34:05 | {} | MEMBER |
vuejs | core | 2,568,642,155 | 12,642 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/a781e222-0c4c-41fc-8bc6-b67c75391fa2)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12642
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2025-01-03T03:12:04 | 2025-06-07T00:41:29 | {} | NONE |
vuejs | core | 2,915,399,636 | 12,642 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
"""
## Walkthrough
A new test case was added to verify template ref behavior when a child component is unmounted and updated in the same tick. The renderer logic was updated to track and cancel pending ref-setting jobs, ... | 2025-05-28T08:15:50 | 2025-06-07T00:44:26 | {} | NONE |
vuejs | core | 2,934,179,248 | 13,431 | edison1105 | Please first file the bug in the element-plus repository, or provide a reproduction that doesn't includes element-plus | 2025-06-03T08:45:22 | 2025-06-03T08:45:22 | {} | MEMBER |
vuejs | core | 2,936,768,397 | 12,913 | Fuzzyma | @sadeghbarati what exactly should we test in that example? It seems to work just fine, right? I need more context | 2025-06-03T19:04:34 | 2025-06-03T19:04:34 | {} | NONE |
vuejs | core | 2,454,655,196 | 12,321 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/0553f130-a220-4419-9322-7c13a84321db)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12321
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-11-04T12:59:52 | 2025-06-05T01:42:44 | {} | NONE |
vuejs | core | 2,561,530,666 | 12,607 | pkg-pr-new[bot] |
[Open in StackBlitz](https://pkg.pr.new/template/865e905d-66fe-4031-b201-d0b83ed4fe96)
<details><summary><b>@vue/compiler-core</b></summary><p>
```
npm i https://pkg.pr.new/@vue/compiler-core@12607
```
</p></details>
<details><summary><b>@vue/compiler-dom</b></summary><p>
```
npm i https://pkg.pr.new... | 2024-12-25T01:32:52 | 2025-06-05T02:06:04 | {} | NONE |
vuejs | core | 2,942,827,472 | 13,437 | github-actions[bot] | ## Size Report
### Bundles
| File | Size | Gzip | Brotli |
| -------------------------- | ----------------- | ------------------ | ------------------- |
| runtime-dom.global.prod.js | 101 kB | 38.4 kB | 34.6 kB |
| vue.glo... | 2025-06-05T05:39:55 | 2025-06-06T00:22:34 | {} | NONE |
vuejs | core | 2,948,107,381 | 12,244 | Justineo | Hmm… this is turning out to be more complex than I expected — especially when combining Vue’s selector extensions (`:deep()`, `:slotted()`, `:global()`) with `:is()`, `:where()`, `:not()`, and `:has()`. And that’s not even counting native CSS nesting.
I’ve put together a (very incomplete) table that only includes `:... | 2025-06-06T05:06:55 | 2025-06-06T06:49:33 | {
"+1": 2
} | MEMBER |
vuejs | core | 2,936,734,215 | 12,913 | sadeghbarati | Hi, Thanks for this PR 👍
Can you guys please check this StackBlitz playground to see if it's okay to pass down **pre-defined** `vModelText` **modifiers** like
- trim
- number
- lazy
To the custom Input component?
https://stackblitz.com/edit/vitejs-vite-cga23nxl
---
Updated the StackBl... | 2025-06-03T18:51:24 | 2025-06-07T16:53:31 | {} | NONE |
vuejs | core | 2,934,211,988 | 13,431 | edison1105 | see https://github.com/element-plus/element-plus/issues/19061#issuecomment-2816745059 | 2025-06-03T08:55:20 | 2025-06-03T08:55:20 | {} | MEMBER |
vuejs | core | 2,942,667,928 | 13,433 | jsy-0526 | Thank you for your reply. I tried these two demos. What you said is right. I investigated the reason because the Array.shift method was constantly used in my code. This is a waste of performance. I modified it and tested it. The performances of the two were about the same. So I think the improvement in performance brou... | 2025-06-05T04:06:14 | 2025-06-05T04:06:14 | {} | NONE |
vuejs | core | 2,943,855,889 | 12,321 | vidal7 | Very much appreciated @edison1105. Thanks! | 2025-06-05T11:44:54 | 2025-06-05T11:44:54 | {} | NONE |
vuejs | core | 2,942,826,036 | 13,437 | coderabbitai[bot] | <!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- walkthrough_start -->
## Walkthrough
The updates modify function signatures in two files. The `condenseWhitespace` function in the parser removes its optional `tag` parameter from both definition and usage. The `processFor` function in the vF... | 2025-06-05T05:39:00 | 2025-06-06T00:23:12 | {} | NONE |
vuejs | core | 2,948,969,899 | 12,870 | jh-leong | @kadyrleev Thanks for reporting! Could you open an issue with a minimal reproduction case? | 2025-06-06T11:34:35 | 2025-06-06T11:34:35 | {} | MEMBER |
vuejs | core | 2,934,145,528 | 12,965 | padcom | All good. Any plans on the next big release where this could find its way in? | 2025-06-03T08:36:45 | 2025-06-03T08:36:45 | {} | CONTRIBUTOR |
vuejs | core | 2,943,853,473 | 9,173 | vidal7 | Thank you so much @edison1105 ! | 2025-06-05T11:44:15 | 2025-06-05T11:44:15 | {} | NONE |
vuejs | core | 2,948,706,076 | 13,396 | skirtles-code | There still seems to be a problem when the parent uses a render function:
- [Playground](https://deploy-preview-13396--vue-sfc-playground.netlify.app/#__SSR__eNp9Uk1rwzAM/SvGl7VQksN2KllhGz1ssA+2Hn0xidq6c2zjjy5Q+t8n20laSmkIWNJ7kp9kHeiTMcU+AJ3TytVWGL9gSrRGW0/edcPlynLlhBdakbXVLbkryot4TL9jakw7kC059uQBgi5BDax5kEhhihALqgE... | 2025-06-06T09:51:14 | 2025-06-06T09:51:14 | {} | CONTRIBUTOR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.