Skip to content

Commit dcdcb6d

Browse files
authored
update chore docs after Vue3 upgrade (#767)
1 parent 3ab8c30 commit dcdcb6d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -397,16 +397,8 @@ If, after following the steps in the [Working with OAuth section](#working-with-
397397
### Npm dependencies
398398
399399
You can see which dependencies have new releases by first making sure your local dependencies are up-to-date by executing `npm ci` and then running `npm outdated`.
400-
The query builder uses the latest full release of Wikit which works on Vue 2.6. For this reason we do not update any of the following packages till further notice:
401-
- vue
402-
- vuex
403-
- vue-banana-i18n
404-
- vite
405-
- @vue/test-utils
406-
- @vitejs/plugin-vue
407-
- vue-template-compiler
408-
409-
All other dependencies should generally be updated to the latest version. If you discover that a dependency should not be updated for some reason, please add it to the above list. If a dependency can only be updated with substantial manual work, you can create a new task for it and skip it in the context of the current chore.
400+
401+
Dependencies should generally be updated to the latest version. If you discover that a dependency should not be updated for some reason, please change this section of the documentation to reflect that (even if it's temporary). If a dependency can only be updated with substantial manual work, you can create a new task for it and skip it in the context of the current chore.
410402

411403
The recommended way to update dependencies is to collect related dependency updates into grouped commits; this keeps the number of commits to review manageable (compared to having one commit for every update), while keeping the scope of each commit limited and increasing reviewability and debuggability (compared to combining all updates in a single commit). For example, this can be one commit for each of:
412404
- all ESLint-related dependency updates

0 commit comments

Comments
 (0)