@dargmuesli/nuxt-vio 1.11.5 → 1.11.7

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.
@@ -16,7 +16,7 @@ const { locale, t } = useI18n()
16
16
 
17
17
  // computations
18
18
  const statusReason = computed(() => {
19
- return status(props.statusCode, locale) || t('error')
19
+ return status(props.statusCode, locale.value) || t('error')
20
20
  })
21
21
  </script>
22
22
 
package/nuxt.config.ts CHANGED
@@ -51,11 +51,6 @@ export default defineNuxtConfig({
51
51
  typescript: {
52
52
  shim: false,
53
53
  strict: true,
54
- tsConfig: {
55
- vueCompilerOptions: {
56
- htmlAttributes: [], // https://github.com/johnsoncodehk/volar/issues/1970#issuecomment-1276994634
57
- },
58
- },
59
54
  },
60
55
 
61
56
  // modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.11.5",
3
+ "version": "1.11.7",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -8,7 +8,7 @@
8
8
  "engines": {
9
9
  "node": "20"
10
10
  },
11
- "packageManager": "pnpm@8.6.7",
11
+ "packageManager": "pnpm@8.6.10",
12
12
  "files": [
13
13
  "assets",
14
14
  "components",
@@ -38,35 +38,35 @@
38
38
  "lint:ts": "nuxt typecheck"
39
39
  },
40
40
  "dependencies": {
41
- "@dargmuesli/nuxt-cookie-control": "5.10.4",
41
+ "@dargmuesli/nuxt-cookie-control": "6.1.5",
42
42
  "@http-util/status-i18n": "0.7.0",
43
- "@nuxtjs/html-validator": "1.5.1",
43
+ "@nuxtjs/html-validator": "1.5.2",
44
44
  "@nuxtjs/i18n": "8.0.0-beta.10",
45
45
  "@nuxtjs/tailwindcss": "6.8.0",
46
46
  "@tailwindcss/typography": "0.5.9",
47
47
  "nuxt-seo-kit": "1.3.9",
48
- "sweetalert2": "11.7.16",
48
+ "sweetalert2": "11.7.20",
49
49
  "vue-gtag": "2.0.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@commitlint/cli": "17.6.6",
53
- "@commitlint/config-conventional": "17.6.6",
54
- "@intlify/eslint-plugin-vue-i18n": "3.0.0-beta.1",
52
+ "@commitlint/cli": "17.6.7",
53
+ "@commitlint/config-conventional": "17.6.7",
54
+ "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.2",
55
55
  "@nuxtjs/eslint-config-typescript": "12.0.0",
56
- "eslint": "8.44.0",
56
+ "eslint": "8.45.0",
57
57
  "eslint-config-prettier": "8.8.0",
58
58
  "eslint-plugin-nuxt": "4.0.0",
59
59
  "eslint-plugin-prettier": "5.0.0",
60
60
  "eslint-plugin-yml": "1.8.0",
61
61
  "husky": "8.0.3",
62
62
  "lint-staged": "13.2.3",
63
- "nuxt": "3.6.2",
63
+ "nuxt": "3.6.5",
64
64
  "prettier": "3.0.0",
65
- "stylelint": "15.10.1",
65
+ "stylelint": "15.10.2",
66
66
  "stylelint-config-recommended-vue": "1.5.0",
67
67
  "stylelint-config-standard": "34.0.0",
68
68
  "stylelint-no-unsupported-browser-features": "7.0.0",
69
69
  "typescript": "5.1.6",
70
- "vue-tsc": "1.8.5"
70
+ "vue-tsc": "1.8.6"
71
71
  }
72
72
  }