Skip to content

Commit

Permalink
chore(dev-deps): bump @jsforce/jsforce-node from 3.2.1 to 3.2.2
Browse files Browse the repository at this point in the history
Bumps [@jsforce/jsforce-node](https://github.com/jsforce/jsforce) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/jsforce/jsforce/releases)
- [Changelog](https://github.com/jsforce/jsforce/blob/master/CHANGELOG.md)
- [Commits](jsforce/jsforce@3.2.1...3.2.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 Jul 6, 2024
1 parent 4c4d0f1 commit 3321321
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 @@ -39,7 +39,7 @@
"proxy-agent": "^6.4.0"
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.2.1",
"@jsforce/jsforce-node": "^3.2.2",
"@salesforce/cli-plugins-testkit": "^5.3.17",
"@salesforce/dev-scripts": "^10.2.2",
"@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 @@ -502,10 +502,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@jsforce/jsforce-node@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.1.tgz#00fab05919e0cbe91ae4d873377e56cfbc087b98"
integrity sha512-hjmZQbYVikm6ATmaErOp5NaKR2VofNZsrcGGHrdbGA+bAgpfg/+MA/HzRTb8BvYyPDq3RRc5A8Yk8gx9Vtcrxg==
"@jsforce/jsforce-node@^3.2.1", "@jsforce/jsforce-node@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.2.tgz#6bc1bf483f52023d63ae76534fc8665b2df215e0"
integrity sha512-wQl4iCkwbop3eJfl+PxgFfIEPE2Ka68MvgnxbxVX/yx+NhfiNqbl08uKLAG+VcI40D8sgApfm86Yx7o8Q9PZmw==
dependencies:
"@sindresorhus/is" "^4"
"@types/node" "^18.15.3"
Expand Down

2 comments on commit 3321321

@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: 3321321 Previous: aba5ce9 Ratio
eda-componentSetCreate-linux 192 ms 184 ms 1.04
eda-sourceToMdapi-linux 2332 ms 2321 ms 1.00
eda-sourceToZip-linux 1835 ms 1826 ms 1.00
eda-mdapiToSource-linux 2828 ms 2823 ms 1.00
lotsOfClasses-componentSetCreate-linux 468 ms 513 ms 0.91
lotsOfClasses-sourceToMdapi-linux 3723 ms 3645 ms 1.02
lotsOfClasses-sourceToZip-linux 3096 ms 3054 ms 1.01
lotsOfClasses-mdapiToSource-linux 3486 ms 3468 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 631 ms 625 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6556 ms 6533 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5690 ms 5845 ms 0.97
lotsOfClassesOneDir-mdapiToSource-linux 6326 ms 6403 ms 0.99

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: 3321321 Previous: aba5ce9 Ratio
eda-componentSetCreate-win32 414 ms 412 ms 1.00
eda-sourceToMdapi-win32 4335 ms 4211 ms 1.03
eda-sourceToZip-win32 2879 ms 2902 ms 0.99
eda-mdapiToSource-win32 5952 ms 5985 ms 0.99
lotsOfClasses-componentSetCreate-win32 960 ms 944 ms 1.02
lotsOfClasses-sourceToMdapi-win32 7520 ms 8173 ms 0.92
lotsOfClasses-sourceToZip-win32 4740 ms 5074 ms 0.93
lotsOfClasses-mdapiToSource-win32 7535 ms 7777 ms 0.97
lotsOfClassesOneDir-componentSetCreate-win32 1511 ms 1485 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-win32 13402 ms 13481 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 8702 ms 8774 ms 0.99
lotsOfClassesOneDir-mdapiToSource-win32 13515 ms 13595 ms 0.99

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

Please sign in to comment.