Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,147 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 repositories
- posva/vue-router-mock TypeScript
-
posva/vue-next-vite-table-dynamic-component-bug
Vue
•
Built by
Opened 1 pull request in 1 repository
vuejs/vue-test-utils-next
1
merged
Reviewed 33 pull requests in 7 repositories
posva/vue-use-spring 10 pull requests
- chore(deps-dev): bump @types/jest from 26.0.14 to 26.0.15
- chore(deps-dev): bump @rollup/plugin-replace from 2.3.3 to 2.3.4
- chore(deps-dev): bump @vueuse/core from 4.0.0-beta.24 to 4.0.0-beta.39
- chore(deps-dev): bump jest from 26.5.3 to 26.6.3
- chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
- chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0
- chore(deps-dev): bump typescript from 4.0.3 to 4.0.5
- chore(deps-dev): bump @rollup/plugin-node-resolve from 9.0.0 to 10.0.0
- chore(deps-dev): bump @vue/test-utils from 2.0.0-beta.7 to 2.0.0-beta.8
- chore(deps-dev): bump ts-jest from 26.4.2 to 26.4.3
posva/pinia 8 pull requests
- chore(deps-dev): bump @types/node from 14.14.3 to 14.14.6
- chore(deps-dev): bump @microsoft/api-extractor from 7.10.4 to 7.11.2
- chore: typo
- chore(deps-dev): bump ts-jest from 26.4.2 to 26.4.3
- chore(deps-dev): bump typescript from 4.0.3 to 4.0.5
- chore(deps-dev): bump lint-staged from 10.4.2 to 10.5.1
- chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0
- chore(deps-dev): bump @vue/test-utils from 2.0.0-beta.6 to 2.0.0-beta.8
posva/vue-ts-lib 8 pull requests
- chore(deps-dev): bump ts-jest from 26.4.3 to 26.4.4
- chore(deps-dev): bump @microsoft/api-extractor from 7.8.1 to 7.11.2
- chore(deps-dev): bump @microsoft/api-extractor from 7.10.4 to 7.11.2
- chore(deps-dev): bump rollup from 2.32.1 to 2.33.1
- chore(deps-dev): bump rollup from 2.32.1 to 2.33.0
- chore(deps-dev): bump @types/jsdom from 16.2.4 to 16.2.5
- chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
- chore(deps-dev): bump typescript from 4.0.3 to 4.0.5
vuejs/vue-next 2 pull requests
posva/vue-router-mock 2 pull requests
posva/pinia-vue3-example 2 pull requests
vuejs/vue-router-next 1 pull request
Created an issue in vuejs/vue-next that received 2 comments
Fragment dynamic component with table keeps table element in dom in production mode
Version 3.0.2 Reproduction link https://github.com/posva/vue-next-vite-table-dynamic-component-bug Steps to reproduce yarn build serve the fist fo…