Skip to content

Commit

Permalink
Merge branch 'main' into env-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi12299 authored Sep 20, 2024
2 parents 12138ff + aa976c1 commit 62fcde7
Show file tree
Hide file tree
Showing 9 changed files with 1,075 additions and 1,067 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v3.13.2

[compare changes](https://github.com/nuxt/cli/compare/v3.13.1...v3.13.2)

### 🩹 Fixes

- **dev:** Handle relative baseURL ([#468](https://github.com/nuxt/cli/pull/468))

### 🏡 Chore

- **release:** V3.13.1 ([34bdbbc](https://github.com/nuxt/cli/commit/34bdbbc))
- Add `compatibilityDate` ([dd0bf06](https://github.com/nuxt/cli/commit/dd0bf06))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v3.13.1

[compare changes](https://github.com/nuxt/cli/compare/v3.13.0...v3.13.1)
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxi",
"version": "3.13.1",
"version": "3.13.2",
"description": "⚡️ Nuxt Generation CLI Experience",
"repository": "nuxt/cli",
"license": "MIT",
Expand Down Expand Up @@ -37,33 +37,33 @@
"test:types": "tsc --noEmit"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.3",
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@types/http-proxy": "^1.17.15",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.12",
"c12": "^1.11.1",
"changelogen": "^0.5.5",
"chokidar": "^3.6.0",
"c12": "^1.11.2",
"changelogen": "^0.5.7",
"chokidar": "^4.0.0",
"citty": "^0.1.6",
"clipboardy": "^4.0.0",
"colorette": "^2.0.20",
"consola": "^3.2.3",
"destr": "^2.0.3",
"eslint": "^9.9.1",
"execa": "^9.3.1",
"eslint": "^9.10.0",
"execa": "^9.4.0",
"fuse.js": "^7.0.0",
"giget": "^1.2.3",
"h3": "^1.12.0",
"httpxy": "^0.1.5",
"jiti": "^1.21.6",
"jiti": "^2.0.0-rc.1",
"listhen": "^1.7.2",
"magicast": "^0.3.5",
"mlly": "^1.7.1",
"nuxt": "^3.13.0",
"nuxt": "^3.13.2",
"nypm": "^0.3.11",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
Expand All @@ -74,7 +74,7 @@
"unbuild": "^2.0.0",
"unplugin-purge-polyfills": "^0.0.5",
"unws": "^0.2.4",
"vue-tsc": "^2.0.29",
"vue-tsc": "^2.1.6",
"ws": "^8.18.0"
},
"optionalDependencies": {
Expand All @@ -83,9 +83,9 @@
"resolutions": {
"h3": "^1.12.0",
"nitropack": "npm:nitropack-nightly",
"nuxt": "^3.13.0"
"nuxt": "^3.13.2"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": "^16.10.0 || >=18.0.0"
}
Expand Down
1 change: 1 addition & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-09-05',
nitro: {
experimental: {
websocket: true,
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-cli-playground",
"private": true,
"version": "1.0.0",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"nuxi": "node ../bin/nuxi.mjs"
},
Expand Down
Loading

0 comments on commit 62fcde7

Please sign in to comment.