vue3-yuanma/packages/runtime-core/__tests__
dependabot[bot] 305883a12f
build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482)
* build(deps-dev): bump typescript from 4.3.5 to 4.4.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps-dev): bump typescript from 4.3.5 to 4.4.2

* test: fix nodeOps types

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodrigues <carlos@hypermob.co.uk>
Co-authored-by: Evan You <yyx990803@gmail.com>
2021-09-02 09:53:57 -04:00
..
components chore: run updated prettier 2021-07-19 18:24:18 -04:00
helpers feat(runtime-core): support dynamic / external array in v-memo (#4255) 2021-08-09 15:39:22 -04:00
apiAsyncComponent.spec.ts fix(runtime-core): vnode hooks should not be called on async wrapper (#4349) 2021-08-16 15:35:50 -04:00
apiCreateApp.spec.ts build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482) 2021-09-02 09:53:57 -04:00
apiExpose.spec.ts fix(runtime-core): fix instance accessed via $parent chain when using expose() (#4048) 2021-07-02 07:51:54 -04:00
apiInject.spec.ts fix(runtime-core): bind default function of inject to instance (#3925) 2021-06-09 12:02:05 -04:00
apiLifecycle.spec.ts build(deps): upgrade to TypeScript 4 2020-08-20 17:48:28 -04:00
apiOptions.spec.ts fix(runtime-core): properly merge unmounted and beforeUnmount options (#4447) 2021-09-01 16:41:57 -04:00
apiSetupContext.spec.ts fix(runtime-core): ensure setupContext.attrs reactivity when used in child slots 2021-07-21 17:31:00 -04:00
apiSetupHelpers.spec.ts build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482) 2021-09-02 09:53:57 -04:00
apiTemplateRef.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
apiWatch.spec.ts feat(runtime-core): watchSyncEffect 2021-07-20 16:49:54 -04:00
componentEmits.spec.ts fix(runtime-core): fix multiple .once event handlers on same component (#3904) 2021-06-08 09:52:45 -04:00
componentProps.spec.ts fix(runtime-core): fix null type in required + multi-type prop declarations 2021-07-19 11:20:28 -04:00
componentPublicInstance.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
componentSlots.spec.ts wip: more compat progress 2021-04-21 15:09:18 -04:00
directives.spec.ts fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699) 2021-05-27 16:53:19 -04:00
errorHandling.spec.ts build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482) 2021-09-02 09:53:57 -04:00
h.spec.ts feat(runtime-core): support variadic children in h for simple JSX compat 2020-08-21 21:54:33 -04:00
hmr.spec.ts fix(hmr): fix hmr when global mixins are used 2021-07-22 10:53:59 -04:00
hydration.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
misc.spec.ts refactor(reactivity): use more efficient reactive checks 2020-05-02 16:58:17 -04:00
rendererAttrsFallthrough.spec.ts fix(runtime-core): fix resolving inheritAttrs from mixins (#3742) 2021-05-27 21:53:41 -04:00
rendererChildren.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
rendererComponent.spec.ts fix(runtime-core): fix child component double update on props change 2021-08-17 10:57:28 -04:00
rendererElement.spec.ts test(runtime-core/renderer): tests for rendering elements (#699) 2020-03-09 17:08:05 -04:00
rendererFragment.spec.ts fix: inherit el for static nodes inside keyed template fragment (#2089) 2020-09-14 16:02:29 -04:00
rendererOptimizedMode.spec.ts fix(suspense): fix dynamicChildren tracking when suspense root is a block itself 2021-07-28 16:49:34 -04:00
scheduler.spec.ts build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482) 2021-09-02 09:53:57 -04:00
scopeId.spec.ts chore: run updated prettier 2021-07-19 18:24:18 -04:00
vnode.spec.ts fix(runtime-core): fix v-bind class/style merging regression 2021-07-20 13:58:43 -04:00
vnodeHooks.spec.ts test(runtime-core): tests for vnode hooks 2020-03-18 16:35:04 -04:00