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.24 #225

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps crate-ci/typos from 1.16.22 to 1.16.24.

Release notes

Sourced from crate-ci/typos's releases.

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.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.15ms   647.6 KB/sec    1.00      6.7±0.29ms   645.4 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 127.5 ± 9.5 112.4 143.2 1.04 ± 0.11
pacquet@main 123.0 ± 8.9 106.5 136.7 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.1274907514725, "stddev": 0.009470938112264436, "median": 0.12778217416, "user": 0.06094965749999999, "system": 0.20003154499999998, "min": 0.11238192666, "max": 0.14319268566, "times": [ 0.12946162266000003, 0.14316486466, 0.12383025566, 0.13175567266000002, 0.14319268566, 0.11372877866000002, 0.11238192666, 0.13590863466, 0.12279476166000002, 0.13875063066, 0.11941513666000002, 0.12829017066, 0.11920628466000001, 0.12963172666, 0.12106469366000001, 0.12727417766000002 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12304542083647059, "stddev": 0.00889582918212229, "median": 0.12498528466, "user": 0.06411198470588234, "system": 0.19602353764705882, "min": 0.10652950966000001, "max": 0.13665165866, "times": [ 0.11353182466000002, 0.12498528466, 0.10652950966000001, 0.12930912866000002, 0.11811186366000001, 0.12770508066000003, 0.10684542766, 0.12983281566000002, 0.13441763066, 0.11749276866000001, 0.12679816366000002, 0.12313535866000001, 0.12411828466000002, 0.13665165866, 0.11457485466000002, 0.12724067866000002, 0.13049182066 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```
dependabot[bot] commented 9 months ago

Superseded by #227.