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

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
This commit is contained in:
renovate[bot] 2021-12-20 12:33:18 +01:00 committed by GitHub
parent c8e281e7b6
commit 85f0547ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 506 additions and 514 deletions

View File

@ -28,7 +28,7 @@
}, },
"resolutions": { "resolutions": {
"nuxt3": "workspace:./packages/nuxt3", "nuxt3": "workspace:./packages/nuxt3",
"unbuild": "^0.6.6", "unbuild": "^0.6.7",
"jiti": "^1.12.9" "jiti": "^1.12.9"
}, },
"devDependencies": { "devDependencies": {
@ -37,12 +37,12 @@
"@types/chai": "^4.3.0", "@types/chai": "^4.3.0",
"@types/jsdom": "^16", "@types/jsdom": "^16",
"@types/mocha": "^9.0.0", "@types/mocha": "^9.0.0",
"@types/node": "^14.18.0", "@types/node": "^14.18.1",
"@types/object-hash": "^2", "@types/object-hash": "^2",
"chai": "^4.3.4", "chai": "^4.3.4",
"esbuild": "^0.14.3", "esbuild": "^0.14.6",
"eslint": "^8.4.1", "eslint": "^8.5.0",
"eslint-plugin-jsdoc": "^37.2.0", "eslint-plugin-jsdoc": "^37.4.0",
"execa": "^6.0.0", "execa": "^6.0.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"jiti": "^1.12.9", "jiti": "^1.12.9",
@ -53,7 +53,7 @@
"object-hash": "^2.2.0", "object-hash": "^2.2.0",
"pathe": "^0.2.0", "pathe": "^0.2.0",
"typescript": "^4.5.4", "typescript": "^4.5.4",
"unbuild": "^0.6.6", "unbuild": "^0.6.7",
"vue-router": "next" "vue-router": "next"
}, },
"packageManager": "yarn@3.1.1", "packageManager": "yarn@3.1.1",

View File

@ -24,7 +24,7 @@
"@nuxt/postcss8": "^1.1.3", "@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.0.0", "@nuxt/schema": "3.0.0",
"@vitejs/plugin-legacy": "^1.6.4", "@vitejs/plugin-legacy": "^1.6.4",
"@vue/composition-api": "^1.4.1", "@vue/composition-api": "^1.4.2",
"@vueuse/head": "^0.7.4", "@vueuse/head": "^0.7.4",
"acorn": "^8.6.0", "acorn": "^8.6.0",
"consola": "^2.15.3", "consola": "^2.15.3",
@ -39,7 +39,7 @@
"h3": "^0.3.8", "h3": "^0.3.8",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"magic-string": "^0.25.7", "magic-string": "^0.25.7",
"mlly": "^0.3.15", "mlly": "^0.3.16",
"murmurhash-es": "^0.1.1", "murmurhash-es": "^0.1.1",
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"nuxi": "3.0.0", "nuxi": "3.0.0",
@ -48,14 +48,14 @@
"postcss": "^8", "postcss": "^8",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"postcss-import-resolver": "^2.0.0", "postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^7.0.1", "postcss-preset-env": "^7.0.2",
"postcss-url": "^10.1.3", "postcss-url": "^10.1.3",
"scule": "^0.2.1", "scule": "^0.2.1",
"semver": "^7.3.5", "semver": "^7.3.5",
"ufo": "^0.7.9", "ufo": "^0.7.9",
"unplugin": "^0.2.21", "unplugin": "^0.2.21",
"unplugin-vue2-script-setup": "0.8.2", "unplugin-vue2-script-setup": "0.8.3",
"vite": "^2.7.2", "vite": "^2.7.4",
"vite-plugin-vue2": "^1.9.0", "vite-plugin-vue2": "^1.9.0",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
}, },

View File

@ -1,7 +1,7 @@
import { join } from 'pathe' import { join } from 'pathe'
import fsExtra from 'fs-extra' import fsExtra from 'fs-extra'
export const wpfs: any = { export const wpfs = {
...fsExtra, ...fsExtra,
join join
} } as any

View File

@ -21,7 +21,7 @@
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"jiti": "^1.12.9", "jiti": "^1.12.9",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"mlly": "^0.3.15", "mlly": "^0.3.16",
"pathe": "^0.2.0", "pathe": "^0.2.0",
"pkg-types": "^0.3.2", "pkg-types": "^0.3.2",
"rc9": "^1.2.0", "rc9": "^1.2.0",

