Commit Graph

6614 Commits

Author SHA1 Message Date
dlzmoe c42919a0f6
chore: update email link in SECURITY.md (#11632) [ci skip] 2024-08-16 16:02:23 +08:00
edison 7ba59c6d43
feat(workflows): auto close issues with `can't reproduce` label (#11631)
* feat(workflows): auto close issues with 'can't reproduce' label

* chore: update
2024-08-16 16:01:40 +08:00
Tycho 9cf8ea9ba7
chore: add 3.4.38 changelog (#11630) [ci skip] 2024-08-16 16:01:24 +08:00
山吹色御守 d7d0371e74
fix(runtime-core): correct type inference for PascalCase emits (#11579)
fix vuejs/language-tools#4269
2024-08-15 17:49:43 +08:00
Evan You 7d700c215d
release: v3.5.0-beta.2 2024-08-15 15:29:43 +08:00
Evan You e19fc27042
fix(custom-element): keep instance.isCE for backwards compat 2024-08-15 15:18:19 +08:00
Evan You 3d6f01571b
fix(compiler-sfc): fix prefixIdentifier default value 2024-08-15 14:29:28 +08:00
disservin fe008152c0
fix(compiler-sfc): handle keyof operator with index object (#11581) 2024-08-15 10:24:04 +08:00
Evan You e9e08155bf
fix(build): revert entities to 4.5 to avoid runtime resolution errors
close #11603
2024-08-15 10:16:32 +08:00
Evan You 5861229475
fix(compiler-core): use ast-based check for function expressions when possible
close #11615
2024-08-15 09:58:30 +08:00
Evan You 905c9f16e1
chore: update changelog regarding inject behavior change
close #11602
close #11604
2024-08-15 08:55:36 +08:00
btea c66a362f50
chore: add recommendations extensions vitest (#11610) 2024-08-15 08:48:13 +08:00
Raman Paulau c96ec67c87
chore(types): update examples in JSDoc for augmenting global properties and custom options to align with docs (#11609) 2024-08-14 15:12:13 +08:00
Tycho 5cf5a1620d
fix(types/computed): ensure type safety for `WritableComputedRef` (#11608) 2024-08-14 15:11:10 +08:00
linzhe 3bda3e83fd
fix(reactivity): sync watch should be executed correctly (#11589)
close #11577
2024-08-13 22:54:08 +08:00
btea 3653bc0f45
fix(keep-alive): ensure include/exclude regexp work with global flag (#11595) 2024-08-13 22:07:35 +08:00
Tycho fee669764f
fix(types): add fallback stub for DOM types when DOM lib is absent (#11598) 2024-08-13 22:06:10 +08:00
edison 73fa91fabd
refactor: remove unnecessary check as filter is always non-null (#11599) 2024-08-13 22:05:14 +08:00
edison 4e7d5db4d2
feat(deprecated): remove deprecated parseExpressions option (#11597) 2024-08-13 22:04:48 +08:00
Tycho d0f882d5bb
chore: add explicit type annotation to `initDirectivesForSSR` (#11596) 2024-08-13 22:02:57 +08:00
Evan You 5238e5a9de
chore(deps): pin marked 2024-08-12 09:36:39 +08:00
renovate[bot] 3f23eff2b5
chore(deps): update lint (#11586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:34:50 +08:00
renovate[bot] cffa12859d
chore(deps): update test to ^2.0.5 (#11584)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:34:36 +08:00
renovate[bot] 31deff4c32
chore(deps): update dependency puppeteer to v23 (#11588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:34:23 +08:00
renovate[bot] 4c4e12ae28
fix(deps): update dependency postcss to ^8.4.41 (#11585)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:31:46 +08:00
renovate[bot] a26d48177f
chore(deps): update build (#11583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:31:13 +08:00
renovate[bot] 43ccad4ea1
chore(deps): update all non-major dependencies (#11582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 09:30:12 +08:00
Evan You 765abf8c4a
workflow: fix size report 2024-08-12 09:27:08 +08:00
Evan You 67cdb5f335
workflow: adjust upload depth 2024-08-12 08:29:03 +08:00
Evan You da2bf967f6
chore: rename workflow 2024-08-12 08:24:55 +08:00
Evan You 2dc1c31feb
workflow: upload-built-packages 2024-08-12 08:08:18 +08:00
Evan You 85ee76f29d
chore: bump transition tests buffer in ci 2024-08-12 08:07:41 +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 8921c2df85
workflow: test publish commit workflow 2024-08-12 06:35:29 +08:00
Evan You 0a16eae249
chore: log stats in size script 2024-08-11 21:48:08 +08:00
Evan You 90caac473d
test(custom-element): test custom element hydration w/ declarative shadow dom 2024-08-10 16:39:20 +08:00
edison 4085def1ba
fix(reactivity): ensure extended method arguments are not lost (#11574)
close #11570
2024-08-10 15:54:38 +08:00
Evan You 63b7c01d0f
chore(deps): bump vitest to 2.0 2024-08-09 23:11:31 +08:00
Evan You cffe8667ee
workflow: simplify size report action 2024-08-09 21:08:27 +08:00
Evan You 23e098807b
release: v3.5.0-beta.1 2024-08-08 23:31:46 +08:00
Evan You 158bb62ba7
chore: split 3.4 changelog 2024-08-08 23:27:59 +08:00
Evan You d14c48c787
chore: bump deps 2024-08-08 23:10:55 +08:00
Evan You 741d8a0710
chore: Merge branch 'main' into minor 2024-08-08 23:06:53 +08:00
Kevin Deng 三咲智子 928af5fe2f
refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
Evan You 28db2e69f4
release: v3.4.37 2024-08-08 22:36:10 +08:00
Evan You 6be63e0243
workflow: new release workflow 2024-08-08 22:33:01 +08:00
Evan You e33331275d
workflow: fix release script in actions 2024-08-08 21:42:43 +08:00