Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent 36fa22d commit 212250f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"messageTransformer/messageTransformer.ts"
],
"dependencies": {
"@jsforce/jsforce-node": "^3.4.1",
"@jsforce/jsforce-node": "^3.5.1",
"@salesforce/kit": "^3.2.2",
"@salesforce/schemas": "^1.9.0",
"@salesforce/ts-types": "^2.0.10",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -619,13 +619,12 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsforce/jsforce-node@^3.4.1":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz#36f5cba775b395eeedba676a78eafe447c3f4b28"
integrity sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==
"@jsforce/jsforce-node@^3.5.1":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.5.1.tgz#f350e8c3897cce42f6b1cdbfc437c1c66aa13dd2"
integrity sha512-P+pfsLL6AddDeBP3iswjlB1+YM4w2ZsWTqunGjMA0/Aj8Jt4gA+XycV+fGEbGzsm6DvSvbZUnyrfkRYNsT9F8Q==
dependencies:
"@sindresorhus/is" "^4"
abort-controller "^3.0.0"
base64url "^3.0.1"
csv-parse "^5.5.2"
csv-stringify "^6.4.4"
Expand Down

3 comments on commit 212250f

@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: 212250f Previous: 8bbfce4 Ratio
Child logger creation 500462 ops/sec (±1.28%) 484484 ops/sec (±1.27%) 0.97
Logging a string on root logger 971597 ops/sec (±7.32%) 930429 ops/sec (±11.18%) 0.96
Logging an object on root logger 37754 ops/sec (±185.72%) 36801 ops/sec (±186.50%) 0.97
Logging an object with a message on root logger 491472 ops/sec (±5.90%) 472586 ops/sec (±6.76%) 0.96
Logging an object with a redacted prop on root logger 566073 ops/sec (±6.98%) 578849 ops/sec (±6.48%) 1.02
Logging a nested 3-level object on root logger 13657 ops/sec (±200.72%) 13929 ops/sec (±200.50%) 1.02

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: 212250f Previous: 8bbfce4 Ratio
Child logger creation 348756 ops/sec (±0.33%) 335692 ops/sec (±1.46%) 0.96
Logging a string on root logger 849675 ops/sec (±8.98%) 825748 ops/sec (±9.00%) 0.97
Logging an object on root logger 621318 ops/sec (±9.54%) 628532 ops/sec (±3.83%) 1.01
Logging an object with a message on root logger 1953 ops/sec (±255.93%) 4266 ops/sec (±213.14%) 2.18
Logging an object with a redacted prop on root logger 393409 ops/sec (±27.13%) 429000 ops/sec (±19.07%) 1.09
Logging a nested 3-level object on root logger 318182 ops/sec (±5.59%) 315024 ops/sec (±6.16%) 0.99

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: 212250f Previous: 8bbfce4 Ratio
Logging an object with a message on root logger 1953 ops/sec (±255.93%) 4266 ops/sec (±213.14%) 2.18

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

Please sign in to comment.