Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 6309d22

Browse files
authored
v3.0.0-rc.11 (#7565)
1 parent 896622e commit 6309d22

File tree

10 files changed

+35
-39
lines changed

10 files changed

+35
-39
lines changed

docs/content/3.api/5.commands/dev.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ This command sets `process.env.NODE_ENV` to `development`.
2525
::alert{type="info"}
2626
If you are using a self-signed certificate in development, you will need to set `NODE_TLS_REJECT_UNAUTHORIZED=0` in your environment.
2727
::
28-
29-
::stabilityEdge{title="Improved HTTPS Support"}
30-
With next releases, `NODE_TLS_REJECT_UNAUTHORIZED` is no longer required.
31-
::

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-rc.10",
2+
"version": "3.0.0-rc.11",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"conventionalCommits": true,

packages/kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/kit",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,7 +13,7 @@
1313
"prepack": "unbuild"
1414
},
1515
"dependencies": {
16-
"@nuxt/schema": "3.0.0-rc.10",
16+
"@nuxt/schema": "3.0.0-rc.11",
1717
"c12": "^0.2.13",
1818
"consola": "^2.15.3",
1919
"defu": "^6.1.0",

packages/nuxi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxi",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,8 +18,8 @@
1818
"prepack": "unbuild"
1919
},
2020
"devDependencies": {
21-
"@nuxt/kit": "3.0.0-rc.10",
22-
"@nuxt/schema": "3.0.0-rc.10",
21+
"@nuxt/kit": "3.0.0-rc.11",
22+
"@nuxt/schema": "3.0.0-rc.11",
2323
"@types/clear": "^0",
2424
"@types/flat": "^5.0.2",
2525
"@types/mri": "^1.1.1",

packages/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@nuxt/devalue": "^2.0.0",
40-
"@nuxt/kit": "3.0.0-rc.10",
41-
"@nuxt/schema": "3.0.0-rc.10",
40+
"@nuxt/kit": "3.0.0-rc.11",
41+
"@nuxt/schema": "3.0.0-rc.11",
4242
"@nuxt/telemetry": "^2.1.5",
4343
"@nuxt/ui-templates": "^0.4.0",
44-
"@nuxt/vite-builder": "3.0.0-rc.10",
44+
"@nuxt/vite-builder": "3.0.0-rc.11",
4545
"@vue/reactivity": "^3.2.39",
4646
"@vue/shared": "^3.2.39",
4747
"@vueuse/head": "^0.7.12",
@@ -59,7 +59,7 @@
5959
"magic-string": "^0.26.3",
6060
"mlly": "^0.5.16",
6161
"nitropack": "^0.5.4",
62-
"nuxi": "3.0.0-rc.10",
62+
"nuxi": "3.0.0-rc.11",
6363
"ohash": "^0.1.5",
6464
"ohmyfetch": "^0.4.19",
6565
"pathe": "^0.3.8",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/schema",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",

packages/test-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/test-utils",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,8 +13,8 @@
1313
"prepack": "unbuild"
1414
},
1515
"dependencies": {
16-
"@nuxt/kit": "3.0.0-rc.10",
17-
"@nuxt/schema": "3.0.0-rc.10",
16+
"@nuxt/kit": "3.0.0-rc.11",
17+
"@nuxt/schema": "3.0.0-rc.11",
1818
"consola": "^2.15.3",
1919
"defu": "^6.1.0",
2020
"execa": "^6.1.0",

packages/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/vite-builder",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -13,13 +13,13 @@
1313
"prepack": "unbuild"
1414
},
1515
"devDependencies": {
16-
"@nuxt/schema": "3.0.0-rc.10",
16+
"@nuxt/schema": "3.0.0-rc.11",
1717
"@types/cssnano": "^5",
1818
"unbuild": "latest",
1919
"vue": "3.2.39"
2020
},
2121
"dependencies": {
22-
"@nuxt/kit": "3.0.0-rc.10",
22+
"@nuxt/kit": "3.0.0-rc.11",
2323
"@rollup/plugin-replace": "^4.0.0",
2424
"@vitejs/plugin-vue": "^3.1.0",
2525
"@vitejs/plugin-vue-jsx": "^2.0.1",

packages/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/webpack-builder",
3-
"version": "3.0.0-rc.10",
3+
"version": "3.0.0-rc.11",
44
"repository": "nuxt/framework",
55
"license": "MIT",
66
"type": "module",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@babel/core": "^7.19.1",
2020
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
21-
"@nuxt/kit": "3.0.0-rc.10",
21+
"@nuxt/kit": "3.0.0-rc.11",
2222
"autoprefixer": "^10.4.11",
2323
"css-loader": "^6.7.1",
2424
"css-minimizer-webpack-plugin": "^4.1.0",
@@ -57,7 +57,7 @@
5757
"webpackbar": "^5.0.2"
5858
},
5959
"devDependencies": {
60-
"@nuxt/schema": "3.0.0-rc.10",
60+
"@nuxt/schema": "3.0.0-rc.11",
6161
"@types/lodash-es": "^4.17.6",
6262
"@types/pify": "^5.0.1",
6363
"@types/webpack-bundle-analyzer": "^4.4.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ __metadata:
16761676
version: 0.0.0-use.local
16771677
resolution: "@nuxt/kit@workspace:packages/kit"
16781678
dependencies:
1679-
"@nuxt/schema": 3.0.0-rc.10
1679+
"@nuxt/schema": 3.0.0-rc.11
16801680
"@types/lodash.template": ^4
16811681
"@types/semver": ^7
16821682
c12: ^0.2.13
@@ -1763,8 +1763,8 @@ __metadata:
17631763
version: 0.0.0-use.local
17641764
resolution: "@nuxt/test-utils@workspace:packages/test-utils"
17651765
dependencies:
1766-
"@nuxt/kit": 3.0.0-rc.10
1767-
"@nuxt/schema": 3.0.0-rc.10
1766+
"@nuxt/kit": 3.0.0-rc.11
1767+
"@nuxt/schema": 3.0.0-rc.11
17681768
consola: ^2.15.3
17691769
defu: ^6.1.0
17701770
execa: ^6.1.0
@@ -1809,12 +1809,12 @@ __metadata:
18091809
languageName: node
18101810
linkType: hard
18111811

1812-
"@nuxt/[email protected].10, @nuxt/vite-builder@workspace:packages/vite":
1812+
"@nuxt/[email protected].11, @nuxt/vite-builder@workspace:packages/vite":
18131813
version: 0.0.0-use.local
18141814
resolution: "@nuxt/vite-builder@workspace:packages/vite"
18151815
dependencies:
1816-
"@nuxt/kit": 3.0.0-rc.10
1817-
"@nuxt/schema": 3.0.0-rc.10
1816+
"@nuxt/kit": 3.0.0-rc.11
1817+
"@nuxt/schema": 3.0.0-rc.11
18181818
"@rollup/plugin-replace": ^4.0.0
18191819
"@types/cssnano": ^5
18201820
"@vitejs/plugin-vue": ^3.1.0
@@ -1861,8 +1861,8 @@ __metadata:
18611861
dependencies:
18621862
"@babel/core": ^7.19.1
18631863
"@nuxt/friendly-errors-webpack-plugin": ^2.5.2
1864-
"@nuxt/kit": 3.0.0-rc.10
1865-
"@nuxt/schema": 3.0.0-rc.10
1864+
"@nuxt/kit": 3.0.0-rc.11
1865+
"@nuxt/schema": 3.0.0-rc.11
18661866
"@types/lodash-es": ^4.17.6
18671867
"@types/pify": ^5.0.1
18681868
"@types/webpack-bundle-analyzer": ^4.4.2
@@ -10447,8 +10447,8 @@ __metadata:
1044710447
version: 0.0.0-use.local
1044810448
resolution: "nuxi@workspace:packages/nuxi"
1044910449
dependencies:
10450-
"@nuxt/kit": 3.0.0-rc.10
10451-
"@nuxt/schema": 3.0.0-rc.10
10450+
"@nuxt/kit": 3.0.0-rc.11
10451+
"@nuxt/schema": 3.0.0-rc.11
1045210452
"@types/clear": ^0
1045310453
"@types/flat": ^5.0.2
1045410454
"@types/mri": ^1.1.1
@@ -10530,11 +10530,11 @@ __metadata:
1053010530
resolution: "nuxt@workspace:packages/nuxt"
1053110531
dependencies:
1053210532
"@nuxt/devalue": ^2.0.0
10533-
"@nuxt/kit": 3.0.0-rc.10
10534-
"@nuxt/schema": 3.0.0-rc.10
10533+
"@nuxt/kit": 3.0.0-rc.11
10534+
"@nuxt/schema": 3.0.0-rc.11
1053510535
"@nuxt/telemetry": ^2.1.5
1053610536
"@nuxt/ui-templates": ^0.4.0
10537-
"@nuxt/vite-builder": 3.0.0-rc.10
10537+
"@nuxt/vite-builder": 3.0.0-rc.11
1053810538
"@types/fs-extra": ^9.0.13
1053910539
"@types/hash-sum": ^1.0.0
1054010540
"@vue/reactivity": ^3.2.39
@@ -10554,7 +10554,7 @@ __metadata:
1055410554
magic-string: ^0.26.3
1055510555
mlly: ^0.5.16
1055610556
nitropack: ^0.5.4
10557-
nuxi: 3.0.0-rc.10
10557+
nuxi: 3.0.0-rc.11
1055810558
ohash: ^0.1.5
1055910559
ohmyfetch: ^0.4.19
1056010560
pathe: ^0.3.8

0 commit comments

Comments
 (0)