Skip to content

Commit

Permalink
fix(deps): bump @jsforce/jsforce-node from 3.4.1 to 3.4.2
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.4.2.
- [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.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent c59a6d3 commit 5b84ca7
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 @@ -53,7 +53,7 @@
"messageTransformer/messageTransformer.ts"
],
"dependencies": {
"@jsforce/jsforce-node": "^3.4.1",
"@jsforce/jsforce-node": "^3.4.2",
"@salesforce/kit": "^3.2.2",
"@salesforce/schemas": "^1.9.0",
"@salesforce/ts-types": "^2.0.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,10 @@
"@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.4.2":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.2.tgz#ad96c438a688c811d52fdb235fd9200352165b56"
integrity sha512-jQ22l9DzGouYGFpJtvtknxLE6O8Mwx+DizWEYsJjMnjFAkXPh8QJm3Ux6JCR0boNLuOcRW11urI7JGHvVULgJg==
dependencies:
"@sindresorhus/is" "^4"
abort-controller "^3.0.0"
Expand Down

3 comments on commit 5b84ca7

@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: 5b84ca7 Previous: d851045 Ratio
Child logger creation 479546 ops/sec (±0.49%) 464799 ops/sec (±0.68%) 0.97
Logging a string on root logger 803540 ops/sec (±7.98%) 739184 ops/sec (±7.68%) 0.92
Logging an object on root logger 596865 ops/sec (±7.31%) 616782 ops/sec (±7.59%) 1.03
Logging an object with a message on root logger 7147 ops/sec (±208.76%) 8573 ops/sec (±206.51%) 1.20
Logging an object with a redacted prop on root logger 482773 ops/sec (±7.66%) 416850 ops/sec (±14.14%) 0.86
Logging a nested 3-level object on root logger 409349 ops/sec (±5.38%) 379340 ops/sec (±4.39%) 0.93

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: 5b84ca7 Previous: d851045 Ratio
Child logger creation 314442 ops/sec (±1.02%) 323489 ops/sec (±0.80%) 1.03
Logging a string on root logger 826964 ops/sec (±5.16%) 786125 ops/sec (±5.33%) 0.95
Logging an object on root logger 628948 ops/sec (±6.67%) 614686 ops/sec (±8.52%) 0.98
Logging an object with a message on root logger 1743 ops/sec (±255.70%) 5305 ops/sec (±206.79%) 3.04
Logging an object with a redacted prop on root logger 410125 ops/sec (±10.02%) 454446 ops/sec (±8.49%) 1.11
Logging a nested 3-level object on root logger 310866 ops/sec (±4.74%) 326126 ops/sec (±5.25%) 1.05

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: 5b84ca7 Previous: d851045 Ratio
Logging an object with a message on root logger 1743 ops/sec (±255.70%) 5305 ops/sec (±206.79%) 3.04

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

Please sign in to comment.