@dargmuesli/nuxt-vio 10.2.7 → 10.2.8

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 @@
16
16
  </template>
17
17
 
18
18
  <script setup lang="ts">
19
- import type { Locale } from '@dargmuesli/nuxt-cookie-control/dist/runtime/types'
19
+ import type { Locale } from '@dargmuesli/nuxt-cookie-control/runtime/types'
20
20
  import type { WritableComputedRef } from 'vue'
21
21
 
22
22
  const i18n = useI18n()
package/nuxt.config.ts CHANGED
@@ -16,10 +16,6 @@ const currentDir = dirname(fileURLToPath(import.meta.url))
16
16
  export default defineNuxtConfig(
17
17
  defu(
18
18
  {
19
- alias: {
20
- dayjs: 'dayjs',
21
- sweetalert2: 'sweetalert2',
22
- }, // TODO: remove (https://github.com/nuxt/nuxt/issues/19426)
23
19
  app: {
24
20
  head: {
25
21
  htmlAttrs: {
@@ -39,9 +35,6 @@ export default defineNuxtConfig(
39
35
  enabled: true,
40
36
  },
41
37
  },
42
- future: {
43
- typescriptBundlerResolution: false, // TODO: remove (https://github.com/nuxt/nuxt/issues/19426)
44
- },
45
38
  modules: [
46
39
  '@dargmuesli/nuxt-cookie-control',
47
40
  '@nuxt/devtools',
@@ -114,6 +107,14 @@ export default defineNuxtConfig(
114
107
  },
115
108
  },
116
109
  },
110
+ vite: {
111
+ optimizeDeps: {
112
+ include: [
113
+ 'dayjs', // remove when automated (https://github.com/nuxt/nuxt/pull/25752#discussion_r1486889443)
114
+ 'sweetalert2', // remove when automated (https://github.com/nuxt/nuxt/pull/25752#discussion_r1486889443)
115
+ ],
116
+ },
117
+ },
117
118
 
118
119
  // modules
119
120
  colorMode: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "10.2.7",
3
+ "version": "10.2.8",
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.15.1",
15
+ "packageManager": "pnpm@8.15.2",
16
16
  "files": [
17
17
  "assets",
18
18
  "components",
@@ -41,9 +41,9 @@
41
41
  "@nuxt/image": "1.3.0",
42
42
  "@nuxtjs/color-mode": "3.3.2",
43
43
  "@nuxtjs/html-validator": "1.6.0",
44
- "@nuxtjs/i18n": "8.0.1",
45
- "@nuxtjs/seo": "2.0.0-rc.7",
46
- "@nuxtjs/tailwindcss": "6.11.3",
44
+ "@nuxtjs/i18n": "8.1.0",
45
+ "@nuxtjs/seo": "2.0.0-rc.8",
46
+ "@nuxtjs/tailwindcss": "6.11.4",
47
47
  "@pinia/nuxt": "0.5.1",
48
48
  "@tailwindcss/forms": "0.5.7",
49
49
  "@tailwindcss/typography": "0.5.10",
@@ -53,13 +53,13 @@
53
53
  "@vuelidate/validators": "2.0.4",
54
54
  "clipboardy": "4.0.0",
55
55
  "dayjs": "2.0.0-alpha.4",
56
- "jose": "5.2.1",
57
- "nuxt-security": "1.1.0",
58
- "sweetalert2": "11.10.4",
56
+ "jose": "5.2.2",
57
+ "nuxt-security": "1.1.1",
58
+ "sweetalert2": "11.10.5",
59
59
  "vue-gtag": "2.0.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@axe-core/playwright": "4.8.4",
62
+ "@axe-core/playwright": "4.8.5",
63
63
  "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.5",
64
64
  "@nuxtjs/eslint-config-typescript": "12.1.0",
65
65
  "@playwright/test": "1.41.2",
@@ -79,9 +79,9 @@
79
79
  "eslint-plugin-yml": "1.12.2",
80
80
  "h3": "1.10.1",
81
81
  "jiti": "1.21.0",
82
- "lint-staged": "15.2.1",
82
+ "lint-staged": "15.2.2",
83
83
  "lodash-es": "4.17.21",
84
- "nuxt": "3.10.0",
84
+ "nuxt": "3.10.1",
85
85
  "pinia": "2.1.7",
86
86
  "prettier": "3.2.5",
87
87
  "prettier-plugin-tailwindcss": "0.5.11",
@@ -91,16 +91,16 @@
91
91
  "stylelint-config-standard": "36.0.0",
92
92
  "stylelint-no-unsupported-browser-features": "8.0.1",
93
93
  "tailwindcss": "3.4.1",
94
- "ufo": "1.3.2",
94
+ "ufo": "1.4.0",
95
95
  "unhead": "1.8.10",
96
- "vue": "3.4.15",
96
+ "vue": "3.4.19",
97
97
  "vue-router": "4.2.5",
98
98
  "vue-tsc": "1.8.27"
99
99
  },
100
100
  "peerDependencies": {
101
- "nuxt": "3.10.0",
101
+ "nuxt": "3.10.1",
102
102
  "playwright-core": "1.41.2",
103
- "vue": "3.4.15",
103
+ "vue": "3.4.18",
104
104
  "vue-router": "4.2.5"
105
105
  },
106
106
  "scripts": {