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] committed Oct 8, 2023
1 parent 7d82990 commit 08fb56b
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.3",
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

4 comments on commit 08fb56b

@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: 08fb56b Previous: 2a5a9cc Ratio
Child logger creation 467001 ops/sec (±1.22%) 506291 ops/sec (±0.47%) 1.08
Logging a string on root logger 426465 ops/sec (±10.17%) 583026 ops/sec (±5.40%) 1.37
Logging an object on root logger 302544 ops/sec (±10.85%) 334801 ops/sec (±28.63%) 1.11
Logging an object with a message on root logger 232860 ops/sec (±12.46%) 239312 ops/sec (±13.02%) 1.03
Logging an object with a redacted prop on root logger 229127 ops/sec (±11.15%) 6523 ops/sec (±205.12%) 0.028468927712578612
Logging a nested 3-level object on root logger 5783 ops/sec (±199.01%) 214338 ops/sec (±8.43%) 37.06

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: 08fb56b Previous: 2a5a9cc Ratio
Logging a nested 3-level object on root logger 5783 ops/sec (±199.01%) 214338 ops/sec (±8.43%) 37.06

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: 08fb56b Previous: 2a5a9cc Ratio
Child logger creation 584160 ops/sec (±8.99%) 514664 ops/sec (±0.87%) 0.88
Logging a string on root logger 854197 ops/sec (±9.95%) 585651 ops/sec (±10.51%) 0.69
Logging an object on root logger 488276 ops/sec (±20.09%) 289943 ops/sec (±21.45%) 0.59
Logging an object with a message on root logger 246106 ops/sec (±25.78%) 166085 ops/sec (±22.02%) 0.67
Logging an object with a redacted prop on root logger 3584 ops/sec (±241.56%) 168629 ops/sec (±20.41%) 47.05
Logging a nested 3-level object on root logger 309153 ops/sec (±13.16%) 127188 ops/sec (±21.72%) 0.41

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: 08fb56b Previous: 2a5a9cc Ratio
Logging an object with a redacted prop on root logger 3584 ops/sec (±241.56%) 168629 ops/sec (±20.41%) 47.05

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

Please sign in to comment.