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.18.2 #240

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps crate-ci/typos from 1.16.22 to 1.18.2.

Release notes

Sourced from crate-ci/typos's releases.

v1.18.2

[1.18.2] - 2024-02-08

Features

  • Add --sort flag

Fixes

  • Protect against crash on multi-byte UTF-8 characters when parsed as ASCII

v1.18.1

[1.18.1] - 2024-02-05

Fixes

  • Don't correct derivate to derivative

v1.18.0

[1.18.0] - 2024-02-01

Fixes

v1.17.2

[1.17.2] - 2024-01-19

Fixes

  • Treat *.ts as typescript, not typoscript
  • Remove file type definitions that aren't used

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

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.18.2] - 2024-02-08

Features

  • Add --sort flag

Fixes

  • Protect against crash on multi-byte UTF-8 characters when parsed as ASCII

[1.18.1] - 2024-02-05

Fixes

  • Don't correct derivate to derivative

[1.18.0] - 2024-02-01

Fixes

[1.17.2] - 2024-01-19

Fixes

  • Treat *.ts as typescript, not typoscript
  • Remove file type definitions that aren't used

[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

... (truncated)

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

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.00      6.7±0.16ms   647.0 KB/sec    1.02      6.8±0.43ms   635.5 KB/sec
github-actions[bot] commented 7 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 131.9 ± 13.5 118.3 159.9 1.06 ± 0.13
pacquet@main 124.8 ± 8.3 110.1 142.9 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.1319138708057143, "stddev": 0.013538290408762034, "median": 0.12670483152, "user": 0.06229920857142857, "system": 0.2034661514285714, "min": 0.11833173652000001, "max": 0.15986415352, "times": [ 0.15042632052, 0.15986415352, 0.12225790752000001, 0.11861732552000001, 0.13388430252, 0.12320100152, 0.12630216251999998, 0.14439368151999998, 0.12023035052000001, 0.12710750052, 0.12228496052000001, 0.13111827052, 0.11833173652000001, 0.14877451752 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.124783319645, "stddev": 0.008308733104942604, "median": 0.12558545152, "user": 0.06501515499999999, "system": 0.19975639250000002, "min": 0.11012992952, "max": 0.14288980852, "times": [ 0.12519573152, 0.11012992952, 0.12668140851999998, 0.12439049852000002, 0.11380529352, 0.14288980852, 0.12071582952000001, 0.12597517151999998, 0.12825140352, 0.12630654452, 0.12893369252, 0.13847510152, 0.11796998052, 0.12273202552000001, 0.12777769152, 0.11630300352 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```