Skip to content

Commit

Permalink
fix(deps): bump ignore from 5.3.1 to 5.3.2
Browse files Browse the repository at this point in the history
Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
- [Commits](kaelzhang/node-ignore@5.3.1...5.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent 564641a commit c46371f
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 @@ -32,7 +32,7 @@
"fast-xml-parser": "^4.4.1",
"got": "^11.8.6",
"graceful-fs": "^4.2.11",
"ignore": "^5.3.1",
"ignore": "^5.3.2",
"jszip": "^3.10.1",
"mime": "2.6.0",
"minimatch": "^9.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2962,10 +2962,10 @@ ieee754@^1.2.1:
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==

ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==

immediate@~3.0.5:
version "3.0.6"
Expand Down

2 comments on commit c46371f

@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: c46371f Previous: c6acc68 Ratio
eda-componentSetCreate-linux 229 ms 228 ms 1.00
eda-sourceToMdapi-linux 2357 ms 2355 ms 1.00
eda-sourceToZip-linux 1857 ms 1883 ms 0.99
eda-mdapiToSource-linux 3048 ms 2838 ms 1.07
lotsOfClasses-componentSetCreate-linux 437 ms 430 ms 1.02
lotsOfClasses-sourceToMdapi-linux 3693 ms 3701 ms 1.00
lotsOfClasses-sourceToZip-linux 3053 ms 3046 ms 1.00
lotsOfClasses-mdapiToSource-linux 3540 ms 3521 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 745 ms 736 ms 1.01
lotsOfClassesOneDir-sourceToMdapi-linux 6377 ms 6440 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5579 ms 5544 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 6333 ms 6371 ms 0.99

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: c46371f Previous: c6acc68 Ratio
eda-componentSetCreate-win32 609 ms 727 ms 0.84
eda-sourceToMdapi-win32 4424 ms 4202 ms 1.05
eda-sourceToZip-win32 2922 ms 3274 ms 0.89
eda-mdapiToSource-win32 5726 ms 6202 ms 0.92
lotsOfClasses-componentSetCreate-win32 1143 ms 1374 ms 0.83
lotsOfClasses-sourceToMdapi-win32 7605 ms 8942 ms 0.85
lotsOfClasses-sourceToZip-win32 4882 ms 5865 ms 0.83
lotsOfClasses-mdapiToSource-win32 7790 ms 8287 ms 0.94
lotsOfClassesOneDir-componentSetCreate-win32 2085 ms 2251 ms 0.93
lotsOfClassesOneDir-sourceToMdapi-win32 13780 ms 14662 ms 0.94
lotsOfClassesOneDir-sourceToZip-win32 9059 ms 11152 ms 0.81
lotsOfClassesOneDir-mdapiToSource-win32 14045 ms 15952 ms 0.88

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

Please sign in to comment.