]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
7 weeks agofix(compiler-sfc): add scoping tag to trailing universal selector (#12918)
thecodewarrior [Thu, 22 May 2025 00:41:27 +0000 (17:41 -0700)] 
fix(compiler-sfc): add scoping tag to trailing universal selector (#12918)

close #12906

7 weeks agofix(custom-element): properly resolve props for sync component defs (#12855)
edison [Thu, 22 May 2025 00:38:27 +0000 (08:38 +0800)] 
fix(custom-element): properly resolve props for sync component defs (#12855)

close #12854

7 weeks agofix(custom-element): ensure proper remount and prevent redundant slot parsing with...
edison [Thu, 22 May 2025 00:05:39 +0000 (08:05 +0800)] 
fix(custom-element): ensure proper remount and prevent redundant slot parsing with shadowRoot false (#13201)

close #13199

7 weeks agofix(types): exclude `undefined` from inferred prop types with default values (#13007)
Tycho [Thu, 22 May 2025 00:03:33 +0000 (08:03 +0800)] 
fix(types): exclude `undefined` from inferred prop types with default values (#13007)

close #13006

7 weeks agochore(deps): update all non-major dependencies (#13353)
renovate[bot] [Wed, 21 May 2025 01:20:45 +0000 (09:20 +0800)] 
chore(deps): update all non-major dependencies (#13353)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 weeks agochore(deps): update test (#13354)
renovate[bot] [Wed, 21 May 2025 01:17:42 +0000 (09:17 +0800)] 
chore(deps): update test (#13354)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 weeks agochore(deps): update dependency rollup to ^4.41.0 (#13356)
renovate[bot] [Wed, 21 May 2025 01:07:01 +0000 (09:07 +0800)] 
chore(deps): update dependency rollup to ^4.41.0 (#13356)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 weeks agochore(deps): update lint (#13357)
renovate[bot] [Wed, 21 May 2025 01:06:37 +0000 (09:06 +0800)] 
chore(deps): update lint (#13357)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 weeks agofix(compiler-sfc): add error handling for defineModel() without variable assignment...
Runyasak Chaengnaimuang [Wed, 21 May 2025 01:06:05 +0000 (08:06 +0700)] 
fix(compiler-sfc): add error handling for defineModel() without variable assignment (#13352)

close #13280

7 weeks agofix(compile-sfc): handle inline template source map in prod build (#12701)
edison [Tue, 20 May 2025 00:46:01 +0000 (08:46 +0800)] 
fix(compile-sfc): handle inline template source map in prod build (#12701)

close #12682
close vitejs/vite-plugin-vue#500

7 weeks agofix(types): avoid merging component instance into `$props` in `ComponentInstance...
Tycho [Tue, 20 May 2025 00:44:35 +0000 (08:44 +0800)] 
fix(types): avoid merging component instance into `$props` in `ComponentInstance` (#12870)

close #12751

7 weeks agofix(watch): update `oldValue` before running `cb` to prevent stale value (#12296)
Tycho [Tue, 20 May 2025 00:44:13 +0000 (08:44 +0800)] 
fix(watch): update `oldValue` before running `cb` to prevent stale value (#12296)

close #12294

7 weeks agofix(compat): ensure false value on input retains value attribute (#13216)
edison [Tue, 20 May 2025 00:43:51 +0000 (08:43 +0800)] 
fix(compat): ensure false value on input retains value attribute (#13216)

close #13205

7 weeks agofix(custom-element): preserve appContext during update (#12455)
edison [Tue, 20 May 2025 00:34:36 +0000 (08:34 +0800)] 
fix(custom-element): preserve appContext during update (#12455)

close #12453

7 weeks agofix(hydration): handle transition appear hydration edge case (#13339)
edison [Tue, 20 May 2025 00:28:43 +0000 (08:28 +0800)] 
fix(hydration): handle transition appear hydration edge case (#13339)

close #13335

7 weeks agofix(teleport): handle deferred teleport updates before and after mount (#13350)
edison [Tue, 20 May 2025 00:27:54 +0000 (08:27 +0800)] 
fix(teleport): handle deferred teleport updates before and after mount (#13350)

close #13349

8 weeks agofix(compiler-dom): improve HTML nesting validation to allow any child element within...
edison [Fri, 16 May 2025 01:05:31 +0000 (09:05 +0800)] 
fix(compiler-dom): improve HTML nesting validation to allow any child element within template tag (#13320)

close #13318

8 weeks agofix(compiler-sfc): simulate `allowArbitraryExtensions` on resolving type (#13301)
Teages [Fri, 16 May 2025 00:38:47 +0000 (08:38 +0800)] 
fix(compiler-sfc): simulate `allowArbitraryExtensions` on resolving type (#13301)

close #13295

8 weeks agofix(suspense): handle edge case in patching list nodes within Suspense (#13306)
edison [Fri, 16 May 2025 00:32:55 +0000 (08:32 +0800)] 
fix(suspense): handle edge case in patching list nodes within Suspense (#13306)

close #13305

8 weeks agofix(compiler-sfc): improve type inference for TSTypeAliasDeclaration with better...
linzhe [Fri, 16 May 2025 00:32:13 +0000 (08:32 +0800)] 
fix(compiler-sfc): improve type inference for TSTypeAliasDeclaration with better runtime type detection (#13245)

close #13240

8 weeks agofix(compiler-core): ensure mapping is added only if node source is available (#13285)
edison [Fri, 16 May 2025 00:22:37 +0000 (08:22 +0800)] 
fix(compiler-core): ensure mapping is added only if node source is available (#13285)

close #13261
close vitejs/vite-plugin-vue#368

8 weeks agofix(hydration): skip lazy hydration for patched components (#13283)
edison [Fri, 16 May 2025 00:22:01 +0000 (08:22 +0800)] 
fix(hydration): skip lazy hydration for patched components (#13283)

close #13255

8 weeks agofix(custom-element): allow injecting values ​​from app context in nested elements...
Adrian Cerbaro [Fri, 16 May 2025 00:07:32 +0000 (21:07 -0300)] 
fix(custom-element): allow injecting values ​​from app context in nested elements (#13219)

close #13212)

8 weeks agorelease: v3.5.14 13331/head v3.5.14
daiwei [Thu, 15 May 2025 03:13:02 +0000 (11:13 +0800)] 
release: v3.5.14

8 weeks agofix(hmr): avoid hydration for hmr root reload (#12450)
edison [Tue, 13 May 2025 14:23:23 +0000 (22:23 +0800)] 
fix(hmr): avoid hydration for hmr root reload (#12450)

close vitejs/vite-plugin-vue#146
close vitejs/vite-plugin-vue#477

8 weeks agofix(runtime-core): inherit comment nodes during block patch in production build ...
tonicli [Tue, 13 May 2025 14:18:28 +0000 (22:18 +0800)] 
fix(runtime-core): inherit comment nodes during block patch in production build  (#10748)

close #10747
close #12650

8 weeks agofix(compiler-sfc): fix scope handling for props destructure in function parameters...
edison [Tue, 13 May 2025 14:17:24 +0000 (22:17 +0800)] 
fix(compiler-sfc): fix scope handling for props destructure in function parameters and catch clauses

close #12790

8 weeks agofix(transition): fix KeepAlive with transition out-in mode behavior in production...
yangxiuxiu [Tue, 13 May 2025 14:16:45 +0000 (22:16 +0800)] 
fix(transition): fix KeepAlive with transition out-in mode behavior in production (#12468)

close #12465

8 weeks agofix(hmr): avoid hydration for hmr updating (#12262)
edison [Tue, 13 May 2025 14:15:50 +0000 (22:15 +0800)] 
fix(hmr): avoid hydration for hmr updating (#12262)

close #7706
close #8170

8 weeks agochore(deps): update dependency @babel/parser to ^7.27.2 (#13310)
renovate[bot] [Tue, 13 May 2025 07:29:08 +0000 (15:29 +0800)] 
chore(deps): update dependency @babel/parser to ^7.27.2 (#13310)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 weeks agochore(deps): update test (#13311)
renovate[bot] [Tue, 13 May 2025 03:44:59 +0000 (11:44 +0800)] 
chore(deps): update test (#13311)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore: add pnpm setting to pnpm-workspace (#13268)
btea [Sat, 10 May 2025 14:19:53 +0000 (22:19 +0800)] 
chore: add pnpm setting to pnpm-workspace (#13268)

2 months agochore(deps): update build (#13276)
renovate[bot] [Sat, 10 May 2025 08:07:50 +0000 (16:07 +0800)] 
chore(deps): update build (#13276)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore: fix typo (#13290) [ci skip]
edison [Wed, 7 May 2025 12:35:45 +0000 (20:35 +0800)] 
chore: fix typo (#13290) [ci skip]

2 months agochore(deps): update compiler to ^7.27.1 (#13277)
renovate[bot] [Mon, 5 May 2025 12:53:19 +0000 (20:53 +0800)] 
chore(deps): update compiler to ^7.27.1 (#13277)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agofix(runtime-core): respect immutability for readonly reactive arrays in `v-for` ...
Tycho [Fri, 2 May 2025 09:55:24 +0000 (17:55 +0800)] 
fix(runtime-core): respect immutability for readonly reactive arrays in `v-for` (#13091)

close #13087

2 months agofix(slots): properly warn if slot invoked in setup (#12195)
yangxiuxiu [Fri, 2 May 2025 09:53:14 +0000 (17:53 +0800)] 
fix(slots): properly warn if slot invoked in setup (#12195)

close #12194

2 months agofix(ssr): properly init slots during ssr rendering (#12441)
edison [Fri, 2 May 2025 09:48:03 +0000 (17:48 +0800)] 
fix(ssr): properly init slots during ssr rendering (#12441)

close #12438

2 months agofix(hmr/teleport): adjust static children traversal for HMR in dev mode (#12819)
edison [Fri, 2 May 2025 09:18:01 +0000 (17:18 +0800)] 
fix(hmr/teleport): adjust static children traversal for HMR in dev mode (#12819)

close #12816

2 months agofix(reactivity): should not recompute if computed does not track reactive data (...
edison [Thu, 1 May 2025 14:02:17 +0000 (22:02 +0800)] 
fix(reactivity): should not recompute if computed does not track reactive data (#12341)

close #12337

2 months agofix(TransitionGroup): reset prevChildren to prevent memory leak (#13183)
edison [Thu, 1 May 2025 09:58:07 +0000 (17:58 +0800)] 
fix(TransitionGroup): reset prevChildren to prevent memory leak (#13183)

close #13181

2 months agofix(runtime-core): stop tracking deps in setRef during unmount (#13210)
dopamine [Thu, 1 May 2025 09:56:42 +0000 (17:56 +0800)] 
fix(runtime-core):  stop tracking deps in setRef during unmount (#13210)

2 months agofix(compiler-core): remove slot cache from parent renderCache during unmounting ...
edison [Thu, 1 May 2025 09:55:36 +0000 (17:55 +0800)] 
fix(compiler-core): remove slot cache from parent renderCache during unmounting (#13215)

* fix(compiler-core): remove slot cache from parent renderCache during unmounting

* chore: update

2 months agofix(runtime-core): update __vnode of static nodes when patching along the optimized...
dopamine [Thu, 1 May 2025 09:54:40 +0000 (17:54 +0800)] 
fix(runtime-core):  update __vnode of static nodes when patching along the optimized path (#13223)

* fix(runtime-core):  update __vnode of static nodes when patching along the optimized path

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 months agochore(deps): update lint (#13250)
renovate[bot] [Tue, 29 Apr 2025 08:27:44 +0000 (16:27 +0800)] 
chore(deps): update lint (#13250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update build (#13249)
renovate[bot] [Tue, 29 Apr 2025 08:27:30 +0000 (16:27 +0800)] 
chore(deps): update build (#13249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update dependency vite to v5.4.18 [security] (#13237)
renovate[bot] [Tue, 29 Apr 2025 07:59:20 +0000 (15:59 +0800)] 
chore(deps): update dependency vite to v5.4.18 [security] (#13237)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update dependency vite to v5.4.18 [security] (#13235)
renovate[bot] [Thu, 24 Apr 2025 00:11:14 +0000 (08:11 +0800)] 
chore(deps): update dependency vite to v5.4.18 [security] (#13235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update dependency vite to v5.4.18 [security] (#13229)
renovate[bot] [Wed, 23 Apr 2025 00:31:15 +0000 (08:31 +0800)] 
chore(deps): update dependency vite to v5.4.18 [security] (#13229)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edison <daiwei521@126.com>
2 months agochore: update CHANGELOG.md (#13230)
Jasper Kisro [Tue, 22 Apr 2025 23:58:31 +0000 (07:58 +0800)] 
chore: update CHANGELOG.md (#13230)

2 months agochore(deps): update dependency vite to ^6.3.2 (#13225)
renovate[bot] [Tue, 22 Apr 2025 00:15:50 +0000 (08:15 +0800)] 
chore(deps): update dependency vite to ^6.3.2 (#13225)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update pnpm to v10.9.0 (#13224)
renovate[bot] [Tue, 22 Apr 2025 00:15:32 +0000 (08:15 +0800)] 
chore(deps): update pnpm to v10.9.0 (#13224)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update build (#13195)
renovate[bot] [Tue, 15 Apr 2025 00:17:57 +0000 (08:17 +0800)] 
chore(deps): update build (#13195)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update dependency vite to v5.4.18 [security] (#13198)
renovate[bot] [Tue, 15 Apr 2025 00:17:42 +0000 (08:17 +0800)] 
chore(deps): update dependency vite to v5.4.18 [security] (#13198)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agochore(deps): update dependency @types/node to ^22.14.1 (#13196)
renovate[bot] [Mon, 14 Apr 2025 09:08:59 +0000 (17:08 +0800)] 
chore(deps): update dependency @types/node to ^22.14.1 (#13196)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 months agofix(compiler-sfc): treat the return value of `useTemplateRef` as a definite ref ...
山吹色御守 [Mon, 14 Apr 2025 09:08:06 +0000 (17:08 +0800)] 
fix(compiler-sfc): treat the return value of `useTemplateRef` as a definite ref (#13197)

3 months agochore(deps): update build (#13165)
renovate[bot] [Thu, 10 Apr 2025 07:51:53 +0000 (15:51 +0800)] 
chore(deps): update build (#13165)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update dependency vite to v5.4.17 [security] (#13173)
renovate[bot] [Wed, 9 Apr 2025 00:10:43 +0000 (08:10 +0800)] 
chore(deps): update dependency vite to v5.4.17 [security] (#13173)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore: add bsky link (#13175)
bornkiss [Tue, 8 Apr 2025 12:47:02 +0000 (20:47 +0800)] 
chore: add bsky link (#13175)

3 months agochore(deps): update all non-major dependencies (#13166)
renovate[bot] [Tue, 8 Apr 2025 07:11:17 +0000 (15:11 +0800)] 
chore(deps): update all non-major dependencies (#13166)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agofix(compat): correct deprecation message for v-bind.sync usage (#13137)
linzhe [Wed, 2 Apr 2025 03:12:29 +0000 (11:12 +0800)] 
fix(compat): correct deprecation message for v-bind.sync usage (#13137)

close #13133

3 months agochore(deps): update all non-major dependencies (#13120)
renovate[bot] [Mon, 31 Mar 2025 07:10:54 +0000 (15:10 +0800)] 
chore(deps): update all non-major dependencies (#13120)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update lint (#13122)
renovate[bot] [Mon, 31 Mar 2025 07:02:15 +0000 (15:02 +0800)] 
chore(deps): update lint (#13122)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update compiler to ^7.27.0 (#13123)
renovate[bot] [Mon, 31 Mar 2025 07:01:57 +0000 (15:01 +0800)] 
chore(deps): update compiler to ^7.27.0 (#13123)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agofix(runtime-dom): always treat autocorrect as attribute (#13001)
Ecco [Mon, 31 Mar 2025 06:31:11 +0000 (02:31 -0400)] 
fix(runtime-dom): always treat autocorrect as attribute (#13001)

close #5705

3 months agochore(deps): update build (#13121)
renovate[bot] [Mon, 31 Mar 2025 03:13:43 +0000 (11:13 +0800)] 
chore(deps): update build (#13121)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore: fix typo (#13117)
Leedom [Sat, 29 Mar 2025 14:00:36 +0000 (22:00 +0800)] 
chore: fix typo (#13117)

3 months agochore(deps): update dawidd6/action-download-artifact action to v9 (#13098)
renovate[bot] [Tue, 25 Mar 2025 00:14:10 +0000 (08:14 +0800)] 
chore(deps): update dawidd6/action-download-artifact action to v9 (#13098)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agofix(deps): update dependency @vue/repl to ^4.5.1 (#13097)
renovate[bot] [Tue, 25 Mar 2025 00:13:07 +0000 (08:13 +0800)] 
fix(deps): update dependency @vue/repl to ^4.5.1 (#13097)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update all non-major dependencies (#13092)
renovate[bot] [Tue, 25 Mar 2025 00:12:49 +0000 (08:12 +0800)] 
chore(deps): update all non-major dependencies (#13092)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update build (#13093)
renovate[bot] [Mon, 24 Mar 2025 02:59:40 +0000 (10:59 +0800)] 
chore(deps): update build (#13093)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update lint (#13096)
renovate[bot] [Mon, 24 Mar 2025 02:59:05 +0000 (10:59 +0800)] 
chore(deps): update lint (#13096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update test (#13095)
renovate[bot] [Mon, 24 Mar 2025 02:54:07 +0000 (10:54 +0800)] 
chore(deps): update test (#13095)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agodocs(tsdoc): remove extra () in link tag (#13086)
Eduardo San Martin Morote [Mon, 24 Mar 2025 00:20:35 +0000 (01:20 +0100)] 
docs(tsdoc): remove extra () in link tag (#13086)

3 months agochore(sfc-playground): dynamically set Vue version in downloaded project (#13074)
Tycho [Thu, 20 Mar 2025 08:09:51 +0000 (16:09 +0800)] 
chore(sfc-playground): dynamically set Vue version in downloaded project (#13074)

3 months agofix(readme): update contributors image (#13068)
edison [Wed, 19 Mar 2025 07:14:12 +0000 (15:14 +0800)] 
fix(readme): update contributors image (#13068)

The current image is too large to load.
see github.com/orgs/community/discussions/116471

3 months agotypes: enhance plugin type inference for better IDE support (#13063)
Tycho [Wed, 19 Mar 2025 03:44:32 +0000 (11:44 +0800)] 
types: enhance plugin type inference for better IDE support (#13063)

* types: enhance plugin type inference for better JSDoc and IDE support

* test: clean up

* chore: tweaks

3 months agofix(types): the directive's modifiers should be optional (#12605)
Buer Yang [Wed, 19 Mar 2025 03:38:59 +0000 (11:38 +0800)] 
fix(types): the directive's modifiers should be optional (#12605)

* fix(types): the directive's modifiers should be optional

* fix: test

---------

Co-authored-by: edison <daiwei521@126.com>
3 months agofix(deps): update compiler (#13051)
renovate[bot] [Mon, 17 Mar 2025 05:27:17 +0000 (13:27 +0800)] 
fix(deps): update compiler (#13051)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update dependency @vitejs/plugin-vue to ^5.2.2 (#13050)
renovate[bot] [Mon, 17 Mar 2025 05:27:00 +0000 (13:27 +0800)] 
chore(deps): update dependency @vitejs/plugin-vue to ^5.2.2 (#13050)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update test (#13048)
renovate[bot] [Mon, 17 Mar 2025 03:01:54 +0000 (11:01 +0800)] 
chore(deps): update test (#13048)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update lint (#13049)
renovate[bot] [Mon, 17 Mar 2025 01:29:53 +0000 (09:29 +0800)] 
chore(deps): update lint (#13049)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update pnpm to v10.6.3 (#13047)
renovate[bot] [Mon, 17 Mar 2025 01:03:00 +0000 (09:03 +0800)] 
chore(deps): update pnpm to v10.6.3 (#13047)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agochore(deps): update build (#13046)
renovate[bot] [Mon, 17 Mar 2025 01:02:37 +0000 (09:02 +0800)] 
chore(deps): update build (#13046)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 months agofix(compiler): fix spelling error in domTagConfig (#13043)
Bald-M [Mon, 17 Mar 2025 00:18:09 +0000 (13:18 +1300)] 
fix(compiler): fix spelling error in domTagConfig (#13043)

3 months agofix(customFormatter): properly accessing ref value during debugger (#12948)
edison [Fri, 14 Mar 2025 00:19:06 +0000 (08:19 +0800)] 
fix(customFormatter): properly accessing ref value during debugger (#12948)

3 months agofeat(types): add type TemplateRef (#12645)
Shinigami [Fri, 14 Mar 2025 00:17:49 +0000 (01:17 +0100)] 
feat(types): add type TemplateRef (#12645)

* feat(types): add type TemplateRef

* chore: simplify

Co-authored-by: jh-leong <jh.leong@outlook.com>
---------

Co-authored-by: jh-leong <jh.leong@outlook.com>
4 months agochore: update node v22 on netlify (#12613)
@beer [Wed, 12 Mar 2025 00:30:29 +0000 (06:30 +0600)] 
chore: update node v22 on netlify (#12613)

4 months agochore(deps): update all non-major dependencies (#13014)
renovate[bot] [Mon, 10 Mar 2025 07:46:47 +0000 (15:46 +0800)] 
chore(deps): update all non-major dependencies (#13014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agochore(deps): update build (#13015)
renovate[bot] [Mon, 10 Mar 2025 07:46:31 +0000 (15:46 +0800)] 
chore(deps): update build (#13015)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agochore(deps): update all non-major dependencies (#12983)
renovate[bot] [Tue, 4 Mar 2025 12:15:44 +0000 (20:15 +0800)] 
chore(deps): update all non-major dependencies (#12983)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agochore(deps): update test (#12984)
renovate[bot] [Tue, 4 Mar 2025 00:26:16 +0000 (08:26 +0800)] 
chore(deps): update test (#12984)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agoRevert "ci(pkg-pr-new): add 'vapor' branch for pull-request" (#12943)
edison [Tue, 25 Feb 2025 12:39:50 +0000 (20:39 +0800)] 
Revert "ci(pkg-pr-new): add 'vapor' branch for pull-request" (#12943)

This reverts commit d18c24869143e16e49dd08a9b975a118ecc712d8.

4 months agoci(pkg-pr-new): add 'vapor' branch for pull-request (#12941)
zhiyuanzmj [Tue, 25 Feb 2025 07:24:18 +0000 (15:24 +0800)] 
ci(pkg-pr-new): add 'vapor' branch for pull-request (#12941)

4 months agochore(deps): update dependency @types/node to ^22.13.5 (#12932)
renovate[bot] [Mon, 24 Feb 2025 01:37:17 +0000 (09:37 +0800)] 
chore(deps): update dependency @types/node to ^22.13.5 (#12932)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agochore(deps): update build (#12931)
renovate[bot] [Mon, 24 Feb 2025 01:36:45 +0000 (09:36 +0800)] 
chore(deps): update build (#12931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months agotest(reactivity): add tests for reactive and non-reactive objects (#12576)
Sunny [Thu, 20 Feb 2025 09:00:31 +0000 (17:00 +0800)] 
test(reactivity): add tests for reactive and non-reactive objects (#12576)

4 months agochore: add `onlyBuiltDependencies` list (#12912)
btea [Wed, 19 Feb 2025 12:49:51 +0000 (20:49 +0800)] 
chore: add `onlyBuiltDependencies` list (#12912)

4 months agofix(reactivity): ensure markRaw objects are not reactive (#12824)
FatRadish [Wed, 19 Feb 2025 06:25:30 +0000 (14:25 +0800)] 
fix(reactivity): ensure markRaw objects are not reactive (#12824)

close #12807

4 months agofix(ci): use `with` instead of `assert` syntax (#12901)
inottn [Tue, 18 Feb 2025 00:18:34 +0000 (08:18 +0800)] 
fix(ci): use `with` instead of `assert` syntax (#12901)