]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
10 months agochore(reactivity): effectScope.ts variable declarations optimized and remove useless...
HEGGRIA [Wed, 28 Aug 2024 10:16:59 +0000 (18:16 +0800)] 
chore(reactivity): effectScope.ts variable declarations optimized and remove useless code in effect.ts (#11721)

* chore(reactivity): effectScope.ts variable declarations optimized and remove useless code in effect.ts

* fix(reactivity): batchDepth count error fixed

* fix(reactivity): batchDepth count error fixed

* chore(reactivity): modify the batchDepth increase type

10 months agochore: update coverage config to use explicit include
Evan You [Wed, 28 Aug 2024 10:06:46 +0000 (18:06 +0800)] 
chore: update coverage config to use explicit include

10 months agochore(deps): update dependency jsdom to v25 (#11714)
renovate[bot] [Wed, 28 Aug 2024 09:59:16 +0000 (17:59 +0800)] 
chore(deps): update dependency jsdom to v25 (#11714)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agochore(deps): update lint (#11710)
renovate[bot] [Wed, 28 Aug 2024 09:55:48 +0000 (17:55 +0800)] 
chore(deps): update lint (#11710)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agochore(deps): update build (#11709)
renovate[bot] [Wed, 28 Aug 2024 09:55:05 +0000 (17:55 +0800)] 
chore(deps): update build (#11709)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agofix(deps): update dependency monaco-editor to ^0.51.0 (#11713)
renovate[bot] [Wed, 28 Aug 2024 09:54:07 +0000 (17:54 +0800)] 
fix(deps): update dependency monaco-editor to ^0.51.0 (#11713)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agochore(deps): update all non-major dependencies (#11708)
renovate[bot] [Wed, 28 Aug 2024 09:52:55 +0000 (17:52 +0800)] 
chore(deps): update all non-major dependencies (#11708)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agoworkflow: update paths for private packages in `dev` script (#11668)
Tycho [Wed, 28 Aug 2024 09:52:07 +0000 (17:52 +0800)] 
workflow: update paths for private packages in `dev` script (#11668)

10 months agodx(compiler-sfc): improve error message for missing template and script tag in vue...
Paul Werner [Wed, 28 Aug 2024 09:49:33 +0000 (11:49 +0200)] 
dx(compiler-sfc): improve error message for missing template and script tag in vue file (#11723)

10 months agotest(types): component type check when props is an empty object (#7419)
Rudy [Wed, 28 Aug 2024 09:48:10 +0000 (17:48 +0800)] 
test(types): component type check when props is an empty object (#7419)

ref #4051
ref #8825

10 months agofix(runtime-dom): setting innerHTML when patching props should go through trusted...
Evan You [Wed, 28 Aug 2024 09:37:39 +0000 (17:37 +0800)] 
fix(runtime-dom): setting innerHTML when patching props should go through trusted types

10 months agofix(types): GlobalDirective / GlobalComponents should not be records
Evan You [Wed, 28 Aug 2024 07:00:23 +0000 (15:00 +0800)] 
fix(types): GlobalDirective / GlobalComponents should not be records

10 months agochore: correct the issue number (#11715) [ci skip]
edison [Mon, 26 Aug 2024 10:08:46 +0000 (18:08 +0800)] 
chore: correct the issue number (#11715) [ci skip]

10 months agofix(reactivity): ensure watcher with once: true are properly removed from effect...
yangxiuxiu [Tue, 20 Aug 2024 08:35:08 +0000 (16:35 +0800)] 
fix(reactivity): ensure watcher with once: true are properly removed from effect scope  (#11665)

10 months agorefactor(watch): reuse watch types
Evan You [Tue, 20 Aug 2024 08:15:08 +0000 (16:15 +0800)] 
refactor(watch): reuse watch types

10 months agochore: fix typo (#11663)[ci skip]
Tycho [Tue, 20 Aug 2024 02:42:12 +0000 (10:42 +0800)] 
chore: fix typo (#11663)[ci skip]

* chore: fix typo

* chore: update

10 months agorelease: v3.5.0-beta.3 v3.5.0-beta.3
Evan You [Tue, 20 Aug 2024 00:24:06 +0000 (08:24 +0800)] 
release: v3.5.0-beta.3

10 months agochore: log more precise digits for size script [ci skip]
Evan You [Tue, 20 Aug 2024 00:22:32 +0000 (08:22 +0800)] 
chore: log more precise digits for size script [ci skip]

10 months agofeat(reactivity): base `watch`, `getCurrentWatcher`, and `onWatcherCleanup` (#9927)
Rizumu Ayaka [Tue, 20 Aug 2024 00:21:44 +0000 (08:21 +0800)] 
feat(reactivity): base `watch`, `getCurrentWatcher`, and `onWatcherCleanup` (#9927)

10 months agofix(types): strip non-prop default values from return type of withDefaults (#9998)
yangxiuxiu [Mon, 19 Aug 2024 08:29:43 +0000 (16:29 +0800)] 
fix(types): strip non-prop default values from return type of withDefaults (#9998)

close #9899

10 months agoperf( runtime-core): use `apply` to avoid spreading. (#5985)
zhangenming [Mon, 19 Aug 2024 08:25:01 +0000 (16:25 +0800)] 
perf( runtime-core): use `apply`  to avoid spreading. (#5985)

10 months agofix(ssr): apply ssr props to the the fallback vnode-based branch in ssr (#7247)
edison [Mon, 19 Aug 2024 08:22:05 +0000 (16:22 +0800)] 
fix(ssr): apply ssr props to the the fallback vnode-based branch in ssr (#7247)

close #6123

10 months agofix(runtime-core): ensure suspense content inherit scopeId (#10652)
edison [Mon, 19 Aug 2024 08:19:24 +0000 (16:19 +0800)] 
fix(runtime-core): ensure suspense content inherit scopeId (#10652)

close #5148

10 months agorefactor(scheduler): remove invalidateJob (#11650)
skirtle [Mon, 19 Aug 2024 02:49:59 +0000 (03:49 +0100)] 
refactor(scheduler): remove invalidateJob (#11650)

Co-authored-by: Evan You <evan@vuejs.org>
10 months agochore(deps): update lint (#11653)
renovate[bot] [Mon, 19 Aug 2024 02:34:40 +0000 (10:34 +0800)] 
chore(deps): update lint (#11653)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agochore(deps): update all non-major dependencies (#11654)
renovate[bot] [Mon, 19 Aug 2024 02:34:21 +0000 (10:34 +0800)] 
chore(deps): update all non-major dependencies (#11654)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agochore(deps): update dependency postcss-selector-parser to ^6.1.2 (#11652)
renovate[bot] [Mon, 19 Aug 2024 02:34:10 +0000 (10:34 +0800)] 
chore(deps): update dependency postcss-selector-parser to ^6.1.2 (#11652)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agochore(deps): update build (#11651)
renovate[bot] [Mon, 19 Aug 2024 02:33:57 +0000 (10:33 +0800)] 
chore(deps): update build (#11651)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 months agorefactor(scheduler): remove redundant sorting (#11646)
skirtle [Mon, 19 Aug 2024 02:17:45 +0000 (03:17 +0100)] 
refactor(scheduler): remove redundant sorting (#11646)

10 months agofix(runtime-core): pre jobs without an id should run first (#7746)
skirtle [Mon, 19 Aug 2024 02:13:50 +0000 (03:13 +0100)] 
fix(runtime-core): pre jobs without an id should run first (#7746)

10 months agoworkflow: pass along commit to ecosystem-ci pr workflow
Evan You [Fri, 16 Aug 2024 14:01:41 +0000 (22:01 +0800)] 
workflow: pass along commit to ecosystem-ci pr workflow

10 months agoworkflow: set up continuous release with pkg.pr.new
Evan You [Fri, 16 Aug 2024 09:53:02 +0000 (17:53 +0800)] 
workflow: set up continuous release with pkg.pr.new

10 months agofix(reactivity): extended methods respect reactive (#11629)
edison [Fri, 16 Aug 2024 08:23:09 +0000 (16:23 +0800)] 
fix(reactivity): extended methods respect reactive (#11629)

close #11628

10 months agofix(types/custom-element): `defineCustomElement` with required props (#11578)
Andy Li [Thu, 15 Aug 2024 02:28:40 +0000 (10:28 +0800)] 
fix(types/custom-element): `defineCustomElement` with required props (#11578)

10 months agofix(watch): handle errors in computed used as watch source (#11626)
Jakob [Fri, 16 Aug 2024 08:14:08 +0000 (10:14 +0200)] 
fix(watch): handle errors in computed used as watch source (#11626)

close #11624

10 months agochore: update email link in SECURITY.md (#11632) [ci skip]
dlzmoe [Fri, 16 Aug 2024 08:02:23 +0000 (16:02 +0800)] 
chore: update email link in SECURITY.md (#11632) [ci skip]

10 months agofeat(workflows): auto close issues with `can't reproduce` label (#11631)
edison [Fri, 16 Aug 2024 08:01:40 +0000 (16:01 +0800)] 
feat(workflows): auto close issues with `can't reproduce` label (#11631)

* feat(workflows): auto close issues with 'can't reproduce' label

* chore: update

10 months agochore: add 3.4.38 changelog (#11630) [ci skip]
Tycho [Fri, 16 Aug 2024 08:01:24 +0000 (16:01 +0800)] 
chore: add 3.4.38 changelog (#11630) [ci skip]

10 months agofix(runtime-core): correct type inference for PascalCase emits (#11579)
山吹色御守 [Thu, 15 Aug 2024 09:49:43 +0000 (17:49 +0800)] 
fix(runtime-core): correct type inference for PascalCase emits (#11579)

fix vuejs/language-tools#4269

10 months agorelease: v3.5.0-beta.2 v3.5.0-beta.2
Evan You [Thu, 15 Aug 2024 07:29:43 +0000 (15:29 +0800)] 
release: v3.5.0-beta.2

10 months agofix(custom-element): keep instance.isCE for backwards compat
Evan You [Thu, 15 Aug 2024 07:18:19 +0000 (15:18 +0800)] 
fix(custom-element): keep instance.isCE for backwards compat

10 months agofix(compiler-sfc): fix prefixIdentifier default value
Evan You [Thu, 15 Aug 2024 06:29:14 +0000 (14:29 +0800)] 
fix(compiler-sfc): fix prefixIdentifier default value

10 months agofix(compiler-sfc): handle keyof operator with index object (#11581)
disservin [Thu, 15 Aug 2024 02:24:04 +0000 (04:24 +0200)] 
fix(compiler-sfc): handle keyof operator with index object (#11581)

10 months agofix(build): revert entities to 4.5 to avoid runtime resolution errors
Evan You [Thu, 15 Aug 2024 02:16:32 +0000 (10:16 +0800)] 
fix(build): revert entities to 4.5 to avoid runtime resolution errors

close #11603

10 months agofix(compiler-core): use ast-based check for function expressions when possible
Evan You [Thu, 15 Aug 2024 01:58:30 +0000 (09:58 +0800)] 
fix(compiler-core): use ast-based check for function expressions when possible

close #11615

10 months agochore: update changelog regarding inject behavior change
Evan You [Thu, 15 Aug 2024 00:55:36 +0000 (08:55 +0800)] 
chore: update changelog regarding inject behavior change

close #11602
close #11604

10 months agochore: add recommendations extensions vitest (#11610)
btea [Thu, 15 Aug 2024 00:48:13 +0000 (08:48 +0800)] 
chore: add recommendations extensions vitest (#11610)

10 months agochore(types): update examples in JSDoc for augmenting global properties and custom...
Raman Paulau [Wed, 14 Aug 2024 07:12:13 +0000 (00:12 -0700)] 
chore(types): update examples in JSDoc for augmenting global properties and custom options to align with docs (#11609)

10 months agofix(types/computed): ensure type safety for `WritableComputedRef` (#11608)
Tycho [Wed, 14 Aug 2024 07:11:10 +0000 (15:11 +0800)] 
fix(types/computed): ensure type safety for `WritableComputedRef` (#11608)

10 months agofix(reactivity): sync watch should be executed correctly (#11589)
linzhe [Tue, 13 Aug 2024 14:54:08 +0000 (22:54 +0800)] 
fix(reactivity): sync watch should be executed correctly (#11589)

close #11577

10 months agofix(keep-alive): ensure include/exclude regexp work with global flag (#11595)
btea [Tue, 13 Aug 2024 14:07:35 +0000 (22:07 +0800)] 
fix(keep-alive): ensure include/exclude regexp work with global flag (#11595)

10 months agofix(types): add fallback stub for DOM types when DOM lib is absent (#11598)
Tycho [Tue, 13 Aug 2024 14:06:10 +0000 (22:06 +0800)] 
fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)

10 months agorefactor: remove unnecessary check as filter is always non-null (#11599)
edison [Tue, 13 Aug 2024 14:05:14 +0000 (22:05 +0800)] 
refactor: remove unnecessary check as filter is always non-null (#11599)

10 months agofeat(deprecated): remove deprecated parseExpressions option (#11597)
edison [Tue, 13 Aug 2024 14:04:48 +0000 (22:04 +0800)] 
feat(deprecated): remove deprecated parseExpressions option (#11597)

10 months agochore: add explicit type annotation to `initDirectivesForSSR` (#11596)
Tycho [Tue, 13 Aug 2024 14:02:57 +0000 (22:02 +0800)] 
chore: add explicit type annotation to `initDirectivesForSSR` (#11596)

11 months agochore(deps): pin marked
Evan You [Mon, 12 Aug 2024 01:33:56 +0000 (09:33 +0800)] 
chore(deps): pin marked

11 months agochore(deps): update lint (#11586)
renovate[bot] [Mon, 12 Aug 2024 01:34:50 +0000 (09:34 +0800)] 
chore(deps): update lint (#11586)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update test to ^2.0.5 (#11584)
renovate[bot] [Mon, 12 Aug 2024 01:34:36 +0000 (09:34 +0800)] 
chore(deps): update test to ^2.0.5 (#11584)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update dependency puppeteer to v23 (#11588)
renovate[bot] [Mon, 12 Aug 2024 01:34:23 +0000 (09:34 +0800)] 
chore(deps): update dependency puppeteer to v23 (#11588)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agofix(deps): update dependency postcss to ^8.4.41 (#11585)
renovate[bot] [Mon, 12 Aug 2024 01:31:46 +0000 (09:31 +0800)] 
fix(deps): update dependency postcss to ^8.4.41 (#11585)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update build (#11583)
renovate[bot] [Mon, 12 Aug 2024 01:31:13 +0000 (09:31 +0800)] 
chore(deps): update build (#11583)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agochore(deps): update all non-major dependencies (#11582)
renovate[bot] [Mon, 12 Aug 2024 01:30:12 +0000 (09:30 +0800)] 
chore(deps): update all non-major dependencies (#11582)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
11 months agoworkflow: fix size report
Evan You [Mon, 12 Aug 2024 01:27:08 +0000 (09:27 +0800)] 
workflow: fix size report

11 months agoworkflow: adjust upload depth
Evan You [Mon, 12 Aug 2024 00:29:03 +0000 (08:29 +0800)] 
workflow: adjust upload depth

11 months agochore: rename workflow
Evan You [Mon, 12 Aug 2024 00:24:55 +0000 (08:24 +0800)] 
chore: rename workflow

11 months agoworkflow: upload-built-packages
Evan You [Mon, 12 Aug 2024 00:08:18 +0000 (08:08 +0800)] 
workflow: upload-built-packages

11 months agochore: bump transition tests buffer in ci
Evan You [Mon, 12 Aug 2024 00:07:41 +0000 (08:07 +0800)] 
chore: bump transition tests buffer in ci

11 months agoworkflow: move private packages to separate directory
Evan You [Mon, 12 Aug 2024 00:02:03 +0000 (08:02 +0800)] 
workflow: move private packages to separate directory

11 months agoworkflow: skip provenance when publishing commits
Evan You [Sun, 11 Aug 2024 23:15:42 +0000 (07:15 +0800)] 
workflow: skip provenance when publishing commits

11 months agoworkflow: use explicit registry when publishing
Evan You [Sun, 11 Aug 2024 23:05:06 +0000 (07:05 +0800)] 
workflow: use explicit registry when publishing

11 months agoworkflow: handle targetVersion in release script with publishOnly flag
Evan You [Sun, 11 Aug 2024 22:45:44 +0000 (06:45 +0800)] 
workflow: handle targetVersion in release script with publishOnly flag

11 months agoworkflow: test publish commit workflow
Evan You [Sun, 11 Aug 2024 22:35:29 +0000 (06:35 +0800)] 
workflow: test publish commit workflow

11 months agochore: log stats in size script
Evan You [Sun, 11 Aug 2024 13:48:08 +0000 (21:48 +0800)] 
chore: log stats in size script

11 months agotest(custom-element): test custom element hydration w/ declarative shadow dom
Evan You [Sat, 10 Aug 2024 08:39:20 +0000 (16:39 +0800)] 
test(custom-element): test custom element hydration w/ declarative shadow dom

11 months agofix(reactivity): ensure extended method arguments are not lost (#11574)
edison [Sat, 10 Aug 2024 07:54:38 +0000 (15:54 +0800)] 
fix(reactivity): ensure extended method arguments are not lost (#11574)

close #11570

11 months agochore(deps): bump vitest to 2.0
Evan You [Fri, 9 Aug 2024 15:11:31 +0000 (23:11 +0800)] 
chore(deps): bump vitest to 2.0

11 months agoworkflow: simplify size report action
Evan You [Fri, 9 Aug 2024 13:08:27 +0000 (21:08 +0800)] 
workflow: simplify size report action

11 months agorelease: v3.5.0-beta.1 v3.5.0-beta.1
Evan You [Thu, 8 Aug 2024 15:31:46 +0000 (23:31 +0800)] 
release: v3.5.0-beta.1

11 months agochore: split 3.4 changelog
Evan You [Thu, 8 Aug 2024 15:27:59 +0000 (23:27 +0800)] 
chore: split 3.4 changelog

11 months agochore: bump deps
Evan You [Thu, 8 Aug 2024 15:10:55 +0000 (23:10 +0800)] 
chore: bump deps

11 months agochore: Merge branch 'main' into minor
Evan You [Thu, 8 Aug 2024 15:06:53 +0000 (23:06 +0800)] 
chore: Merge branch 'main' into minor

11 months agorefactor(types): enable `isolatedDeclarations` (#11178)
Kevin Deng 三咲智子 [Thu, 8 Aug 2024 15:05:21 +0000 (23:05 +0800)] 
refactor(types): enable `isolatedDeclarations` (#11178)

11 months agorelease: v3.4.37 v3.4.37
Evan You [Thu, 8 Aug 2024 14:36:10 +0000 (22:36 +0800)] 
release: v3.4.37

11 months agoworkflow: new release workflow
Evan You [Thu, 8 Aug 2024 14:30:56 +0000 (22:30 +0800)] 
workflow: new release workflow

11 months agoworkflow: fix release script in actions
Evan You [Thu, 8 Aug 2024 13:42:43 +0000 (21:42 +0800)] 
workflow: fix release script in actions

11 months agotest(compiler-sfc): add assertion for template functional (#11557)
disservin [Thu, 8 Aug 2024 13:08:58 +0000 (15:08 +0200)] 
test(compiler-sfc): add assertion for template functional (#11557)

11 months agochore(playground): support copying vue version (#11558)
LiuSeen [Thu, 8 Aug 2024 13:07:57 +0000 (21:07 +0800)] 
chore(playground): support copying vue version (#11558)

11 months agoworkflow: adjust release workflow
Evan You [Thu, 8 Aug 2024 12:44:35 +0000 (20:44 +0800)] 
workflow: adjust release workflow

11 months agofix(custom-element): delete prop on attribute removal
Evan You [Thu, 8 Aug 2024 10:37:54 +0000 (18:37 +0800)] 
fix(custom-element): delete prop on attribute removal

close #11276

11 months agoworkflow: fix size report base branch
Evan You [Thu, 8 Aug 2024 10:06:32 +0000 (18:06 +0800)] 
workflow: fix size report base branch

11 months agofix(compiler-core): use `isProp.arg.loc` instead of `isProp.loc` (#11547)
山吹色御守 [Thu, 8 Aug 2024 09:13:24 +0000 (17:13 +0800)] 
fix(compiler-core): use `isProp.arg.loc` instead of `isProp.loc` (#11547)

11 months agochore(sfc-playground): default isCustomElement for sfc playground
Evan You [Thu, 8 Aug 2024 08:49:16 +0000 (16:49 +0800)] 
chore(sfc-playground): default isCustomElement for sfc playground

11 months agofix(custom-element): support early-set domProps for async custom elements
Evan You [Thu, 8 Aug 2024 08:26:48 +0000 (16:26 +0800)] 
fix(custom-element): support early-set domProps for async custom elements

close #11081
close #11082

11 months agotest: rectify accidentally passing test
Evan You [Thu, 8 Aug 2024 07:57:07 +0000 (15:57 +0800)] 
test: rectify accidentally passing test

11 months agochore: use fresh containers for app mount tests
Evan You [Thu, 8 Aug 2024 06:42:07 +0000 (14:42 +0800)] 
chore: use fresh containers for app mount tests

11 months agofeat(custom-element): expose this.$host in Options API
Evan You [Thu, 8 Aug 2024 04:40:40 +0000 (12:40 +0800)] 
feat(custom-element): expose this.$host in Options API

11 months agofeat(custom-element): useHost() helper
Evan You [Thu, 8 Aug 2024 04:35:00 +0000 (12:35 +0800)] 
feat(custom-element): useHost() helper

11 months agoworkflow: force fetch all tags in release action
Evan You [Wed, 7 Aug 2024 14:31:31 +0000 (22:31 +0800)] 
workflow: force fetch all tags in release action

11 months agofeat(reactivity): store value cache on CustomRefs impls (#11539)
Alex [Wed, 7 Aug 2024 14:24:28 +0000 (22:24 +0800)] 
feat(reactivity): store value cache on CustomRefs impls (#11539)

Co-authored-by: Evan You <evan@vuejs.org>
11 months agofix(defineModel): detect changes respect custom getter and setter (#11543)
LiuSeen [Wed, 7 Aug 2024 14:10:01 +0000 (22:10 +0800)] 
fix(defineModel): detect changes respect custom getter and setter (#11543)

fix: #11541
fix: #11526
close: #11527