From 37c6e0b7555bb06eb2c42b6d7362c84b2247b83c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:49:59 +0000 Subject: [PATCH] chore(deps): update dependency pino-pretty to v11 --- analyzer/api/package.json | 2 +- analyzer/react/package.json | 2 +- core/package.json | 2 +- framework-plugins/preact/package.json | 2 +- framework-plugins/react/package.json | 2 +- framework-plugins/solid/package.json | 2 +- framework-plugins/svelte/package.json | 2 +- framework-plugins/vue2/package.json | 2 +- framework-plugins/vue3/package.json | 2 +- loader/package.json | 2 +- pnpm-lock.yaml | 105 ++++++++++++-------------- 11 files changed, 59 insertions(+), 66 deletions(-) diff --git a/analyzer/api/package.json b/analyzer/api/package.json index cb2db3538692..bdc6fcb7c7a7 100644 --- a/analyzer/api/package.json +++ b/analyzer/api/package.json @@ -34,7 +34,7 @@ "@previewjs/type-analyzer": "^10.1.3", "@previewjs/vfs": "^2.1.2", "pino": "^8.19.0", - "pino-pretty": "^10.3.1" + "pino-pretty": "^11.0.0" }, "devDependencies": { "typescript": "^5.4.3", diff --git a/analyzer/react/package.json b/analyzer/react/package.json index 773804dd736f..ec6711b862f1 100644 --- a/analyzer/react/package.json +++ b/analyzer/react/package.json @@ -37,7 +37,7 @@ "@types/react": "^18.2.67", "@types/react-dom": "^18.2.22", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "react": "^18.2.0", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/core/package.json b/core/package.json index f352a407ff39..ca61bdab86bb 100644 --- a/core/package.json +++ b/core/package.json @@ -40,7 +40,7 @@ "html-escaper": "^3.0.3", "http-terminator": "^3.2.0", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "rollup-plugin-friendly-type-imports": "^1.0.3", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", diff --git a/framework-plugins/preact/package.json b/framework-plugins/preact/package.json index 4248561c926a..a39b24fa495f 100644 --- a/framework-plugins/preact/package.json +++ b/framework-plugins/preact/package.json @@ -39,7 +39,7 @@ "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "preact": "^10.20.0", "rimraf": "^5.0.5", "unbuild": "^2.0.0", diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index e1638d32e342..47bbc2953285 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -35,7 +35,7 @@ "@types/react": "^18.2.67", "@types/react-dom": "^18.2.22", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "react": "^18.2.0", "unbuild": "^2.0.0", "vite": "^5.2.3" diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index 6bfbd87230b8..0f9ad1bf9eb7 100644 --- a/framework-plugins/solid/package.json +++ b/framework-plugins/solid/package.json @@ -41,7 +41,7 @@ "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "solid-js": "^1.8.16", "unbuild": "^2.0.0", "vite": "^5.2.3", diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index c4e957192589..2ea71c6e7770 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -44,7 +44,7 @@ "@sveltejs/kit": "^2.5.4", "@types/fs-extra": "^11.0.4", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "unbuild": "^2.0.0", "vitest": "^1.4.0" } diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index bb11ea50f842..a14d3b022b83 100644 --- a/framework-plugins/vue2/package.json +++ b/framework-plugins/vue2/package.json @@ -46,7 +46,7 @@ "@previewjs/testing": "workspace:*", "@types/fs-extra": "^11.0.4", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "rimraf": "^5.0.5", "shx": "^0.3.4", "unbuild": "^2.0.0", diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index a024b15ed567..230b69f6cb0f 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -50,7 +50,7 @@ "@vue/runtime-dom": "^3.4.21", "@vue/shared": "^3.4.21", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "rimraf": "^5.0.5", "shx": "^0.3.4", "unbuild": "^2.0.0", diff --git a/loader/package.json b/loader/package.json index 7a15526a2720..981a66ebcafd 100644 --- a/loader/package.json +++ b/loader/package.json @@ -56,7 +56,7 @@ "execa": "^8.0.1", "fs-extra": "^11.2.0", "pino": "^8.19.0", - "pino-pretty": "^10.3.1", + "pino-pretty": "^11.0.0", "pnpm": "^8.15.5", "rimraf": "^5.0.5", "typescript": "^5.4.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a2254750cc90..21df3063191f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 devDependencies: typescript: specifier: ^5.4.3 @@ -121,8 +121,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 react: specifier: ^18.2.0 version: 18.2.0 @@ -356,8 +356,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 rollup-plugin-friendly-type-imports: specifier: ^1.0.3 version: 1.0.3 @@ -502,8 +502,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 preact: specifier: ^10.20.0 version: 10.20.0 @@ -693,8 +693,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 react: specifier: ^18.2.0 version: 18.2.0 @@ -2190,8 +2190,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 solid-js: specifier: ^1.8.16 version: 1.8.16 @@ -2342,8 +2342,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 unbuild: specifier: ^2.0.0 version: 2.0.0(typescript@5.4.3) @@ -2646,8 +2646,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -2828,8 +2828,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -3125,8 +3125,8 @@ importers: specifier: ^8.19.0 version: 8.19.0 pino-pretty: - specifier: ^10.3.1 - version: 10.3.1 + specifier: ^11.0.0 + version: 11.0.0 pnpm: specifier: ^8.15.5 version: 8.15.5 @@ -3603,7 +3603,6 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: false /@babel/core@7.23.5: resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} @@ -3852,7 +3851,6 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - dev: false /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.7): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} @@ -4143,7 +4141,6 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 - dev: false /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -4299,7 +4296,6 @@ packages: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - dev: false /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.7): resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} @@ -5708,7 +5704,6 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - dev: false /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.7): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -6037,7 +6032,6 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - dev: false /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.7): resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} @@ -7685,7 +7679,6 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) - dev: false /@babel/plugin-transform-typescript@7.23.3(@babel/core@7.23.7): resolution: {integrity: sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==} @@ -8026,7 +8019,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.22.20) '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.20) '@babel/preset-modules': 0.1.5(@babel/core@7.22.20) - '@babel/types': 7.23.6 + '@babel/types': 7.23.5 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.20) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.20) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.20) @@ -8112,7 +8105,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.23.7) '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.23.7) '@babel/preset-modules': 0.1.5(@babel/core@7.23.7) - '@babel/types': 7.23.6 + '@babel/types': 7.23.5 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.23.7) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.23.7) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.23.7) @@ -20366,9 +20359,9 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.7) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7) + '@babel/core': 7.23.3 + '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) vite: 4.0.4(@types/node@20.10.6) vue: 3.4.21(typescript@5.4.3) transitivePeerDependencies: @@ -20382,9 +20375,9 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.7) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7) + '@babel/core': 7.23.3 + '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) vite: 4.3.9(@types/node@20.10.6) vue: 3.4.21(typescript@5.4.3) transitivePeerDependencies: @@ -20683,26 +20676,6 @@ packages: svg-tags: 1.0.0 transitivePeerDependencies: - supports-color - dev: false - - /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.23.7): - resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.7 - '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7) - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 - '@vue/babel-helper-vue-transform-on': 1.1.5 - camelcase: 6.3.0 - html-tags: 3.3.1 - svg-tags: 1.0.0 - transitivePeerDependencies: - - supports-color - dev: true /@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.22.20): resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==} @@ -36437,6 +36410,26 @@ packages: secure-json-parse: 2.7.0 sonic-boom: 3.7.0 strip-json-comments: 3.1.1 + dev: false + + /pino-pretty@11.0.0: + resolution: {integrity: sha512-YFJZqw59mHIY72wBnBs7XhLGG6qpJMa4pEQTRgEPEbjIYbng2LXEZZF1DoyDg9CfejEy8uZCyzpcBXXG0oOCwQ==} + hasBin: true + dependencies: + colorette: 2.0.20 + dateformat: 4.6.3 + fast-copy: 3.0.1 + fast-safe-stringify: 2.1.1 + help-me: 5.0.0 + joycon: 3.1.1 + minimist: 1.2.8 + on-exit-leak-free: 2.1.0 + pino-abstract-transport: 1.1.0 + pump: 3.0.0 + readable-stream: 4.4.0 + secure-json-parse: 2.7.0 + sonic-boom: 3.7.0 + strip-json-comments: 3.1.1 /pino-std-serializers@6.2.1: resolution: {integrity: sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ==} @@ -43874,7 +43867,7 @@ packages: '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 '@types/node': 18.16.14 - acorn: 8.11.3 + acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1