chore(deps): update all non-major dependencies (main) (#30238)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-12-13 17:41:08 +00:00 committed by GitHub
parent f94a071bd8
commit 54b1918a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 289 additions and 279 deletions

View File

@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7 uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with: with:
config: | config: |
paths: paths:
@ -94,7 +94,7 @@ jobs:
queries: +security-and-quality queries: +security-and-quality
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7 uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with: with:
category: "/language:javascript-typescript" category: "/language:javascript-typescript"

View File

@ -68,7 +68,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7 uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
if: github.repository == 'nuxt/nuxt' && success() if: github.repository == 'nuxt/nuxt' && success()
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@ -60,7 +60,7 @@
"send": ">=1.1.0", "send": ">=1.1.0",
"typescript": "5.6.3", "typescript": "5.6.3",
"ufo": "1.5.4", "ufo": "1.5.4",
"unbuild": "3.0.0-rc.11", "unbuild": "3.0.0",
"unhead": "1.11.14", "unhead": "1.11.14",
"unimport": "3.14.5", "unimport": "3.14.5",
"vite": "6.0.3", "vite": "6.0.3",
@ -68,7 +68,7 @@
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "0.17.1", "@arethetypeswrong/cli": "0.17.1",
"@nuxt/eslint-config": "0.7.2", "@nuxt/eslint-config": "0.7.3",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*", "@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "3.15.1", "@nuxt/test-utils": "3.15.1",
@ -89,13 +89,13 @@
"devalue": "5.1.1", "devalue": "5.1.1",
"eslint": "9.16.0", "eslint": "9.16.0",
"eslint-plugin-no-only-tests": "3.3.0", "eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.2.0", "eslint-plugin-perfectionist": "4.3.0",
"eslint-typegen": "0.3.2", "eslint-typegen": "0.3.2",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e", "h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"happy-dom": "15.11.7", "happy-dom": "15.11.7",
"installed-check": "9.3.0", "installed-check": "9.3.0",
"jiti": "2.4.1", "jiti": "2.4.1",
"knip": "5.39.4", "knip": "5.40.0",
"markdownlint-cli": "0.43.0", "markdownlint-cli": "0.43.0",
"memfs": "~4.14.1", "memfs": "~4.14.1",
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d", "nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",

View File

@ -52,12 +52,12 @@
"@rspack/core": "1.1.6", "@rspack/core": "1.1.6",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d", "nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
"unbuild": "3.0.0-rc.11", "unbuild": "3.0.0",
"vite": "6.0.3", "vite": "6.0.3",
"vitest": "2.1.8", "vitest": "2.1.8",
"webpack": "5.96.1" "webpack": "5.96.1"
}, },
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.20.5"
} }
} }

View File

@ -65,7 +65,7 @@
}, },
"dependencies": { "dependencies": {
"@nuxt/devalue": "^2.0.2", "@nuxt/devalue": "^2.0.2",
"@nuxt/devtools": "^1.6.3", "@nuxt/devtools": "^1.6.4",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.6.0", "@nuxt/telemetry": "^2.6.0",
@ -135,7 +135,7 @@
"@types/estree": "1.0.6", "@types/estree": "1.0.6",
"@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"unbuild": "3.0.0-rc.11", "unbuild": "3.0.0",
"vite": "6.0.3", "vite": "6.0.3",
"vitest": "2.1.8" "vitest": "2.1.8"
}, },
@ -152,6 +152,6 @@
} }
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -15,20 +15,20 @@ const _error = props.error
// TODO: extract to a separate utility // TODO: extract to a separate utility
const stacktrace = _error.stack const stacktrace = _error.stack
? _error.stack ? _error.stack
.split('\n') .split('\n')
.splice(1) .splice(1)
.map((line) => { .map((line) => {
const text = line const text = line
.replace('webpack:/', '') .replace('webpack:/', '')
.replace('.vue', '.js') // TODO: Support sourcemap .replace('.vue', '.js') // TODO: Support sourcemap
.trim() .trim()
return { return {
text, text,
internal: (line.includes('node_modules') && !line.includes('.cache')) || internal: (line.includes('node_modules') && !line.includes('.cache')) ||
line.includes('internal') || line.includes('internal') ||
line.includes('new Promise'), line.includes('new Promise'),
} }
}).map(i => `<span class="stack${i.internal ? ' internal' : ''}">${i.text}</span>`).join('\n') }).map(i => `<span class="stack${i.internal ? ' internal' : ''}">${i.text}</span>`).join('\n')
: '' : ''
// Error page props // Error page props

