chore(deps): update dependency consola to v3 (2.x) (#20192)

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] 2023-04-26 10:07:19 +01:00 committed by GitHub
parent e106754fc5
commit add6a5e8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 16 additions and 10 deletions

View File

@ -56,6 +56,7 @@ module.exports = {
],
moduleNameMapper: {
[`consola$`]: '<rootDir>/node_modules/consola/dist/index.basic.cjs',
[`@nuxt/(${corePackages.join('|')})(/?.*)$`]: '<rootDir>/packages/$1/src/$2'
}
}

View File

@ -51,7 +51,7 @@
"@vue/vue2-jest": "^29.2.3",
"babel-jest": "^29.5.0",
"chrome-launcher": "^0.15.2",
"consola": "^2.15.3",
"consola": "^3.1.0",
"create-require": "^1.1.1",
"cross-spawn": "^7.0.3",
"esbuild": "^0.17.18",

View File

@ -14,7 +14,7 @@
"@nuxt/webpack": "2.16.3",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"consola": "^2.15.3",
"consola": "^3.1.0",
"fs-extra": "^10.1.0",
"glob": "^8.1.0",
"hash-sum": "^2.0.0",

View File

@ -18,7 +18,7 @@
"chalk": "^4.1.2",
"compression": "^1.7.4",
"connect": "^3.7.0",
"consola": "^2.15.3",
"consola": "^3.1.0",
"crc": "^4.3.2",
"defu": "^6.1.2",
"destr": "^1.2.2",

View File

@ -11,7 +11,7 @@
],
"dependencies": {
"@nuxt/utils": "2.16.3",
"consola": "^2.15.3",
"consola": "^3.1.0",
"defu": "^6.1.2",
"destr": "^1.2.2",
"dotenv": "^16.0.3",

View File

@ -11,7 +11,7 @@
"@nuxt/config": "2.16.3",
"@nuxt/server": "2.16.3",
"@nuxt/utils": "2.16.3",
"consola": "^2.15.3",
"consola": "^3.1.0",
"fs-extra": "^10.1.0",
"hable": "^3.0.0",
"hash-sum": "^2.0.0",

View File

@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/utils": "2.16.3",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"consola": "^3.1.0",
"defu": "^6.1.2",
"devalue": "^2.0.1",
"fs-extra": "^10.1.0",

View File

@ -13,7 +13,7 @@
"@nuxtjs/youch": "^4.2.3",
"compression": "^1.7.4",
"connect": "^3.7.0",
"consola": "^2.15.3",
"consola": "^3.1.0",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^10.1.0",

View File

@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"consola": "^2.15.3",
"consola": "^3.1.0",
"create-require": "^1.1.1",
"fs-extra": "^10.1.0",
"hash-sum": "^2.0.0",

View File

@ -10,7 +10,7 @@
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/utils": "2.16.3",
"consola": "^2.15.3",
"consola": "^3.1.0",
"defu": "^6.1.2",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",

View File

@ -15,7 +15,7 @@
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001481",
"consola": "^2.15.3",
"consola": "^3.1.0",
"css-loader": "^5.2.7",
"cssnano": "^6.0.0",
"eventsource-polyfill": "^0.9.6",

View File

@ -5179,6 +5179,11 @@ consola@^2.15.0, consola@^2.15.3, consola@^2.6.0:
resolved "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
consola@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/consola/-/consola-3.1.0.tgz#dfdfa62ceb68bc1f06e4a76ad688566bd8813baf"
integrity sha512-rrrJE6rP0qzl/Srg+C9x/AE5Kxfux7reVm1Wh0wCjuXvih6DqZgqDZe8auTD28fzJ9TF0mHlSDrPpWlujQRo1Q==
console-browserify@^1.1.0:
version "1.2.0"
resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"