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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 7, 2024
1 parent 74d4596 commit 13ac7dc
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.18",
"@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 13ac7dc

@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: 13ac7dc Previous: ca56f0d Ratio
eda-componentSetCreate-linux 177 ms 182 ms 0.97
eda-sourceToMdapi-linux 2247 ms 2252 ms 1.00
eda-sourceToZip-linux 1793 ms 1788 ms 1.00
eda-mdapiToSource-linux 2774 ms 3001 ms 0.92
lotsOfClasses-componentSetCreate-linux 399 ms 421 ms 0.95
lotsOfClasses-sourceToMdapi-linux 3621 ms 3710 ms 0.98
lotsOfClasses-sourceToZip-linux 3016 ms 3113 ms 0.97
lotsOfClasses-mdapiToSource-linux 3442 ms 3521 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 608 ms 618 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6461 ms 6528 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5540 ms 5694 ms 0.97
lotsOfClassesOneDir-mdapiToSource-linux 6211 ms 6344 ms 0.98

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: 13ac7dc Previous: ca56f0d Ratio
eda-componentSetCreate-win32 407 ms 425 ms 0.96
eda-sourceToMdapi-win32 4319 ms 4255 ms 1.02
eda-sourceToZip-win32 2886 ms 3001 ms 0.96
eda-mdapiToSource-win32 6160 ms 6048 ms 1.02
lotsOfClasses-componentSetCreate-win32 924 ms 844 ms 1.09
lotsOfClasses-sourceToMdapi-win32 7978 ms 7359 ms 1.08
lotsOfClasses-sourceToZip-win32 5035 ms 4633 ms 1.09
lotsOfClasses-mdapiToSource-win32 8176 ms 7339 ms 1.11
lotsOfClassesOneDir-componentSetCreate-win32 1617 ms 1442 ms 1.12
lotsOfClassesOneDir-sourceToMdapi-win32 14491 ms 13224 ms 1.10
lotsOfClassesOneDir-sourceToZip-win32 9196 ms 8514 ms 1.08
lotsOfClassesOneDir-mdapiToSource-win32 14530 ms 13396 ms 1.08

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

Please sign in to comment.