mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
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:
parent
f94a071bd8
commit
54b1918a5c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
|
||||
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
|
||||
with:
|
||||
config: |
|
||||
paths:
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
queries: +security-and-quality
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
|
||||
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
|
||||
with:
|
||||
category: "/language:javascript-typescript"
|
||||
|
||||
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
# Upload the results to GitHub's code scanning dashboard.
|
||||
- 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()
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
@ -60,7 +60,7 @@
|
||||
"send": ">=1.1.0",
|
||||
"typescript": "5.6.3",
|
||||
"ufo": "1.5.4",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unbuild": "3.0.0",
|
||||
"unhead": "1.11.14",
|
||||
"unimport": "3.14.5",
|
||||
"vite": "6.0.3",
|
||||
@ -68,7 +68,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/cli": "0.17.1",
|
||||
"@nuxt/eslint-config": "0.7.2",
|
||||
"@nuxt/eslint-config": "0.7.3",
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@nuxt/rspack-builder": "workspace:*",
|
||||
"@nuxt/test-utils": "3.15.1",
|
||||
@ -89,13 +89,13 @@
|
||||
"devalue": "5.1.1",
|
||||
"eslint": "9.16.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",
|
||||
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
|
||||
"happy-dom": "15.11.7",
|
||||
"installed-check": "9.3.0",
|
||||
"jiti": "2.4.1",
|
||||
"knip": "5.39.4",
|
||||
"knip": "5.40.0",
|
||||
"markdownlint-cli": "0.43.0",
|
||||
"memfs": "~4.14.1",
|
||||
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
|
||||
|
@ -52,12 +52,12 @@
|
||||
"@rspack/core": "1.1.6",
|
||||
"@types/semver": "7.5.8",
|
||||
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unbuild": "3.0.0",
|
||||
"vite": "6.0.3",
|
||||
"vitest": "2.1.8",
|
||||
"webpack": "5.96.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=18.20.5"
|
||||
}
|
||||
}
|
||||
|
@ -65,7 +65,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/devalue": "^2.0.2",
|
||||
"@nuxt/devtools": "^1.6.3",
|
||||
"@nuxt/devtools": "^1.6.4",
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@nuxt/telemetry": "^2.6.0",
|
||||
@ -135,7 +135,7 @@
|
||||
"@types/estree": "1.0.6",
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vue/compiler-sfc": "3.5.13",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unbuild": "3.0.0",
|
||||
"vite": "6.0.3",
|
||||
"vitest": "2.1.8"
|
||||
},
|
||||
@ -152,6 +152,6 @@
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -15,20 +15,20 @@ const _error = props.error
|
||||
// TODO: extract to a separate utility
|
||||
const stacktrace = _error.stack
|
||||
? _error.stack
|
||||
.split('\n')
|
||||
.splice(1)
|
||||
.map((line) => {
|
||||
const text = line
|
||||
.replace('webpack:/', '')
|
||||
.replace('.vue', '.js') // TODO: Support sourcemap
|
||||
.trim()
|
||||
return {
|
||||
text,
|
||||
internal: (line.includes('node_modules') && !line.includes('.cache')) ||
|
||||
.split('\n')
|
||||
.splice(1)
|
||||
.map((line) => {
|
||||
const text = line
|
||||
.replace('webpack:/', '')
|
||||
.replace('.vue', '.js') // TODO: Support sourcemap
|
||||
.trim()
|
||||
return {
|
||||
text,
|
||||
internal: (line.includes('node_modules') && !line.includes('.cache')) ||
|
||||
line.includes('internal') ||
|
||||
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
|
||||
|
@ -12,8 +12,8 @@ export default defineNuxtPlugin({
|
||||
const head = import.meta.server
|
||||
? nuxtApp.ssrContext!.head
|
||||
: createClientHead({
|
||||
plugins: unheadPlugins,
|
||||
})
|
||||
plugins: unheadPlugins,
|
||||
})
|
||||
// allow useHead to be used outside a Vue context but within a Nuxt context
|
||||
setHeadInjectionHandler(
|
||||
// need a fresh instance of the nuxt app to avoid parallel requests interfering with each other
|
||||
|
@ -78,13 +78,13 @@
|
||||
"@types/webpack-bundle-analyzer": "4.7.0",
|
||||
"@types/webpack-hot-middleware": "2.25.9",
|
||||
"rollup": "4.28.1",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unbuild": "3.0.0",
|
||||
"vue": "3.5.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,7 @@
|
||||
"nitro": "npm:nitro-nightly@3.0.0-beta-28796231.359af68d",
|
||||
"ofetch": "1.4.1",
|
||||
"sass-loader": "16.0.4",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unbuild": "3.0.0",
|
||||
"unctx": "2.4.0",
|
||||
"vite": "6.0.3",
|
||||
"vue": "3.5.13",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@types/clear": "0.1.4",
|
||||
"rollup": "4.28.1",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unbuild": "3.0.0",
|
||||
"vue": "3.5.13"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -67,6 +67,6 @@
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -69,13 +69,13 @@ export function ssrStylesPlugin (options: SSRStylePluginOptions): Plugin {
|
||||
const base = typeof outputOptions.assetFileNames === 'string'
|
||||
? outputOptions.assetFileNames
|
||||
: outputOptions.assetFileNames({
|
||||
type: 'asset',
|
||||
name: `${fileName}-styles.mjs`,
|
||||
names: [`${fileName}-styles.mjs`],
|
||||
originalFileName: `${fileName}-styles.mjs`,
|
||||
originalFileNames: [`${fileName}-styles.mjs`],
|
||||
source: '',
|
||||
})
|
||||
type: 'asset',
|
||||
name: `${fileName}-styles.mjs`,
|
||||
names: [`${fileName}-styles.mjs`],
|
||||
originalFileName: `${fileName}-styles.mjs`,
|
||||
originalFileNames: [`${fileName}-styles.mjs`],
|
||||
source: '',
|
||||
})
|
||||
|
||||
const baseDir = dirname(base)
|
||||
|
||||
|
@ -80,13 +80,13 @@
|
||||
"@types/webpack-bundle-analyzer": "4.7.0",
|
||||
"@types/webpack-hot-middleware": "2.25.9",
|
||||
"rollup": "4.28.1",
|
||||
"unbuild": "3.0.0-rc.11",
|
||||
"unbuild": "3.0.0",
|
||||
"vue": "3.5.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
"nuxt": "workspace:*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
470
pnpm-lock.yaml
470
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
2
test/fixtures/basic-types/package.json
vendored
2
test/fixtures/basic-types/package.json
vendored
@ -16,6 +16,6 @@
|
||||
"vue-router": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/basic/package.json
vendored
2
test/fixtures/basic/package.json
vendored
@ -17,6 +17,6 @@
|
||||
"vue": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/hmr/package.json
vendored
2
test/fixtures/hmr/package.json
vendored
@ -8,6 +8,6 @@
|
||||
"nuxt": "workspace:*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/minimal-types/package.json
vendored
2
test/fixtures/minimal-types/package.json
vendored
@ -9,6 +9,6 @@
|
||||
"nuxt": "workspace:*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/minimal/package.json
vendored
2
test/fixtures/minimal/package.json
vendored
@ -8,6 +8,6 @@
|
||||
"nuxt": "workspace:*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/runtime-compiler/package.json
vendored
2
test/fixtures/runtime-compiler/package.json
vendored
@ -8,6 +8,6 @@
|
||||
"nuxt": "workspace:*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/spa-loader/package.json
vendored
2
test/fixtures/spa-loader/package.json
vendored
@ -10,6 +10,6 @@
|
||||
"nuxt": "workspace:*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
2
test/fixtures/suspense/package.json
vendored
2
test/fixtures/suspense/package.json
vendored
@ -11,6 +11,6 @@
|
||||
"typescript": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.9.0 || >=22.0.0"
|
||||
"node": "^18.20.5 || ^20.9.0 || >=22.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user