stable

Clone or download

Read-only

chore: Bump eslint-plugin-vue and apply Vue 3 rules on gitlab & git

request #27518 Enforce stricter style rules on vue3 apps eslint-plugin-vue: 8.5.0 -> 9.1.1 vue-eslint-parser: 8.0.1 -> 9.0.3 "make eslint" should succeed without error (except on external repositories where it is not enforced). Component names are changed to have more than one word [0]. Some rules are copied from the "main" config because they did not seem to apply. Most likely, they are defined in the "vue3-recommended" configuration, and thus shadowed our own definitions. [0]: https://eslint.vuejs.org/rules/multi-word-component-names.html Change-Id: I0e5263d2a872cbaaec3be0f20f17e75f19a5152c

Modified Files

Name
M .eslintrc.js +24 −1 Go to diff View file
M lib/frontend/project-sidebar-internal/src/ProjectSidebar.vue +2 −2 Go to diff View file
R lib/frontend/project-sidebar-internal/src/Tools/Tools.test.ts Go to diff View file
R lib/frontend/project-sidebar-internal/src/Tools/Tools.vue Go to diff View file
R lib/frontend/project-sidebar-internal/src/Tools/Tool.test.ts Go to diff View file
R lib/frontend/project-sidebar-internal/src/Tools/Tool.vue Go to diff View file
M lib/frontend/project-sidebar-internal/src/__snapshots__/ProjectSidebar.test.ts.snap +1 −1 Go to diff View file
M package.json +2 −2 Go to diff View file
R plugins/document_generation/scripts/tracker-cross-report-action/src/Components/Main.test.ts Go to diff View file
R plugins/document_generation/scripts/tracker-cross-report-action/src/Components/Main.vue Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/init-modal.ts +1 −1 Go to diff View file
R plugins/git/scripts/artifact-create-branch-action/src/components/Main.vue Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/modal.ts +2 −2 Go to diff View file
R plugins/gitlab/scripts/artifact-create-branch-action/src/components/Main.vue Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/modal.ts +2 −2 Go to diff View file
M pnpm-lock.yaml +37 −61 Go to diff View file