From 60c42a156ce7c9d3517e8160ead6b9c3c31018dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:21:03 +0000 Subject: [PATCH] chore(deps): update dependency pino-abstract-transport to v1.2.0 (#10619) 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-abstract-transport](https://togithub.com/pinojs/pino-abstract-transport) | [`1.1.0` -> `1.2.0`](https://renovatebot.com/diffs/npm/pino-abstract-transport/1.1.0/1.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino-abstract-transport/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino-abstract-transport/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino-abstract-transport/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino-abstract-transport/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pinojs/pino-abstract-transport (pino-abstract-transport) ### [`v1.2.0`](https://togithub.com/pinojs/pino-abstract-transport/releases/tag/v1.2.0) [Compare Source](https://togithub.com/pinojs/pino-abstract-transport/compare/v1.1.0...v1.2.0) #### What's Changed - build(deps): bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-abstract-transport/pull/80](https://togithub.com/pinojs/pino-abstract-transport/pull/80) - build(deps): bump actions/setup-node from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-abstract-transport/pull/82](https://togithub.com/pinojs/pino-abstract-transport/pull/82) - build(deps-dev): bump tsd from 0.28.1 to 0.30.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-abstract-transport/pull/83](https://togithub.com/pinojs/pino-abstract-transport/pull/83) - build(deps-dev): bump husky from 8.0.3 to 9.0.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-abstract-transport/pull/84](https://togithub.com/pinojs/pino-abstract-transport/pull/84) - build(deps): bump actions/cache from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-abstract-transport/pull/85](https://togithub.com/pinojs/pino-abstract-transport/pull/85) - docs(readme): fix broken badge URLs by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino-abstract-transport/pull/88](https://togithub.com/pinojs/pino-abstract-transport/pull/88) - refactor: remove objectMode argument as it is ignored by Duplex.from by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino-abstract-transport/pull/89](https://togithub.com/pinojs/pino-abstract-transport/pull/89) - build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-abstract-transport/pull/91](https://togithub.com/pinojs/pino-abstract-transport/pull/91) - feat: load config from pino on startup by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino-abstract-transport/pull/90](https://togithub.com/pinojs/pino-abstract-transport/pull/90) - Make the tests compatible with Node 18 and 20 by [@​donwellus](https://togithub.com/donwellus) in [https://github.com/pinojs/pino-abstract-transport/pull/94](https://togithub.com/pinojs/pino-abstract-transport/pull/94) #### New Contributors - [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) made their first contribution in [https://github.com/pinojs/pino-abstract-transport/pull/88](https://togithub.com/pinojs/pino-abstract-transport/pull/88) - [@​donwellus](https://togithub.com/donwellus) made their first contribution in [https://github.com/pinojs/pino-abstract-transport/pull/94](https://togithub.com/pinojs/pino-abstract-transport/pull/94) **Full Changelog**: https://github.com/pinojs/pino-abstract-transport/compare/v1.1.0...v1.2.0
--- ### 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 this update 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/redwoodjs/redwood). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/api-server/package.json | 2 +- yarn.lock | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 98ef2d74822f..11a51da9bcfe 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -55,7 +55,7 @@ "@types/qs": "6.9.15", "@types/split2": "4.2.3", "@types/yargs": "17.0.32", - "pino-abstract-transport": "1.1.0", + "pino-abstract-transport": "1.2.0", "tsx": "4.10.3", "typescript": "5.4.5", "vitest": "1.4.0" diff --git a/yarn.lock b/yarn.lock index b5c2ad8912d6..653a52729038 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7550,7 +7550,7 @@ __metadata: fastify: "npm:4.26.2" fastify-raw-body: "npm:4.3.0" lodash: "npm:4.17.21" - pino-abstract-transport: "npm:1.1.0" + pino-abstract-transport: "npm:1.2.0" pretty-bytes: "npm:5.6.0" pretty-ms: "npm:7.0.1" qs: "npm:6.12.1" @@ -25902,17 +25902,7 @@ __metadata: languageName: node linkType: hard -"pino-abstract-transport@npm:1.1.0": - version: 1.1.0 - resolution: "pino-abstract-transport@npm:1.1.0" - dependencies: - readable-stream: "npm:^4.0.0" - split2: "npm:^4.0.0" - checksum: 10c0/6e9b9d5a2c0a37f91ecaf224d335daae1ae682b1c79a05b06ef9e0f0a5d289f8e597992217efc857796dae6f1067e9b4882f95c6228ff433ddc153532cae8aca - languageName: node - linkType: hard - -"pino-abstract-transport@npm:^1.2.0": +"pino-abstract-transport@npm:1.2.0, pino-abstract-transport@npm:^1.2.0": version: 1.2.0 resolution: "pino-abstract-transport@npm:1.2.0" dependencies: