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

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-01-05 20:16:44 +00:00 committed by GitHub
parent 90c3539e0e
commit dc02809ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 368 additions and 365 deletions

View File

@ -19,4 +19,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4
uses: actions/dependency-review-action@c74b580d73376b7750d3d2a50bfb8adc2c937507 # v3.1.5

View File

@ -35,9 +35,9 @@
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"rollup": "^4.9.2",
"rollup": "^4.9.3",
"nuxt": "workspace:*",
"vite": "5.0.10",
"vite": "5.0.11",
"vue": "3.4.5",
"magic-string": "^0.30.5"
},
@ -63,7 +63,7 @@
"execa": "8.0.1",
"fs-extra": "11.2.0",
"globby": "14.0.0",
"h3": "1.9.0",
"h3": "1.10.0",
"happy-dom": "12.10.3",
"jiti": "1.21.0",
"markdownlint-cli": "0.38.0",

View File

@ -52,7 +52,7 @@
"lodash-es": "4.17.21",
"nitropack": "2.8.1",
"unbuild": "latest",
"vite": "5.0.10",
"vite": "5.0.11",
"vitest": "1.1.1",
"webpack": "5.89.0"
},

View File

@ -81,7 +81,7 @@
"estree-walker": "^3.0.3",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"h3": "^1.9.0",
"h3": "^1.10.0",
"hookable": "^5.5.3",
"jiti": "^1.21.0",
"klona": "^2.0.6",
@ -104,7 +104,7 @@
"ultrahtml": "^1.5.2",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.8.0",
"unenv": "^1.9.0",
"unimport": "^3.7.1",
"unplugin": "^1.6.0",
"unplugin-vue-router": "^0.7.0",
@ -120,7 +120,7 @@
"@types/fs-extra": "11.0.4",
"@vitejs/plugin-vue": "5.0.2",
"unbuild": "latest",
"vite": "5.0.10",
"vite": "5.0.11",
"vitest": "1.1.1"
},
"peerDependencies": {

View File

@ -19,7 +19,8 @@ export default <NitroErrorHandler> async function errorhandler (error: H3Error,
stack: import.meta.dev && statusCode !== 404
? `<pre>${stack.map(i => `<span class="stack${i.internal ? ' internal' : ''}">${i.text}</span>`).join('\n')}</pre>`
: '',
data: error.data
// TODO: check and validate error.data for serialisation into query
data: error.data as any
}
// Console output

View File

@ -44,13 +44,13 @@
"@vue/compiler-core": "3.4.5",
"c12": "1.6.1",
"esbuild-loader": "4.0.2",
"h3": "1.9.0",
"h3": "1.10.0",
"ignore": "5.3.0",
"nitropack": "2.8.1",
"ofetch": "1.3.3",
"unbuild": "latest",
"unctx": "2.3.1",
"vite": "5.0.10",
"vite": "5.0.11",
"vue": "3.4.5",
"vue-bundle-renderer": "2.0.0",
"vue-loader": "17.4.2",

View File

@ -47,7 +47,7 @@
"externality": "^1.0.2",
"fs-extra": "^11.2.0",
"get-port-please": "^3.1.1",
"h3": "^1.9.0",
"h3": "^1.10.0",
"knitwork": "^1.0.0",
"magic-string": "^0.30.5",
"mlly": "^1.4.2",
@ -55,13 +55,13 @@
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.7.0",
"strip-literal": "^2.0.0",
"ufo": "^1.3.2",
"unplugin": "^1.6.0",
"vite": "5.0.10",
"vite": "5.0.11",
"vite-node": "^1.1.1",
"vite-plugin-checker": "^0.6.2",
"vue-bundle-renderer": "^2.0.0"

View File

@ -38,7 +38,7 @@
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.2.0",
"h3": "^1.9.0",
"h3": "^1.10.0",
"hash-sum": "^2.0.0",
"lodash-es": "4.17.21",
"magic-string": "^0.30.5",
@ -48,7 +48,7 @@
"ohash": "^1.1.3",
"pathe": "^1.1.1",
"pify": "^6.1.0",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^7.3.4",

File diff suppressed because it is too large Load Diff