Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent 287806d commit 391cc99
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.4.2",
"@jsforce/jsforce-node": "^3.5.1",
"@salesforce/cli-plugins-testkit": "^5.3.32",
"@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,13 +463,12 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.4.2":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.2.tgz#ad96c438a688c811d52fdb235fd9200352165b56"
integrity sha512-jQ22l9DzGouYGFpJtvtknxLE6O8Mwx+DizWEYsJjMnjFAkXPh8QJm3Ux6JCR0boNLuOcRW11urI7JGHvVULgJg==
"@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==
dependencies:
"@sindresorhus/is" "^4"
abort-controller "^3.0.0"
base64url "^3.0.1"
csv-parse "^5.5.2"
csv-stringify "^6.4.4"
Expand Down

2 comments on commit 391cc99

@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: 391cc99 Previous: d5163fb Ratio
eda-componentSetCreate-linux 234 ms 232 ms 1.01
eda-sourceToMdapi-linux 2312 ms 2358 ms 0.98
eda-sourceToZip-linux 1843 ms 1893 ms 0.97
eda-mdapiToSource-linux 3039 ms 2858 ms 1.06
lotsOfClasses-componentSetCreate-linux 431 ms 409 ms 1.05
lotsOfClasses-sourceToMdapi-linux 3811 ms 3735 ms 1.02
lotsOfClasses-sourceToZip-linux 3172 ms 3078 ms 1.03
lotsOfClasses-mdapiToSource-linux 3638 ms 3570 ms 1.02
lotsOfClassesOneDir-componentSetCreate-linux 767 ms 752 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-linux 6656 ms 6528 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5755 ms 5568 ms 1.03
lotsOfClassesOneDir-mdapiToSource-linux 6654 ms 6489 ms 1.03

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: 391cc99 Previous: d5163fb Ratio
eda-componentSetCreate-win32 650 ms 707 ms 0.92
eda-sourceToMdapi-win32 4384 ms 4681 ms 0.94
eda-sourceToZip-win32 2939 ms 3042 ms 0.97
eda-mdapiToSource-win32 6151 ms 6356 ms 0.97
lotsOfClasses-componentSetCreate-win32 1239 ms 1190 ms 1.04
lotsOfClasses-sourceToMdapi-win32 7828 ms 7598 ms 1.03
lotsOfClasses-sourceToZip-win32 5171 ms 5012 ms 1.03
lotsOfClasses-mdapiToSource-win32 8015 ms 7761 ms 1.03
lotsOfClassesOneDir-componentSetCreate-win32 2152 ms 2082 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-win32 14149 ms 13720 ms 1.03
lotsOfClassesOneDir-sourceToZip-win32 9498 ms 9196 ms 1.03
lotsOfClassesOneDir-mdapiToSource-win32 14479 ms 13991 ms 1.03

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

Please sign in to comment.