Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
1 parent 11e2c95 commit 2f10547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"messageTransformer/messageTransformer.ts"
],
"dependencies": {
"@salesforce/kit": "^3.0.12",
"@salesforce/kit": "^3.0.13",
"@salesforce/schemas": "^1.6.0",
"@salesforce/ts-types": "^2.0.8",
"@types/semver": "^7.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -560,12 +560,12 @@
typescript "^4.9.5"
wireit "^0.9.5"

"@salesforce/kit@^3.0.12":
version "3.0.12"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.12.tgz#8d598813fd3dce9545951186cfa579bafaac374a"
integrity sha512-+2bjUaIbS1/XrYBYxpS5zKyQER8dgVakIL6X/MxZVZFJaLHithkLXvrUKYd5tZEaijxBZq1ooIkGm2yCLrg8Ew==
"@salesforce/kit@^3.0.13":
version "3.0.13"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
dependencies:
"@salesforce/ts-types" "^2.0.7"
"@salesforce/ts-types" "^2.0.8"
tslib "^2.6.2"

"@salesforce/prettier-config@^0.0.3":
Expand Down

3 comments on commit 2f10547

@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: 2f10547 Previous: b93ac50 Ratio
Child logger creation 543084 ops/sec (±0.27%) 508820 ops/sec (±0.52%) 0.94
Logging a string on root logger 521449 ops/sec (±11.22%) 586698 ops/sec (±20.54%) 1.13
Logging an object on root logger 331823 ops/sec (±11.00%) 434951 ops/sec (±16.74%) 1.31
Logging an object with a message on root logger 231010 ops/sec (±13.55%) 251005 ops/sec (±16.07%) 1.09
Logging an object with a redacted prop on root logger 13985 ops/sec (±185.81%) 3894 ops/sec (±223.45%) 0.28
Logging a nested 3-level object on root logger 156990 ops/sec (±30.13%) 238852 ops/sec (±13.14%) 1.52

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: 2f10547 Previous: b93ac50 Ratio
Child logger creation 454389 ops/sec (±4.97%) 508245 ops/sec (±0.65%) 1.12
Logging a string on root logger 616526 ops/sec (±14.25%) 580179 ops/sec (±7.68%) 0.94
Logging an object on root logger 460524 ops/sec (±13.99%) 358235 ops/sec (±19.49%) 0.78
Logging an object with a message on root logger 264581 ops/sec (±19.81%) 265142 ops/sec (±12.11%) 1.00
Logging an object with a redacted prop on root logger 4294 ops/sec (±217.36%) 271139 ops/sec (±19.92%) 63.14
Logging a nested 3-level object on root logger 268998 ops/sec (±11.00%) 13223 ops/sec (±186.30%) 0.049156499304827544

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: 2f10547 Previous: b93ac50 Ratio
Logging an object with a redacted prop on root logger 4294 ops/sec (±217.36%) 271139 ops/sec (±19.92%) 63.14

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

Please sign in to comment.