@dargmuesli/nuxt-vio 8.4.1 → 8.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nuxt.config.ts +9 -1
  2. package/package.json +12 -12
package/nuxt.config.ts CHANGED
@@ -51,7 +51,7 @@ export default defineNuxtConfig(
51
51
  '@nuxtjs/tailwindcss',
52
52
  '@nuxtseo/module',
53
53
  '@pinia/nuxt',
54
- // nuxt-security: remove invalid `'none'`s
54
+ // nuxt-security: remove invalid `'none'`s and duplicates
55
55
  (_options, nuxt) => {
56
56
  const nuxtConfigSecurity = nuxt.options.security
57
57
 
@@ -343,6 +343,14 @@ export default defineNuxtConfig(
343
343
  tailwindcss: {
344
344
  cssPath: join(currentDir, './assets/css/tailwind.css'),
345
345
  },
346
+
347
+ // environments
348
+ $development: {
349
+ // modules
350
+ security: {
351
+ rateLimiter: false, // TODO: enable when nuxt-link-checker bundles requests (https://github.com/harlan-zw/nuxt-link-checker/issues/21)
352
+ },
353
+ },
346
354
  },
347
355
  VIO_NUXT_BASE_CONFIG({
348
356
  defaultLocale: 'en',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "8.4.1",
3
+ "version": "8.4.2",
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.9.2",
15
+ "packageManager": "pnpm@8.10.2",
16
16
  "files": [
17
17
  "assets",
18
18
  "components",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@axe-core/playwright": "4.8.1",
71
- "@dargmuesli/nuxt-cookie-control": "7.0.1",
71
+ "@dargmuesli/nuxt-cookie-control": "7.1.1",
72
72
  "@heroicons/vue": "2.0.18",
73
73
  "@http-util/status-i18n": "0.8.1",
74
74
  "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.4",
@@ -77,15 +77,15 @@
77
77
  "@nuxtjs/color-mode": "3.3.0",
78
78
  "@nuxtjs/eslint-config-typescript": "12.1.0",
79
79
  "@nuxtjs/html-validator": "1.5.2",
80
- "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-rc.5-28296269.d5d5540",
81
- "@nuxtjs/tailwindcss": "6.8.1",
80
+ "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-rc.5-28316280.727dba2",
81
+ "@nuxtjs/tailwindcss": "6.9.4",
82
82
  "@nuxtseo/module": "2.0.0-beta.39",
83
83
  "@pinia/nuxt": "0.5.1",
84
84
  "@playwright/test": "1.39.0",
85
85
  "@tailwindcss/forms": "0.5.6",
86
86
  "@tailwindcss/typography": "0.5.10",
87
87
  "@types/lodash-es": "4.17.10",
88
- "@unhead/vue": "1.7.4",
88
+ "@unhead/vue": "1.8.2",
89
89
  "@urql/core": "4.1.4",
90
90
  "@urql/devtools": "2.0.3",
91
91
  "@urql/exchange-graphcache": "6.3.3",
@@ -98,15 +98,15 @@
98
98
  "cross-env": "7.0.3",
99
99
  "dayjs": "2.0.0-alpha.4",
100
100
  "defu": "6.1.3",
101
- "eslint": "8.52.0",
101
+ "eslint": "8.53.0",
102
102
  "eslint-config-prettier": "9.0.0",
103
103
  "eslint-plugin-compat": "4.2.0",
104
104
  "eslint-plugin-nuxt": "4.0.0",
105
105
  "eslint-plugin-prettier": "5.0.1",
106
106
  "eslint-plugin-yml": "1.10.0",
107
107
  "h3": "1.8.2",
108
- "jiti": "1.20.0",
109
- "jose": "5.0.1",
108
+ "jiti": "1.21.0",
109
+ "jose": "5.1.0",
110
110
  "lint-staged": "15.0.2",
111
111
  "lodash-es": "4.17.21",
112
112
  "nuxt": "3.8.0",
@@ -120,14 +120,14 @@
120
120
  "stylelint-config-recommended-vue": "1.5.0",
121
121
  "stylelint-config-standard": "34.0.0",
122
122
  "stylelint-no-unsupported-browser-features": "7.0.0",
123
- "sweetalert2": "11.7.32",
123
+ "sweetalert2": "11.9.0",
124
124
  "tailwindcss": "3.3.5",
125
125
  "ufo": "1.3.1",
126
- "unhead": "1.7.4",
126
+ "unhead": "1.8.2",
127
127
  "vue": "3.3.7",
128
128
  "vue-gtag": "2.0.1",
129
129
  "vue-router": "4.2.5",
130
- "vue-tsc": "1.8.21"
130
+ "vue-tsc": "1.8.22"
131
131
  },
132
132
  "peerDependencies": {
133
133
  "playwright-core": "1.39.0"