View File

@ -12,8 +12,8 @@ export default defineNuxtPlugin({
const head = import.meta.server const head = import.meta.server
? nuxtApp.ssrContext!.head ? nuxtApp.ssrContext!.head
: createClientHead({ : createClientHead({
plugins: unheadPlugins, plugins: unheadPlugins,
}) })
// allow useHead to be used outside a Vue context but within a Nuxt context // allow useHead to be used outside a Vue context but within a Nuxt context
setHeadInjectionHandler( setHeadInjectionHandler(
// need a fresh instance of the nuxt app to avoid parallel requests interfering with each other // need a fresh instance of the nuxt app to avoid parallel requests interfering with each other

View File

@ -78,13 +78,13 @@
"@types/webpack-bundle-analyzer": "4.7.0", "@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.28.1", "rollup": "4.28.1",
"unbuild": "3.0.0-rc.11", "unbuild": "3.0.0",
"vue": "3.5.13" "vue": "3.5.13"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -50,7 +50,7 @@
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d", "nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
"ofetch": "1.4.1", "ofetch": "1.4.1",
"sass-loader": "16.0.4", "sass-loader": "16.0.4",
"unbuild": "3.0.0-rc.11", "unbuild": "3.0.0",
"unctx": "2.4.0", "unctx": "2.4.0",
"vite": "6.0.3", "vite": "6.0.3",
"vue": "3.5.13", "vue": "3.5.13",

View File

@ -28,7 +28,7 @@
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@types/clear": "0.1.4", "@types/clear": "0.1.4",
"rollup": "4.28.1", "rollup": "4.28.1",
"unbuild": "3.0.0-rc.11", "unbuild": "3.0.0",
"vue": "3.5.13" "vue": "3.5.13"
}, },
"dependencies": { "dependencies": {
@ -67,6 +67,6 @@
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -69,13 +69,13 @@ export function ssrStylesPlugin (options: SSRStylePluginOptions): Plugin {
const base = typeof outputOptions.assetFileNames === 'string' const base = typeof outputOptions.assetFileNames === 'string'
? outputOptions.assetFileNames ? outputOptions.assetFileNames
: outputOptions.assetFileNames({ : outputOptions.assetFileNames({
type: 'asset', type: 'asset',
name: `${fileName}-styles.mjs`, name: `${fileName}-styles.mjs`,
names: [`${fileName}-styles.mjs`], names: [`${fileName}-styles.mjs`],
originalFileName: `${fileName}-styles.mjs`, originalFileName: `${fileName}-styles.mjs`,
originalFileNames: [`${fileName}-styles.mjs`], originalFileNames: [`${fileName}-styles.mjs`],
source: '', source: '',
}) })
const baseDir = dirname(base) const baseDir = dirname(base)

View File

@ -80,13 +80,13 @@
"@types/webpack-bundle-analyzer": "4.7.0", "@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.28.1", "rollup": "4.28.1",
"unbuild": "3.0.0-rc.11", "unbuild": "3.0.0",
"vue": "3.5.13" "vue": "3.5.13"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -10,6 +10,6 @@
"nuxt": "workspace:*" "nuxt": "workspace:*"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,6 @@
"vue-router": "latest" "vue-router": "latest"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -17,6 +17,6 @@
"vue": "latest" "vue": "latest"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -8,6 +8,6 @@
"nuxt": "workspace:*" "nuxt": "workspace:*"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -9,6 +9,6 @@
"nuxt": "workspace:*" "nuxt": "workspace:*"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -8,6 +8,6 @@
"nuxt": "workspace:*" "nuxt": "workspace:*"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -8,6 +8,6 @@
"nuxt": "workspace:*" "nuxt": "workspace:*"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -10,6 +10,6 @@
"nuxt": "workspace:*" "nuxt": "workspace:*"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }

View File

@ -11,6 +11,6 @@
"typescript": "latest" "typescript": "latest"
}, },
"engines": { "engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0.0" "node": "^18.20.5 || ^20.9.0 || >=22.0.0"
} }
} }