From 5ad981e4b8d76af451ef20be6b11a94c1010e582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:41:37 +0000 Subject: [PATCH] chore(deps): update dependency pino-pretty to ^10.2.3 --- 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 | 124 ++++++++++++-------------- 11 files changed, 66 insertions(+), 78 deletions(-) diff --git a/analyzer/api/package.json b/analyzer/api/package.json index c431fa3aa83..36963c4b769 100644 --- a/analyzer/api/package.json +++ b/analyzer/api/package.json @@ -34,7 +34,7 @@ "@previewjs/type-analyzer": "^10.0.1", "@previewjs/vfs": "^2.0.17", "pino": "^8.15.4", - "pino-pretty": "^10.2.0" + "pino-pretty": "^10.2.3" }, "devDependencies": { "typescript": "^5.2.2", diff --git a/analyzer/react/package.json b/analyzer/react/package.json index 1e1488688e2..826060dc533 100644 --- a/analyzer/react/package.json +++ b/analyzer/react/package.json @@ -37,7 +37,7 @@ "@types/react": "^18.2.24", "@types/react-dom": "^18.2.8", "pino": "^8.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "react": "^18.2.0", "rimraf": "^5.0.5", "shx": "^0.3.4", diff --git a/core/package.json b/core/package.json index 5e722e17b5d..a209c092541 100644 --- a/core/package.json +++ b/core/package.json @@ -42,7 +42,7 @@ "html-escaper": "^3.0.3", "http-terminator": "^3.2.0", "pino": "^8.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "rollup-plugin-friendly-type-imports": "^1.0.3", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", diff --git a/framework-plugins/preact/package.json b/framework-plugins/preact/package.json index ddcdf0acf14..af594e6483a 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.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "preact": "^10.18.1", "rimraf": "^5.0.5", "unbuild": "^2.0.0", diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index a9c43df901a..9ec8383dab7 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -35,7 +35,7 @@ "@types/react": "^18.2.24", "@types/react-dom": "^18.2.8", "pino": "^8.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "react": "^18.2.0", "unbuild": "^2.0.0", "vite": "^4.4.10" diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index ae8f50ff8b8..aac2882095f 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.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "solid-js": "^1.7.12", "unbuild": "^2.0.0", "vite": "^4.4.10", diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index e9a91135159..e0784edc89f 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -44,7 +44,7 @@ "@sveltejs/kit": "^1.25.1", "@types/fs-extra": "^11.0.2", "pino": "^8.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "unbuild": "^2.0.0", "vitest": "^0.34.6" } diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index 8fccd93cc11..50dc9a93823 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.2", "pino": "^8.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "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 d34a3d4a080..7c665f79634 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -50,7 +50,7 @@ "@vue/runtime-dom": "^3.3.4", "@vue/shared": "^3.3.4", "pino": "^8.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "rimraf": "^5.0.5", "shx": "^0.3.4", "unbuild": "^2.0.0", diff --git a/loader/package.json b/loader/package.json index 99893637257..d8ded423628 100644 --- a/loader/package.json +++ b/loader/package.json @@ -50,7 +50,7 @@ "execa": "^8.0.1", "fs-extra": "^11.1.1", "pino": "^8.15.4", - "pino-pretty": "^10.2.0", + "pino-pretty": "^10.2.3", "pnpm": "^8.8.0", "proper-lockfile": "^4.1.2", "rimraf": "^5.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e159330096..1837ccddfef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 devDependencies: typescript: specifier: ^5.2.2 @@ -121,8 +121,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 react: specifier: ^18.2.0 version: 18.2.0 @@ -361,8 +361,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 rollup-plugin-friendly-type-imports: specifier: ^1.0.3 version: 1.0.3 @@ -513,8 +513,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 preact: specifier: ^10.18.1 version: 10.18.1 @@ -704,8 +704,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 react: specifier: ^18.2.0 version: 18.2.0 @@ -2201,8 +2201,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 solid-js: specifier: ^1.7.12 version: 1.7.12 @@ -2353,8 +2353,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 unbuild: specifier: ^2.0.0 version: 2.0.0(typescript@5.2.2) @@ -2657,8 +2657,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -2839,8 +2839,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -3127,8 +3127,8 @@ importers: specifier: ^8.15.4 version: 8.15.4 pino-pretty: - specifier: ^10.2.0 - version: 10.2.0 + specifier: ^10.2.3 + version: 10.2.3 pnpm: specifier: ^8.8.0 version: 8.8.0 @@ -4078,6 +4078,19 @@ packages: '@babel/helper-validator-identifier': 7.22.20 dev: true + /@babel/helper-module-transforms@7.22.20(@babel/core@7.22.10): + resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + /@babel/helper-module-transforms@7.22.20(@babel/core@7.22.20): resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==} engines: {node: '>=6.9.0'} @@ -5727,6 +5740,7 @@ packages: dependencies: '@babel/core': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 + dev: false /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -6724,7 +6738,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -6745,7 +6759,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.10 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.10) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.20): @@ -6755,7 +6769,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.20) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4): @@ -6811,7 +6825,7 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 dev: true @@ -6836,7 +6850,7 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.10) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 @@ -6848,7 +6862,7 @@ packages: dependencies: '@babel/core': 7.22.20 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.20) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 @@ -6859,7 +6873,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -6880,7 +6894,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.10 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.10) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.20): @@ -6890,7 +6904,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.20) + '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.4): @@ -8155,7 +8169,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.22.15 '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) dev: true @@ -12977,7 +12991,7 @@ packages: '@previewjs/type-analyzer': 10.0.1 '@previewjs/vfs': 2.0.17 pino: 8.15.4 - pino-pretty: 10.2.0 + pino-pretty: 10.2.3 dev: false /@previewjs/api@16.0.1: @@ -13017,7 +13031,7 @@ packages: html-escaper: 3.0.3 http-terminator: 3.2.0 pino: 8.15.4 - pino-pretty: 10.2.0 + pino-pretty: 10.2.3 rollup-plugin-friendly-type-imports: 1.0.3 ts-node: 10.9.1(@types/node@20.8.2)(typescript@5.2.2) tsconfig-paths: 4.2.0 @@ -13583,7 +13597,7 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.28.1) + '@rollup/pluginutils': 5.0.3(rollup@3.28.1) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 @@ -19757,9 +19771,9 @@ packages: vite: ^4.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.22.20 - '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.20) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.20) + '@babel/core': 7.22.10 + '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.10) vite: 4.0.4(@types/node@20.8.2) vue: 3.3.4 transitivePeerDependencies: @@ -19773,9 +19787,9 @@ packages: vite: ^4.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.22.20 - '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.20) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.20) + '@babel/core': 7.22.10 + '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.10) vite: 4.3.9(@types/node@20.8.2) vue: 3.3.4 transitivePeerDependencies: @@ -20073,26 +20087,6 @@ packages: svg-tags: 1.0.0 transitivePeerDependencies: - supports-color - dev: false - - /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.22.20): - resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.20 - '@babel/helper-module-imports': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20) - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 - '@babel/types': 7.22.10 - '@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.10): resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==} @@ -35319,20 +35313,14 @@ packages: dev: true optional: true - /pino-abstract-transport@1.0.0: - resolution: {integrity: sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==} - dependencies: - readable-stream: 4.4.0 - split2: 4.2.0 - /pino-abstract-transport@1.1.0: resolution: {integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==} dependencies: readable-stream: 4.4.0 split2: 4.2.0 - /pino-pretty@10.2.0: - resolution: {integrity: sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==} + /pino-pretty@10.2.3: + resolution: {integrity: sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==} hasBin: true dependencies: colorette: 2.0.20 @@ -35343,7 +35331,7 @@ packages: joycon: 3.1.1 minimist: 1.2.8 on-exit-leak-free: 2.1.0 - pino-abstract-transport: 1.0.0 + pino-abstract-transport: 1.1.0 pump: 3.0.0 readable-stream: 4.4.0 secure-json-parse: 2.7.0