@dargmuesli/nuxt-cookie-control 10.0.0-beta.2 → 10.0.0-beta.4

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.
Files changed (48) hide show
  1. package/README.md +2 -2
  2. package/dist/module.d.mts +2 -0
  3. package/dist/module.json +1 -1
  4. package/dist/module.mjs +3 -3
  5. package/dist/runtime/components/ClientOnlyPrerender.d.vue.ts +15 -0
  6. package/dist/runtime/components/ClientOnlyPrerender.vue.d.ts +5 -4
  7. package/dist/runtime/components/CookieControl.d.vue.ts +29 -0
  8. package/dist/runtime/components/CookieControl.vue +162 -129
  9. package/dist/runtime/components/CookieControl.vue.d.ts +10 -9
  10. package/dist/runtime/components/CookieIframe.d.vue.ts +13 -0
  11. package/dist/runtime/components/CookieIframe.vue.d.ts +5 -4
  12. package/dist/runtime/locale/ar.js +2 -0
  13. package/dist/runtime/locale/az.js +2 -0
  14. package/dist/runtime/locale/be.js +2 -0
  15. package/dist/runtime/locale/bg.js +2 -0
  16. package/dist/runtime/locale/ca.js +2 -0
  17. package/dist/runtime/locale/cs.js +2 -0
  18. package/dist/runtime/locale/da.js +2 -0
  19. package/dist/runtime/locale/de.js +2 -0
  20. package/dist/runtime/locale/en.js +2 -0
  21. package/dist/runtime/locale/es.js +2 -0
  22. package/dist/runtime/locale/fi.js +2 -0
  23. package/dist/runtime/locale/fr.js +2 -0
  24. package/dist/runtime/locale/hr.js +2 -0
  25. package/dist/runtime/locale/hu.js +2 -0
  26. package/dist/runtime/locale/id.js +2 -0
  27. package/dist/runtime/locale/it.js +2 -0
  28. package/dist/runtime/locale/ja.js +2 -0
  29. package/dist/runtime/locale/km.js +2 -0
  30. package/dist/runtime/locale/ko.js +2 -0
  31. package/dist/runtime/locale/lt.js +2 -0
  32. package/dist/runtime/locale/nl.js +2 -0
  33. package/dist/runtime/locale/no.js +2 -0
  34. package/dist/runtime/locale/oc.js +2 -0
  35. package/dist/runtime/locale/pl.js +2 -0
  36. package/dist/runtime/locale/pt.js +2 -0
  37. package/dist/runtime/locale/ro.js +2 -0
  38. package/dist/runtime/locale/rs.js +2 -0
  39. package/dist/runtime/locale/ru.js +2 -0
  40. package/dist/runtime/locale/sk.js +2 -0
  41. package/dist/runtime/locale/sl.js +2 -0
  42. package/dist/runtime/locale/sv.js +2 -0
  43. package/dist/runtime/locale/tr.js +5 -3
  44. package/dist/runtime/locale/uk.js +2 -0
  45. package/dist/runtime/locale/zh.js +2 -0
  46. package/dist/runtime/styles.css +1 -1
  47. package/dist/runtime/types.d.ts +2 -0
  48. package/package.json +16 -26
package/package.json CHANGED
@@ -11,30 +11,23 @@
11
11
  },
12
12
  "description": "Nuxt Cookie Control Module",
13
13
  "devDependencies": {
14
- "@commitlint/cli": "19.8.1",
15
- "@commitlint/config-conventional": "19.8.1",
14
+ "@commitlint/cli": "20.4.3",
15
+ "@commitlint/config-conventional": "20.4.3",
16
16
  "@dargmuesli/nuxt-cookie-control": "link:",
17
- "@nuxt/eslint-config": "1.9.0",
17
+ "@nuxt/eslint-config": "1.15.2",
18
18
  "@nuxt/module-builder": "1.0.2",
19
- "@nuxt/schema": "4.0.3",
20
- "@semantic-release/changelog": "6.0.3",
21
- "@semantic-release/commit-analyzer": "13.0.1",
22
- "@semantic-release/git": "10.0.1",
23
- "@semantic-release/github": "11.0.4",
24
- "@semantic-release/npm": "12.0.2",
25
- "@semantic-release/release-notes-generator": "14.0.3",
26
- "eslint": "9.33.0",
19
+ "@nuxt/schema": "4.3.1",
20
+ "eslint": "10.0.3",
27
21
  "eslint-config-prettier": "10.1.8",
28
- "eslint-plugin-prettier": "5.5.4",
22
+ "eslint-plugin-prettier": "5.5.5",
29
23
  "husky": "9.1.7",
30
- "lint-staged": "16.1.5",
31
- "nuxt": "4.0.3",
32
- "prettier": "3.6.2",
33
- "semantic-release": "24.2.7",
34
- "vite": "7.1.3",
35
- "vue": "3.5.18",
36
- "vue-tsc": "3.0.5",
37
- "webpack": "5.101.3"
24
+ "lint-staged": "16.3.2",
25
+ "nuxt": "4.3.1",
26
+ "prettier": "3.8.1",
27
+ "vite": "7.3.1",
28
+ "vue": "3.5.29",
29
+ "vue-tsc": "3.2.5",
30
+ "webpack": "5.105.4"
38
31
  },
39
32
  "engines": {
40
33
  "node": ">=16"
@@ -63,16 +56,13 @@
63
56
  "Jonas Thelemann"
64
57
  ],
65
58
  "name": "@dargmuesli/nuxt-cookie-control",
66
- "packageManager": "pnpm@10.15.0",
59
+ "packageManager": "pnpm@10.31.0",
67
60
  "pnpm": {
68
61
  "ignoredBuiltDependencies": [
69
62
  "@parcel/watcher",
70
63
  "esbuild",
71
64
  "unrs-resolver"
72
- ],
73
- "overrides": {
74
- "@types/eslint": "npm:eslint@9.33.0"
75
- }
65
+ ]
76
66
  },
77
67
  "publishConfig": {
78
68
  "access": "public"
@@ -99,5 +89,5 @@
99
89
  ]
100
90
  }
101
91
  },
102
- "version": "10.0.0-beta.2"
92
+ "version": "10.0.0-beta.4"
103
93
  }