create-nuxt-base 2.6.3 → 2.6.5

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/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.6.5](https://github.com/lenneTech/nuxt-base-starter/compare/v2.6.4...v2.6.5) (2026-04-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **scripts:** pick random free port for check-server-start and guard against ANSI-wrapped output ([d9c3432](https://github.com/lenneTech/nuxt-base-starter/commit/d9c3432fe664ea2ccbecff33b2b2dd7bd2a08de4))
11
+
12
+ ### [2.6.4](https://github.com/lenneTech/nuxt-base-starter/compare/v2.6.3...v2.6.4) (2026-04-23)
13
+
5
14
  ### [2.6.3](https://github.com/lenneTech/nuxt-base-starter/compare/v2.6.2...v2.6.3) (2026-04-18)
6
15
 
7
16
  ### [2.6.2](https://github.com/lenneTech/nuxt-base-starter/compare/v2.6.1...v2.6.2) (2026-04-17)
@@ -146,6 +146,7 @@ All override targets use fixed versions (not ranges) to prevent silent major-ver
146
146
  | `defu@<=6.1.4` | GHSA-mchp-fgcf-hmfj | Prototype pollution |
147
147
  | `devalue@<=5.6.3` | GHSA-77p6-w3v8-rqwf | XSS via crafted input |
148
148
  | `effect@<3.20.0` | GHSA-j44v-mmf2-xvm9 | Denial of service |
149
+ | `fast-xml-parser@<5.7.0` | GHSA-gh4j-gqv2-49f6 | XMLBuilder: XML comment and CDATA injection via unescaped delimiters; transitive via @nuxtjs/seo>sitemap |
149
150
  | `h3@<1.15.9` | GHSA-wr4h-v87w-p3r7 | Path traversal |
150
151
  | `h3@>=2.0.0-0 <2.0.1-rc.18` | GHSA-q5pr-72pq-83v3 | Cookie DoS + SSE injection |
151
152
  | `h3-next` | (alias fix) | `@nuxt/test-utils` pins h3-next to vulnerable RC; remove when h3 v2 stable releases |
@@ -48,20 +48,20 @@
48
48
  "fix": "pnpm run lint:fix && pnpm run format"
49
49
  },
50
50
  "dependencies": {
51
- "@better-auth/passkey": "1.6.5",
51
+ "@better-auth/passkey": "1.6.7",
52
52
  "@lenne.tech/bug.lt": "latest",
53
53
  "@lenne.tech/nuxt-extensions": "1.5.4",
54
54
  "@nuxt/image": "2.0.0",
55
55
  "@nuxt/ui": "4.6.1",
56
56
  "@pinia/nuxt": "0.11.3",
57
57
  "@vueuse/nuxt": "14.2.1",
58
- "better-auth": "1.6.5",
58
+ "better-auth": "1.6.7",
59
59
  "qrcode": "1.5.4",
60
60
  "tus-js-client": "4.3.1",
61
61
  "valibot": "1.3.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@hey-api/openapi-ts": "0.96.0",
64
+ "@hey-api/openapi-ts": "0.96.1",
65
65
  "@iconify-json/lucide": "1.2.102",
66
66
  "@nuxt/devtools": "3.2.4",
67
67
  "@nuxt/test-utils": "4.0.2",
@@ -69,24 +69,23 @@
69
69
  "@nuxtjs/seo": "5.1.3",
70
70
  "@playwright/test": "1.59.1",
71
71
  "@tailwindcss/typography": "0.5.19",
72
- "@tailwindcss/vite": "4.2.2",
72
+ "@tailwindcss/vite": "4.2.4",
73
73
  "@types/node": "25.6.0",
74
74
  "@types/qrcode": "1.5.6",
75
75
  "@vitejs/plugin-vue": "6.0.6",
76
76
  "@vue/test-utils": "2.4.6",
77
77
  "dayjs-nuxt": "2.1.11",
78
78
  "happy-dom": "20.9.0",
79
- "jsdom": "29.0.2",
80
79
  "lint-staged": "16.4.0",
81
- "mongodb": "7.1.1",
80
+ "mongodb": "7.2.0",
82
81
  "nuxt": "4.4.2",
83
82
  "oxfmt": "latest",
84
83
  "oxlint": "latest",
85
84
  "rimraf": "6.1.3",
86
85
  "simple-git-hooks": "2.13.1",
87
- "tailwindcss": "4.2.2",
86
+ "tailwindcss": "4.2.4",
88
87
  "typescript": "6.0.3",
89
- "vitest": "4.1.4"
88
+ "vitest": "4.1.5"
90
89
  },
91
90
  "simple-git-hooks": {
92
91
  "pre-commit": "npx lint-staged",
@@ -154,6 +153,7 @@
154
153
  "defu@<=6.1.4": "6.1.7",
155
154
  "devalue@<=5.6.3": "5.7.1",
156
155
  "effect@<3.20.0": "3.21.0",
156
+ "fast-xml-parser@<5.7.0": "5.7.1",
157
157
  "h3@<1.15.9": "1.15.11",
158
158
  "h3@>=2.0.0-0 <2.0.1-rc.18": "2.0.1-rc.20",
159
159
  "h3-next": "npm:h3@2.0.1-rc.20",