@dargmuesli/nuxt-vio 9.0.5 → 10.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,10 +60,15 @@ watch(
60
60
  )
61
61
 
62
62
  // initialization
63
- defineOgImage({
64
- alt: ogImageAltProp.value,
65
- component: ogImageComponentProp.value,
66
- })
63
+ defineOgImageComponent(
64
+ ogImageComponentProp.value || 'NuxtSeo',
65
+ {
66
+ description: siteConfig.description,
67
+ },
68
+ {
69
+ alt: ogImageAltProp.value,
70
+ },
71
+ )
67
72
  useAppLayout()
68
73
  useFavicons()
69
74
  usePolyfills()
@@ -20,7 +20,7 @@
20
20
  >
21
21
  <span>{{ title }}</span>
22
22
  <span
23
- class="text-xs font-medium text-gray-500 dark:text-gray-400 md:text-right"
23
+ class="text-xs font-medium text-gray-500 md:text-right dark:text-gray-400"
24
24
  >
25
25
  <span v-if="isRequired">
26
26
  {{ t('required') }}
package/nuxt.config.ts CHANGED
@@ -171,6 +171,11 @@ export default defineNuxtConfig(
171
171
  linkChecker: {
172
172
  failOnError: true,
173
173
  },
174
+ ogImage: {
175
+ defaults: {
176
+ extension: 'png', // TODO: remove once og-image requires jpg opt-in
177
+ },
178
+ },
174
179
  robots: {
175
180
  credits: false,
176
181
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "9.0.5",
3
+ "version": "10.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": "20"
14
14
  },
15
- "packageManager": "pnpm@8.11.0",
15
+ "packageManager": "pnpm@8.12.1",
16
16
  "files": [
17
17
  "assets",
18
18
  "components",
@@ -34,27 +34,27 @@
34
34
  ],
35
35
  "main": "nuxt.config.ts",
36
36
  "dependencies": {
37
- "@dargmuesli/nuxt-cookie-control": "7.2.0",
38
- "@heroicons/vue": "2.0.18",
37
+ "@dargmuesli/nuxt-cookie-control": "7.2.1",
38
+ "@heroicons/vue": "2.1.1",
39
39
  "@http-util/status-i18n": "0.8.1",
40
- "@nuxt/devtools": "1.0.5",
40
+ "@nuxt/devtools": "1.0.6",
41
41
  "@nuxt/image": "1.1.0",
42
42
  "@nuxtjs/color-mode": "3.3.2",
43
43
  "@nuxtjs/html-validator": "1.6.0",
44
- "@nuxtjs/i18n": "8.0.0-rc.8",
44
+ "@nuxtjs/i18n": "8.0.0-rc.11",
45
45
  "@nuxtjs/tailwindcss": "6.10.1",
46
- "@nuxtseo/module": "2.0.0-beta.45",
46
+ "@nuxtseo/module": "2.0.0-beta.50",
47
47
  "@pinia/nuxt": "0.5.1",
48
48
  "@tailwindcss/forms": "0.5.7",
49
49
  "@tailwindcss/typography": "0.5.10",
50
50
  "@types/lodash-es": "4.17.12",
51
- "@urql/core": "4.2.0",
51
+ "@urql/core": "4.2.2",
52
52
  "@vuelidate/core": "2.0.3",
53
53
  "@vuelidate/validators": "2.0.4",
54
54
  "clipboardy": "4.0.0",
55
55
  "dayjs": "2.0.0-alpha.4",
56
56
  "jose": "5.1.3",
57
- "nuxt-security": "1.0.0-rc.5",
57
+ "nuxt-security": "1.0.0",
58
58
  "sweetalert2": "11.10.1",
59
59
  "vue-gtag": "2.0.1"
60
60
  },
@@ -71,36 +71,36 @@
71
71
  "cookie-es": "1.0.0",
72
72
  "cross-env": "7.0.3",
73
73
  "defu": "6.1.3",
74
- "eslint": "8.55.0",
74
+ "eslint": "8.56.0",
75
75
  "eslint-config-prettier": "9.1.0",
76
76
  "eslint-plugin-compat": "4.2.0",
77
77
  "eslint-plugin-nuxt": "4.0.0",
78
- "eslint-plugin-prettier": "5.0.1",
79
- "eslint-plugin-yml": "1.10.0",
78
+ "eslint-plugin-prettier": "5.1.1",
79
+ "eslint-plugin-yml": "1.11.0",
80
80
  "h3": "1.9.0",
81
81
  "jiti": "1.21.0",
82
82
  "lint-staged": "15.2.0",
83
83
  "lodash-es": "4.17.21",
84
84
  "nuxt": "3.8.2",
85
85
  "pinia": "2.1.7",
86
- "prettier": "3.1.0",
86
+ "prettier": "3.1.1",
87
87
  "prettier-plugin-tailwindcss": "0.5.9",
88
88
  "serve": "14.2.1",
89
- "stylelint": "16.0.1",
89
+ "stylelint": "16.0.2",
90
90
  "stylelint-config-recommended-vue": "1.5.0",
91
91
  "stylelint-config-standard": "35.0.0",
92
92
  "stylelint-no-unsupported-browser-features": "7.0.0",
93
- "tailwindcss": "3.3.6",
93
+ "tailwindcss": "3.4.0",
94
94
  "ufo": "1.3.2",
95
95
  "unhead": "1.8.9",
96
- "vue": "3.3.11",
96
+ "vue": "3.3.13",
97
97
  "vue-router": "4.2.5",
98
- "vue-tsc": "1.8.25"
98
+ "vue-tsc": "1.8.26"
99
99
  },
100
100
  "peerDependencies": {
101
101
  "nuxt": "3.8.2",
102
102
  "playwright-core": "1.40.1",
103
- "vue": "3.3.11",
103
+ "vue": "3.3.13",
104
104
  "vue-router": "4.2.5"
105
105
  },
106
106
  "scripts": {