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,204 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 77 commits in 10 repositories
Created 2 repositories
- posva/vue-router-mock TypeScript
-
posva/vue-next-vite-table-dynamic-component-bug
Vue
•
Built by
Created a pull request in vuejs/vue-router-next that received 1 comment
Opened 1 other pull request in 1 repository
vuejs/vue-test-utils-next
1
merged
Reviewed 54 pull requests in 8 repositories
posva/pinia 15 pull requests
- chore(deps-dev): bump jest from 26.6.1 to 26.6.3
- chore(deps-dev): bump rollup from 2.32.1 to 2.33.2
- chore(deps-dev): bump ts-jest from 26.4.3 to 26.4.4
- chore(deps-dev): bump @microsoft/api-extractor from 7.11.2 to 7.11.4
- chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0
- chore(deps-dev): bump conventional-changelog-cli from 2.1.0 to 2.1.1
- chore(deps-dev): bump @vue/test-utils from 2.0.0-beta.6 to 2.0.0-beta.9
- 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-use-spring 15 pull requests
- chore(deps-dev): bump vite from 1.0.0-rc.6 to 1.0.0-rc.9
- chore(deps-dev): bump ts-jest from 26.4.3 to 26.4.4
- chore(deps-dev): bump @vue/test-utils from 2.0.0-beta.8 to 2.0.0-beta.9
- chore(deps-dev): bump size-limit from 4.6.2 to 4.7.0
- chore(deps-dev): bump @vueuse/core from 4.0.0-beta.39 to 4.0.0-beta.41
- 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/vue-ts-lib 11 pull requests
- chore(deps-dev): bump rollup from 2.33.1 to 2.33.2
- chore(deps-dev): bump @vue/test-utils from 2.0.0-beta.8 to 2.0.0-beta.9
- chore(deps-dev): bump @microsoft/api-extractor from 7.11.2 to 7.11.4
- 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
posva/vue-router-mock 5 pull requests
- chore(deps-dev): bump rollup from 2.33.1 to 2.33.2
- chore(deps-dev): bump vue-router from 4.0.0-rc.2 to 4.0.0-rc.3
- chore(deps-dev): bump @microsoft/api-extractor from 7.8.1 to 7.11.4
- 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
vuejs/vue-router-next 3 pull requests
vuejs/vue-next 2 pull requests
posva/pinia-vue3-example 2 pull requests
vuejs/vuefire 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…