Evan You
|
eaf5455d77
|
chore: Merge branch 'main' into minor
|
2024-08-07 18:25:58 +08:00 |
vue-bot
|
1cbbb04008
|
release: v3.4.36
|
2024-08-06 14:00:05 +00:00 |
Evan You
|
7ecf91f760
|
chore(deps): limit minimatch range
minimatch 10+ only supports Node 20+
|
2024-08-05 14:48:22 +08:00 |
Evan You
|
f6babf3236
|
release: v3.5.0-alpha.5
|
2024-07-31 16:57:19 +08:00 |
Evan You
|
f35080daf5
|
chore: Merge branch 'main' into minor
|
2024-07-31 16:49:22 +08:00 |
Evan You
|
0b8ba6320e
|
release: v3.4.35
|
2024-07-31 16:42:04 +08:00 |
renovate[bot]
|
62e5aa4517
|
fix(deps): update compiler (#11416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-07-29 09:06:40 +08:00 |
Evan You
|
4ffd9db703
|
release: v3.5.0-alpha.4
|
2024-07-24 23:41:40 +08:00 |
Evan You
|
9111252042
|
release: v3.4.34
|
2024-07-24 23:30:30 +08:00 |
Evan You
|
ee11f43623
|
release: v3.5.0-alpha.3
|
2024-07-19 18:14:31 +08:00 |
Evan You
|
422ef34e48
|
release: v3.4.33
|
2024-07-19 17:24:34 +08:00 |
Evan You
|
f15ba2c2e2
|
chore: Merge branch 'main' into minor
|
2024-07-17 17:32:31 +08:00 |
Evan You
|
fd5c001ec7
|
release: v3.4.32
|
2024-07-17 17:07:05 +08:00 |
Zhaolin Liang
|
b287aeec3e
|
fix(compiler-sfc): correctly resolve type annotation for declared function (#11279)
close #11266
|
2024-07-17 15:06:14 +08:00 |
Evan You
|
0fd6193def
|
fix(compiler-sfc): should properly walk desutructured props when reactive destructure is not enabled
close #11325
|
2024-07-17 11:41:58 +08:00 |
renovate[bot]
|
f1aae57dfe
|
chore(deps): update all non-major dependencies (#11357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-07-15 16:22:03 +08:00 |
Evan You
|
0ac0f2e338
|
workflow: use pnpm catalog for workspace deps (#11317)
ref https://pnpm.io/catalogs
|
2024-07-08 20:06:37 +08:00 |
renovate[bot]
|
933ad9db4b
|
fix(deps): update dependency postcss to ^8.4.39 (#11259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-07-08 18:02:39 +08:00 |
renovate[bot]
|
4e45bf1273
|
chore(deps): update all non-major dependencies (#11255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-07-08 17:31:20 +08:00 |
Evan You
|
f2acd51340
|
release: v3.4.31
|
2024-06-28 10:14:29 +08:00 |
Tycho
|
746352a14d
|
fix(compiler-core): handle inline comments with undefined bindings (#11217)
close #11216
|
2024-06-28 09:48:23 +08:00 |
renovate[bot]
|
a1170db9e0
|
chore(deps): update all non-major dependencies (#11207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-24 10:53:17 +08:00 |
Evan You
|
7d06ca3a83
|
chore: Merge branch 'main' into minor
|
2024-06-22 21:05:15 +08:00 |
Evan You
|
582cd2e9bc
|
release: v3.4.30
|
2024-06-22 20:59:53 +08:00 |
renovate[bot]
|
98a0b42527
|
chore(deps): update all non-major dependencies (#11152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-17 11:43:37 +08:00 |
Evan You
|
524e660e35
|
chore: Merge branch 'main' into minor
|
2024-06-14 18:15:20 +02:00 |
Evan You
|
e5ca13a3af
|
release: v3.4.29
|
2024-06-14 18:02:36 +02:00 |
Evan You
|
a23e99bedf
|
fix(compiler-sfc): support @vue-ignore comment on more type sources
|
2024-06-14 17:46:50 +02:00 |
Evan You
|
a476692ed2
|
fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files
|
2024-06-14 16:47:24 +02:00 |
Evan You
|
4ec387b100
|
fix(compiler-sfc): fix missing scope for extends error message
|
2024-06-14 16:46:26 +02:00 |
Evan You
|
26356264d2
|
chore: Merge branch 'main' into minor
|
2024-06-14 12:32:28 +02:00 |
Evan You
|
3e89a0da21
|
release: v3.4.28
|
2024-06-14 11:30:16 +02:00 |
Zhaolin Liang
|
495263a9cb
|
fix(compiler-sfc): support type resolve for keyof for intersection & union types (#11132)
close #11129
|
2024-06-14 17:10:46 +08:00 |
Tycho
|
8cf357ec04
|
chore(perf): replace startsWith with === (#11124)
|
2024-06-14 16:09:39 +08:00 |
cyrilluce
|
bdeac377c7
|
fix(compile-sfc): Support project reference with folder, (#10908)
close #10907
|
2024-06-10 15:25:47 +08:00 |
Zhaolin Liang
|
2594b1df57
|
fix(compiler-sfc): support as keyword with template literal types (#11100)
close #10962
|
2024-06-10 15:19:39 +08:00 |
renovate[bot]
|
2438b75ed6
|
fix(deps): update compiler to ^7.24.7 (#11101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-10 15:06:09 +08:00 |
No Two
|
2c78f8921d
|
chore: improve compileTemplate warn message (#11085)
|
2024-06-07 17:30:35 +08:00 |
Tycho
|
293cf4e131
|
fix(compiler-sfc): improve type resolving for the keyof operator (#10921)
close #10920
close #11002
|
2024-06-07 16:27:43 +08:00 |
Evan You
|
cd0ea0d479
|
fix(compiler-core): change node hoisting to caching per instance (#11067)
close #5256
close #9219
close #10959
|
2024-06-04 20:09:54 +08:00 |
renovate[bot]
|
a1ff7a80d8
|
chore(deps): update all non-major dependencies (#11058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-06-03 15:23:32 +08:00 |
Kevin Deng 三咲智子
|
34a97edd2c
|
fix(compiler-sfc): throw error when import macro as alias (#11041)
|
2024-05-31 17:08:54 +08:00 |
Evan You
|
1d8727ec97
|
chore: Merge branch 'main' into minor
|
2024-05-30 11:21:12 +08:00 |
Simon He
|
56f5692fb6
|
refactor(compiler-sfc): defineOptions avoid redundant conditional judgments (#9453)
|
2024-05-27 17:59:29 +08:00 |
Haoqun Jiang
|
07b3c4b786
|
fix(compat): correctly transform non-identifier expressions in legacy filter syntax (#10896)
close #10852
|
2024-05-27 17:04:48 +08:00 |
renovate[bot]
|
b63566aaeb
|
fix(deps): update compiler (#11024)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-27 16:51:43 +08:00 |
renovate[bot]
|
b487acdf44
|
chore(deps): update all non-major dependencies (#11020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-27 16:27:59 +08:00 |
renovate[bot]
|
90cbcfefd1
|
chore(deps): update all non-major dependencies (#10980)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-20 21:40:41 +08:00 |
renovate[bot]
|
7cef876afa
|
fix(deps): update compiler to ^7.24.5 (#10924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-13 17:10:34 +08:00 |
renovate[bot]
|
7cb3db6faf
|
chore(deps): update all non-major dependencies (#10923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-13 17:09:13 +08:00 |