From 8ea01856aef4f5c22f86b682b9e43ed4e9c4c17d Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 15 Oct 2024 20:55:23 +0000 Subject: [PATCH] fix(deps): update dependency pino-pretty to v11.3.0 (#227) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pino-pretty](https://github.com/pinojs/pino-pretty) | dependencies | minor | [`11.2.2` -> `11.3.0`](https://renovatebot.com/diffs/npm/pino-pretty/11.2.2/11.3.0) | --- ### Release Notes
pinojs/pino-pretty (pino-pretty) ### [`v11.3.0`](https://github.com/pinojs/pino-pretty/releases/tag/v11.3.0) [Compare Source](https://github.com/pinojs/pino-pretty/compare/v11.2.2...v11.3.0) #### What's Changed - Bump [@​types/node](https://github.com/types/node) from 20.14.13 to 22.0.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/pinojs/pino-pretty/pull/523 - fix: ndjson incorrect url by [@​Livour](https://github.com/Livour) in https://github.com/pinojs/pino-pretty/pull/528 - Bump pino-abstract-transport from 1.2.0 to 2.0.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/pinojs/pino-pretty/pull/531 - Bump [@​arethetypeswrong/cli](https://github.com/arethetypeswrong/cli) from 0.15.4 to 0.16.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/pinojs/pino-pretty/pull/530 - Wait for destination to close by [@​mcollina](https://github.com/mcollina) in https://github.com/pinojs/pino-pretty/pull/533 #### New Contributors - [@​Livour](https://github.com/Livour) made their first contribution in https://github.com/pinojs/pino-pretty/pull/528 **Full Changelog**: https://github.com/pinojs/pino-pretty/compare/v11.2.2...v11.3.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/227 Reviewed-by: Alexandre Soro Co-authored-by: renovate Co-committed-by: renovate --- packages/backend/package.json | 2 +- pnpm-lock.yaml | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/packages/backend/package.json b/packages/backend/package.json index 9d15ca9cc..64b34beff 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -50,7 +50,7 @@ "neverthrow": "8.0.0", "pg": "8.13.0", "pino": "9.4.0", - "pino-pretty": "11.2.2", + "pino-pretty": "11.3.0", "serialize-error": "11.0.3", "umzug": "3.8.2", "zod": "3.23.8" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 452d0b99d..bf0717105 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,8 +87,8 @@ importers: specifier: 9.4.0 version: 9.4.0 pino-pretty: - specifier: 11.2.2 - version: 11.2.2 + specifier: 11.3.0 + version: 11.3.0 serialize-error: specifier: 11.0.3 version: 11.0.3 @@ -2876,8 +2876,11 @@ packages: pino-abstract-transport@1.2.0: resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==} - pino-pretty@11.2.2: - resolution: {integrity: sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==} + pino-abstract-transport@2.0.0: + resolution: {integrity: sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==} + + pino-pretty@11.3.0: + resolution: {integrity: sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==} hasBin: true pino-std-serializers@7.0.0: @@ -6355,7 +6358,11 @@ snapshots: readable-stream: 4.5.2 split2: 4.2.0 - pino-pretty@11.2.2: + pino-abstract-transport@2.0.0: + dependencies: + split2: 4.2.0 + + pino-pretty@11.3.0: dependencies: colorette: 2.0.20 dateformat: 4.6.3 @@ -6365,7 +6372,7 @@ snapshots: joycon: 3.1.1 minimist: 1.2.8 on-exit-leak-free: 2.1.2 - pino-abstract-transport: 1.2.0 + pino-abstract-transport: 2.0.0 pump: 3.0.2 readable-stream: 4.5.2 secure-json-parse: 2.7.0