Skip to content

Bump @intlify/unplugin-vue-i18n from 4.0.0 to 5.2.0 #679

Bump @intlify/unplugin-vue-i18n from 4.0.0 to 5.2.0

Bump @intlify/unplugin-vue-i18n from 4.0.0 to 5.2.0 #679

Triggered via push September 28, 2024 01:54
Status Failure
Total duration 2m 33s
Artifacts
Detect File Changes - frontend-test-unit-code
11s
Detect File Changes - frontend-test-unit-code
Unit - Frontend
39s
Unit - Frontend
Fit to window
Zoom out
Zoom in

Annotations

3 errors
src/pages/about/Page.test.ts > AboutPage > renders: src/pages/about/Page.test.ts#L21
Error: Snapshot `AboutPage > renders 1` mismatched - Expected + Received @@ -2,65 +2,8 @@ class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr" > <div class="v-application__wrap" > - - - <main - class="v-main bg-grey-lighten-3" - style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;" - > - - <div - class="v-container v-locale--is-ltr" - > - <div - class="v-row" - > - <!--v-if--> - <div - class="v-col" - > - <div - class="v-sheet v-theme--light v-sheet--rounded pa-3" - > - - <h1> - $t('about.h1') - </h1> - <p> - Um mehr über diese Kochplatte zu erfahren kannst du dir den Quellcode auf - - <a - href="https://github.com/IT4Change/boilerplate-frontend/" - target="_blank" - > - $t('about.link1') - </a> - - anschauen. - </p> - <br /> - <p> - Du willst mehr erfahren? Besuche uns auf - - <a - href="https://it4c.dev" - target="_blank" - > - $t('about.link2') - </a> - - . - </p> - - </div> - </div> - </div> - </div> - - </main> - - + <!----> </div> </div> ❯ src/pages/about/Page.test.ts:21:29
src/pages/app/Page.test.ts > AppPage > renders: src/pages/app/Page.test.ts#L21
Error: Snapshot `AppPage > renders 1` mismatched - Expected + Received @@ -2,158 +2,8 @@ class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr" > <div class="v-application__wrap" > - - - <main - class="v-main bg-grey-lighten-3" - style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;" - > - - <div - class="v-container v-locale--is-ltr" - > - <div - class="v-row" - > - <div - class="v-col v-col-2" - > - <div - class="v-sheet v-theme--light v-sheet--rounded" - > - - <div - class="v-list v-theme--light v-list--density-default v-list--one-line v-list--rounded" - role="listbox" - tabindex="0" - > - - <a - class="v-list-item v-list-item--active v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text" - href="/app" - tabindex="-2" - > - - <span - class="v-list-item__overlay" - /> - <span - class="v-list-item__underlay" - /> - - <!----> - <div - class="v-list-item__content" - data-no-activator="" - > - <div - class="v-list-item-title" - > - $t('app.value.menu') - </div> - <!----> - <!----> - </div> - <!----> - </a> - <a - class="v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text" - href="/app/inc" - tabindex="-2" - > - - <span - class="v-list-item__overlay" - /> - <span - class="v-list-item__underlay" - /> - - <!----> - <div - class="v-list-item__content" - data-no-activator="" - > - <div - class="v-list-item-title" - > - $t('app.inc.menu') - </div> - <!----> - <!----> - </div> - <!----> - </a> - <hr - aria-orientation="horizontal" - class="v-divider v-theme--light my-2" - role="separator" - /> - <a - class="v-list-item v-list-item--link v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text" - href="/app/reset" - tabindex="-2" - > - - <span - class="v-list-item__overlay" - /> - <span - class="v-list-item__underlay" - /> - - <!----> - <div - class="v-list-item__content" - data-no-activator="" - > - <div - class="v-list-item-title" - > - $t('app.reset.menu') - </div> - <!----> - <!----> - </div>
Unit - Frontend
Process completed with exit code 1.