-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump git permissions-per-group to vue 3.4
Vue 3.4 announcement: https://blog.vuejs.org/posts/vue-3-4 This allows us to use `defineModel` macro. This remove an eslint-disable but introduce a new one 😒 since eslint needs to be updated upstream to support defineModel. See following issue for details: vuejs/eslint-plugin-vue#2130 Jest doesn't know defineModel either, therefore we take the opportunity to switch to vitest. One bird two stones 😅 See documentation about defineModel: https://vuejs.org/guide/components/v-model.html No functional changes: in project » admin » permissions per group. Part of request #31168: Migration Vue2 => Vue3 Change-Id: Idbd1a1519460391cc4438a951865415745ff2dd5
- Loading branch information
Showing
12 changed files
with
96 additions
and
137 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
155 changes: 75 additions & 80 deletions
155
plugins/git/scripts/permissions-per-group/pnpm-lock.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.