chore(deps): update devdependencies (#2310)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2023-09-05 13:55:03 +01:00 committed by GitHub
parent 1b8d72105d
commit 0f825a6efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2154 additions and 1082 deletions

View file

@ -1,6 +1,6 @@
import type { ComponentInternalInstance } from 'vue' import type { ComponentInternalInstance } from 'vue'
import { onActivated, onDeactivated, ref } from 'vue' import { onActivated, onDeactivated, ref } from 'vue'
import type { ActiveHeadEntry, HeadEntryOptions, UseHeadInput } from '@unhead/vue' import type { ActiveHeadEntry, UseHeadInput, UseHeadOptions } from '@unhead/vue'
import type { SchemaAugmentations } from '@unhead/schema' import type { SchemaAugmentations } from '@unhead/schema'
export const isHydrated = ref(false) export const isHydrated = ref(false)
@ -37,7 +37,7 @@ export function onReactivated(hook: () => void, target?: ComponentInternalInstan
onDeactivated(() => initial.value = false) onDeactivated(() => initial.value = false)
} }
export function useHydratedHead<T extends SchemaAugmentations>(input: UseHeadInput<T>, options?: HeadEntryOptions): ActiveHeadEntry<UseHeadInput<T>> | void { export function useHydratedHead<T extends SchemaAugmentations>(input: UseHeadInput<T>, options?: UseHeadOptions): ActiveHeadEntry<UseHeadInput<T>> | void {
if (input && typeof input === 'object' && !('value' in input)) { if (input && typeof input === 'object' && !('value' in input)) {
const title = 'title' in input ? input.title : undefined const title = 'title' in input ? input.title : undefined
if (process.server && title) { if (process.server && title) {

View file

@ -12,7 +12,7 @@
"theme-colors": "^0.0.5" "theme-colors": "^0.0.5"
}, },
"devDependencies": { "devDependencies": {
"@nuxt-themes/docus": "^1.14.4", "@nuxt-themes/docus": "^1.14.6",
"nuxt": "^3.6.5" "nuxt": "^3.7.0"
} }
} }

View file

@ -39,9 +39,12 @@
"@nuxtjs/color-mode": "^3.3.0", "@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/i18n": "8.0.0-beta.10", "@nuxtjs/i18n": "8.0.0-beta.10",
"@pinia/nuxt": "^0.4.11", "@pinia/nuxt": "^0.4.11",
"@tiptap/core": "2.0.3",
"@tiptap/extension-bold": "2.0.3",
"@tiptap/extension-character-count": "2.0.3", "@tiptap/extension-character-count": "2.0.3",
"@tiptap/extension-code-block": "2.0.3", "@tiptap/extension-code-block": "2.0.3",
"@tiptap/extension-history": "2.0.3", "@tiptap/extension-history": "2.0.3",
"@tiptap/extension-italic": "2.0.3",
"@tiptap/extension-mention": "2.0.3", "@tiptap/extension-mention": "2.0.3",
"@tiptap/extension-paragraph": "2.0.3", "@tiptap/extension-paragraph": "2.0.3",
"@tiptap/extension-placeholder": "2.0.3", "@tiptap/extension-placeholder": "2.0.3",
@ -93,7 +96,7 @@
"theme-vitesse": "^0.7.2", "theme-vitesse": "^0.7.2",
"tiny-decode": "^0.1.3", "tiny-decode": "^0.1.3",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"ufo": "^1.1.2", "ufo": "^1.3.0",
"ultrahtml": "^1.2.0", "ultrahtml": "^1.2.0",
"unimport": "^3.0.12", "unimport": "^3.0.12",
"vite-plugin-pwa": "^0.16.4", "vite-plugin-pwa": "^0.16.4",
@ -104,8 +107,8 @@
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.40.0", "@antfu/eslint-config": "^0.40.0",
"@antfu/ni": "^0.21.5", "@antfu/ni": "^0.21.8",
"@types/chroma-js": "^2.4.0", "@types/chroma-js": "^2.4.1",
"@types/file-saver": "^2.0.5", "@types/file-saver": "^2.0.5",
"@types/flat": "^5.0.2", "@types/flat": "^5.0.2",
"@types/fnando__sparkline": "^0.3.4", "@types/fnando__sparkline": "^0.3.4",
@ -113,19 +116,19 @@
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"@types/prettier": "^2.7.3", "@types/prettier": "^2.7.3",
"@types/wicg-file-system-access": "^2020.9.6", "@types/wicg-file-system-access": "^2020.9.6",
"@unlazy/nuxt": "^0.9.2", "@unlazy/nuxt": "^0.9.3",
"bumpp": "^9.1.1", "bumpp": "^9.2.0",
"consola": "^3.2.3", "consola": "^3.2.3",
"eslint": "^8.46.0", "eslint": "^8.46.0",
"flat": "^5.0.2", "flat": "^5.0.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"lint-staged": "^13.2.3", "lint-staged": "^13.3.0",
"nuxt": "3.6.5", "nuxt": "3.7.0",
"prettier": "^3.0.0", "prettier": "^3.0.0",
"sharp": "^0.32.4", "sharp": "^0.32.5",
"sharp-ico": "^0.1.5", "sharp-ico": "^0.1.5",
"simple-git-hooks": "^2.9.0", "simple-git-hooks": "^2.9.0",
"tsx": "^3.12.7", "tsx": "^3.12.8",
"typescript": "^5.1.6", "typescript": "^5.1.6",
"vitest": "^0.33.0", "vitest": "^0.33.0",
"vue-tsc": "^1.8.8" "vue-tsc": "^1.8.8"

File diff suppressed because it is too large Load diff