From 8ec46b0b56d688a91677173ffb34bb1138a14ecb Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 20 Sep 2022 12:57:34 +0200 Subject: [PATCH 1/2] v3.0.0-rc.11 --- lerna.json | 2 +- packages/kit/package.json | 4 ++-- packages/nuxi/package.json | 6 +++--- packages/nuxt/package.json | 10 +++++----- packages/schema/package.json | 2 +- packages/test-utils/package.json | 6 +++--- packages/vite/package.json | 6 +++--- packages/webpack/package.json | 6 +++--- yarn.lock | 28 ++++++++++++++-------------- 9 files changed, 35 insertions(+), 35 deletions(-) diff --git a/lerna.json b/lerna.json index d0f7a9a83f4..607c9991ed4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/kit/package.json b/packages/kit/package.json index ac22e73e6c4..08992db88ba 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/kit", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,7 +13,7 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/schema": "3.0.0-rc.10", + "@nuxt/schema": "3.0.0-rc.11", "c12": "^0.2.13", "consola": "^2.15.3", "defu": "^6.1.0", diff --git a/packages/nuxi/package.json b/packages/nuxi/package.json index cab00f66f79..958d865f952 100644 --- a/packages/nuxi/package.json +++ b/packages/nuxi/package.json @@ -1,6 +1,6 @@ { "name": "nuxi", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -18,8 +18,8 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/kit": "3.0.0-rc.10", - "@nuxt/schema": "3.0.0-rc.10", + "@nuxt/kit": "3.0.0-rc.11", + "@nuxt/schema": "3.0.0-rc.11", "@types/clear": "^0", "@types/flat": "^5.0.2", "@types/mri": "^1.1.1", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 35dfb832436..a30a158ccdd 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -37,11 +37,11 @@ }, "dependencies": { "@nuxt/devalue": "^2.0.0", - "@nuxt/kit": "3.0.0-rc.10", - "@nuxt/schema": "3.0.0-rc.10", + "@nuxt/kit": "3.0.0-rc.11", + "@nuxt/schema": "3.0.0-rc.11", "@nuxt/telemetry": "^2.1.5", "@nuxt/ui-templates": "^0.4.0", - "@nuxt/vite-builder": "3.0.0-rc.10", + "@nuxt/vite-builder": "3.0.0-rc.11", "@vue/reactivity": "^3.2.39", "@vue/shared": "^3.2.39", "@vueuse/head": "^0.7.12", @@ -59,7 +59,7 @@ "magic-string": "^0.26.3", "mlly": "^0.5.16", "nitropack": "^0.5.4", - "nuxi": "3.0.0-rc.10", + "nuxi": "3.0.0-rc.11", "ohash": "^0.1.5", "ohmyfetch": "^0.4.19", "pathe": "^0.3.8", diff --git a/packages/schema/package.json b/packages/schema/package.json index 6cde9f359e4..b168387e69a 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/schema", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "repository": "nuxt/framework", "license": "MIT", "type": "module", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 08fc9487f44..7ab407c6b6d 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/test-utils", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,8 +13,8 @@ "prepack": "unbuild" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.10", - "@nuxt/schema": "3.0.0-rc.10", + "@nuxt/kit": "3.0.0-rc.11", + "@nuxt/schema": "3.0.0-rc.11", "consola": "^2.15.3", "defu": "^6.1.0", "execa": "^6.1.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index f8f936f502f..dd95497e7f0 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vite-builder", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -13,13 +13,13 @@ "prepack": "unbuild" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.10", + "@nuxt/schema": "3.0.0-rc.11", "@types/cssnano": "^5", "unbuild": "latest", "vue": "3.2.39" }, "dependencies": { - "@nuxt/kit": "3.0.0-rc.10", + "@nuxt/kit": "3.0.0-rc.11", "@rollup/plugin-replace": "^4.0.0", "@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue-jsx": "^2.0.1", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 92fcd3a4807..1a296f1be35 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack-builder", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "repository": "nuxt/framework", "license": "MIT", "type": "module", @@ -18,7 +18,7 @@ "dependencies": { "@babel/core": "^7.19.1", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2", - "@nuxt/kit": "3.0.0-rc.10", + "@nuxt/kit": "3.0.0-rc.11", "autoprefixer": "^10.4.11", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.1.0", @@ -57,7 +57,7 @@ "webpackbar": "^5.0.2" }, "devDependencies": { - "@nuxt/schema": "3.0.0-rc.10", + "@nuxt/schema": "3.0.0-rc.11", "@types/lodash-es": "^4.17.6", "@types/pify": "^5.0.1", "@types/webpack-bundle-analyzer": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index 50565fcc458..7a913db5754 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1676,7 +1676,7 @@ __metadata: version: 0.0.0-use.local resolution: "@nuxt/kit@workspace:packages/kit" dependencies: - "@nuxt/schema": 3.0.0-rc.10 + "@nuxt/schema": 3.0.0-rc.11 "@types/lodash.template": ^4 "@types/semver": ^7 c12: ^0.2.13 @@ -1763,8 +1763,8 @@ __metadata: version: 0.0.0-use.local resolution: "@nuxt/test-utils@workspace:packages/test-utils" dependencies: - "@nuxt/kit": 3.0.0-rc.10 - "@nuxt/schema": 3.0.0-rc.10 + "@nuxt/kit": 3.0.0-rc.11 + "@nuxt/schema": 3.0.0-rc.11 consola: ^2.15.3 defu: ^6.1.0 execa: ^6.1.0 @@ -1809,12 +1809,12 @@ __metadata: languageName: node linkType: hard -"@nuxt/vite-builder@3.0.0-rc.10, @nuxt/vite-builder@workspace:packages/vite": +"@nuxt/vite-builder@3.0.0-rc.11, @nuxt/vite-builder@workspace:packages/vite": version: 0.0.0-use.local resolution: "@nuxt/vite-builder@workspace:packages/vite" dependencies: - "@nuxt/kit": 3.0.0-rc.10 - "@nuxt/schema": 3.0.0-rc.10 + "@nuxt/kit": 3.0.0-rc.11 + "@nuxt/schema": 3.0.0-rc.11 "@rollup/plugin-replace": ^4.0.0 "@types/cssnano": ^5 "@vitejs/plugin-vue": ^3.1.0 @@ -1861,8 +1861,8 @@ __metadata: dependencies: "@babel/core": ^7.19.1 "@nuxt/friendly-errors-webpack-plugin": ^2.5.2 - "@nuxt/kit": 3.0.0-rc.10 - "@nuxt/schema": 3.0.0-rc.10 + "@nuxt/kit": 3.0.0-rc.11 + "@nuxt/schema": 3.0.0-rc.11 "@types/lodash-es": ^4.17.6 "@types/pify": ^5.0.1 "@types/webpack-bundle-analyzer": ^4.4.2 @@ -10447,8 +10447,8 @@ __metadata: version: 0.0.0-use.local resolution: "nuxi@workspace:packages/nuxi" dependencies: - "@nuxt/kit": 3.0.0-rc.10 - "@nuxt/schema": 3.0.0-rc.10 + "@nuxt/kit": 3.0.0-rc.11 + "@nuxt/schema": 3.0.0-rc.11 "@types/clear": ^0 "@types/flat": ^5.0.2 "@types/mri": ^1.1.1 @@ -10530,11 +10530,11 @@ __metadata: resolution: "nuxt@workspace:packages/nuxt" dependencies: "@nuxt/devalue": ^2.0.0 - "@nuxt/kit": 3.0.0-rc.10 - "@nuxt/schema": 3.0.0-rc.10 + "@nuxt/kit": 3.0.0-rc.11 + "@nuxt/schema": 3.0.0-rc.11 "@nuxt/telemetry": ^2.1.5 "@nuxt/ui-templates": ^0.4.0 - "@nuxt/vite-builder": 3.0.0-rc.10 + "@nuxt/vite-builder": 3.0.0-rc.11 "@types/fs-extra": ^9.0.13 "@types/hash-sum": ^1.0.0 "@vue/reactivity": ^3.2.39 @@ -10554,7 +10554,7 @@ __metadata: magic-string: ^0.26.3 mlly: ^0.5.16 nitropack: ^0.5.4 - nuxi: 3.0.0-rc.10 + nuxi: 3.0.0-rc.11 ohash: ^0.1.5 ohmyfetch: ^0.4.19 pathe: ^0.3.8 From 26082b471c70e9cdb0dd15ce0a588bfc83fbe528 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 20 Sep 2022 12:57:49 +0200 Subject: [PATCH 2/2] remove edge banner --- docs/content/3.api/5.commands/dev.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/content/3.api/5.commands/dev.md b/docs/content/3.api/5.commands/dev.md index 05d1fb6b8fe..ef603dbbc85 100644 --- a/docs/content/3.api/5.commands/dev.md +++ b/docs/content/3.api/5.commands/dev.md @@ -25,7 +25,3 @@ This command sets `process.env.NODE_ENV` to `development`. ::alert{type="info"} If you are using a self-signed certificate in development, you will need to set `NODE_TLS_REJECT_UNAUTHORIZED=0` in your environment. :: - -::stabilityEdge{title="Improved HTTPS Support"} -With next releases, `NODE_TLS_REJECT_UNAUTHORIZED` is no longer required. -::