@dargmuesli/nuxt-vio 15.0.0 → 15.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/i18n/i18n.config.ts +3 -0
- package/i18n/locales/de.json +14 -0
- package/i18n/locales/en.json +14 -0
- package/nuxt.config.ts +1 -1
- package/package.json +14 -14
- package/utils/nuxt.ts +1 -1
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"globalPlaceholderEmailAddress": "e-mail{'@'}adres.se",
|
3
|
+
"globalPlaceholderUrl": "https://websei.te",
|
4
|
+
"globalStatusError": "Fehler",
|
5
|
+
"globalStatusLoading": "Lade...",
|
6
|
+
"globalValidationFailed": "Bitte überprüfe deine Eingaben 🙈",
|
7
|
+
"globalValidationFormat": "Falsches Format",
|
8
|
+
"globalValidationFormatUrlHttps": "Muss mit \"https://\" beginnen",
|
9
|
+
"globalValidationLength": "Zu lang",
|
10
|
+
"globalValidationRequired": "Pflichtfeld",
|
11
|
+
"nuxtSiteConfig": {
|
12
|
+
"description": "Vio ist {'@'}dargmueslis Nuxt layer."
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"globalPlaceholderEmailAddress": "email{'@'}addre.ss",
|
3
|
+
"globalPlaceholderUrl": "https://websi.te",
|
4
|
+
"globalStatusError": "Error",
|
5
|
+
"globalStatusLoading": "Loading...",
|
6
|
+
"globalValidationFailed": "Please check your input 🙈",
|
7
|
+
"globalValidationFormat": "Incorrect format",
|
8
|
+
"globalValidationFormatUrlHttps": "Must start with \"https://\"",
|
9
|
+
"globalValidationLength": "Too long",
|
10
|
+
"globalValidationRequired": "Required",
|
11
|
+
"nuxtSiteConfig": {
|
12
|
+
"description": "Vio is {'@'}dargmuesli's Nuxt layer."
|
13
|
+
}
|
14
|
+
}
|
package/nuxt.config.ts
CHANGED
@@ -231,7 +231,7 @@ export default defineNuxtConfig(
|
|
231
231
|
'prefetch-src': false as const,
|
232
232
|
'report-to': undefined,
|
233
233
|
'report-uri': false as const,
|
234
|
-
'require-trusted-types-for': 'script', // csp-evaluator
|
234
|
+
'require-trusted-types-for': "'script'", // csp-evaluator
|
235
235
|
sandbox: false as const,
|
236
236
|
'script-src': false as const,
|
237
237
|
'script-src-attr': false as const,
|
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"@dargmuesli/nuxt-cookie-control": "8.4.
|
3
|
+
"@dargmuesli/nuxt-cookie-control": "8.4.19",
|
4
4
|
"@eslint/compat": "1.2.4",
|
5
5
|
"@heroicons/vue": "2.2.0",
|
6
6
|
"@http-util/status-i18n": "0.8.1",
|
7
7
|
"@intlify/eslint-plugin-vue-i18n": "4.0.0-next.0",
|
8
|
-
"@nuxt/devtools": "1.6.
|
9
|
-
"@nuxt/eslint": "0.7.
|
8
|
+
"@nuxt/devtools": "1.6.4",
|
9
|
+
"@nuxt/eslint": "0.7.3",
|
10
10
|
"@nuxt/image": "1.8.1",
|
11
11
|
"@nuxtjs/color-mode": "3.5.2",
|
12
12
|
"@nuxtjs/html-validator": "1.8.2",
|
13
|
-
"@nuxtjs/i18n": "9.
|
13
|
+
"@nuxtjs/i18n": "9.1.1",
|
14
14
|
"@nuxtjs/seo": "2.0.2",
|
15
15
|
"@nuxtjs/tailwindcss": "6.12.2",
|
16
16
|
"@pinia/nuxt": "0.9.0",
|
@@ -23,21 +23,21 @@
|
|
23
23
|
"@vuelidate/validators": "2.0.4",
|
24
24
|
"clipboardy": "4.0.0",
|
25
25
|
"dayjs": "2.0.0-alpha.4",
|
26
|
-
"eslint": "9.
|
26
|
+
"eslint": "9.17.0",
|
27
27
|
"eslint-config-prettier": "9.1.0",
|
28
|
-
"eslint-plugin-compat": "6.0.
|
28
|
+
"eslint-plugin-compat": "6.0.2",
|
29
29
|
"eslint-plugin-prettier": "5.2.1",
|
30
30
|
"eslint-plugin-yml": "1.16.0",
|
31
31
|
"globals": "15.13.0",
|
32
|
-
"jiti": "2.4.
|
32
|
+
"jiti": "2.4.2",
|
33
33
|
"jose": "5.9.6",
|
34
34
|
"nuxt-gtag": "3.0.2",
|
35
35
|
"nuxt-security": "2.1.5",
|
36
|
-
"sweetalert2": "11.
|
36
|
+
"sweetalert2": "11.15.2",
|
37
37
|
"vue-tsc": "2.1.10"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@unhead/vue": "1.11.
|
40
|
+
"@unhead/vue": "1.11.14",
|
41
41
|
"@urql/devtools": "2.0.3",
|
42
42
|
"@urql/exchange-graphcache": "7.2.1",
|
43
43
|
"consola": "3.2.3",
|
@@ -51,12 +51,12 @@
|
|
51
51
|
"prettier-plugin-tailwindcss": "0.6.9",
|
52
52
|
"serve": "14.2.4",
|
53
53
|
"sharp": "0.33.5",
|
54
|
-
"stylelint": "16.
|
54
|
+
"stylelint": "16.12.0",
|
55
55
|
"stylelint-config-recommended-vue": "1.5.0",
|
56
56
|
"stylelint-config-standard": "36.0.1",
|
57
57
|
"stylelint-no-unsupported-browser-features": "8.0.2",
|
58
|
-
"tailwindcss": "3.4.
|
59
|
-
"unhead": "1.11.
|
58
|
+
"tailwindcss": "3.4.17",
|
59
|
+
"unhead": "1.11.14",
|
60
60
|
"vue": "3.5.13",
|
61
61
|
"vue-router": "4.5.0"
|
62
62
|
},
|
@@ -68,8 +68,8 @@
|
|
68
68
|
"assets",
|
69
69
|
"components",
|
70
70
|
"composables",
|
71
|
+
"i18n",
|
71
72
|
"layouts",
|
72
|
-
"locales",
|
73
73
|
"pages",
|
74
74
|
"plugins",
|
75
75
|
"server",
|
@@ -117,5 +117,5 @@
|
|
117
117
|
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
118
118
|
},
|
119
119
|
"type": "module",
|
120
|
-
"version": "15.0.
|
120
|
+
"version": "15.0.2"
|
121
121
|
}
|
package/utils/nuxt.ts
CHANGED
@@ -31,7 +31,7 @@ export const VIO_NUXT_BASE_CONFIG = ({
|
|
31
31
|
|
32
32
|
// modules
|
33
33
|
i18n: {
|
34
|
-
...I18N_MODULE_CONFIG, // `
|
34
|
+
...I18N_MODULE_CONFIG, // `lazy` and `locales` must be configured to extend a layer having lazy-loaded translations (https://i18n.nuxtjs.org/docs/guide/layers#locales)
|
35
35
|
},
|
36
36
|
site: {
|
37
37
|
name: siteName,
|