Skip to content

Commit

Permalink
chore(dev-deps): bump ts, ts-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 16, 2024
1 parent 6ac0451 commit b77fb7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"@types/semver": "^7.5.8",
"benchmark": "^2.1.4",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.0",
"typescript": "5.4.5"
"ts-patch": "^3.2.1",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4905,10 +4905,10 @@ ts-node@^10.8.1, ts-node@^10.9.2:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

ts-patch@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.2.0.tgz#537b0e19aa273da4a34e42be68240ef062646dd3"
integrity sha512-fUGMkjGIlD4BFibDM+6pLYLXRguzCUY6fhP1KQzSnFJfAtTDT7DKyX0yHn3CJqfBv4mia/o3ZRte31UVf9Dl1A==
ts-patch@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.2.1.tgz#0c1ecfcb6b6633bf23e533016ffda4d566518628"
integrity sha512-hlR43v+GUIUy8/ZGFP1DquEqPh7PFKQdDMTAmYt671kCCA6AkDQMoeFaFmZ7ObPLYOmpMgyKUqL1C+coFMf30w==
dependencies:
chalk "^4.1.2"
global-prefix "^3.0.0"
Expand Down Expand Up @@ -5042,15 +5042,10 @@ typedoc@^0.25.13:
minimatch "^9.0.3"
shiki "^0.14.7"

typescript@5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

2 comments on commit b77fb7e

@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: b77fb7e Previous: eff3301 Ratio
Child logger creation 461557 ops/sec (±1.19%) 480613 ops/sec (±0.53%) 1.04
Logging a string on root logger 785793 ops/sec (±8.34%) 838378 ops/sec (±6.98%) 1.07
Logging an object on root logger 549003 ops/sec (±8.10%) 593412 ops/sec (±7.67%) 1.08
Logging an object with a message on root logger 7886 ops/sec (±203.05%) 6372 ops/sec (±210.14%) 0.81
Logging an object with a redacted prop on root logger 447456 ops/sec (±8.97%) 479359 ops/sec (±7.97%) 1.07
Logging a nested 3-level object on root logger 359027 ops/sec (±10.09%) 383025 ops/sec (±7.11%) 1.07

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: b77fb7e Previous: eff3301 Ratio
Child logger creation 333802 ops/sec (±0.85%) 325013 ops/sec (±0.73%) 0.97
Logging a string on root logger 742261 ops/sec (±5.41%) 804881 ops/sec (±5.28%) 1.08
Logging an object on root logger 604551 ops/sec (±5.42%) 627586 ops/sec (±7.22%) 1.04
Logging an object with a message on root logger 7988 ops/sec (±200.08%) 3074 ops/sec (±220.68%) 0.38
Logging an object with a redacted prop on root logger 474325 ops/sec (±7.47%) 422335 ops/sec (±10.27%) 0.89
Logging a nested 3-level object on root logger 318847 ops/sec (±5.26%) 328172 ops/sec (±5.69%) 1.03

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

Please sign in to comment.