pnpm / pacquet

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

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

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps crate-ci/typos from 1.16.22 to 1.18.0.

Release notes

Sourced from crate-ci/typos's releases.

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

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

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[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

  • 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.00      6.7±0.27ms   648.4 KB/sec    1.01      6.7±0.22ms   642.7 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 126.7 ± 11.5 114.7 146.6 1.03 ± 0.12
pacquet@main 122.6 ± 8.7 111.8 142.2 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12668621826666668, "stddev": 0.011452740360146721, "median": 0.12254003740000001, "user": 0.05466125333333334, "system": 0.20609651999999995, "min": 0.11466942140000001, "max": 0.1465652764, "times": [ 0.1425000724, 0.1454684024, 0.12254003740000001, 0.11466942140000001, 0.13148964740000002, 0.11561147540000001, 0.13814907240000002, 0.11655805240000001, 0.11604395340000001, 0.12806938040000002, 0.12275599740000001, 0.12242387140000001, 0.1465652764, 0.12199731740000001, 0.11545129640000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12261023227500002, "stddev": 0.00870528983261651, "median": 0.1214789849, "user": 0.056502182499999984, "system": 0.20650605749999998, "min": 0.1118055034, "max": 0.1421584394, "times": [ 0.1242675064, 0.1209234514, 0.1421584394, 0.1155748094, 0.1118055034, 0.1279674544, 0.12462393940000002, 0.11357656440000001, 0.1270711534, 0.12203451840000001, 0.13908742140000002, 0.11825498240000001, 0.11519690140000001, 0.11409448140000002, 0.12645099440000002, 0.11867559540000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```
dependabot[bot] commented 8 months ago

Superseded by #240.