create-nuxt-base 2.6.5 → 2.6.6

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,12 +2,13 @@
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)
5
+ ### [2.6.6](https://github.com/lenneTech/nuxt-base-starter/compare/v2.6.5...v2.6.6) (2026-04-28)
6
6
 
7
+ ### [2.6.5](https://github.com/lenneTech/nuxt-base-starter/compare/v2.6.4...v2.6.5) (2026-04-28)
7
8
 
8
9
  ### Bug Fixes
9
10
 
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
+ - **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
 
12
13
  ### [2.6.4](https://github.com/lenneTech/nuxt-base-starter/compare/v2.6.3...v2.6.4) (2026-04-23)
13
14
 
@@ -170,7 +170,8 @@
170
170
  "tar@<=7.5.10": "7.5.13",
171
171
  "unhead@<=2.1.12": "2.1.13",
172
172
  "vite@>=7.0.0 <7.3.2": "7.3.2",
173
- "yaml@>=2.0.0 <2.8.3": "2.8.3"
173
+ "yaml@>=2.0.0 <2.8.3": "2.8.3",
174
+ "postcss@<8.5.10": ">=8.5.10"
174
175
  }
175
176
  }
176
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nuxt-base",
3
- "version": "2.6.5",
3
+ "version": "2.6.6",
4
4
  "description": "Starter to generate a configured environment with VueJS, Nuxt, Tailwind, Linting, Unit Tests, Playwright etc.",
5
5
  "license": "MIT",
6
6
  "author": "lenne.Tech GmbH",