Skip to content

Commit

Permalink
chore(dev-deps): bump chai from 4.3.7 to 4.3.8
Browse files Browse the repository at this point in the history
Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](chaijs/chai@v4.3.7...v4.3.8)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2023
1 parent 46fb279 commit ff12bb1
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 @@ -55,7 +55,7 @@
"@types/unzipper": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.3.7",
"chai": "^4.3.8",
"deep-equal-in-any-order": "^1.1.19",
"deepmerge": "^4.3.1",
"eslint": "^8.47.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1451,10 +1451,10 @@ capital-case@^1.0.4:
tslib "^2.0.3"
upper-case-first "^2.0.2"

chai@^4.3.7:
version "4.3.7"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51"
integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==
chai@^4.3.7, chai@^4.3.8:
version "4.3.8"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.8.tgz#40c59718ad6928da6629c70496fe990b2bb5b17c"
integrity sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.2"
Expand Down

1 comment on commit ff12bb1

@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: ff12bb1 Previous: 8f097e0 Ratio
eda-componentSetCreate-linux 2866 ms 2868 ms 1.00
eda-sourceToMdapi-linux 10158 ms 10849 ms 0.94
eda-sourceToZip-linux 8866 ms 8944 ms 0.99
eda-mdapiToSource-linux 7058 ms 7809 ms 0.90
lotsOfClasses-componentSetCreate-linux 22666 ms 23102 ms 0.98
lotsOfClasses-sourceToMdapi-linux 31990 ms 33817 ms 0.95
lotsOfClasses-sourceToZip-linux 30641 ms 30487 ms 1.01
lotsOfClasses-mdapiToSource-linux 26618 ms 28042 ms 0.95
lotsOfClassesOneDir-componentSetCreate-linux 79351 ms 89705 ms 0.88
lotsOfClassesOneDir-sourceToMdapi-linux 92318 ms 94790 ms 0.97
lotsOfClassesOneDir-sourceToZip-linux 93731 ms 95703 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 88196 ms 90405 ms 0.98

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

Please sign in to comment.