Skip to content

Commit

Permalink
chore(dev-deps): bump ts-node from 10.9.1 to 10.9.2
Browse files Browse the repository at this point in the history
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2023
1 parent 3c79345 commit 58f1073
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 @@
"@types/proper-lockfile": "^4.1.4",
"benchmark": "^2.1.4",
"chai-string": "^1.5.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.1",
"typescript": "^5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4748,10 +4748,10 @@ ts-api-utils@^1.0.1:
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==

ts-node@^10.8.1, ts-node@^10.9.1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down

3 comments on commit 58f1073

@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: 58f1073 Previous: ee0dcd3 Ratio
Child logger creation 471530 ops/sec (±1.88%) 472244 ops/sec (±1.93%) 1.00
Logging a string on root logger 748906 ops/sec (±8.97%) 779703 ops/sec (±9.32%) 1.04
Logging an object on root logger 574843 ops/sec (±9.42%) 583735 ops/sec (±6.36%) 1.02
Logging an object with a message on root logger 13767 ops/sec (±197.12%) 10386 ops/sec (±202.19%) 0.75
Logging an object with a redacted prop on root logger 455509 ops/sec (±6.20%) 447094 ops/sec (±6.57%) 0.98
Logging a nested 3-level object on root logger 344540 ops/sec (±9.66%) 380624 ops/sec (±7.48%) 1.10

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: 58f1073 Previous: ee0dcd3 Ratio
Child logger creation 347600 ops/sec (±0.39%) 348801 ops/sec (±0.43%) 1.00
Logging a string on root logger 865453 ops/sec (±5.84%) 801035 ops/sec (±7.11%) 0.93
Logging an object on root logger 39684 ops/sec (±184.22%) 619498 ops/sec (±4.78%) 15.61
Logging an object with a message on root logger 365713 ops/sec (±11.08%) 6900 ops/sec (±205.58%) 0.018867253830189248
Logging an object with a redacted prop on root logger 503292 ops/sec (±6.56%) 406233 ops/sec (±13.79%) 0.81
Logging a nested 3-level object on root logger 22720 ops/sec (±183.09%) 338761 ops/sec (±4.83%) 14.91

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 - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 58f1073 Previous: ee0dcd3 Ratio
Logging an object on root logger 39684 ops/sec (±184.22%) 619498 ops/sec (±4.78%) 15.61
Logging a nested 3-level object on root logger 22720 ops/sec (±183.09%) 338761 ops/sec (±4.83%) 14.91

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

Please sign in to comment.