pnpm / pacquet

experimental package manager for node.js
Apache License 2.0
762 stars 21 forks source link

chore(github-actions): bump crate-ci/typos from 1.16.22 to 1.16.25 #227

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps crate-ci/typos from 1.16.22 to 1.16.25.

Release notes

Sourced from crate-ci/typos's releases.

v1.16.25

[1.16.25] - 2023-12-13

Fixes

  • Have correction in extend-words match the original word's case

v1.16.24

[1.16.24] - 2023-12-08

Fixes

  • Don't silently ignore config when there is an error in a field

v1.16.23

[1.16.23] - 2023-11-06

Fixes

  • Ensure --force-exclude handles simple patterns like some-dir
Changelog

Sourced from crate-ci/typos's changelog.

[1.16.25] - 2023-12-13

Fixes

  • Have correction in extend-words match the original word's case

[1.16.24] - 2023-12-08

Fixes

  • Don't silently ignore config when there is an error in a field

[1.16.23] - 2023-11-06

Fixes

  • Ensure --force-exclude handles simple patterns like some-dir
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 9 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.00      6.7±0.24ms   647.7 KB/sec    1.00      6.7±0.38ms   644.8 KB/sec
github-actions[bot] commented 9 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 129.4 ± 10.2 113.4 148.3 1.04 ± 0.11
pacquet@main 124.7 ± 8.5 110.3 135.7 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12943250873, "stddev": 0.01020074208699761, "median": 0.12972455048, "user": 0.06495774750000001, "system": 0.19679890249999998, "min": 0.11340561298, "max": 0.14834572998, "times": [ 0.12982723398, 0.13783809298000002, 0.11768703698, 0.11840652498000001, 0.14681713798, 0.12597381298000002, 0.12502679198, 0.14834572998, 0.13211359898, 0.11340561298, 0.12962186698, 0.11925526598000001, 0.13153623698, 0.13064666398, 0.14087524698, 0.12354328498 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12465917156823529, "stddev": 0.008502452028219979, "median": 0.12516468798, "user": 0.062030912941176464, "system": 0.19966836941176466, "min": 0.11031595798, "max": 0.13571361998, "times": [ 0.11622385098, 0.13548327898, 0.11031595798, 0.12983204798, 0.12244999598, 0.12047274498, 0.13059825498, 0.11688036998000001, 0.13571361998, 0.12706910498, 0.13373468598000002, 0.12516468798, 0.13483382198000002, 0.13055506298, 0.11170080398, 0.12349246898, 0.11468515798000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```
dependabot[bot] commented 8 months ago

Superseded by #231.