From ccd1073ec47b9781b8107cbd6ce040e513147a14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:46:44 +0000 Subject: [PATCH] chore(deps): update dependency pino to ^8.15.1 (#1989) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://togithub.com/pinojs/pino)) | [`^8.15.0` -> `^8.15.1`](https://renovatebot.com/diffs/npm/pino/8.15.0/8.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pinojs/pino (pino) ### [`v8.15.1`](https://togithub.com/pinojs/pino/releases/tag/v8.15.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.0...v8.15.1) #### What's Changed - fix: replace nullish coalescing operator by [@​hchangjae](https://togithub.com/hchangjae) in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - adding asString to the key by [@​tzviki](https://togithub.com/tzviki) in [https://github.com/pinojs/pino/pull/1779](https://togithub.com/pinojs/pino/pull/1779) - feat([#​1595](https://togithub.com/pinojs/pino/issues/1595)): improve stream entry type by [@​Puppo](https://togithub.com/Puppo) in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) - build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1797](https://togithub.com/pinojs/pino/pull/1797) - Skip writing a big file test in CI and CITGM by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1800](https://togithub.com/pinojs/pino/pull/1800) #### New Contributors - [@​hchangjae](https://togithub.com/hchangjae) made their first contribution in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - [@​Puppo](https://togithub.com/Puppo) made their first contribution in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.0...v8.15.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- analyzer/api/package.json | 2 +- analyzer/react/package.json | 2 +- chromeless/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 | 119 ++++++++++++++++---------- 12 files changed, 87 insertions(+), 54 deletions(-) diff --git a/analyzer/api/package.json b/analyzer/api/package.json index ad38ffcbee7..840ed7cd8f5 100644 --- a/analyzer/api/package.json +++ b/analyzer/api/package.json @@ -24,7 +24,7 @@ "@previewjs/serializable-values": "^7.0.3", "@previewjs/type-analyzer": "^9.0.0", "@previewjs/vfs": "^2.0.16", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0" }, "devDependencies": { diff --git a/analyzer/react/package.json b/analyzer/react/package.json index 55d36e6bfbd..748aa241411 100644 --- a/analyzer/react/package.json +++ b/analyzer/react/package.json @@ -36,7 +36,7 @@ "@types/prop-types": "^15.7.5", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "react": "^18.2.0", "rimraf": "^5.0.1", diff --git a/chromeless/package.json b/chromeless/package.json index 19c59f2607e..a005313c02f 100644 --- a/chromeless/package.json +++ b/chromeless/package.json @@ -27,7 +27,7 @@ "@previewjs/properties": "^3.0.3", "@previewjs/vfs": "^2.0.16", "express": "^4.18.2", - "pino": "^8.15.0", + "pino": "^8.15.1", "playwright": "^1.37.1", "typescript": "^5.2.2" }, diff --git a/core/package.json b/core/package.json index b842fa10216..7c11b8fa857 100644 --- a/core/package.json +++ b/core/package.json @@ -41,7 +41,7 @@ "globby": "^13.2.2", "html-escaper": "^3.0.3", "http-terminator": "^3.2.0", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "rollup-plugin-friendly-type-imports": "^1.0.3", "ts-node": "^10.9.1", diff --git a/framework-plugins/preact/package.json b/framework-plugins/preact/package.json index 6b143507e3e..14f94d3c98f 100644 --- a/framework-plugins/preact/package.json +++ b/framework-plugins/preact/package.json @@ -38,7 +38,7 @@ "@previewjs/core": "workspace:*", "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "preact": "^10.17.1", "rimraf": "^5.0.1", diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index c88960d9d5a..fb64ccf2412 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -34,7 +34,7 @@ "@previewjs/testing": "workspace:*", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "react": "^18.2.0", "unbuild": "^2.0.0", diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index 2c06f0f16d7..dccfa3bee42 100644 --- a/framework-plugins/solid/package.json +++ b/framework-plugins/solid/package.json @@ -40,7 +40,7 @@ "@previewjs/core": "workspace:*", "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "solid-js": "^1.7.11", "unbuild": "^2.0.0", diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index 8457ede87a7..92d7a11067b 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -43,7 +43,7 @@ "@previewjs/testing": "workspace:*", "@sveltejs/kit": "^1.24.1", "@types/fs-extra": "^11.0.1", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "unbuild": "^2.0.0", "vitest": "^0.34.3" diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index 84c95ba9fb2..aec69e9216b 100644 --- a/framework-plugins/vue2/package.json +++ b/framework-plugins/vue2/package.json @@ -45,7 +45,7 @@ "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", "@types/fs-extra": "^11.0.1", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "rimraf": "^5.0.1", "shx": "^0.3.4", diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index 721f3e6feef..8d186ceaf5a 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -49,7 +49,7 @@ "@vue/runtime-core": "^3.3.4", "@vue/runtime-dom": "^3.3.4", "@vue/shared": "^3.3.4", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "rimraf": "^5.0.1", "shx": "^0.3.4", diff --git a/loader/package.json b/loader/package.json index 5b830a81e91..f700609c175 100644 --- a/loader/package.json +++ b/loader/package.json @@ -49,7 +49,7 @@ "exclusive-promises": "^1.0.3", "execa": "^8.0.1", "fs-extra": "^11.1.1", - "pino": "^8.15.0", + "pino": "^8.15.1", "pino-pretty": "^10.2.0", "pnpm": "^8.7.4", "proper-lockfile": "^4.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8223c57e8f4..2f79f250427 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,8 +71,8 @@ importers: specifier: ^2.0.16 version: link:../../vfs pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -118,8 +118,8 @@ importers: specifier: ^18.2.7 version: 18.2.7 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -240,8 +240,8 @@ importers: specifier: ^4.18.2 version: 4.18.2 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 playwright: specifier: ^1.37.1 version: 1.37.1 @@ -355,8 +355,8 @@ importers: specifier: ^3.2.0 version: 3.2.0 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -504,8 +504,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -695,8 +695,8 @@ importers: specifier: ^18.2.7 version: 18.2.7 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2161,8 +2161,8 @@ importers: specifier: workspace:* version: link:../../testing pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2313,8 +2313,8 @@ importers: specifier: ^11.0.1 version: 11.0.1 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2617,8 +2617,8 @@ importers: specifier: ^11.0.1 version: 11.0.1 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -2799,8 +2799,8 @@ importers: specifier: ^3.3.4 version: 3.3.4 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -3087,8 +3087,8 @@ importers: specifier: ^11.1.1 version: 11.1.1 pino: - specifier: ^8.15.0 - version: 8.15.0 + specifier: ^8.15.1 + version: 8.15.1 pino-pretty: specifier: ^10.2.0 version: 10.2.0 @@ -5346,33 +5346,42 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.21.8): - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.22.10): + resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.10): + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.22.9): + resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.10 + '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.9): + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.10): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - dev: true /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -6399,7 +6408,9 @@ packages: dependencies: '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) + '@babel/helper-replace-supers': 7.22.5 + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8): @@ -6422,7 +6433,9 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10) + '@babel/helper-replace-supers': 7.22.5 + transitivePeerDependencies: + - supports-color /@babel/plugin-transform-parameters@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} @@ -6666,7 +6679,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.8) + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.8) '@babel/types': 7.22.10 /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.22.10): @@ -6679,7 +6692,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10) + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.22.10) '@babel/types': 7.22.10 /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.22.9): @@ -6692,7 +6705,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.22.9) '@babel/types': 7.22.10 dev: true @@ -12189,7 +12202,7 @@ packages: globby: 13.2.2 html-escaper: 3.0.3 http-terminator: 3.2.0 - pino: 8.15.0 + pino: 8.15.1 rollup-plugin-friendly-type-imports: 1.0.3 ts-node: 10.9.1(@types/node@20.5.9)(typescript@5.2.2) tsconfig-paths: 4.2.0 @@ -12687,7 +12700,7 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.27.2) + '@rollup/pluginutils': 5.0.3(rollup@3.27.2) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 @@ -12705,7 +12718,7 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.28.1) + '@rollup/pluginutils': 5.0.3(rollup@3.28.1) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 @@ -12771,7 +12784,7 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.21.0) + '@rollup/pluginutils': 5.0.3(rollup@3.21.0) rollup: 3.21.0 /@rollup/plugin-json@6.0.0(rollup@3.27.2): @@ -12783,7 +12796,7 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.27.2) + '@rollup/pluginutils': 5.0.3(rollup@3.27.2) rollup: 3.27.2 dev: true @@ -13020,6 +13033,20 @@ packages: picomatch: 2.3.1 rollup: 3.28.1 + /@rollup/pluginutils@5.0.3(rollup@3.21.0): + resolution: {integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.0 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 3.21.0 + /@rollup/pluginutils@5.0.3(rollup@3.27.2): resolution: {integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==} engines: {node: '>=14.0.0'} @@ -34727,6 +34754,12 @@ packages: 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==} hasBin: true @@ -34749,14 +34782,14 @@ packages: /pino-std-serializers@6.2.1: resolution: {integrity: sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ==} - /pino@8.15.0: - resolution: {integrity: sha512-olUADJByk4twxccmAxb1RiGKOSvddHugCV3wkqjyv+3Sooa2KLrmXrKEWOKi0XPCLasRR5jBXxioE1jxUa4KzQ==} + /pino@8.15.1: + resolution: {integrity: sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA==} hasBin: true dependencies: atomic-sleep: 1.0.0 fast-redact: 3.2.0 on-exit-leak-free: 2.1.0 - pino-abstract-transport: 1.0.0 + pino-abstract-transport: 1.1.0 pino-std-serializers: 6.2.1 process-warning: 2.2.0 quick-format-unescaped: 4.0.4