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.0 #233

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps crate-ci/typos from 1.16.22 to 1.17.0.

Release notes

Sourced from crate-ci/typos's releases.

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.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
  • 2361394 chore: Release
  • 9c418af chore: Release
  • 03aec70 docs: Update changelog
  • 34f93ed Merge pull request #898 from epage/dec
  • fc355ee feat(dict): November/December updates
  • 7c065b5 Merge pull request #896 from epage/maturin
  • 53eb27d chore(ci): Update for artifact handling
  • 654cdfa Merge pull request #895 from epage/maturin
  • 4e0d75a chore(ci): Ensure latest rust is installed
  • b0a4e42 Merge pull request #891 from crate-ci/renovate/actions-download-artifact-4.x
  • 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.28ms   648.2 KB/sec    1.01      6.8±0.61ms   641.2 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.4 ± 13.0 111.2 162.0 1.02 ± 0.14
pacquet@main 124.0 ± 11.0 108.9 149.8 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12637598107999998, "stddev": 0.012953550450732092, "median": 0.12328090588, "user": 0.059211179999999995, "system": 0.20150094666666665, "min": 0.11121418688, "max": 0.16201835388, "times": [ 0.13830036788, 0.12608658488, 0.12745171888, 0.11749345088, 0.16201835388, 0.12328090588, 0.12191653888000001, 0.11551881288, 0.14200329988000002, 0.12266488588, 0.11905073288, 0.11121418688, 0.12992266588, 0.12467262588, 0.11404458488000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12403219031750001, "stddev": 0.011037272167471785, "median": 0.12159353338000001, "user": 0.0560522175, "system": 0.2064748425, "min": 0.10893376388, "max": 0.14975149488, "times": [ 0.12426078488, 0.12240505688, 0.11638430788, 0.11059530988, 0.13665834488, 0.14355757088, 0.12179143788, 0.11868613688, 0.12017207588, 0.11671047788, 0.10893376388, 0.12139562888000001, 0.14975149488, 0.12324780688, 0.12029233888, 0.12967250788 ], "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 #234.