View File

@ -27,7 +27,7 @@
"@rollup/plugin-virtual": "^2.0.3", "@rollup/plugin-virtual": "^2.0.3",
"@rollup/plugin-wasm": "^5.1.2", "@rollup/plugin-wasm": "^5.1.2",
"@rollup/pluginutils": "^4.1.2", "@rollup/pluginutils": "^4.1.2",
"@types/jsdom": "^16.2.13", "@types/jsdom": "^16.2.14",
"@vercel/nft": "^0.17.0", "@vercel/nft": "^0.17.0",
"archiver": "^5.3.0", "archiver": "^5.3.0",
"chalk": "^5.0.0", "chalk": "^5.0.0",
@ -37,7 +37,7 @@
"defu": "^5.0.0", "defu": "^5.0.0",
"destr": "^1.1.0", "destr": "^1.1.0",
"dot-prop": "^6.0.1", "dot-prop": "^6.0.1",
"esbuild": "^0.14.3", "esbuild": "^0.14.6",
"etag": "^1.8.1", "etag": "^1.8.1",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"globby": "^11.0.4", "globby": "^11.0.4",
@ -50,9 +50,9 @@
"jiti": "^1.12.9", "jiti": "^1.12.9",
"listhen": "^0.2.5", "listhen": "^0.2.5",
"mime": "^3.0.0", "mime": "^3.0.0",
"mlly": "^0.3.15", "mlly": "^0.3.16",
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"ohmyfetch": "^0.4.10", "ohmyfetch": "^0.4.11",
"ora": "^6.0.1", "ora": "^6.0.1",
"p-debounce": "^4.0.0", "p-debounce": "^4.0.0",
"pathe": "^0.2.0", "pathe": "^0.2.0",
@ -62,11 +62,11 @@
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2", "rollup-plugin-visualizer": "^5.5.2",
"serve-placeholder": "^1.2.4", "serve-placeholder": "^1.2.4",
"serve-static": "^1.14.1", "serve-static": "^1.14.2",
"std-env": "^3.0.1", "std-env": "^3.0.1",
"table": "^6.7.5", "table": "^6.7.5",
"ufo": "^0.7.9", "ufo": "^0.7.9",
"unenv": "^0.4.2", "unenv": "^0.4.3",
"unstorage": "^0.3.3", "unstorage": "^0.3.3",
"vue-bundle-renderer": "^0.3.4", "vue-bundle-renderer": "^0.3.4",
"vue-server-renderer": "^2.6.14" "vue-server-renderer": "^2.6.14"
@ -74,7 +74,7 @@
"devDependencies": { "devDependencies": {
"@nuxt/schema": "3.0.0", "@nuxt/schema": "3.0.0",
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/http-proxy": "^1.17.7", "@types/http-proxy": "^1.17.8",
"@types/node-fetch": "^3.0.2", "@types/node-fetch": "^3.0.2",
"@types/serve-static": "^1.13.10", "@types/serve-static": "^1.13.10",
"unbuild": "latest", "unbuild": "latest",

View File

@ -4,4 +4,4 @@ import fsExtra from 'fs-extra'
export const wpfs = { export const wpfs = {
...fsExtra, ...fsExtra,
join join
} } as any

View File

@ -35,7 +35,7 @@
"flat": "^5.0.2", "flat": "^5.0.2",
"jiti": "^1.12.9", "jiti": "^1.12.9",
"listhen": "^0.2.5", "listhen": "^0.2.5",
"mlly": "^0.3.15", "mlly": "^0.3.16",
"mri": "^1.2.0", "mri": "^1.2.0",
"p-debounce": "^4.0.0", "p-debounce": "^4.0.0",
"pathe": "^0.2.0", "pathe": "^0.2.0",

View File

@ -37,11 +37,11 @@
"h3": "^0.3.8", "h3": "^0.3.8",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"hookable": "^5.0.0", "hookable": "^5.0.0",
"ignore": "^5.1.9", "ignore": "^5.2.0",
"mlly": "^0.3.15", "mlly": "^0.3.16",
"murmurhash-es": "^0.1.1", "murmurhash-es": "^0.1.1",
"nuxi": "3.0.0", "nuxi": "3.0.0",
"ohmyfetch": "^0.4.10", "ohmyfetch": "^0.4.11",
"pathe": "^0.2.0", "pathe": "^0.2.0",
"scule": "^0.2.1", "scule": "^0.2.1",
"ufo": "^0.7.9", "ufo": "^0.7.9",

View File

@ -20,16 +20,16 @@
"dependencies": { "dependencies": {
"@nuxt/kit": "3.0.0", "@nuxt/kit": "3.0.0",
"@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.2", "@vitejs/plugin-vue-jsx": "^1.3.3",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"consola": "^2.15.3", "consola": "^2.15.3",
"defu": "^5.0.0", "defu": "^5.0.0",
"esbuild": "^0.14.3", "esbuild": "^0.14.6",
"externality": "^0.1.5", "externality": "^0.1.5",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"magic-string": "^0.25.7", "magic-string": "^0.25.7",
"mlly": "^0.3.15", "mlly": "^0.3.16",
"p-debounce": "^4.0.0", "p-debounce": "^4.0.0",
"pathe": "^0.2.0", "pathe": "^0.2.0",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
@ -37,7 +37,7 @@
"postcss-url": "^10.1.3", "postcss-url": "^10.1.3",
"rollup-plugin-visualizer": "^5.5.2", "rollup-plugin-visualizer": "^5.5.2",
"ufo": "^0.7.9", "ufo": "^0.7.9",
"vite": "^2.7.2" "vite": "^2.7.4"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "3.2.26" "vue": "3.2.26"

View File

@ -4,4 +4,4 @@ import fse from 'fs-extra'
export const wpfs = { export const wpfs = {
...fse, ...fse,
join join
} } as any

View File

@ -24,8 +24,8 @@
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"consola": "^2.15.3", "consola": "^2.15.3",
"css-loader": "^6.5.1", "css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0", "css-minimizer-webpack-plugin": "^3.3.0",
"cssnano": "^5.0.12", "cssnano": "^5.0.13",
"esbuild-loader": "^2.17.0", "esbuild-loader": "^2.17.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
@ -34,7 +34,7 @@
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"memfs": "^3.4.0", "memfs": "^3.4.0",
"mini-css-extract-plugin": "^2.4.5", "mini-css-extract-plugin": "^2.4.5",
"mlly": "^0.3.15", "mlly": "^0.3.16",
"pathe": "^0.2.0", "pathe": "^0.2.0",
"pify": "^5.0.0", "pify": "^5.0.0",
"postcss": "^8.4.5", "postcss": "^8.4.5",
@ -50,7 +50,7 @@
"vue-style-loader": "^4.1.3", "vue-style-loader": "^4.1.3",
"webpack": "^5.65.0", "webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0", "webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-middleware": "^5.2.2", "webpack-dev-middleware": "^5.3.0",
"webpack-hot-middleware": "^2.25.1", "webpack-hot-middleware": "^2.25.1",
"webpack-virtual-modules": "^0.4.3", "webpack-virtual-modules": "^0.4.3",
"webpackbar": "^5.0.2" "webpackbar": "^5.0.2"

View File

@ -24,7 +24,7 @@ class WebpackBundler {
compilers: Array<Compiler> compilers: Array<Compiler>
compilersWatching: Array<Watching & { closeAsync?: () => void }> compilersWatching: Array<Watching & { closeAsync?: () => void }>
// TODO: change this when pify has better types https://github.com/sindresorhus/pify/pull/76 // TODO: change this when pify has better types https://github.com/sindresorhus/pify/pull/76
devMiddleware: Record<string, Function & { close?: () => Promise<void>, context?: WebpackDevMiddlewareContext }> devMiddleware: Record<string, Function & { close?: () => Promise<void>, context?: WebpackDevMiddlewareContext<IncomingMessage, ServerResponse> }>
hotMiddleware: Record<string, Function> hotMiddleware: Record<string, Function>
virtualModules: VirtualModulesPlugin virtualModules: VirtualModulesPlugin
mfs?: Compiler['outputFileSystem'] mfs?: Compiler['outputFileSystem']
@ -214,7 +214,7 @@ class WebpackBundler {
outputFileSystem: this.mfs, outputFileSystem: this.mfs,
stats: 'none', stats: 'none',
...buildOptions.devMiddleware ...buildOptions.devMiddleware
} as WebpackDevMiddlewareOptions } as WebpackDevMiddlewareOptions<IncomingMessage, ServerResponse>
) )
) )

946
yarn.lock

File diff suppressed because it is too large Load Diff