Skip to content

Commit

Permalink
fix(deps): bump @salesforce/ts-types from 2.0.7 to 2.0.8
Browse files Browse the repository at this point in the history
Bumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/forcedotcom/ts-types/releases)
- [Changelog](https://github.com/forcedotcom/ts-types/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/ts-types@2.0.7...2.0.8)

---
updated-dependencies:
- dependency-name: "@salesforce/ts-types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 8059cf9 commit d3e22b9
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 @@ -41,7 +41,7 @@
"dependencies": {
"@salesforce/kit": "^3.0.12",
"@salesforce/schemas": "^1.6.0",
"@salesforce/ts-types": "^2.0.7",
"@salesforce/ts-types": "^2.0.8",
"@types/semver": "^7.5.2",
"ajv": "^8.12.0",
"change-case": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,10 @@
sinon "^5.1.1"
tslib "^2.6.1"

"@salesforce/ts-types@^2.0.7":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.7.tgz#02a6999d0b0e7bcd6c6d8ce621c79fa61af24701"
integrity sha512-8csXgstPuy6QXL3JavkIi/f8DOWHBNCvWeszrFu5sbVlcKO3YqOOCE+rDFGPkrZsYv5OywV6H8kEi877bWOz6Q==
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.8.tgz#e732b5a42cbec6bda79c089a0633fc643daf8bca"
integrity sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==
dependencies:
tslib "^2.6.2"

Expand Down

3 comments on commit d3e22b9

@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: d3e22b9 Previous: 2079efc Ratio
Child logger creation 451704 ops/sec (±1.00%) 541999 ops/sec (±0.21%) 1.20
Logging a string on root logger 404015 ops/sec (±15.69%) 555837 ops/sec (±8.43%) 1.38
Logging an object on root logger 297073 ops/sec (±10.13%) 345255 ops/sec (±11.23%) 1.16
Logging an object with a message on root logger 200285 ops/sec (±9.47%) 255527 ops/sec (±11.38%) 1.28
Logging an object with a redacted prop on root logger 238942 ops/sec (±13.78%) 11011 ops/sec (±195.18%) 0.046082312862535675
Logging a nested 3-level object on root logger 6819 ops/sec (±188.97%) 224154 ops/sec (±13.81%) 32.87

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: d3e22b9 Previous: 2079efc Ratio
Logging a nested 3-level object on root logger 6819 ops/sec (±188.97%) 224154 ops/sec (±13.81%) 32.87

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: d3e22b9 Previous: 2079efc Ratio
Child logger creation 367792 ops/sec (±8.56%) 497933 ops/sec (±1.01%) 1.35
Logging a string on root logger 456835 ops/sec (±15.45%) 575696 ops/sec (±10.52%) 1.26
Logging an object on root logger 316220 ops/sec (±18.97%) 405458 ops/sec (±13.21%) 1.28
Logging an object with a message on root logger 239758 ops/sec (±23.52%) 258876 ops/sec (±16.99%) 1.08
Logging an object with a redacted prop on root logger 232064 ops/sec (±18.42%) 273355 ops/sec (±22.39%) 1.18
Logging a nested 3-level object on root logger 7015 ops/sec (±188.57%) 13418 ops/sec (±186.77%) 1.91

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

Please sign in to comment.