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.2 #235

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps crate-ci/typos from 1.16.22 to 1.17.2.

Release notes

Sourced from crate-ci/typos's releases.

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

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

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.00      6.7±0.31ms   643.3 KB/sec    1.01      6.8±0.27ms   639.9 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 127.5 ± 9.0 114.8 145.0 1.03 ± 0.12
pacquet@main 123.2 ± 11.0 106.5 140.0 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12747265758666668, "stddev": 0.00897725555517724, "median": 0.12724909672, "user": 0.06209767333333333, "system": 0.19813798, "min": 0.11482906672000001, "max": 0.14496233172, "times": [ 0.13262840172, 0.13612080971999999, 0.13528849471999999, 0.12441363772000001, 0.14496233172, 0.11884448372000002, 0.11883450372000001, 0.13477073272, 0.12724909672, 0.13123576772, 0.11770923172000002, 0.13430919672, 0.11636095072000001, 0.11482906672000001, 0.12453315772000002 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12323779922000001, "stddev": 0.011031749284416645, "median": 0.12460197772, "user": 0.0634525275, "system": 0.19759804250000002, "min": 0.10654013872000001, "max": 0.14002455472, "times": [ 0.12901828771999999, 0.12018566772000001, 0.13338266871999999, 0.10675216772000001, 0.13117337471999999, 0.11638225172000001, 0.13392180172, 0.11500094072000001, 0.11399006072000001, 0.14002455472, 0.13290577572, 0.10974194772000001, 0.13490133971999999, 0.12929622972, 0.10654013872000001, 0.11858757972000002 ], "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 #239.