Skip to content

Commit

Permalink
fix(deps): bump pino-pretty from 11.2.1 to 11.2.2
Browse files Browse the repository at this point in the history
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 11.2.1 to 11.2.2.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v11.2.1...v11.2.2)

---
updated-dependencies:
- dependency-name: pino-pretty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent e22037d commit f2cd372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"jszip": "3.10.1",
"pino": "^9.3.2",
"pino-abstract-transport": "^1.2.0",
"pino-pretty": "^11.2.1",
"pino-pretty": "^11.2.2",
"proper-lockfile": "^4.1.2",
"semver": "^7.6.2",
"ts-retry-promise": "^0.8.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4037,10 +4037,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
readable-stream "^4.0.0"
split2 "^4.0.0"

pino-pretty@^11.2.1:
version "11.2.1"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.1.tgz#de9a42ff8ea7b26da93506bb9e49d0b566c5ae96"
integrity sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==
pino-pretty@^11.2.2:
version "11.2.2"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.2.tgz#5e8ec69b31e90eb187715af07b1d29a544e60d39"
integrity sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==
dependencies:
colorette "^2.0.7"
dateformat "^4.6.3"
Expand Down

3 comments on commit f2cd372

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: f2cd372 Previous: d01ba25 Ratio
Child logger creation 483147 ops/sec (±1.25%) 480167 ops/sec (±0.73%) 0.99
Logging a string on root logger 809998 ops/sec (±8.14%) 838816 ops/sec (±10.14%) 1.04
Logging an object on root logger 628117 ops/sec (±7.40%) 41838 ops/sec (±184.32%) 0.06660860954248969
Logging an object with a message on root logger 3247 ops/sec (±228.73%) 434320 ops/sec (±5.13%) 133.76
Logging an object with a redacted prop on root logger 434169 ops/sec (±13.23%) 466700 ops/sec (±7.20%) 1.07
Logging a nested 3-level object on root logger 405196 ops/sec (±6.13%) 21360 ops/sec (±185.28%) 0.05271522917304218

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Logger Benchmarks - ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: f2cd372 Previous: d01ba25 Ratio
Logging an object with a message on root logger 3247 ops/sec (±228.73%) 434320 ops/sec (±5.13%) 133.76

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: f2cd372 Previous: d01ba25 Ratio
Child logger creation 330429 ops/sec (±0.65%) 325431 ops/sec (±0.97%) 0.98
Logging a string on root logger 772780 ops/sec (±5.73%) 777529 ops/sec (±4.65%) 1.01
Logging an object on root logger 595117 ops/sec (±5.37%) 617418 ops/sec (±5.22%) 1.04
Logging an object with a message on root logger 6641 ops/sec (±202.88%) 5970 ops/sec (±206.05%) 0.90
Logging an object with a redacted prop on root logger 442817 ops/sec (±9.55%) 469084 ops/sec (±9.43%) 1.06
Logging a nested 3-level object on root logger 322153 ops/sec (±6.44%) 325471 ops/sec (±5.26%) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.