MCR-3815 Migrate processing Vue app to the mycore-vue toolchain - #3114
Open
Conversation
This was referenced Aug 18, 2026
sebhofmann
force-pushed
the
issues/MCR-3815-Migrate_processing_Vue_app_to_the_mycore-vue_toolchain
branch
from
August 18, 2026 14:06
752dc93 to
bc8486c
Compare
sebhofmann
force-pushed
the
issues/MCR-3815-Migrate_processing_Vue_app_to_the_mycore-vue_toolchain
branch
from
August 18, 2026 14:33
bc8486c to
9efc78f
Compare
sebhofmann
marked this pull request as ready for review
August 19, 2026 08:20
sebhofmann
force-pushed
the
issues/MCR-3815-Migrate_processing_Vue_app_to_the_mycore-vue_toolchain
branch
from
August 19, 2026 08:50
9efc78f to
e147e89
Compare
The processing overview now builds with the shared toolchain in mycore-vue. Sources, output directory and therefore the app URL and the MCRVueRootServlet mapping are unchanged. Toolchain upgrade for this app: vite 6.4 to 8.2, @vitejs/plugin-vue 5.2 to 6.0, vue-tsc 2.2 to 3.3. No template or type-check changes were needed. - mycore-vue gets the scripts build:processing, build-only:processing, type-check:processing and dev:processing. build:processing keeps the previous behaviour of type checking before building. All dependencies of the app were already part of the central package.json. - vite.config.ts becomes vite.config.mts on top of defineMCRVueApp. bootstrap stays external, declared as build.rolldownOptions.external, because vite 8 bundles with rolldown and build.rollupOptions is deprecated. The app only imports bootstrap as a type and uses the global object of the surrounding MyCoRe page, which the built bundle still does. - The app keeps a single tsconfig.json extending the shared one, with the typeRoots and paths mapping onto the shared node_modules. Its stricter compiler options are kept, so nothing is checked less strictly than before. tsconfig.app.json and tsconfig.node.json are gone. - src/vite-env.d.ts references mycore-vue/env.d.ts, which is the only place where the vite/client types resolve. - mycore-webtools replaces the executions yarn-install-processing and yarn-build-processing by a single build execution with workingDirectory mycore-vue. - The app's package.json and yarn.lock are removed.
sebhofmann
force-pushed
the
issues/MCR-3815-Migrate_processing_Vue_app_to_the_mycore-vue_toolchain
branch
from
August 20, 2026 08:11
e147e89 to
d60656f
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to jira.
Part of the epic MCR-3810.
Moves the processing app onto the shared toolchain. Same shape as MCR-3814. vite 8 bundles with rolldown, so the
bootstrap externalization moves from the deprecated
build.rollupOptionstobuild.rolldownOptions; the app onlyuses bootstrap through the global that the surrounding MyCoRe page provides.
Pull Request Checklist (Author)
Please go through the following checklist before assigning the PR for review:
Ticket & Documentation
fixed-versionis correctly set in the ticket and matches the PR's target branch (main).Feature & Improvement Specific Checks
Bugfix-Specific Checks
Testing
MCR Conventions & Metadata
mycore.properties.mycore.properties.Multi-Repo Considerations
MIRrequired?No MIR change required for this PR.