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 27, 2024
1 parent ed0b8c2 commit d01ba25
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.2.0",
"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 d01ba25

@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: d01ba25 Previous: 52aa626 Ratio
Child logger creation 480167 ops/sec (±0.73%) 467840 ops/sec (±1.16%) 0.97
Logging a string on root logger 838816 ops/sec (±10.14%) 775602 ops/sec (±7.05%) 0.92
Logging an object on root logger 41838 ops/sec (±184.32%) 570031 ops/sec (±7.34%) 13.62
Logging an object with a message on root logger 434320 ops/sec (±5.13%) 8530 ops/sec (±202.04%) 0.019639896850248664
Logging an object with a redacted prop on root logger 466700 ops/sec (±7.20%) 470597 ops/sec (±9.31%) 1.01
Logging a nested 3-level object on root logger 21360 ops/sec (±185.28%) 363401 ops/sec (±8.62%) 17.01

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: d01ba25 Previous: 52aa626 Ratio
Logging an object on root logger 41838 ops/sec (±184.32%) 570031 ops/sec (±7.34%) 13.62
Logging a nested 3-level object on root logger 21360 ops/sec (±185.28%) 363401 ops/sec (±8.62%) 17.01

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: d01ba25 Previous: 52aa626 Ratio
Child logger creation 325431 ops/sec (±0.97%) 327422 ops/sec (±0.74%) 1.01
Logging a string on root logger 777529 ops/sec (±4.65%) 724506 ops/sec (±7.14%) 0.93
Logging an object on root logger 617418 ops/sec (±5.22%) 573708 ops/sec (±6.27%) 0.93
Logging an object with a message on root logger 5970 ops/sec (±206.05%) 8159 ops/sec (±199.54%) 1.37
Logging an object with a redacted prop on root logger 469084 ops/sec (±9.43%) 470105 ops/sec (±9.51%) 1.00
Logging a nested 3-level object on root logger 325471 ops/sec (±5.26%) 330369 ops/sec (±6.62%) 1.02

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

Please sign in to comment.