mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
chore(deps): update all non-major dependencies (3.x) (#30133)
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
b88ad0765a
commit
e8ceaa20c9
8
.github/workflows/ci.yml
vendored
8
.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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
|
||||
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
|
||||
with:
|
||||
config: |
|
||||
paths:
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
queries: +security-and-quality
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
|
||||
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
|
||||
with:
|
||||
category: "/language:javascript-typescript"
|
||||
|
||||
@ -251,9 +251,9 @@ jobs:
|
||||
TEST_CONTEXT: ${{ matrix.context }}
|
||||
TEST_V4: ${{ matrix.version == 'v4' }}
|
||||
TEST_PAYLOAD: ${{ matrix.payload }}
|
||||
SKIP_BUNDLE_SIZE: ${{ github.event_name != 'push' || matrix.env == 'dev' || matrix.builder == 'webpack' || matrix.context == 'default' || matrix.payload == 'js' || runner.os == 'Windows' }}
|
||||
SKIP_BUNDLE_SIZE: true
|
||||
|
||||
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
|
||||
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
|
||||
if: github.event_name != 'push' && matrix.env == 'built' && matrix.builder == 'vite' && matrix.context == 'default' && matrix.os == 'ubuntu-latest' && matrix.manifest == 'manifest-on'
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
2
.github/workflows/docs-check-links.yml
vendored
2
.github/workflows/docs-check-links.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
# Cache lychee results (e.g. to avoid hitting rate limits)
|
||||
- name: Restore lychee cache
|
||||
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
||||
with:
|
||||
path: .lycheecache
|
||||
key: cache-lychee-${{ github.sha }}
|
||||
|
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
|
||||
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
|
||||
if: github.repository == 'nuxt/nuxt' && success()
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
14
package.json
14
package.json
@ -53,13 +53,13 @@
|
||||
"nuxt": "workspace:*",
|
||||
"ohash": "1.1.4",
|
||||
"postcss": "8.4.49",
|
||||
"rollup": "4.28.0",
|
||||
"rollup": "4.28.1",
|
||||
"send": ">=1.1.0",
|
||||
"typescript": "5.6.2",
|
||||
"ufo": "1.5.4",
|
||||
"unhead": "1.11.13",
|
||||
"unimport": "3.13.4",
|
||||
"vite": "6.0.2",
|
||||
"vite": "6.0.3",
|
||||
"vue": "3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -85,14 +85,15 @@
|
||||
"devalue": "5.1.1",
|
||||
"eslint": "9.16.0",
|
||||
"eslint-plugin-no-only-tests": "3.3.0",
|
||||
"eslint-plugin-perfectionist": "4.1.2",
|
||||
"eslint-plugin-perfectionist": "4.2.0",
|
||||
"eslint-typegen": "0.3.2",
|
||||
"h3": "1.13.0",
|
||||
"happy-dom": "15.11.7",
|
||||
"installed-check": "9.3.0",
|
||||
"jiti": "2.4.1",
|
||||
"knip": "5.39.1",
|
||||
"knip": "5.39.2",
|
||||
"markdownlint-cli": "0.43.0",
|
||||
"memfs": "~4.14.1",
|
||||
"nitropack": "2.10.4",
|
||||
"nuxi": "3.16.0",
|
||||
"nuxt": "workspace:*",
|
||||
@ -111,9 +112,10 @@
|
||||
"vitest": "2.1.8",
|
||||
"vitest-environment-nuxt": "1.0.1",
|
||||
"vue": "3.5.13",
|
||||
"vue-tsc": "2.1.10"
|
||||
"vue-tsc": "2.1.10",
|
||||
"webpack": "5.96.1"
|
||||
},
|
||||
"packageManager": "pnpm@9.14.4",
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"engines": {
|
||||
"node": "^20.9.0 || ^22.0.0 || >=23.0.0"
|
||||
},
|
||||
|
@ -55,7 +55,7 @@
|
||||
"lodash-es": "4.17.21",
|
||||
"nitropack": "2.10.4",
|
||||
"unbuild": "latest",
|
||||
"vite": "6.0.2",
|
||||
"vite": "6.0.3",
|
||||
"vitest": "2.1.8",
|
||||
"webpack": "5.96.1"
|
||||
},
|
||||
|
@ -70,7 +70,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/devalue": "^2.0.2",
|
||||
"@nuxt/devtools": "^1.6.2",
|
||||
"@nuxt/devtools": "^1.6.3",
|
||||
"@nuxt/kit": "workspace:*",
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@nuxt/telemetry": "^2.6.0",
|
||||
@ -126,7 +126,7 @@
|
||||
"unhead": "^1.11.13",
|
||||
"unimport": "^3.13.4",
|
||||
"unplugin": "^2.0.0",
|
||||
"unplugin-vue-router": "^0.10.8",
|
||||
"unplugin-vue-router": "^0.10.9",
|
||||
"unstorage": "^1.13.1",
|
||||
"untyped": "^1.5.1",
|
||||
"vue": "^3.5.13",
|
||||
@ -141,7 +141,7 @@
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vue/compiler-sfc": "3.5.13",
|
||||
"unbuild": "latest",
|
||||
"vite": "6.0.2",
|
||||
"vite": "6.0.3",
|
||||
"vitest": "2.1.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -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
|
||||
|
@ -77,7 +77,7 @@
|
||||
"@types/pify": "5.0.4",
|
||||
"@types/webpack-bundle-analyzer": "4.7.0",
|
||||
"@types/webpack-hot-middleware": "2.25.9",
|
||||
"rollup": "4.28.0",
|
||||
"rollup": "4.28.1",
|
||||
"unbuild": "latest",
|
||||
"vue": "3.5.13"
|
||||
},
|
||||
|
@ -36,9 +36,7 @@
|
||||
"test:attw": "attw --pack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/file-loader": "5.0.4",
|
||||
"@types/pug": "2.0.10",
|
||||
"@types/sass-loader": "8.0.9",
|
||||
"@unhead/schema": "1.11.13",
|
||||
"@vitejs/plugin-vue": "5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "4.1.1",
|
||||
@ -46,13 +44,15 @@
|
||||
"@vue/compiler-sfc": "3.5.13",
|
||||
"@vue/language-core": "2.1.10",
|
||||
"esbuild-loader": "4.2.2",
|
||||
"file-loader": "6.2.0",
|
||||
"h3": "1.13.0",
|
||||
"ignore": "6.0.2",
|
||||
"nitropack": "2.10.4",
|
||||
"ofetch": "1.4.1",
|
||||
"sass-loader": "16.0.4",
|
||||
"unbuild": "latest",
|
||||
"unctx": "2.3.1",
|
||||
"vite": "6.0.2",
|
||||
"vite": "6.0.3",
|
||||
"vue": "3.5.13",
|
||||
"vue-bundle-renderer": "2.1.1",
|
||||
"vue-loader": "17.4.2",
|
||||
|
@ -18,21 +18,21 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash-es": "4.17.12",
|
||||
"@unocss/reset": "0.65.0",
|
||||
"beasties": "0.1.0",
|
||||
"@unocss/reset": "0.65.1",
|
||||
"beasties": "0.2.0",
|
||||
"html-validate": "8.27.0",
|
||||
"htmlnano": "2.1.1",
|
||||
"jiti": "2.4.1",
|
||||
"knitwork": "1.1.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"pathe": "1.1.2",
|
||||
"prettier": "3.4.1",
|
||||
"prettier": "3.4.2",
|
||||
"scule": "1.3.0",
|
||||
"svgo": "3.3.2",
|
||||
"tinyexec": "0.3.1",
|
||||
"tinyglobby": "0.2.10",
|
||||
"unocss": "0.65.0",
|
||||
"vite": "6.0.2"
|
||||
"unocss": "0.65.1",
|
||||
"vite": "6.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
||||
|
@ -27,7 +27,7 @@
|
||||
"devDependencies": {
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@types/clear": "0.1.4",
|
||||
"rollup": "4.28.0",
|
||||
"rollup": "4.28.1",
|
||||
"unbuild": "latest",
|
||||
"vue": "3.5.13"
|
||||
},
|
||||
@ -60,7 +60,7 @@
|
||||
"ufo": "^1.5.4",
|
||||
"unenv": "^1.10.0",
|
||||
"unplugin": "^2.0.0",
|
||||
"vite": "^6.0.2",
|
||||
"vite": "^6.0.3",
|
||||
"vite-node": "^2.1.8",
|
||||
"vite-plugin-checker": "^0.8.0",
|
||||
"vue-bundle-renderer": "^2.1.1"
|
||||
|
@ -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)
|
||||
|
||||
|
2665
pnpm-lock.yaml
2665
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -37,6 +37,13 @@
|
||||
"typescript"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "webpack",
|
||||
"matchPackageNames": [
|
||||
"webpack",
|
||||
"memfs"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "webpack",
|
||||
"matchPackageNames": [
|
||||
|
Loading…
Reference in New Issue
Block a user