Skip to content

Commit a723be9

Browse files
Update dependency pino-pretty to v13.1.2 (#454)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pino-pretty](https://redirect.github.com/pinojs/pino-pretty) | [`13.1.1` -> `13.1.2`](https://renovatebot.com/diffs/npm/pino-pretty/13.1.1/13.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino-pretty/13.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino-pretty/13.1.1/13.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino-pretty (pino-pretty)</summary> ### [`v13.1.2`](https://redirect.github.com/pinojs/pino-pretty/releases/tag/v13.1.2) [Compare Source](https://redirect.github.com/pinojs/pino-pretty/compare/v13.1.1...v13.1.2) #### What's Changed - build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;609](https://redirect.github.com/pinojs/pino-pretty/pull/609) - build(deps): bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;621](https://redirect.github.com/pinojs/pino-pretty/pull/621) - build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;622](https://redirect.github.com/pinojs/pino-pretty/pull/622) - fix: allow esm import for isColorSupported by [@&#8203;JoeCap08055](https://redirect.github.com/JoeCap08055) in [#&#8203;616](https://redirect.github.com/pinojs/pino-pretty/pull/616) - Use neostandard and remove pre-commit by [@&#8203;jsumners](https://redirect.github.com/jsumners) in [#&#8203;624](https://redirect.github.com/pinojs/pino-pretty/pull/624) - fix: missing `property` on objectColorizer by [@&#8203;IronGeek](https://redirect.github.com/IronGeek) in [#&#8203;625](https://redirect.github.com/pinojs/pino-pretty/pull/625) #### New Contributors - [@&#8203;JoeCap08055](https://redirect.github.com/JoeCap08055) made their first contribution in [#&#8203;616](https://redirect.github.com/pinojs/pino-pretty/pull/616) - [@&#8203;IronGeek](https://redirect.github.com/IronGeek) made their first contribution in [#&#8203;625](https://redirect.github.com/pinojs/pino-pretty/pull/625) **Full Changelog**: <pinojs/pino-pretty@v13.1.1...v13.1.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/TrafficAnalytics). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 901c2fa commit a723be9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint": "8.57.1",
5050
"eslint-plugin-ghost": "3.4.3",
5151
"husky": "9.1.7",
52-
"pino-pretty": "13.1.1",
52+
"pino-pretty": "13.1.2",
5353
"playwright": "1.56.0",
5454
"supertest": "6.3.4",
5555
"tsx": "4.20.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6371,10 +6371,10 @@ pino-abstract-transport@^2.0.0:
63716371
dependencies:
63726372
split2 "^4.0.0"
63736373

6374-
6375-
version "13.1.1"
6376-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-13.1.1.tgz#70130b9ff3737c8757f53e42d69e9f96835142b8"
6377-
integrity sha512-TNNEOg0eA0u+/WuqH0MH0Xui7uqVk9D74ESOpjtebSQYbNWJk/dIxCXIxFsNfeN53JmtWqYHP2OrIZjT/CBEnA==
6374+
6375+
version "13.1.2"
6376+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-13.1.2.tgz#4e7484f2c5d02cce03159b96aa04697bf9e84ff6"
6377+
integrity sha512-3cN0tCakkT4f3zo9RXDIhy6GTvtYD6bK4CRBLN9j3E/ePqN1tugAXD5rGVfoChW6s0hiek+eyYlLNqc/BG7vBQ==
63786378
dependencies:
63796379
colorette "^2.0.7"
63806380
dateformat "^4.6.3"

0 commit comments

Comments
 (0)