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.26 #231

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps crate-ci/typos from 1.16.22 to 1.16.26.

Release notes

Sourced from crate-ci/typos's releases.

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.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
  • 45a880d chore: Release
  • 1e55ede docs: Update changelog
  • e32ec88 Merge pull request #886 from epage/olt
  • bf66cbd fix(config): Apply extend-ignore-re to file names
  • a9afeef test(cli): Show extend-ignore on file names
  • 5bd389d chore: Release
  • 8dbecf3 docs: Update changelog
  • f8f8c6e Merge pull request #884 from epage/custom
  • 55d802d fix(dict): Mirror original case for custom dict
  • 86c4c9f test(cli): Add reproduction case
  • Additional commits viewable in compare view


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.00      6.7±0.13ms   650.9 KB/sec    1.01      6.7±0.54ms   643.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 128.6 ± 7.7 113.1 143.4 1.03 ± 0.09
pacquet@main 124.8 ± 8.4 106.5 135.7 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.1285579957275, "stddev": 0.007735034383046107, "median": 0.12851981054000003, "user": 0.05352863, "system": 0.20425113000000003, "min": 0.11314557354, "max": 0.14342744154000003, "times": [ 0.13183795154000003, 0.14342744154000003, 0.12420009654000001, 0.13630536254000003, 0.12469232154, 0.12511604854000002, 0.13260086254000003, 0.12025331154, 0.13345056254, 0.13313583754000002, 0.12027558654, 0.12352460054000002, 0.13302191654, 0.12520166954000003, 0.13673878854000002, 0.11314557354 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12482910136352944, "stddev": 0.00835311638191943, "median": 0.12503735454, "user": 0.06115308588235293, "system": 0.19689467411764705, "min": 0.10651204654, "max": 0.13572154754000001, "times": [ 0.11896409954, 0.12522482254000003, 0.11579954254000001, 0.13264125654000003, 0.11944059254, 0.11684725154, 0.13463117654, 0.13346511154000001, 0.12503735454, 0.10651204654, 0.13478681854000002, 0.12343482154, 0.12068386854, 0.11941087754, 0.13572154754000001, 0.13332850054000003, 0.12616503454000003 ], "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 #233.