Commit Graph

207 Commits

Author SHA1 Message Date
Bald-M 388295b27f
fix(compiler): fix spelling error in domTagConfig (#13043) 2025-03-17 08:18:09 +08:00
inottn 0c8dd94ef9
fix(ci): use `with` instead of `assert` syntax (#12901) 2025-02-18 08:18:34 +08:00
Evan You a77b95992a
workflow: link to release workflow in release script [ci skip] 2024-09-26 19:30:19 +08:00
Evan You f599321a65
chore: refactor scripts to js, remove need for tsx 2024-09-10 19:13:42 +08:00
Tycho 38fe300abb
workflow: update paths for private packages in `dev` script (#11668) 2024-08-28 17:52:07 +08:00
Evan You fdcb06b5e0
chore: log more precise digits for size script [ci skip] 2024-08-20 08:22:38 +08:00
Evan You 765abf8c4a
workflow: fix size report 2024-08-12 09:27:08 +08:00
Evan You 6a5b2098e1
workflow: move private packages to separate directory 2024-08-12 08:02:03 +08:00
Evan You cac1e4e7f6
workflow: skip provenance when publishing commits 2024-08-12 07:15:42 +08:00
Evan You 119a0b3832
workflow: use explicit registry when publishing 2024-08-12 07:11:17 +08:00
Evan You a1ee8b719f
workflow: handle targetVersion in release script with publishOnly flag 2024-08-12 06:45:44 +08:00
Evan You 0a16eae249
chore: log stats in size script 2024-08-11 21:48:08 +08:00
Evan You 741d8a0710
chore: Merge branch 'main' into minor 2024-08-08 23:06:53 +08:00
Evan You e33331275d
workflow: fix release script in actions 2024-08-08 21:42:43 +08:00
Evan You 47cdf241f2
workflow: adjust release workflow 2024-08-08 20:44:35 +08:00
Evan You eaf5455d77
chore: Merge branch 'main' into minor 2024-08-07 18:25:58 +08:00
Evan You 13834c81ea
workflow: fix release script error handling 2024-08-06 21:14:32 +08:00
Evan You ae09d24f41
workflow: bail release when skipping prompts + CI not passed yet 2024-08-06 21:07:58 +08:00
Haoqun Jiang a586901a76
workflow: add a "publish" workflow for automated releases (#9690) 2024-08-06 20:42:36 +08:00
David Matter 63fd8b683a
ci: fix canary release workflow (#11516) 2024-08-06 14:34:31 +08:00
Evan You 66579ea544
chore: Merge branch 'main' into minor 2024-07-19 18:07:42 +08:00
Hongkun Peng c7f5c70eba
chore(build): fix build error on Windows (#11389) 2024-07-19 16:48:13 +08:00
Evan You b14cd9a68b
fix(build): enable SSR branches in esm-browser builds
This enables the logic necessary to pick up the correct current instance
when using esm-browser builds for in-browser SSR, and fixes the problem
of `getCurrentInstance()` returning null during SSR in the SFC playground.
2024-07-19 12:12:42 +08:00
Evan You 01032db7cd
workflow: enable prod hydration details in dev script 2024-07-19 11:14:00 +08:00
Evan You 36b1fefeac
chore: remove terser dep 2024-07-15 16:29:41 +08:00
Evan You 93324b2ec0
chore: refactor scripts to reduce dependencies 2024-07-05 11:51:24 +08:00
Tycho ae97e50538
chore: move custom matcher types to setup-vitest.ts (#11252) 2024-06-29 22:26:30 +08:00
Snoppy 5a382b7a17
chore: fix typo [skip ci] (#11154) 2024-06-17 11:55:52 +08:00
Evan You 1e42f24d8f
workflow: improve release script ci status check 2024-06-14 17:59:12 +02:00
Tycho 8cf357ec04
chore(perf): replace startsWith with === (#11124) 2024-06-14 16:09:39 +08:00
Evan You b7f6c54f67
chore: fix release script type 2024-06-10 17:37:20 +08:00
Haoqun Jiang ea494af993
chore: update to ESLint 9 (#10705) 2024-04-17 21:58:35 +08:00
Evan You 159efa9d73 chore: fix local test run mode in release script 2024-02-13 13:07:39 +08:00
Evan You 5d48844670 test: fix unexpected warning check when asserting same message for both conditions 2024-02-09 09:08:09 +08:00
Neo 4082426c01
workflow: minor tweaks for release script (#10220)
- `pnpm run test` instead of `pnpm test run`
- also need `--no-git-checks` when drying run
- fix spelling of `remote`
2024-01-29 09:32:56 +08:00
Bou Harusame e58d3f69fc
chore: dev build for multi-packages (#10126)
Co-authored-by: baoqiang <qiang.bao@stanlogy.com>
2024-01-18 10:38:36 +08:00
三咲智子 Kevin Deng 5bee7a8bab
chore: dev build for multi-packages (#10108) 2024-01-15 18:14:32 +08:00
Evan You bceccf9e21 chore(build): rename __NODE_JS__ build flag to __CJS__ 2024-01-11 18:24:21 +08:00
LiuSeen 3135fcb0e4
workflow: ignore non-package directories in /packages (#10016) 2024-01-09 15:30:08 +08:00
三咲智子 Kevin Deng bfe6b459d3
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
2023-12-26 19:39:47 +08:00
Evan You 4c88ff73b6 ci: build via pnpm in verify-treeshaking script 2023-12-26 15:39:22 +08:00
Evan You 897112abcc ci: verify common treeshaking issues in CI 2023-12-26 15:34:40 +08:00
Evan You 5fa4b65a7d chore: use consistent file names for scripts 2023-12-26 14:59:34 +08:00
Evan You 5ec937723a chore: Merge branch 'main' into minor 2023-12-24 22:50:06 +08:00
丶远方 1b522cae07
chore(test): replace deprecated `SpyInstance` import with the latest `MockInstance` (#9889) 2023-12-22 21:55:43 +08:00
Fabian Gündel d42b6ba3f5
feat: MathML support (#7836)
close #7820
2023-12-08 18:25:01 +08:00
Divyansh Singh bc7698dbfe
feat(ssr): add `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` feature flag (#9550) 2023-12-08 16:41:15 +08:00
Evan You e12b10ac3e chore: Merge branch 'main' into minor 2023-12-04 23:17:41 +08:00
Abhay Chauhan eaeab78915
chore: improve comment readability (#8598) [ci skip] 2023-12-01 02:43:56 +08:00
ZHAO Jin-Xiang 7218ab7496
chore: improve typing for scripts (#9709) 2023-11-30 14:17:51 +08:00