Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16052 Migration to Vue3 changes - DO NOT MERGE #493

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

severinbeauvais
Copy link
Collaborator

@severinbeauvais severinbeauvais commented Apr 26, 2023

Issue #: bcgov/entity#16052

Description of changes:

  • see ticket and commit comments

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the bcrs-entities-create-ui license (Apache 2.0).

- enabled eslint rule overrides
- app version = 4.3.3
- auto-fixed "id must come first"
- auto-fixed "one property per line"
- auto-fixed "property needs double quotes"
- auto-fixed "v-for must come first"
- auto-fixed "one space after {{ and before }}"
- auto-fixed "use self-closing HTML elements"
- auto-fixed "#activator"
- auto-fixed "key must come before other properties"
- etc
- uninstalled bcrs packages (needs to be re-installed later)
- updated dependencies for Vue3
- uninstalled vuex and vuex-class
- updated tsconfig.json
- updated vue.config.js
- added some eslint rule exceptions
- changed 'vue-property-decorator' to 'vue-facing-decorator'
- used Vue from vue-facing-decorator
- changed 'pinia-class' to '@/utils/'
- copied shared components locally (for compatibility) and removed their package.json files + updated shared imports
- updated mixin references
- changed duplicate boolean in declarations
- changed Vue.nextTick() to this.$nextTick() (except unit tests)
@severinbeauvais severinbeauvais self-assigned this Apr 26, 2023
- added some dependencies (needed by sbc-common-components) and updated others
- uninstalled sbc-common-components
- copied common components locally (for compatibility) and removed their local config files + updated common imports
- moved PiniaClass.ts from utils/ to store/
- disabled rule no-unused-vars and added rule @typescript-eslint/no-unused-vars instead
- added env option
- added parser option
- re-installed shared breadcrumb
- re-installed shared corp-type-module
- re-installed shared interfaces
- re-installed sbc-common-components
- upgraded vue-router from v3 to v4
- upgraded eslint-config-standard from v4 to v8
- upgraded eslint-config-typescript from v9 to v11
- upgraded eslint-plugin-vue from v8 to v9
- added shim-vuetify.d.ts
- updated shim-vue.d.ts
- auto-fixed lint issues (ie, code style)
- copied in sbc-common-components from search-ui
tile dense
v-if="bannerText"
rounded="0"
density="compact"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to test "tile" vs "rounded", and "dense" vs "density".

@severinbeauvais severinbeauvais changed the title 16052 Tentative migration to Vue3 16052 Migration to Vue3 changes - DO NOT MERGE Apr 27, 2023
- installed shared enums
- updated some imports to local sbc-common-components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant