Skip to content

chore(backend): update to Directus 10 #70

chore(backend): update to Directus 10

chore(backend): update to Directus 10 #70

Triggered via push November 1, 2023 15:00
Status Failure
Total duration 56s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: packages/frontend/src/components/Avatar.vue#L3
Replace `⏎······flex⏎······items-center⏎······justify-center⏎······w-12⏎······h-12⏎······overflow-hidden⏎······rounded-full⏎······bg-alt-200⏎····` with `flex·items-center·justify-center·w-12·h-12·overflow-hidden·rounded-full·bg-alt-200`
build: packages/frontend/src/components/CurrentUser.vue#L5
Replace `⏎······font-medium⏎······rounded-l-3xl·rounded-r-lg⏎······ring-offset-alt-800⏎······md:ring-offset-white⏎······align-middle⏎····` with `font-medium·rounded-l-3xl·rounded-r-lg·ring-offset-alt-800·md:ring-offset-white·align-middle`
build: packages/frontend/src/components/Header.vue#L5
Replace `⏎······sticky⏎······md:relative⏎······top-0⏎······z-30⏎······py-3⏎······sm:py-4⏎······mb-4⏎······sm:mb-6⏎······md:mb-8⏎······bg-white⏎······transition⏎······duration-200⏎······border-b·border-alt-200⏎····` with `sticky·md:relative·top-0·z-30·py-3·sm:py-4·mb-4·sm:mb-6·md:mb-8·bg-white·transition·duration-200·border-b·border-alt-200`
build: packages/frontend/src/components/Header.vue#L24
Replace `⏎············flex⏎············items-center⏎············md:grid·md:grid-cols-3⏎············lg:grid-cols-4⏎············md:gap-6⏎············lg:gap-14⏎··········` with `flex·items-center·md:grid·md:grid-cols-3·lg:grid-cols-4·md:gap-6·lg:gap-14`
build: packages/frontend/src/components/Header.vue#L42
Replace `⏎················font-display⏎················text-2xl⏎················lg:text-3xl⏎················text-primary-500⏎················rounded-lg⏎················ring-offset-white⏎··············` with `font-display·text-2xl·lg:text-3xl·text-primary-500·rounded-lg·ring-offset-white`
build: packages/frontend/src/components/Header.vue#L56
Replace `⏎··············flex-grow·flex⏎··············items-center⏎··············md:col-start-2·md:col-span-2⏎··············lg:col-span-3⏎············` with `flex-grow·flex·items-center·md:col-start-2·md:col-span-2·lg:col-span-3`
build: packages/frontend/src/components/Header.vue#L80
Replace `⏎················flex⏎················items-center⏎················justify-center⏎················w-10⏎················h-10⏎················p-1⏎················hover:bg-alt-200⏎················rounded-md⏎··············` with `flex·items-center·justify-center·w-10·h-10·p-1·hover:bg-alt-200·rounded-md`
build: packages/frontend/src/components/Header.vue#L99
Replace `⏎········md:hidden⏎········flex·flex-col⏎········items-center⏎········justify-center⏎········p-8⏎········fixed⏎········inset-0⏎········z-50⏎········bg-alt-800·bg-opacity-98⏎······` with `md:hidden·flex·flex-col·items-center·justify-center·p-8·fixed·inset-0·z-50·bg-alt-800·bg-opacity-98`
build: packages/frontend/src/components/Header.vue#L125
Replace `⏎··········absolute⏎··········top-3⏎··········right-4⏎··········flex⏎··········items-center⏎··········justify-center⏎··········w-10⏎··········h-10⏎··········p-1⏎··········text-alt-200⏎··········hover:text-white·hover:bg-alt-900⏎··········rounded-md⏎··········ring-offset-alt-800⏎········` with `absolute·top-3·right-4·flex·items-center·justify-center·w-10·h-10·p-1·text-alt-200·hover:text-white·hover:bg-alt-900·rounded-md·ring-offset-alt-800`
build: packages/frontend/src/components/Header.vue#L158
Replace `⏎····················flex⏎····················items-center⏎····················px-4⏎····················py-2⏎····················lg:-ml-4⏎····················text-lg⏎····················font-bold⏎····················rounded-full⏎··················` with `flex·items-center·px-4·py-2·lg:-ml-4·text-lg·font-bold·rounded-full`
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/