Skip to content

Commit

Permalink
chore(dev-deps): bump @jsforce/jsforce-node from 3.5.2 to 3.6.2
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.2.
- [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.2)

---
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 Nov 1, 2024
1 parent 9fe0dc4 commit df885d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 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.2",
"@salesforce/cli-plugins-testkit": "^5.3.34",
"@salesforce/dev-scripts": "^10.2.10",
"@types/deep-equal-in-any-order": "^1.0.1",
Expand Down
19 changes: 1 addition & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,24 +583,7 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@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"
csv-parse "^5.5.2"
csv-stringify "^6.4.4"
faye "^1.4.0"
form-data "^4.0.0"
https-proxy-agent "^5.0.0"
multistream "^3.1.0"
node-fetch "^2.6.1"
strip-ansi "^6.0.0"
xml2js "^0.6.2"

"@jsforce/jsforce-node@^3.6.1":
"@jsforce/jsforce-node@^3.6.1", "@jsforce/jsforce-node@^3.6.2":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz#5d8509aaeb161f1d6658e4ce737948a04d3ce3a6"
integrity sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==
Expand Down

2 comments on commit df885d8

@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: df885d8 Previous: e952b87 Ratio
eda-componentSetCreate-linux 227 ms 230 ms 0.99
eda-sourceToMdapi-linux 2321 ms 2383 ms 0.97
eda-sourceToZip-linux 1836 ms 1892 ms 0.97
eda-mdapiToSource-linux 3501 ms 2843 ms 1.23
lotsOfClasses-componentSetCreate-linux 439 ms 421 ms 1.04
lotsOfClasses-sourceToMdapi-linux 3688 ms 3667 ms 1.01
lotsOfClasses-sourceToZip-linux 3038 ms 3072 ms 0.99
lotsOfClasses-mdapiToSource-linux 3511 ms 3620 ms 0.97
lotsOfClassesOneDir-componentSetCreate-linux 748 ms 831 ms 0.90
lotsOfClassesOneDir-sourceToMdapi-linux 6388 ms 6696 ms 0.95
lotsOfClassesOneDir-sourceToZip-linux 5513 ms 5553 ms 0.99
lotsOfClassesOneDir-mdapiToSource-linux 6355 ms 6679 ms 0.95

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: df885d8 Previous: e952b87 Ratio
eda-componentSetCreate-win32 682 ms 676 ms 1.01
eda-sourceToMdapi-win32 4709 ms 4622 ms 1.02
eda-sourceToZip-win32 3187 ms 3087 ms 1.03
eda-mdapiToSource-win32 6202 ms 5933 ms 1.05
lotsOfClasses-componentSetCreate-win32 1324 ms 1279 ms 1.04
lotsOfClasses-sourceToMdapi-win32 8366 ms 8493 ms 0.99
lotsOfClasses-sourceToZip-win32 5338 ms 5352 ms 1.00
lotsOfClasses-mdapiToSource-win32 8603 ms 7517 ms 1.14
lotsOfClassesOneDir-componentSetCreate-win32 2313 ms 2042 ms 1.13
lotsOfClassesOneDir-sourceToMdapi-win32 14960 ms 13639 ms 1.10
lotsOfClassesOneDir-sourceToZip-win32 9575 ms 8981 ms 1.07
lotsOfClassesOneDir-mdapiToSource-win32 14061 ms 13969 ms 1.01

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

Please sign in to comment.