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.17.1 #234

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps crate-ci/typos from 1.16.22 to 1.17.1.

Release notes

Sourced from crate-ci/typos's releases.

v1.17.1

[1.17.1] - 2024-01-12

Features

  • First attempt at aarch64 for Mac

v1.17.0

[1.17.0] - 2024-01-03

Fixes

v1.16.26

[1.16.26] - 2023-12-27

Fixes

  • Apply extend-ignore-re to file names in addition to file content

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.17.1] - 2024-01-12

Features

  • First attempt at aarch64 for Mac

[1.17.0] - 2024-01-03

Fixes

[1.16.26] - 2023-12-27

Fixes

  • Apply extend-ignore-re to file names in addition to file content

[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 8 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.01      6.8±0.21ms   637.3 KB/sec    1.00      6.7±0.27ms   644.1 KB/sec
github-actions[bot] commented 8 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 127.6 ± 9.9 107.6 144.5 1.02 ± 0.10
pacquet@main 125.2 ± 7.6 112.1 140.8 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.1276443581466667, "stddev": 0.009945780023385108, "median": 0.12871874668, "user": 0.05448579999999999, "system": 0.2069604066666666, "min": 0.10760973768000001, "max": 0.14447981968, "times": [ 0.13126747368, 0.13550061568, 0.12871874668, 0.13279086168, 0.12111912368, 0.11675107768000001, 0.12437498668, 0.13219542568, 0.14447981968, 0.12353276567999999, 0.11437577468000001, 0.12735872368, 0.14087230368, 0.13371793568, 0.10760973768000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.1252223462425, "stddev": 0.007586875799117314, "median": 0.12502539068000001, "user": 0.0517188375, "system": 0.20925482750000002, "min": 0.11208956268, "max": 0.14075418168, "times": [ 0.12223249268, 0.12842957468, 0.11318908468, 0.13559357868, 0.12926260568, 0.11208956268, 0.12380242368, 0.12300298968000001, 0.14075418168, 0.12337325468000002, 0.12193475468000001, 0.12952833668, 0.12882319068, 0.12953107368, 0.11576207768000002, 0.12624835768 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```
dependabot[bot] commented 7 months ago

Superseded by #235.