]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
15 months agoperf: optimize component props/slots internal object checks
Evan You [Fri, 12 Apr 2024 06:41:03 +0000 (14:41 +0800)] 
perf: optimize component props/slots internal object checks

15 months agoperf(ssr): avoid calling markRaw on component instance proxy
Evan You [Fri, 12 Apr 2024 03:49:31 +0000 (11:49 +0800)] 
perf(ssr): avoid calling markRaw on component instance proxy

The previous behavior invokes the definePropery proxy trap on the
instance proxy and has massive overhead. This change improves Vue
ops/sec by 40% in https://github.com/eknkc/ssr-benchmark

15 months agofix(compiler-sfc): also search for `.tsx` when type import's extension is omitted...
liudaodanOo [Tue, 9 Apr 2024 08:14:11 +0000 (16:14 +0800)] 
fix(compiler-sfc): also search for `.tsx` when type import's extension is omitted  (#10637)

Co-authored-by: liuxiaofei <liuxfb@digiwin.com>
Closes #10635

15 months agochore(deps): update dependency puppeteer to ~22.6.3 (#10659)
renovate[bot] [Mon, 8 Apr 2024 05:16:53 +0000 (13:16 +0800)] 
chore(deps): update dependency puppeteer to ~22.6.3 (#10659)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update all non-major dependencies (#10658)
renovate[bot] [Mon, 8 Apr 2024 05:16:33 +0000 (13:16 +0800)] 
chore(deps): update all non-major dependencies (#10658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agofix(runtime-core): show hydration mismatch details for non-rectified mismatches too...
Divyansh Singh [Tue, 2 Apr 2024 08:36:52 +0000 (14:06 +0530)] 
fix(runtime-core): show hydration mismatch details for non-rectified mismatches too when __PROD_HYDRATION_MISMATCH_DETAILS__ is set (#10599)

15 months agochore(deps): update all non-major dependencies (#10627)
renovate[bot] [Mon, 1 Apr 2024 14:51:05 +0000 (22:51 +0800)] 
chore(deps): update all non-major dependencies (#10627)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update build (#10624)
renovate[bot] [Mon, 1 Apr 2024 14:44:34 +0000 (22:44 +0800)] 
chore(deps): update build (#10624)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update dependency puppeteer to ~22.6.1 (#10625)
renovate[bot] [Mon, 1 Apr 2024 13:54:02 +0000 (21:54 +0800)] 
chore(deps): update dependency puppeteer to ~22.6.1 (#10625)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update lint (#10628)
renovate[bot] [Mon, 1 Apr 2024 13:53:40 +0000 (21:53 +0800)] 
chore(deps): update lint (#10628)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore: update VSCode debugging for vitest (#9573)
Tycho [Mon, 1 Apr 2024 13:23:09 +0000 (21:23 +0800)] 
chore: update VSCode debugging for vitest (#9573)

15 months agochore: fix typo (#10621)
Wes Cook [Mon, 1 Apr 2024 08:20:01 +0000 (01:20 -0700)] 
chore: fix typo (#10621)

15 months agofix(runtime-dom): `v-model` string/number coercion for multiselect options (#10576)
yangxiuxiu [Thu, 28 Mar 2024 14:09:16 +0000 (22:09 +0800)] 
fix(runtime-dom): `v-model` string/number coercion for multiselect options (#10576)

Co-authored-by: RicardoErii <‘1974364190@qq.com’>
Co-authored-by: yangchangtao <yangchangtao@kuaishou.com>
15 months agofix(deps): update compiler (#10581)
renovate[bot] [Mon, 25 Mar 2024 08:22:58 +0000 (16:22 +0800)] 
fix(deps): update compiler (#10581)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update test (#10585)
renovate[bot] [Mon, 25 Mar 2024 08:16:50 +0000 (16:16 +0800)] 
chore(deps): update test (#10585)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agofix(deps): update playground (#10586)
renovate[bot] [Mon, 25 Mar 2024 07:36:17 +0000 (15:36 +0800)] 
fix(deps): update playground (#10586)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update all non-major dependencies (#10580)
renovate[bot] [Mon, 25 Mar 2024 07:10:49 +0000 (15:10 +0800)] 
chore(deps): update all non-major dependencies (#10580)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update dependency vite to ^5.2.6 (#10582)
renovate[bot] [Mon, 25 Mar 2024 07:03:29 +0000 (15:03 +0800)] 
chore(deps): update dependency vite to ^5.2.6 (#10582)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agofix(compiler-sfc): :is() and :where() in compound selectors (#10522)
Doctor Wu [Mon, 25 Mar 2024 06:12:33 +0000 (14:12 +0800)] 
fix(compiler-sfc): :is() and :where() in compound selectors (#10522)

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
Closes #10511

15 months agochore: dedupe dependencies (#10562)
Haoqun Jiang [Thu, 21 Mar 2024 03:12:50 +0000 (11:12 +0800)] 
chore: dedupe dependencies (#10562)

15 months agofix(runtime-core): fix errorHandler causes an infinite loop during execution (#9575)
丶远方 [Tue, 19 Mar 2024 12:47:52 +0000 (20:47 +0800)] 
fix(runtime-core): fix errorHandler causes an infinite loop during execution (#9575)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
15 months agochore: add FUNDING.json
Evan You [Tue, 19 Mar 2024 08:35:37 +0000 (16:35 +0800)] 
chore: add FUNDING.json

15 months agochore(deps): update dependency @codspeed/vitest-plugin to v3 (#10358)
renovate[bot] [Mon, 18 Mar 2024 12:11:38 +0000 (20:11 +0800)] 
chore(deps): update dependency @codspeed/vitest-plugin to v3 (#10358)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update build (#10540)
renovate[bot] [Mon, 18 Mar 2024 11:38:41 +0000 (19:38 +0800)] 
chore(deps): update build (#10540)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agochore(deps): update all non-major dependencies (#10539)
renovate[bot] [Mon, 18 Mar 2024 07:14:20 +0000 (15:14 +0800)] 
chore(deps): update all non-major dependencies (#10539)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agofix(custom-element): avoid setting attr to null if it is removed (#9012)
edison [Sat, 16 Mar 2024 08:28:03 +0000 (16:28 +0800)] 
fix(custom-element): avoid setting attr to null if it is removed (#9012)

Partially fixes #9006
Fixes #10324

15 months agotest: create `EffectScope` using a factory function (#8844)
丶远方 [Fri, 15 Mar 2024 14:27:32 +0000 (22:27 +0800)] 
test: create `EffectScope` using a factory function (#8844)

15 months agotypes: make instrumentations' types more succinct (#8558)
丶远方 [Wed, 13 Mar 2024 14:57:33 +0000 (22:57 +0800)] 
types: make instrumentations' types more succinct (#8558)

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
15 months agoperf: add `__NO_SIDE_EFFECTS__` comments (#9053)
chenfan [Wed, 13 Mar 2024 13:48:45 +0000 (21:48 +0800)] 
perf: add `__NO_SIDE_EFFECTS__` comments (#9053)

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
15 months agoci: enable ci for minor branch
三咲智子 Kevin Deng [Wed, 13 Mar 2024 13:47:26 +0000 (21:47 +0800)] 
ci: enable ci for minor branch

16 months agochore(playground): save `tsconfig.json` to the root directory; update Node.js version...
丶远方 [Tue, 12 Mar 2024 13:46:26 +0000 (21:46 +0800)] 
chore(playground): save `tsconfig.json` to the root directory; update Node.js version requirement (#9086)

Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
16 months agochore(deps): update all non-major dependencies (#10450)
renovate[bot] [Mon, 11 Mar 2024 10:05:11 +0000 (18:05 +0800)] 
chore(deps): update all non-major dependencies (#10450)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update dependency puppeteer to ~22.4.1 (#10451)
renovate[bot] [Mon, 11 Mar 2024 09:56:34 +0000 (17:56 +0800)] 
chore(deps): update dependency puppeteer to ~22.4.1 (#10451)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update build (#10490)
renovate[bot] [Mon, 11 Mar 2024 09:55:46 +0000 (17:55 +0800)] 
chore(deps): update build (#10490)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agofix(deps): update compiler (#10492)
renovate[bot] [Mon, 11 Mar 2024 08:08:51 +0000 (16:08 +0800)] 
fix(deps): update compiler (#10492)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update lint (#10491)
renovate[bot] [Mon, 11 Mar 2024 08:07:51 +0000 (16:07 +0800)] 
chore(deps): update lint (#10491)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agoci: upgrade setup pnpm
三咲智子 Kevin Deng [Wed, 6 Mar 2024 15:25:40 +0000 (23:25 +0800)] 
ci: upgrade setup pnpm

16 months agotypes: fix `scroll` event type; add support for `scrollend` (#10443)
chirokas [Wed, 6 Mar 2024 09:23:50 +0000 (17:23 +0800)] 
types: fix `scroll` event type; add support for `scrollend` (#10443)

16 months agofix(compiler-sfc): use options module name if options provide runtimeModuleName optio...
Doctor Wu [Wed, 6 Mar 2024 02:45:42 +0000 (10:45 +0800)] 
fix(compiler-sfc): use options module name if options provide runtimeModuleName options (#10457)

close #10454

16 months agorelease: v3.4.21 v3.4.21
Evan You [Wed, 28 Feb 2024 11:12:15 +0000 (12:12 +0100)] 
release: v3.4.21

16 months agofix(runtime-dom): avoid unset option's value (#10416)
Doctor Wu [Wed, 28 Feb 2024 11:07:12 +0000 (19:07 +0800)] 
fix(runtime-dom): avoid unset option's value (#10416)

close #10412
re-fix #10396

16 months agofix(warning): stringify args in warn handler (#10414)
edison [Wed, 28 Feb 2024 11:06:18 +0000 (19:06 +0800)] 
fix(warning): stringify args in warn handler (#10414)

close #10409

16 months agofix(suspense): ensure nested suspense patching if in fallback state (#10417)
edison [Wed, 28 Feb 2024 11:05:22 +0000 (19:05 +0800)] 
fix(suspense): ensure nested suspense patching if in fallback state (#10417)

close #10415

16 months agotest: clean snapshot
三咲智子 Kevin Deng [Wed, 28 Feb 2024 07:19:24 +0000 (15:19 +0800)] 
test: clean snapshot

16 months agorelease: v3.4.20 v3.4.20
Evan You [Mon, 26 Feb 2024 02:07:13 +0000 (10:07 +0800)] 
release: v3.4.20

16 months agochore: update e2eUtils puppeteer options
Evan You [Mon, 26 Feb 2024 01:54:12 +0000 (09:54 +0800)] 
chore: update e2eUtils puppeteer options

16 months agobuild: disable reexportProtoFromExternal in rollup config
Evan You [Mon, 26 Feb 2024 01:53:59 +0000 (09:53 +0800)] 
build: disable reexportProtoFromExternal in rollup config

16 months agochore: limit typescript lib to es2016 (#10164)
三咲智子 Kevin Deng [Mon, 26 Feb 2024 01:37:05 +0000 (09:37 +0800)] 
chore: limit typescript lib to es2016 (#10164)

* chore: limit typescript lib to es2015

* chore: set target to es2015

* chore: update

16 months agochore(deps): update test to ^1.3.1 (#10355)
renovate[bot] [Mon, 26 Feb 2024 01:36:32 +0000 (09:36 +0800)] 
chore(deps): update test to ^1.3.1 (#10355)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update lint (#10323)
renovate[bot] [Mon, 26 Feb 2024 01:34:29 +0000 (09:34 +0800)] 
chore(deps): update lint (#10323)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update build (#10321)
renovate[bot] [Mon, 26 Feb 2024 01:34:09 +0000 (09:34 +0800)] 
chore(deps): update build (#10321)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore: format renovate.json
Evan You [Mon, 26 Feb 2024 01:31:38 +0000 (09:31 +0800)] 
chore: format renovate.json

16 months agochore(deps): update dependency marked to v12 (#10404)
renovate[bot] [Mon, 26 Feb 2024 01:29:55 +0000 (09:29 +0800)] 
chore(deps): update dependency marked to v12 (#10404)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update test (#10406)
renovate[bot] [Mon, 26 Feb 2024 01:29:21 +0000 (09:29 +0800)] 
chore(deps): update test (#10406)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update lint (#10405)
renovate[bot] [Mon, 26 Feb 2024 01:27:45 +0000 (09:27 +0800)] 
chore(deps): update lint (#10405)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): unpin rollup
Evan You [Mon, 26 Feb 2024 01:25:53 +0000 (09:25 +0800)] 
chore(deps): unpin rollup

original issue resolved by https://github.com/rollup/rollup/pull/5380

16 months agochore(deps): pin @rollup/plugin-replace in renovate.json
Evan You [Mon, 26 Feb 2024 01:24:38 +0000 (09:24 +0800)] 
chore(deps): pin @rollup/plugin-replace in renovate.json

16 months agochore(deps): update compiler (#10322)
renovate[bot] [Mon, 26 Feb 2024 01:16:38 +0000 (09:16 +0800)] 
chore(deps): update compiler (#10322)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(deps): update all non-major dependencies (#10320)
renovate[bot] [Mon, 26 Feb 2024 01:15:57 +0000 (09:15 +0800)] 
chore(deps): update all non-major dependencies (#10320)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agofix(runtime-dom): fix nested v-show priority regression
Evan You [Mon, 26 Feb 2024 01:11:05 +0000 (09:11 +0800)] 
fix(runtime-dom): fix nested v-show priority regression

close #10338

16 months agochore: rename and export DefineSetupFnComponent
Evan You [Sun, 25 Feb 2024 15:38:39 +0000 (23:38 +0800)] 
chore: rename and export DefineSetupFnComponent

16 months agofix(parser): should not treat uppercase components as special tags
Evan You [Sun, 25 Feb 2024 15:04:26 +0000 (23:04 +0800)] 
fix(parser): should not treat uppercase components as special tags

close #10395

16 months agorefactor: use more descriptive name for v-show original display key
Evan You [Sun, 25 Feb 2024 13:50:47 +0000 (21:50 +0800)] 
refactor: use more descriptive name for v-show original display key

16 months agochore: remove unused ts-expect-error
Evan You [Sun, 25 Feb 2024 13:50:35 +0000 (21:50 +0800)] 
chore: remove unused ts-expect-error

16 months agorefactor(transition): remove unused getTransitionKey logic (#10283)
Elodie Hill [Sun, 25 Feb 2024 13:14:46 +0000 (21:14 +0800)] 
refactor(transition): remove unused getTransitionKey logic (#10283)

16 months agotest: remove unnecessary code in apiCreateApp tests (#10388)
Wick [Sun, 25 Feb 2024 13:11:04 +0000 (21:11 +0800)] 
test: remove unnecessary code in apiCreateApp tests (#10388)

16 months agofix(types): better typing for direct setup signature of defineComponent (#10357)
Shean de Montigny-Desautels [Sun, 25 Feb 2024 13:10:08 +0000 (08:10 -0500)] 
fix(types): better typing for direct setup signature of defineComponent (#10357)

close #8604
close #8855

16 months agochore(reactivity): consistent variable naming (#10350)
Wick [Sun, 25 Feb 2024 13:08:06 +0000 (21:08 +0800)] 
chore(reactivity): consistent variable naming (#10350)

16 months agofix(runtime-dom): v-bind style should clear previous css string value (#10373)
zhoulixiang [Sun, 25 Feb 2024 12:53:00 +0000 (20:53 +0800)] 
fix(runtime-dom): v-bind style should clear previous css string value (#10373)

close #10352

16 months agochore(runtime-core): optimize validateComponentName (#10378)
Wick [Sun, 25 Feb 2024 12:41:08 +0000 (20:41 +0800)] 
chore(runtime-core): optimize validateComponentName (#10378)

16 months agochore(deps): update playground (#10356)
renovate[bot] [Sun, 25 Feb 2024 12:40:09 +0000 (20:40 +0800)] 
chore(deps): update playground (#10356)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agodx(reactivity): disable recursive computed warning by default
Evan You [Sun, 25 Feb 2024 12:38:33 +0000 (20:38 +0800)] 
dx(reactivity): disable recursive computed warning by default

Now can be enabled with app.config.warnRecursiveComputed option.

close #10341

16 months agodx(reactivity): add getter into computed side effect warning (#10386)
Doctor Wu [Sun, 25 Feb 2024 12:27:33 +0000 (20:27 +0800)] 
dx(reactivity): add getter into computed side effect warning (#10386)

16 months agofix(suspense): handle suspense switching with nested suspense (#10184)
edison [Sun, 25 Feb 2024 12:22:12 +0000 (20:22 +0800)] 
fix(suspense): handle suspense switching with nested suspense  (#10184)

close #10098

16 months agochore(reactivity): replace console.warn() to warn function (#10394)
Wick [Sun, 25 Feb 2024 12:17:30 +0000 (20:17 +0800)] 
chore(reactivity): replace console.warn() to warn function (#10394)

16 months agofix(runtime-dom): avoid always resetting nullish option value
Evan You [Sun, 25 Feb 2024 09:35:19 +0000 (17:35 +0800)] 
fix(runtime-dom): avoid always resetting nullish option value

close #10396

16 months agochore: remove unused argument
Evan You [Sun, 25 Feb 2024 09:29:04 +0000 (17:29 +0800)] 
chore: remove unused argument

16 months agorefactor(sfc-playground): upgrade `@vue/repl` (#10310)
三咲智子 Kevin Deng [Tue, 20 Feb 2024 13:47:09 +0000 (21:47 +0800)] 
refactor(sfc-playground): upgrade `@vue/repl` (#10310)

16 months agochore: standardize the spelling of TypeScript (#10186) [ci skip]
孟世博 [Tue, 20 Feb 2024 13:43:45 +0000 (21:43 +0800)] 
chore: standardize the spelling of TypeScript (#10186) [ci skip]

16 months agochore(deps): update dependency @vue/consolidate to v1 (#10359)
renovate[bot] [Mon, 19 Feb 2024 08:41:21 +0000 (16:41 +0800)] 
chore(deps): update dependency @vue/consolidate to v1 (#10359)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agorelease: v3.4.19 v3.4.19
Evan You [Tue, 13 Feb 2024 10:08:22 +0000 (18:08 +0800)] 
release: v3.4.19

16 months agochore: fix renovate.json formatting
Evan You [Tue, 13 Feb 2024 10:02:58 +0000 (18:02 +0800)] 
chore: fix renovate.json formatting

16 months agofix(hydration): fix css vars hydration mismatch false positive on non-root nodes
Evan You [Tue, 13 Feb 2024 10:00:09 +0000 (18:00 +0800)] 
fix(hydration): fix css vars hydration mismatch false positive on non-root nodes

close #10317
test case from #10325

16 months agochore(deps): bump @vue/consolidate
Evan You [Tue, 13 Feb 2024 09:42:31 +0000 (17:42 +0800)] 
chore(deps): bump @vue/consolidate

16 months agofeat(dx): warn users when computed is self-triggering (#10299)
Doctor Wu [Tue, 13 Feb 2024 09:38:26 +0000 (17:38 +0800)] 
feat(dx): warn users when computed is self-triggering (#10299)

16 months agochore: ignore lru-cache in renovate.json
Evan You [Tue, 13 Feb 2024 09:20:42 +0000 (17:20 +0800)] 
chore: ignore lru-cache in renovate.json

16 months agochore(deps): update dependency npm-run-all2 to v6 (#10309)
renovate[bot] [Tue, 13 Feb 2024 09:15:47 +0000 (17:15 +0800)] 
chore(deps): update dependency npm-run-all2 to v6 (#10309)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16 months agochore(errorHandling): directly return value in callWithErrorHandling function (#10315)
OnlyWick [Tue, 13 Feb 2024 09:15:18 +0000 (17:15 +0800)] 
chore(errorHandling): directly return value in callWithErrorHandling function (#10315)

16 months agofix(deps): pin lru-cache to avoid hashing error
Evan You [Tue, 13 Feb 2024 09:14:26 +0000 (17:14 +0800)] 
fix(deps): pin lru-cache to avoid hashing error

close #10300

16 months agochore: fix local test run mode in release script
Evan You [Tue, 13 Feb 2024 05:07:39 +0000 (13:07 +0800)] 
chore: fix local test run mode in release script

16 months agofix(runtime-dom): should not trigger transition when v-show value is falsy (#10311)
zhoulixiang [Tue, 13 Feb 2024 04:56:52 +0000 (12:56 +0800)] 
fix(runtime-dom): should not trigger transition when v-show value is falsy (#10311)

16 months agoperf(runtime): improve `getType()` GC and speed (#10327)
João Carmona [Tue, 13 Feb 2024 03:54:59 +0000 (04:54 +0100)] 
perf(runtime): improve `getType()` GC and speed (#10327)

17 months agochore(deps): update actions/upload-artifact action to v4 (#10307)
renovate[bot] [Sat, 10 Feb 2024 05:03:11 +0000 (13:03 +0800)] 
chore(deps): update actions/upload-artifact action to v4 (#10307)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update dawidd6/action-download-artifact action to v3 (#10308)
renovate[bot] [Sat, 10 Feb 2024 05:03:01 +0000 (13:03 +0800)] 
chore(deps): update dawidd6/action-download-artifact action to v3 (#10308)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agochore(deps): update actions/cache action to v4 (#10306)
renovate[bot] [Sat, 10 Feb 2024 05:00:53 +0000 (13:00 +0800)] 
chore(deps): update actions/cache action to v4 (#10306)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 months agorelease: v3.4.18 v3.4.18
Evan You [Fri, 9 Feb 2024 02:31:29 +0000 (10:31 +0800)] 
release: v3.4.18

17 months agofix(runtime-dom): ensure v-show respects display value set via v-bind (#10297)
zhoulixiang [Fri, 9 Feb 2024 02:17:35 +0000 (10:17 +0800)] 
fix(runtime-dom):  ensure v-show respects display value set via v-bind (#10297)

close #10151

17 months agotest: fix unexpected warning check when asserting same message for both conditions
Evan You [Fri, 9 Feb 2024 01:02:52 +0000 (09:02 +0800)] 
test: fix unexpected warning check when asserting same message for both conditions

17 months agofix(dx): warn against reserved keys as prop name
Evan You [Fri, 9 Feb 2024 00:47:06 +0000 (08:47 +0800)] 
fix(dx): warn against reserved keys as prop name

close #10281