@nuxt/schema
Advanced tools
Comparing version 3.8.2 to 3.9.0
@@ -557,2 +557,6 @@ import { TransitionProps, KeepAliveProps } from 'vue'; | ||
order?: number; | ||
/** | ||
* @internal | ||
*/ | ||
name?: string; | ||
} | ||
@@ -772,3 +776,3 @@ type TemplateDefaultOptions = Record<string, any>; | ||
optimization: { | ||
/** @default [{"name":"defineNuxtComponent","argumentLength":2},{"name":"useState","argumentLength":2},{"name":"useFetch","argumentLength":3},{"name":"useAsyncData","argumentLength":3},{"name":"useLazyAsyncData","argumentLength":3},{"name":"useLazyFetch","argumentLength":3}] */ | ||
/** @default [{"name":"callOnce","argumentLength":2},{"name":"defineNuxtComponent","argumentLength":2},{"name":"useState","argumentLength":2},{"name":"useFetch","argumentLength":3},{"name":"useAsyncData","argumentLength":3},{"name":"useLazyAsyncData","argumentLength":3},{"name":"useLazyFetch","argumentLength":3}] */ | ||
keyedComposables: Array<{ name: string, source?: string | RegExp, argumentLength: number }>, | ||
@@ -911,2 +915,15 @@ | ||
future: { | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
}, | ||
features: { | ||
/** @default true */ | ||
inlineStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
}, | ||
experimental: { | ||
@@ -916,5 +933,2 @@ /** @default false */ | ||
/** @default false */ | ||
reactivityTransform: boolean, | ||
/** @default true */ | ||
@@ -936,8 +950,2 @@ externalVue: boolean, | ||
/** @default true */ | ||
inlineSSRStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
/** @default true */ | ||
renderJsonPayloads: boolean, | ||
@@ -964,3 +972,3 @@ | ||
/** @default false */ | ||
componentIslands: true | 'local' | 'local+remote' | false, | ||
componentIslands: true | 'local' | 'local+remote' | Partial<{ remoteIsland: boolean, selectiveClient: boolean }> | false, | ||
@@ -971,5 +979,2 @@ /** @default true */ | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
/** @default false */ | ||
polyfillVueUseHead: boolean, | ||
@@ -976,0 +981,0 @@ |
{ | ||
"name": "@nuxt/schema", | ||
"version": "3.8.2", | ||
"version": "3.9.0", | ||
"repository": { | ||
@@ -34,10 +34,10 @@ "type": "git", | ||
"devDependencies": { | ||
"@nuxt/telemetry": "2.5.2", | ||
"@nuxt/telemetry": "2.5.3", | ||
"@types/file-loader": "5.0.4", | ||
"@types/pug": "2.0.9", | ||
"@types/pug": "2.0.10", | ||
"@types/sass-loader": "8.0.8", | ||
"@unhead/schema": "1.8.4", | ||
"@vitejs/plugin-vue": "4.5.0", | ||
"@unhead/schema": "1.8.9", | ||
"@vitejs/plugin-vue": "5.0.0", | ||
"@vitejs/plugin-vue-jsx": "3.1.0", | ||
"@vue/compiler-core": "3.3.8", | ||
"@vue/compiler-core": "3.3.13", | ||
"c12": "1.5.1", | ||
@@ -47,10 +47,10 @@ "esbuild-loader": "4.0.2", | ||
"ignore": "5.3.0", | ||
"nitropack": "2.8.0", | ||
"nitropack": "2.8.1", | ||
"ofetch": "1.3.3", | ||
"unbuild": "latest", | ||
"unctx": "2.3.1", | ||
"vite": "4.5.0", | ||
"vue": "3.3.8", | ||
"vite": "5.0.10", | ||
"vue": "3.3.13", | ||
"vue-bundle-renderer": "2.0.0", | ||
"vue-loader": "17.3.1", | ||
"vue-loader": "17.4.0", | ||
"vue-router": "4.2.5", | ||
@@ -67,6 +67,6 @@ "webpack": "5.89.0", | ||
"pkg-types": "^1.0.3", | ||
"scule": "^1.1.0", | ||
"std-env": "^3.5.0", | ||
"scule": "^1.1.1", | ||
"std-env": "^3.7.0", | ||
"ufo": "^1.3.2", | ||
"unimport": "^3.5.0", | ||
"unimport": "^3.7.0", | ||
"untyped": "^1.4.0" | ||
@@ -73,0 +73,0 @@ }, |
@@ -105,3 +105,3 @@ import type { ComponentsOptions } from '../src/types/components' | ||
optimization: { | ||
/** @default [{"name":"defineNuxtComponent","argumentLength":2},{"name":"useState","argumentLength":2},{"name":"useFetch","argumentLength":3},{"name":"useAsyncData","argumentLength":3},{"name":"useLazyAsyncData","argumentLength":3},{"name":"useLazyFetch","argumentLength":3}] */ | ||
/** @default [{"name":"callOnce","argumentLength":2},{"name":"defineNuxtComponent","argumentLength":2},{"name":"useState","argumentLength":2},{"name":"useFetch","argumentLength":3},{"name":"useAsyncData","argumentLength":3},{"name":"useLazyAsyncData","argumentLength":3},{"name":"useLazyFetch","argumentLength":3}] */ | ||
keyedComposables: Array<{ name: string, source?: string | RegExp, argumentLength: number }>, | ||
@@ -244,2 +244,15 @@ | ||
future: { | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
}, | ||
features: { | ||
/** @default true */ | ||
inlineStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
}, | ||
experimental: { | ||
@@ -249,5 +262,2 @@ /** @default false */ | ||
/** @default false */ | ||
reactivityTransform: boolean, | ||
/** @default true */ | ||
@@ -269,8 +279,2 @@ externalVue: boolean, | ||
/** @default true */ | ||
inlineSSRStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
/** @default true */ | ||
renderJsonPayloads: boolean, | ||
@@ -297,3 +301,3 @@ | ||
/** @default false */ | ||
componentIslands: true | 'local' | 'local+remote' | false, | ||
componentIslands: true | 'local' | 'local+remote' | Partial<{ remoteIsland: boolean, selectiveClient: boolean }> | false, | ||
@@ -304,5 +308,2 @@ /** @default true */ | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
/** @default false */ | ||
polyfillVueUseHead: boolean, | ||
@@ -309,0 +310,0 @@ |
@@ -8,2 +8,3 @@ { | ||
"define": { | ||
"__VUE_PROD_HYDRATION_MISMATCH_DETAILS__": false, | ||
"process.dev": false, | ||
@@ -88,3 +89,2 @@ "import.meta.dev": false, | ||
"asyncEntry": false, | ||
"reactivityTransform": false, | ||
"externalVue": true, | ||
@@ -95,4 +95,2 @@ "treeshakeClientOnly": true, | ||
"restoreState": false, | ||
"inlineSSRStyles": true, | ||
"noScripts": false, | ||
"renderJsonPayloads": true, | ||
@@ -107,3 +105,2 @@ "noVueServer": false, | ||
"configSchema": true, | ||
"typescriptBundlerResolution": false, | ||
"polyfillVueUseHead": false, | ||
@@ -158,2 +155,3 @@ "respectNoSSRHeader": false, | ||
"srcDir": "/<rootDir>", | ||
"debug": false, | ||
"dir": { | ||
@@ -179,3 +177,2 @@ "assets": "assets", | ||
"buildDir": "/<rootDir>/.nuxt", | ||
"workspaceDir": "/<rootDir>", | ||
"modulesDir": [ | ||
@@ -185,2 +182,3 @@ "/<rootDir>/node_modules", | ||
], | ||
"workspaceDir": "/<rootDir>", | ||
"builder": "@nuxt/vite-builder", | ||
@@ -196,2 +194,6 @@ "sourcemap": { | ||
{ | ||
"name": "callOnce", | ||
"argumentLength": 2 | ||
}, | ||
{ | ||
"name": "defineNuxtComponent", | ||
@@ -276,3 +278,2 @@ "argumentLength": 2 | ||
"test": false, | ||
"debug": false, | ||
"ssr": true, | ||
@@ -345,2 +346,9 @@ "modules": [], | ||
}, | ||
"future": { | ||
"typescriptBundlerResolution": false | ||
}, | ||
"features": { | ||
"inlineStyles": true, | ||
"noScripts": false | ||
}, | ||
"generate": { | ||
@@ -347,0 +355,0 @@ "routes": [], |
@@ -143,3 +143,3 @@ | ||
- **Type**: `Array<{ name: string, source?: string | RegExp, argumentLength: number }>` | ||
- **Default**: `[{"name":"defineNuxtComponent","argumentLength":2},{"name":"useState","argumentLength":2},{"name":"useFetch","argumentLength":3},{"name":"useAsyncData","argumentLength":3},{"name":"useLazyAsyncData","argumentLength":3},{"name":"useLazyFetch","argumentLength":3}]` | ||
- **Default**: `[{"name":"callOnce","argumentLength":2},{"name":"defineNuxtComponent","argumentLength":2},{"name":"useState","argumentLength":2},{"name":"useFetch","argumentLength":3},{"name":"useAsyncData","argumentLength":3},{"name":"useLazyAsyncData","argumentLength":3},{"name":"useLazyFetch","argumentLength":3}]` | ||
@@ -384,5 +384,5 @@ | ||
# `experimental` | ||
# `future` | ||
## `asyncEntry` | ||
## `typescriptBundlerResolution` | ||
- **Type**: `boolean` | ||
@@ -392,3 +392,10 @@ - **Default**: `false` | ||
## `reactivityTransform` | ||
# `features` | ||
## `inlineStyles` | ||
- **Type**: `boolean | ((id?: string) => boolean)` | ||
- **Default**: `true` | ||
## `noScripts` | ||
- **Type**: `boolean` | ||
@@ -398,2 +405,9 @@ - **Default**: `false` | ||
# `experimental` | ||
## `asyncEntry` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
## `externalVue` | ||
@@ -424,12 +438,2 @@ - **Type**: `boolean` | ||
## `inlineSSRStyles` | ||
- **Type**: `boolean | ((id?: string) => boolean)` | ||
- **Default**: `true` | ||
## `noScripts` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
## `renderJsonPayloads` | ||
@@ -471,3 +475,3 @@ - **Type**: `boolean` | ||
## `componentIslands` | ||
- **Type**: `true | 'local' | 'local+remote' | false` | ||
- **Type**: `true | 'local' | 'local+remote' | Partial<{ remoteIsland: boolean, selectiveClient: boolean }> | false` | ||
- **Default**: `false` | ||
@@ -481,7 +485,2 @@ | ||
## `typescriptBundlerResolution` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
## `polyfillVueUseHead` | ||
@@ -488,0 +487,0 @@ - **Type**: `boolean` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
307916
7682
Updatedscule@^1.1.1
Updatedstd-env@^3.7.0
Updatedunimport@^3.7.0