pnpm / pacquet

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

chore(cargo): bump sysinfo from 0.29.10 to 0.29.11 #217

Open dependabot[bot] opened 11 months ago

dependabot[bot] commented 11 months ago

Bumps sysinfo from 0.29.10 to 0.29.11.

Changelog

Sourced from sysinfo's changelog.

0.29.11

  • macOS: Fix bug when a user group doesn't have a name.
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 11 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.00      6.7±0.19ms   646.9 KB/sec    1.00      6.7±0.29ms   643.9 KB/sec
github-actions[bot] commented 11 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 132.5 ± 9.8 116.7 149.4 1.10 ± 0.12
pacquet@main 120.4 ± 10.0 107.7 143.8 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.13254421694666668, "stddev": 0.009828159548249223, "median": 0.13295832928, "user": 0.060196693333333336, "system": 0.2043122933333333, "min": 0.11672704828, "max": 0.14944523728, "times": [ 0.13814632728, 0.14944523728, 0.13054917628, 0.13295832928, 0.12501393528, 0.11672704828, 0.12607264728, 0.14049761628000002, 0.14106019328, 0.14704745628, 0.12062415328000001, 0.12560514028, 0.13296290228, 0.13906935328, 0.12238373828 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.120427500155, "stddev": 0.010033583680616359, "median": 0.11560114228, "user": 0.06586117250000001, "system": 0.19974078500000003, "min": 0.10768406628, "max": 0.14377395628, "times": [ 0.12629825028, 0.12175913228, 0.11536388428, 0.11154272028, 0.12532899128, 0.14377395628, 0.10995216628, 0.11329901128, 0.11583840028, 0.11348267928, 0.12787521228, 0.13406202828, 0.11529287228, 0.10768406628, 0.11456849028, 0.13071814128 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```