]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
11 days agochore(deps): update dependency jsdom to v27 (#13913)
renovate[bot] [Wed, 24 Sep 2025 13:45:42 +0000 (21:45 +0800)] 
chore(deps): update dependency jsdom to v27 (#13913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 days agochore(deps): update compiler (#13857)
renovate[bot] [Wed, 24 Sep 2025 13:40:59 +0000 (21:40 +0800)] 
chore(deps): update compiler (#13857)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 days agochore(deps): update test (#13882)
renovate[bot] [Wed, 24 Sep 2025 13:40:29 +0000 (21:40 +0800)] 
chore(deps): update test (#13882)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 days agochore(deps): update actions/github-script action to v8 (#13885)
renovate[bot] [Wed, 24 Sep 2025 13:37:46 +0000 (21:37 +0800)] 
chore(deps): update actions/github-script action to v8 (#13885)

11 days agochore(deps): update actions/setup-node action to v5 (#13912)
renovate[bot] [Wed, 24 Sep 2025 13:36:44 +0000 (21:36 +0800)] 
chore(deps): update actions/setup-node action to v5 (#13912)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 days agochore(deps): update all non-major dependencies (#13883)
renovate[bot] [Wed, 24 Sep 2025 13:34:31 +0000 (21:34 +0800)] 
chore(deps): update all non-major dependencies (#13883)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 days agofix(compiler-core): identifiers in switch-case should not be inferred as references...
Tony Wang [Wed, 24 Sep 2025 13:33:48 +0000 (21:33 +0800)] 
fix(compiler-core): identifiers in switch-case should not be inferred as references (#13923)

11 days agorefactor(compiler): add separate transform for vbind shorthand (#13438)
edison [Wed, 24 Sep 2025 13:23:07 +0000 (21:23 +0800)] 
refactor(compiler): add separate transform for vbind shorthand (#13438)

close #13169
close #13170
close #11321
close #12298
close #12828

use tests from #13170 and #12298 and #12828

11 days agofeat(custom-element): allow specifying additional options for `shadowRoot` in custom...
Matthias Hryniszak [Wed, 24 Sep 2025 13:14:54 +0000 (15:14 +0200)] 
feat(custom-element): allow specifying additional options for `shadowRoot` in custom elements (#12965)

close #12964

11 days agoRevert "fix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime...
edison [Wed, 24 Sep 2025 10:02:05 +0000 (18:02 +0800)] 
Revert "fix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime in 3rd-party libraries" (#13925)

This reverts commit 1392734ae5d5a3b2be124753e198eafa324f6815.

11 days agofix(types): more precise types for Events and added missing definitions (#9675)
Massimiliano Torromeo [Wed, 24 Sep 2025 09:56:28 +0000 (11:56 +0200)] 
fix(types): more precise types for Events and added missing definitions (#9675)

11 days agofix(custom-element): set prop runs pending mutations before disconnect (#13897)
Alex Snezhko [Wed, 24 Sep 2025 09:42:11 +0000 (02:42 -0700)] 
fix(custom-element): set prop runs pending mutations before disconnect (#13897)

close #13315

11 days agofix(compiler-sfc): enhance inferRuntimeType to support TSMappedType with indexed...
edison [Wed, 24 Sep 2025 09:29:38 +0000 (17:29 +0800)] 
fix(compiler-sfc): enhance inferRuntimeType to support TSMappedType with indexed access (#13848)

close #13847

11 days agochore(types): improve type safety in watch functions and instanceWatch (#13918)
Arthur Darkstone [Wed, 24 Sep 2025 09:21:41 +0000 (17:21 +0800)] 
chore(types): improve type safety in watch functions and instanceWatch (#13918)

11 days agofix(custom-element): properly mount multiple Teleports in custom element component...
linzhe [Wed, 24 Sep 2025 09:15:36 +0000 (17:15 +0800)] 
fix(custom-element): properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900)

close #13899

11 days agofix(compiler-dom): nodes with v-once shouldn't be stringified (#13878)
Arman Tang [Wed, 24 Sep 2025 09:13:44 +0000 (17:13 +0800)] 
fix(compiler-dom): nodes with v-once shouldn't be stringified (#13878)

11 days agofix(types): widen directive arg type from string to any (#13758)
czhlin [Wed, 24 Sep 2025 09:12:25 +0000 (17:12 +0800)] 
fix(types): widen directive arg type from string to any (#13758)

closes #13757

11 days agofix(compiler-sfc): ensure css custom properties do not start with a digit (#13870)
Daniel Roe [Wed, 24 Sep 2025 09:11:36 +0000 (10:11 +0100)] 
fix(compiler-sfc): ensure css custom properties do not start with a digit (#13870)

11 days agofix(reactivity): respect readonly during ref unwrapping (#13905)
edison [Wed, 24 Sep 2025 09:10:49 +0000 (17:10 +0800)] 
fix(reactivity): respect readonly during ref unwrapping (#13905)

close #13903

11 days agofix(compiler-sfc): add support for @vue-ignore in runtime type resolution (#13906)
edison [Wed, 24 Sep 2025 09:10:20 +0000 (17:10 +0800)] 
fix(compiler-sfc): add support for @vue-ignore in runtime type resolution (#13906)

11 days agofix(custom-element): use PatchFlags.BAIL for slot when props are present (#13907)
edison [Wed, 24 Sep 2025 09:08:25 +0000 (17:08 +0800)] 
fix(custom-element): use PatchFlags.BAIL for slot when props are present (#13907)

close #13904

11 days agofix(compiler-ssr): ensure v-show has a higher priority in SSR (#12171)
linzhe [Wed, 24 Sep 2025 09:06:03 +0000 (17:06 +0800)] 
fix(compiler-ssr): ensure v-show has a higher priority in SSR (#12171)

close #12162

11 days agofix(types): set dom stub type to `never` instead of `{}` (#13915)
山吹色御守 [Wed, 24 Sep 2025 09:04:51 +0000 (17:04 +0800)] 
fix(types): set dom stub type to `never` instead of `{}` (#13915)

re-fix #11564

11 days agofix(reactivity): update iterator to check for completion instead of value presence...
yangdan8 [Wed, 24 Sep 2025 09:04:15 +0000 (17:04 +0800)] 
fix(reactivity): update iterator to check for completion instead of value presence (#13761)

11 days agofix(compiler-sfc): ensure props bindings register before compiling template (#13922)
edison [Wed, 24 Sep 2025 09:03:47 +0000 (17:03 +0800)] 
fix(compiler-sfc): ensure props bindings register before compiling template (#13922)

close #13920

2 weeks agofix(deps): update playground (#13884)
renovate[bot] [Mon, 15 Sep 2025 02:41:09 +0000 (10:41 +0800)] 
fix(deps): update playground (#13884)

2 weeks agochore: format
daiwei [Mon, 15 Sep 2025 02:18:59 +0000 (10:18 +0800)] 
chore: format

2 weeks agochore(docs): add missing commas
codelo [Mon, 15 Sep 2025 02:08:36 +0000 (10:08 +0800)] 
chore(docs): add missing commas

4 weeks agofix(runtime-core): simplify block-tracking disabling in h() (#13841) 13877/head
edison [Wed, 3 Sep 2025 01:13:09 +0000 (09:13 +0800)] 
fix(runtime-core): simplify block-tracking disabling in h() (#13841)

4 weeks agorelease: v3.5.21 v3.5.21
daiwei [Tue, 2 Sep 2025 09:59:45 +0000 (17:59 +0800)] 
release: v3.5.21

4 weeks agofix(Suspence): handle Suspense + KeepAlive HMR updating edge case (#13076)
yangxiuxiu [Tue, 2 Sep 2025 09:44:13 +0000 (17:44 +0800)] 
fix(Suspence): handle Suspense + KeepAlive HMR updating edge case (#13076)

close #13075

4 weeks agofix(compiler-sfc): check lang before attempt to compile script (#13508)
Alex Snezhko [Tue, 2 Sep 2025 09:39:29 +0000 (02:39 -0700)] 
fix(compiler-sfc): check lang before attempt to compile script (#13508)

close #8368

4 weeks agoperf: improve regexp performance with non-capturing groups (#13567)
山吹色御守 [Tue, 2 Sep 2025 09:30:02 +0000 (17:30 +0800)] 
perf: improve regexp performance with non-capturing groups (#13567)

4 weeks agofix(watch): use maximum depth for duplicates (#13434)
skirtle [Tue, 2 Sep 2025 09:29:08 +0000 (10:29 +0100)] 
fix(watch): use maximum depth for duplicates (#13434)

4 weeks agofix(compiler-core): force dynamic slots when slot referencing scope vars (#9427)
edison [Tue, 2 Sep 2025 09:24:56 +0000 (17:24 +0800)] 
fix(compiler-core): force dynamic slots when slot referencing scope vars (#9427)

close #9380

4 weeks agofix(runtime-core): use separate emits caches for components and mixins (#11661)
Red Huang [Tue, 2 Sep 2025 09:15:46 +0000 (17:15 +0800)] 
fix(runtime-core): use separate emits caches for components and mixins (#11661)

4 weeks agochore(types): compatible with TS 5.8 (#12973)
Yang Mingshan [Tue, 2 Sep 2025 09:13:08 +0000 (17:13 +0800)] 
chore(types): compatible with TS 5.8 (#12973)

4 weeks agorefactor: remove canary release workflows (#13794)
edison [Tue, 2 Sep 2025 09:12:42 +0000 (17:12 +0800)] 
refactor: remove canary release workflows (#13794)

now using continuous release with pkg.pr.new

4 weeks agochore: update side effect annotations to use standardized format (#13839)
edison [Tue, 2 Sep 2025 09:12:19 +0000 (17:12 +0800)] 
chore: update side effect annotations to use standardized format (#13839)

4 weeks agotypes(jsx): add undefined to optional properties (#12771)
Andrei L [Tue, 2 Sep 2025 09:11:18 +0000 (12:11 +0300)] 
types(jsx): add undefined to optional properties (#12771)

close #6068

4 weeks agofix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime in 3rd...
edison [Tue, 2 Sep 2025 09:10:30 +0000 (17:10 +0800)] 
fix(hmr): prevent __VUE_HMR_RUNTIME__ from being overwritten by vue runtime in 3rd-party libraries (#13817)

close vitejs/vite-plugin-vue#644

4 weeks agofix(compiler-sfc): support `${configDir}` in paths for TypeScript 5.5+ (#13491)
edison [Tue, 2 Sep 2025 09:09:44 +0000 (17:09 +0800)] 
fix(compiler-sfc): support `${configDir}` in paths for TypeScript 5.5+ (#13491)

close #13484

4 weeks agofix(templateRef): prevent unnecessary set ref on dynamic ref change or component...
edison [Tue, 2 Sep 2025 09:08:53 +0000 (17:08 +0800)] 
fix(templateRef): prevent unnecessary set ref on dynamic ref change or component unmount (#12642)

close #12639

4 weeks agofix(Teleport): hydrate disabled Teleport with undefined target (#11235)
linzhe [Tue, 2 Sep 2025 09:08:15 +0000 (17:08 +0800)] 
fix(Teleport): hydrate disabled Teleport with undefined target (#11235)

close #11230

4 weeks agofix(hmr): prevent update unmounting component during HMR reload (#13815)
edison [Tue, 2 Sep 2025 09:07:36 +0000 (17:07 +0800)] 
fix(hmr): prevent update unmounting component during HMR reload (#13815)

close vitejs/vite-plugin-vue#599

4 weeks agofix(compiler-sfc): support global augments with named exports (#13789)
Daniel Roe [Tue, 2 Sep 2025 09:03:16 +0000 (10:03 +0100)] 
fix(compiler-sfc): support global augments with named exports (#13789)

4 weeks agofix(runtime-core): disable tracking block in h function (#8213)
edison [Tue, 2 Sep 2025 08:59:57 +0000 (16:59 +0800)] 
fix(runtime-core): disable tracking block in h function (#8213)

close #6913

4 weeks agofix(custom-element): prevent defineCustomElement from mutating the options object...
Folee [Tue, 2 Sep 2025 08:56:33 +0000 (16:56 +0800)] 
fix(custom-element): prevent defineCustomElement from mutating the options object (#13791)

4 weeks agochore(deps): update build (#13799)
renovate[bot] [Mon, 1 Sep 2025 08:44:46 +0000 (16:44 +0800)] 
chore(deps): update build (#13799)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 weeks agochore(deps): update test (#13801)
renovate[bot] [Mon, 1 Sep 2025 08:44:14 +0000 (16:44 +0800)] 
chore(deps): update test (#13801)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 weeks agochore(deps): update dependency npm-run-all2 to v8 (#13802)
renovate[bot] [Mon, 1 Sep 2025 08:43:40 +0000 (16:43 +0800)] 
chore(deps): update dependency npm-run-all2 to v8 (#13802)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 weeks agochore(deps): update dependency magic-string to ^0.30.18 (#13800)
renovate[bot] [Mon, 1 Sep 2025 07:32:53 +0000 (15:32 +0800)] 
chore(deps): update dependency magic-string to ^0.30.18 (#13800)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 weeks agochore: fix typo (#13833)
王二狗 [Mon, 1 Sep 2025 06:37:31 +0000 (14:37 +0800)] 
chore: fix typo (#13833)

4 weeks agochore(test): migrate to Vitest inline projects (#13838)
Ari Perkkiö [Mon, 1 Sep 2025 05:59:34 +0000 (08:59 +0300)] 
chore(test): migrate to Vitest inline projects (#13838)

5 weeks agotypes(runtime-dom): improve event types (#13804)
Zhong [Mon, 25 Aug 2025 07:25:10 +0000 (15:25 +0800)] 
types(runtime-dom): improve event types (#13804)

close #13796

5 weeks agorelease: v3.5.20 v3.5.20
daiwei [Mon, 25 Aug 2025 07:08:32 +0000 (15:08 +0800)] 
release: v3.5.20

5 weeks agofix(runtime-dom): add name to vShow for prop mismatch check (#13806)
edison [Mon, 25 Aug 2025 06:52:50 +0000 (14:52 +0800)] 
fix(runtime-dom): add name to vShow for prop mismatch check (#13806)

close #13805
re-fix #13744
revert #13777

The implementation in #13777 requires users to configure __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__, otherwise errors like #13805 will occur.

6 weeks agotypes(compiler-sfc): add explicit return type to genModelProps (#13441)
Zhong [Sat, 23 Aug 2025 13:32:53 +0000 (21:32 +0800)] 
types(compiler-sfc): add explicit return type to genModelProps (#13441)

6 weeks agochore(compat): rename legacyresolveScopedSlots to legacyResolveScopedSlots
Zhong [Sat, 23 Aug 2025 13:30:50 +0000 (21:30 +0800)] 
chore(compat): rename legacyresolveScopedSlots to legacyResolveScopedSlots

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; only the symbol's casing is updated for consistency.

6 weeks agochore(reactivity): optimize size retrieval in createInstrumentations (#13759)
yangdan8 [Thu, 21 Aug 2025 09:52:55 +0000 (17:52 +0800)] 
chore(reactivity): optimize size retrieval in createInstrumentations (#13759)

6 weeks agochore: fix typo
吴杨帆 [Thu, 21 Aug 2025 09:39:55 +0000 (17:39 +0800)] 
chore: fix typo

6 weeks agorelease: v3.5.19 v3.5.19
daiwei [Thu, 21 Aug 2025 02:29:08 +0000 (10:29 +0800)] 
release: v3.5.19

6 weeks agofix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch (#13725)
equt [Thu, 21 Aug 2025 02:03:16 +0000 (10:03 +0800)] 
fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch (#13725)

close #13724

6 weeks agofix(compiler-sfc): improve type inference for generic type aliases types (#12876)
edison [Thu, 21 Aug 2025 01:48:40 +0000 (09:48 +0800)] 
fix(compiler-sfc): improve type inference for generic type aliases types (#12876)

close #12872

6 weeks agofix(runtime-core): avoid setting direct ref of useTemplateRef in dev (#13449)
Alex Snezhko [Thu, 21 Aug 2025 00:46:10 +0000 (20:46 -0400)] 
fix(runtime-core): avoid setting direct ref of useTemplateRef in dev (#13449)

close 12852

6 weeks agochore(deps): update build (#13748)
renovate[bot] [Wed, 20 Aug 2025 14:21:14 +0000 (22:21 +0800)] 
chore(deps): update build (#13748)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update test (#13734)
renovate[bot] [Wed, 20 Aug 2025 14:20:44 +0000 (22:20 +0800)] 
chore(deps): update test (#13734)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update dawidd6/action-download-artifact action to v11 (#13774)
renovate[bot] [Wed, 20 Aug 2025 14:15:44 +0000 (22:15 +0800)] 
chore(deps): update dawidd6/action-download-artifact action to v11 (#13774)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update actions/checkout action to v5 (#13773)
renovate[bot] [Wed, 20 Aug 2025 14:14:57 +0000 (22:14 +0800)] 
chore(deps): update actions/checkout action to v5 (#13773)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update compiler (#13713)
renovate[bot] [Wed, 20 Aug 2025 14:14:32 +0000 (22:14 +0800)] 
chore(deps): update compiler (#13713)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update all non-major dependencies (#13733)
renovate[bot] [Wed, 20 Aug 2025 14:14:18 +0000 (22:14 +0800)] 
chore(deps): update all non-major dependencies (#13733)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agochore(deps): update build (#13712)
renovate[bot] [Wed, 20 Aug 2025 14:14:03 +0000 (22:14 +0800)] 
chore(deps): update build (#13712)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agofix(deps): update dependency @vue/repl to ^4.6.3 (#13747)
renovate[bot] [Wed, 20 Aug 2025 14:13:36 +0000 (22:13 +0800)] 
fix(deps): update dependency @vue/repl to ^4.6.3 (#13747)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 weeks agofix(suspense): don't immediately resolve suspense on last dep unmount (#13456)
edison [Wed, 20 Aug 2025 14:11:16 +0000 (22:11 +0800)] 
fix(suspense): don't immediately resolve suspense on last dep unmount (#13456)

close #13453

6 weeks agofix(compiler-sfc): throw mismatched script langs error before invoking babel (#13194)
Adrian Cerbaro [Wed, 20 Aug 2025 13:05:52 +0000 (10:05 -0300)] 
fix(compiler-sfc): throw mismatched script langs error before invoking babel (#13194)

Close #13193

6 weeks agofix(runtime-core): improve consistency of `PublicInstanceProxyHandlers.has` (#13507)
skirtle [Wed, 20 Aug 2025 13:05:26 +0000 (14:05 +0100)] 
fix(runtime-core): improve consistency of `PublicInstanceProxyHandlers.has` (#13507)

6 weeks agofix(Transition): handle KeepAlive + transition leaving edge case (#13152)
edison [Wed, 20 Aug 2025 12:56:08 +0000 (20:56 +0800)] 
fix(Transition): handle KeepAlive + transition leaving edge case (#13152)

close #13153

6 weeks agofix(compiler-core): prevent cached array children from retaining detached dom nodes...
edison [Wed, 20 Aug 2025 12:51:04 +0000 (20:51 +0800)] 
fix(compiler-core): prevent cached array children from retaining detached dom nodes (#13691)

fix element-plus/element-plus#21408
Re-fix #13211

6 weeks agofix(hmr): prevent updating unmounting component during HMR rerender (#13775)
edison [Wed, 20 Aug 2025 12:49:59 +0000 (20:49 +0800)] 
fix(hmr): prevent updating unmounting component during HMR rerender (#13775)

close #13771
close #13772

6 weeks agofix(reactivity): warn on nested readonly ref update during unwrapping (#12141)
Tycho [Wed, 20 Aug 2025 12:45:01 +0000 (20:45 +0800)] 
fix(reactivity): warn on nested readonly ref update during unwrapping (#12141)

6 weeks agofix(hydration): also set vShow name if __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__...
edison [Wed, 20 Aug 2025 12:41:07 +0000 (20:41 +0800)] 
fix(hydration): also set vShow name if __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__ flag is enabled (#13777)

close #13744

6 weeks agochore(ci): trusted publisher (#13768)
edison [Wed, 20 Aug 2025 12:39:07 +0000 (20:39 +0800)] 
chore(ci): trusted publisher (#13768)

Related to e18e/ecosystem-issues#201

6 weeks agotest(runtime-core): remove incorrect suspense test in vnode spec (#13782)
alentide [Wed, 20 Aug 2025 12:36:37 +0000 (20:36 +0800)] 
test(runtime-core): remove incorrect suspense test in vnode spec (#13782)

2 months agofix(devtools): clear performance measures (#13701)
awaken1ng [Fri, 25 Jul 2025 00:48:57 +0000 (07:48 +0700)] 
fix(devtools): clear performance measures (#13701)

close #13700

2 months agochore(runtime-core): use NO instead of ()=>false (#13695)
zhangenming [Fri, 25 Jul 2025 00:45:38 +0000 (08:45 +0800)] 
chore(runtime-core): use NO instead of ()=>false (#13695)

2 months agofix(compiler-core): adjacent v-else should cause a compiler error (#13699)
linzhe [Fri, 25 Jul 2025 00:30:05 +0000 (08:30 +0800)] 
fix(compiler-core): adjacent v-else should cause a compiler error (#13699)

close #13698

2 months agorelease: v3.5.18 v3.5.18
daiwei [Wed, 23 Jul 2025 00:57:59 +0000 (08:57 +0800)] 
release: v3.5.18

2 months agodx(runtime-core): fix warning message for useSlots, useAttrs invocation with missing...
Alex Snezhko [Wed, 23 Jul 2025 00:42:50 +0000 (20:42 -0400)] 
dx(runtime-core): fix warning message for useSlots, useAttrs invocation with missing instance (#13647)

2 months agofix(ssr): ensure empty slots render as a comment node in Transition (#13396)
edison [Wed, 23 Jul 2025 00:42:34 +0000 (08:42 +0800)] 
fix(ssr): ensure empty slots render as a comment node in Transition (#13396)

close #13394

2 months agofix(runtime-core): ensure correct anchor el for unresolved async components (#13560)
linzhe [Wed, 23 Jul 2025 00:42:10 +0000 (08:42 +0800)] 
fix(runtime-core): ensure correct anchor el for unresolved async components (#13560)

close #13559

2 months agofix(compiler-core): identifiers in function parameters should not be inferred as...
zhiyuanzmj [Wed, 23 Jul 2025 00:41:50 +0000 (08:41 +0800)] 
fix(compiler-core): identifiers in function parameters should not be inferred as references (#13548)

2 months agofix(compiler-sfc): transform empty srcset w/ includeAbsolute: true (#13639)
edison [Wed, 23 Jul 2025 00:41:17 +0000 (08:41 +0800)] 
fix(compiler-sfc): transform empty srcset w/ includeAbsolute: true (#13639)

close vitejs/vite-plugin-vue#631

2 months agofix(custom-element): ensure exposed methods are accessible from custom elements by...
linzhe [Wed, 23 Jul 2025 00:40:40 +0000 (08:40 +0800)] 
fix(custom-element): ensure exposed methods are accessible from custom elements by making them enumerable (#13634)

close #13632

2 months agofix(slots): refine internal key checking to support slot names starting with an under...
edison [Wed, 23 Jul 2025 00:40:20 +0000 (08:40 +0800)] 
fix(slots): refine internal key checking to support slot names starting with an underscore (#13612)

close #13611

2 months agofix(hydration): prevent lazy hydration for updated components (#13511)
edison [Wed, 23 Jul 2025 00:36:47 +0000 (08:36 +0800)] 
fix(hydration): prevent lazy hydration for updated components (#13511)

close #13510

2 months agofix(compiler-core): avoid cached text vnodes retaining detached DOM nodes (#13662)
edison [Wed, 23 Jul 2025 00:36:15 +0000 (08:36 +0800)] 
fix(compiler-core): avoid cached text vnodes retaining detached DOM nodes (#13662)

close #13661

2 months agochore(deps): update all non-major dependencies (#13627)
renovate[bot] [Tue, 22 Jul 2025 07:01:21 +0000 (15:01 +0800)] 
chore(deps): update all non-major dependencies (#13627)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update dependency @babel/types to ^7.28.1 (#13628)
renovate[bot] [Tue, 22 Jul 2025 07:01:02 +0000 (15:01 +0800)] 
chore(deps): update dependency @babel/types to ^7.28.1 (#13628)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update build (#13670)
renovate[bot] [Tue, 22 Jul 2025 06:58:11 +0000 (14:58 +0800)] 
chore(deps): update build (#13670)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(test): report correct value of `__EXTEND_POINT__` when subsequent error codes...
山吹色御守 [Fri, 18 Jul 2025 08:24:29 +0000 (01:24 -0700)] 
chore(test): report correct value of `__EXTEND_POINT__` when subsequent error codes is less than it (#13213)