Skip to content

Commit

Permalink
fix(deps): bump @types/semver from 7.5.7 to 7.5.8
Browse files Browse the repository at this point in the history
Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 7.5.7 to 7.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

---
updated-dependencies:
- dependency-name: "@types/semver"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2024
1 parent 757a4b0 commit ee55b66
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 @@ -41,7 +41,7 @@
"@salesforce/kit": "^3.0.15",
"@salesforce/schemas": "^1.6.1",
"@salesforce/ts-types": "^2.0.9",
"@types/semver": "^7.5.7",
"@types/semver": "^7.5.8",
"ajv": "^8.12.0",
"change-case": "^4.1.2",
"faye": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,10 @@
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.2.tgz#ed279a64fa438bb69f2480eda44937912bb7480a"
integrity sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==

"@types/semver@^7.5.0", "@types/semver@^7.5.7":
version "7.5.7"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e"
integrity sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==
"@types/semver@^7.5.0", "@types/semver@^7.5.8":
version "7.5.8"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==

"@types/sinon@^10.0.20":
version "10.0.20"
Expand Down

3 comments on commit ee55b66

@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: ee55b66 Previous: e88d780 Ratio
Child logger creation 484769 ops/sec (±1.51%) 483757 ops/sec (±1.97%) 1.00
Logging a string on root logger 803377 ops/sec (±9.98%) 862388 ops/sec (±8.58%) 1.07
Logging an object on root logger 596603 ops/sec (±6.81%) 45697 ops/sec (±182.21%) 0.07659532385857933
Logging an object with a message on root logger 8543 ops/sec (±203.59%) 422703 ops/sec (±10.49%) 49.48
Logging an object with a redacted prop on root logger 404607 ops/sec (±11.60%) 477395 ops/sec (±6.68%) 1.18
Logging a nested 3-level object on root logger 415054 ops/sec (±5.06%) 23495 ops/sec (±183.96%) 0.05660709208922213

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: ee55b66 Previous: e88d780 Ratio
Logging an object with a message on root logger 8543 ops/sec (±203.59%) 422703 ops/sec (±10.49%) 49.48

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: ee55b66 Previous: e88d780 Ratio
Child logger creation 331855 ops/sec (±0.59%) 327951 ops/sec (±0.61%) 0.99
Logging a string on root logger 819659 ops/sec (±5.75%) 783021 ops/sec (±7.34%) 0.96
Logging an object on root logger 624310 ops/sec (±6.31%) 621190 ops/sec (±5.55%) 1.00
Logging an object with a message on root logger 5877 ops/sec (±209.43%) 4536 ops/sec (±213.04%) 0.77
Logging an object with a redacted prop on root logger 422159 ops/sec (±12.73%) 403798 ops/sec (±15.83%) 0.96
Logging a nested 3-level object on root logger 325648 ops/sec (±5.35%) 324656 ops/sec (±4.70%) 1.00

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

Please sign in to comment.