Commit Graph

4684 Commits

Author SHA1 Message Date
Evan You 20ea62da3c chore: use type: "module" 2023-02-03 18:12:56 +08:00
Evan You 78a52ef3fe docs: document git hooks [ci skip] 2023-02-03 18:03:33 +08:00
Evan You 213908cbde ci: avoid netlify oom 2023-02-03 17:50:20 +08:00
Evan You 7a0a6658c6 docs: update contributing guide 2023-02-03 17:47:34 +08:00
Evan You 40dab4d9dd build: fix size check 2023-02-03 17:22:01 +08:00
Evan You 1ddde63b40 build: adjust dts test setup 2023-02-03 17:10:31 +08:00
Evan You d10a81eacb ci: try puppeteer fix 2023-02-03 16:46:57 +08:00
Evan You 4e0ab97c70 build: fix handling of const enum that rely on previous values 2023-02-03 16:26:56 +08:00
Evan You eb0c1e7025 build: remove api-extractor 2023-02-03 15:57:00 +08:00
Evan You e145fe3c28 build: use rollup-plugin-dts for dts build 2023-02-03 15:51:07 +08:00
Evan You 6213b73cd2 build: custom const enum processing 2023-02-03 09:54:15 +08:00
Evan You 53e3533b75 chore: bump deps 2023-02-03 05:47:40 +08:00
Evan You 40aa7d8040 build: refactor rollup config 2023-02-03 05:00:06 +08:00
Evan You e22b5c510d chore: remove hanging slash from import 2023-02-03 04:31:17 +08:00
Evan You 7bc7066952 workflow: type check on commit 2023-02-03 04:30:50 +08:00
Evan You f87f788e7c chore: remove rpts2 2023-02-03 04:30:46 +08:00
Evan You 124373db50 wip: isolatedModules + use rollup-plugin-esbuild 2023-02-03 04:30:19 +08:00
Evan You 9381349f37 build: only enable esModule compat for cjs builds 2023-02-02 22:32:21 +08:00
Evan You e077e6f5f3 workflow: disable threads during tests 2023-02-02 22:08:37 +08:00
Evan You 1487d81160 chore: define compile time flags during size check 2023-02-02 21:39:04 +08:00
Evan You 3a6f5eb0f7 fix(build): ensure BaseTransition functions can be tree-shaken 2023-02-02 21:38:57 +08:00
Evan You a5dcbad614 chore: fix size reporting for brotli 2023-02-02 20:54:39 +08:00
Evan You c1cbb747b5 chore: fix types 2023-02-02 15:27:29 +08:00
Evan You 45984d559f release: v3.2.47 2023-02-02 13:48:18 +08:00
Evan You 4b7036653e fix(build): enforce __esModule interop for cjs builds 2023-02-02 13:41:25 +08:00
Evan You 29f8cf8b07 release: v3.2.46 2023-02-02 11:32:04 +08:00
Evan You b472965eba workflow: check ci status during release 2023-02-02 11:24:26 +08:00
三咲智子 Kevin Deng a0a010ddc9
fix(types): optional boolean props should have boolean type in return type of defineProps (#7619)
close #7116
fix #5847
fix #7487
2023-02-01 21:57:28 -05:00
edison 30399d46b1
fix(compiler-sfc): support resolving type declaration from normal script (#5831)
fix #5830
2023-02-01 04:24:50 -05:00
李想 1fde49c0f5
fix(runtime-core): fix keep-alive cache prune logic on vnodes with same type but different keys (#7510)
fix #7355
2023-02-01 04:02:03 -05:00
Evan You f19f803ea8 chore: fix jest reference in merged test case 2023-02-01 16:50:13 +08:00
René Koller efe2efd210
fix(compat): fix custom transition classes in compat mode (#7435)
fix #6253
2023-02-01 03:21:50 -05:00
Anthony Fu e64c9ae957
fix(reactivity): `triggerRef` working with `toRef` from reactive (#7507)
* fix(reactivity): `triggerRef` working with `toRef` from reactive

* chore: refactor
2023-02-01 03:20:47 -05:00
Anthony Fu 5f1883ec53
fix(types): accept sync `serverPrefetch()` (#7000) 2023-02-01 03:15:51 -05:00
Evan You d7f63a132a ci: bump netlify node version 2023-02-01 16:07:28 +08:00
Evan You c72eef8907 chore: update caniuse 2023-02-01 16:07:15 +08:00
三咲智子 Kevin Deng 734b06a124
test: fix await patch prop case (#7600) 2023-02-01 08:59:50 +01:00
Evan You 957722c418 fix(build): ensure type exports is first 2023-02-01 10:49:31 +08:00
Evan You 4fedc7977f chore: remove unused import 2023-01-30 17:04:04 +08:00
三咲智子 Kevin Deng 3932c10e79
chore: remove debugging log 2023-01-30 03:49:21 +08:00
Haoqun Jiang e340add5a5
build: do not throw when running `build --release` for the 1st time (#7587) 2023-01-28 07:03:21 +08:00
vaakian X 261fc12443
chore: fix broken link (#7589)
closes https://github.com/vuejs/core/issues/7588
2023-01-28 07:00:04 +08:00
Evan You a1b3057c4d test: configure test hooks sequence order, remove workaround 2023-01-27 14:52:41 +08:00
Evan You 0fbc19f2d0 ci: fix dts tests 2023-01-26 23:04:18 +08:00
Evan You fe76c166f6 chore: explicitly install jsdom 2023-01-26 22:58:27 +08:00
Evan You 069b345cd2 chore: replace test global types with vitest types 2023-01-26 22:56:13 +08:00
Evan You 28b95daa70 workflow: complete migration from jest to vitest 2023-01-26 22:53:39 +08:00
Evan You 158db33611 wip(vitest-migration): all tests passing 2023-01-26 22:22:43 +08:00
Evan You 4ee0dad0fe wip(vitest-migration): runtime-dom tests passing + use environmentMatchGlobs 2023-01-26 21:35:50 +08:00
Evan You a6be280fc3 chore: only wrap during tests 2023-01-26 20:59:30 +08:00