Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: "@salesforce/kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2024
1 parent 9a75528 commit ad320e0
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 @@ -38,7 +38,7 @@
"messageTransformer/messageTransformer.ts"
],
"dependencies": {
"@salesforce/kit": "^3.0.15",
"@salesforce/kit": "^3.1.0",
"@salesforce/schemas": "^1.6.1",
"@salesforce/ts-types": "^2.0.9",
"@types/semver": "^7.5.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@
typescript "^4.9.5"
wireit "^0.14.1"

"@salesforce/kit@^3.0.15":
version "3.0.15"
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.15.tgz"
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
"@salesforce/kit@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.0.tgz#aa42533084c676e865f0f9c1907a16fb6f74dee7"
integrity sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==
dependencies:
"@salesforce/ts-types" "^2.0.9"
tslib "^2.6.2"
Expand Down

3 comments on commit ad320e0

@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: ad320e0 Previous: d44e0fe Ratio
Child logger creation 482047 ops/sec (±3.48%) 471796 ops/sec (±0.65%) 0.98
Logging a string on root logger 830754 ops/sec (±7.08%) 815001 ops/sec (±7.16%) 0.98
Logging an object on root logger 675451 ops/sec (±5.29%) 621576 ops/sec (±5.65%) 0.92
Logging an object with a message on root logger 4452 ops/sec (±228.23%) 9931 ops/sec (±201.65%) 2.23
Logging an object with a redacted prop on root logger 489569 ops/sec (±11.85%) 412275 ops/sec (±13.00%) 0.84
Logging a nested 3-level object on root logger 381382 ops/sec (±7.82%) 360896 ops/sec (±7.55%) 0.95

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: ad320e0 Previous: d44e0fe Ratio
Logging an object with a message on root logger 4452 ops/sec (±228.23%) 9931 ops/sec (±201.65%) 2.23

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: ad320e0 Previous: d44e0fe Ratio
Child logger creation 314512 ops/sec (±0.64%) 342611 ops/sec (±0.56%) 1.09
Logging a string on root logger 777401 ops/sec (±7.76%) 851480 ops/sec (±11.89%) 1.10
Logging an object on root logger 583568 ops/sec (±6.85%) 584927 ops/sec (±7.25%) 1.00
Logging an object with a message on root logger 8614 ops/sec (±199.62%) 5387 ops/sec (±208.54%) 0.63
Logging an object with a redacted prop on root logger 443794 ops/sec (±11.24%) 476731 ops/sec (±6.94%) 1.07
Logging a nested 3-level object on root logger 322276 ops/sec (±5.83%) 313918 ops/sec (±5.27%) 0.97

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

Please sign in to comment.