Skip to content

Commit

Permalink
Merge pull request #1172 from maevsi/renovate/master-consola-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency consola to v3 (master)
  • Loading branch information
dargmuesli committed Apr 13, 2023
2 parents 8ee246c + d28755a commit a8b9d89
Show file tree
Hide file tree
Showing 14 changed files with 268 additions and 277 deletions.
2 changes: 1 addition & 1 deletion nuxt/components/_/ImageUploadGallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<script setup lang="ts">
import { Uppy, UploadResult, UppyFile } from '@uppy/core'
import Tus from '@uppy/tus'
import consola from 'consola'
import { consola } from 'consola'
import prettyBytes from 'pretty-bytes'
import { UnwrapRef } from 'vue'
import { Cropper, CropperResult, Size } from 'vue-advanced-cropper'
Expand Down
2 changes: 1 addition & 1 deletion nuxt/components/form/input/FormInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<script setup lang="ts">
import type { BaseValidation } from '@vuelidate/core'
import consola from 'consola'
import { consola } from 'consola'
export interface Props {
isDisabled?: boolean
Expand Down
2 changes: 1 addition & 1 deletion nuxt/components/invitation/InvitationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import {
Title,
Tooltip,
} from 'chart.js'
import consola from 'consola'
import { consola } from 'consola'
import { Doughnut } from 'vue-chartjs'
import { useMaevsiStore } from '~/store'
Expand Down
2 changes: 1 addition & 1 deletion nuxt/components/modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</template>

<script setup lang="ts">
import consola from 'consola'
import { consola } from 'consola'
import { useMaevsiStore } from '~/store'
Expand Down
2 changes: 1 addition & 1 deletion nuxt/composables/useFireAlert.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import consola from 'consola'
import { consola } from 'consola'
import Swal, { SweetAlertIcon } from 'sweetalert2'
import { Ref } from 'vue'

Expand Down
6 changes: 3 additions & 3 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@babel/core": "7.21.4",
"@dargmuesli/nuxt-cookie-control": "5.4.0",
"@dargmuesli/nuxt-cookie-control": "5.6.0",
"@funken-studio/sitemap-nuxt-3": "4.0.4",
"@graphql-codegen/cli": "3.3.0",
"@graphql-codegen/client-preset": "3.0.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"browserslist-useragent-regexp": "4.0.0",
"chart.js": "4.2.1",
"clipboard": "2.0.11",
"consola": "2.15.3",
"consola": "3.0.2",
"cookie": "0.5.0",
"cross-env": "7.0.3",
"css-element-queries": "1.2.3",
Expand All @@ -103,7 +103,7 @@
"lodash-es": "4.17.21",
"mustache": "4.2.0",
"node-fetch": "3.3.1",
"nuxt": "3.3.3",
"nuxt": "3.4.1",
"ofetch": "1.0.1",
"pg": "8.10.0",
"pinia": "2.0.34",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</template>

<script setup lang="ts">
import consola from 'consola'
import { consola } from 'consola'
import { useMaevsiStore } from '~/store'
import { useEventByAuthorUsernameAndSlugQuery } from '~/gql/documents/queries/event/eventByAuthorUsernameAndSlug'
Expand Down
2 changes: 1 addition & 1 deletion nuxt/pages/task/event/unlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<script setup lang="ts">
import { useVuelidate } from '@vuelidate/core'
import { required } from '@vuelidate/validators'
import consola from 'consola'
import { consola } from 'consola'
import {
eventUnlockMutation as eventUnlockMutationImported,
Expand Down
2 changes: 1 addition & 1 deletion nuxt/plugins/urql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Cache, cacheExchange } from '@urql/exchange-graphcache'
import { relayPagination } from '@urql/exchange-graphcache/extras'
import { devtoolsExchange } from '@urql/devtools'
import { provideClient } from '@urql/vue'
import consola from 'consola'
import { consola } from 'consola'
import { ref } from 'vue'

import schema from '~/gql/generated/introspection'
Expand Down

0 comments on commit a8b9d89

Please sign in to comment.