Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2024
1 parent e59c087 commit 388fec6
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 @@ -40,7 +40,7 @@
"proxy-agent": "^6.4.0"
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.5.2",
"@jsforce/jsforce-node": "^3.6.1",
"@salesforce/cli-plugins-testkit": "^5.3.34",
"@salesforce/dev-scripts": "^10.2.10",
"@types/deep-equal-in-any-order": "^1.0.1",
Expand Down
9 changes: 4 additions & 5 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.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==
"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.6.1":
version "3.6.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.1.tgz#cdd112a33b8139ca798dd4eef91d3dc2a5a0f291"
integrity sha512-N294vrCY7bIdHzTNAHe0t20riTxozEyvCmYPM4rp/C7uGdBX3AYrPDBdojw7rsXOBsRtoFqr7L/tUwMbw1hRTg==
dependencies:
"@sindresorhus/is" "^4"
base64url "^3.0.1"
Expand All @@ -477,7 +477,6 @@
https-proxy-agent "^5.0.0"
multistream "^3.1.0"
node-fetch "^2.6.1"
strip-ansi "^6.0.0"
xml2js "^0.6.2"

"@nodelib/[email protected]":
Expand Down

2 comments on commit 388fec6

@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: 388fec6 Previous: 656608f Ratio
eda-componentSetCreate-linux 239 ms 230 ms 1.04
eda-sourceToMdapi-linux 2409 ms 2270 ms 1.06
eda-sourceToZip-linux 1896 ms 1881 ms 1.01
eda-mdapiToSource-linux 2937 ms 2953 ms 0.99
lotsOfClasses-componentSetCreate-linux 436 ms 431 ms 1.01
lotsOfClasses-sourceToMdapi-linux 3694 ms 3699 ms 1.00
lotsOfClasses-sourceToZip-linux 3192 ms 3124 ms 1.02
lotsOfClasses-mdapiToSource-linux 3534 ms 3555 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 741 ms 764 ms 0.97
lotsOfClassesOneDir-sourceToMdapi-linux 6474 ms 6436 ms 1.01
lotsOfClassesOneDir-sourceToZip-linux 5770 ms 5709 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 6425 ms 6439 ms 1.00

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: 388fec6 Previous: 656608f Ratio
eda-componentSetCreate-win32 607 ms 688 ms 0.88
eda-sourceToMdapi-win32 4280 ms 4466 ms 0.96
eda-sourceToZip-win32 2937 ms 3274 ms 0.90
eda-mdapiToSource-win32 5812 ms 6269 ms 0.93
lotsOfClasses-componentSetCreate-win32 1237 ms 1291 ms 0.96
lotsOfClasses-sourceToMdapi-win32 7634 ms 8209 ms 0.93
lotsOfClasses-sourceToZip-win32 5029 ms 5315 ms 0.95
lotsOfClasses-mdapiToSource-win32 7935 ms 8413 ms 0.94
lotsOfClassesOneDir-componentSetCreate-win32 2076 ms 2316 ms 0.90
lotsOfClassesOneDir-sourceToMdapi-win32 13861 ms 14651 ms 0.95
lotsOfClassesOneDir-sourceToZip-win32 9103 ms 9747 ms 0.93
lotsOfClassesOneDir-mdapiToSource-win32 14223 ms 14889 ms 0.96

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

Please sign in to comment.