stable

Clone or download

Read-only

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: https://github.com/vuejs/eslint-plugin-vue/issues/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

Modified Files

Name
D plugins/git/scripts/permissions-per-group/jest.config.js +0 โˆ’33 Go to diff View file
M plugins/git/scripts/permissions-per-group/package.json +3 โˆ’3 Go to diff View file
M plugins/git/scripts/permissions-per-group/pnpm-lock.yaml +75 โˆ’80 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitInlineFilter.test.ts +2 โˆ’1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitInlineFilter.vue +4 โˆ’15 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissions.test.ts +4 โˆ’3 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTable.test.ts +1 โˆ’0 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTableRepository.test.ts +1 โˆ’0 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.test.ts +1 โˆ’0 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.test.ts +1 โˆ’0 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.test.ts +1 โˆ’0 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/rest-querier.test.ts +3 โˆ’2 Go to diff View file