Skip to content

Commit

Permalink
fix(deps): bump jsforce from 2.0.0-beta.27 to 2.0.0-beta.28
Browse files Browse the repository at this point in the history
Bumps [jsforce](https://github.com/jsforce/jsforce) from 2.0.0-beta.27 to 2.0.0-beta.28.
- [Release notes](https://github.com/jsforce/jsforce/releases)
- [Changelog](https://github.com/jsforce/jsforce/blob/master/CHANGELOG.md)
- [Commits](jsforce/jsforce@2.0.0-beta.27...2.0.0-beta.28)

---
updated-dependencies:
- dependency-name: jsforce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2023
1 parent 8a984c4 commit c30d00a
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 @@ -48,7 +48,7 @@
"faye": "^1.4.0",
"form-data": "^4.0.0",
"js2xmlparser": "^4.0.1",
"jsforce": "^2.0.0-beta.27",
"jsforce": "^2.0.0-beta.28",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"pino": "^8.15.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3032,10 +3032,10 @@ jsesc@^2.5.1:
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==

jsforce@^2.0.0-beta.27:
version "2.0.0-beta.27"
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.27.tgz#ba822b18b77bea4529491060a9b07bc1009735ac"
integrity sha512-d9dDWWeHwayRKPo8FJBAIUyk8sNXGSHwdUjR6al3yK0YKci27Jc1XfNaQTxEAuymHQJVaCb1gxTKqmA4uznFdQ==
jsforce@^2.0.0-beta.28:
version "2.0.0-beta.28"
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.28.tgz#5fd8d9b8e5efc798698793b147e00371f3d74e8f"
integrity sha512-tTmKRhr4yWNinhmurY/tiiltLFQq9RQ+gpYAt3wjFdCGjzd49/wqYQIFw4SsI3+iLjxXnc0uTgGwdAkDjxDWnA==
dependencies:
"@babel/runtime" "^7.12.5"
"@babel/runtime-corejs3" "^7.12.5"
Expand Down

3 comments on commit c30d00a

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: c30d00a Previous: 51c1b9f Ratio
Child logger creation 491171 ops/sec (±16.49%) 465779 ops/sec (±12.13%) 0.95
Logging a string on root logger 532102 ops/sec (±15.54%) 454350 ops/sec (±24.41%) 0.85
Logging an object on root logger 344930 ops/sec (±19.19%) 326560 ops/sec (±9.02%) 0.95
Logging an object with a message on root logger 225248 ops/sec (±21.15%) 234494 ops/sec (±9.58%) 1.04
Logging an object with a redacted prop on root logger 11442 ops/sec (±186.25%) 283061 ops/sec (±23.37%) 24.74
Logging a nested 3-level object on root logger 215783 ops/sec (±8.99%) 1339 ops/sec (±276.06%) 0.006205308110462826

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Logger Benchmarks - ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c30d00a Previous: 51c1b9f Ratio
Logging an object with a redacted prop on root logger 11442 ops/sec (±186.25%) 283061 ops/sec (±23.37%) 24.74

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

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: c30d00a Previous: 51c1b9f Ratio
Child logger creation 436561 ops/sec (±0.97%) 417790 ops/sec (±1.54%) 0.96
Logging a string on root logger 493490 ops/sec (±14.18%) 474602 ops/sec (±12.71%) 0.96
Logging an object on root logger 276703 ops/sec (±17.64%) 361506 ops/sec (±18.37%) 1.31
Logging an object with a message on root logger 169029 ops/sec (±22.49%) 210448 ops/sec (±16.68%) 1.25
Logging an object with a redacted prop on root logger 164794 ops/sec (±19.02%) 234279 ops/sec (±21.09%) 1.42
Logging a nested 3-level object on root logger 117158 ops/sec (±22.18%) 5331 ops/sec (±190.40%) 0.045502654534901585

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

Please sign in to comment.