Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 8a891b7 commit 860b144
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 @@ -40,7 +40,7 @@
"proxy-agent": "^6.4.0"
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.5.1",
"@jsforce/jsforce-node": "^3.5.2",
"@salesforce/cli-plugins-testkit": "^5.3.33",
"@salesforce/dev-scripts": "^10.2.10",
"@types/deep-equal-in-any-order": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsforce/jsforce-node@^3.4.1", "@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==
"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.5.2":
version "3.5.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.5.2.tgz#003142f1b8f6e452cb41adfd685626d97b263f6e"
integrity sha512-WZZo7HVFQsTeHRfykMJBrEK3ACr9sQnWSm3EVLasAnAUxjh+hjU4SfJ7HB1UaPRliHjLVZcSCUwF+OoJqjbfoA==
dependencies:
"@sindresorhus/is" "^4"
base64url "^3.0.1"
Expand Down

2 comments on commit 860b144

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 860b144 Previous: 7ed2b36 Ratio
eda-componentSetCreate-linux 240 ms 233 ms 1.03
eda-sourceToMdapi-linux 2412 ms 2351 ms 1.03
eda-sourceToZip-linux 2002 ms 1926 ms 1.04
eda-mdapiToSource-linux 3038 ms 2984 ms 1.02
lotsOfClasses-componentSetCreate-linux 433 ms 444 ms 0.98
lotsOfClasses-sourceToMdapi-linux 3715 ms 3723 ms 1.00
lotsOfClasses-sourceToZip-linux 3211 ms 3158 ms 1.02
lotsOfClasses-mdapiToSource-linux 3627 ms 3626 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 772 ms 758 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-linux 6630 ms 6571 ms 1.01
lotsOfClassesOneDir-sourceToZip-linux 5833 ms 5591 ms 1.04
lotsOfClassesOneDir-mdapiToSource-linux 6599 ms 6486 ms 1.02

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

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 860b144 Previous: 7ed2b36 Ratio
eda-componentSetCreate-win32 622 ms 674 ms 0.92
eda-sourceToMdapi-win32 4296 ms 4665 ms 0.92
eda-sourceToZip-win32 2986 ms 3010 ms 0.99
eda-mdapiToSource-win32 5712 ms 6165 ms 0.93
lotsOfClasses-componentSetCreate-win32 1256 ms 1287 ms 0.98
lotsOfClasses-sourceToMdapi-win32 7843 ms 8248 ms 0.95
lotsOfClasses-sourceToZip-win32 5119 ms 5406 ms 0.95
lotsOfClasses-mdapiToSource-win32 7896 ms 8361 ms 0.94
lotsOfClassesOneDir-componentSetCreate-win32 2119 ms 2302 ms 0.92
lotsOfClassesOneDir-sourceToMdapi-win32 13943 ms 14918 ms 0.93
lotsOfClassesOneDir-sourceToZip-win32 9355 ms 9867 ms 0.95
lotsOfClassesOneDir-mdapiToSource-win32 14168 ms 14497 ms 0.98

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

Please sign in to comment.