pnpm / pacquet

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

chore(cargo): bump reflink-copy from 0.1.9 to 0.1.14 #226

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

Bumps reflink-copy from 0.1.9 to 0.1.14.

Release notes

Sourced from reflink-copy's releases.

0.1.14

What's Changed

Full Changelog: https://github.com/cargo-bins/reflink-copy/compare/0.1.13...0.1.14

0.1.13

What's Changed

New Contributors

Full Changelog: https://github.com/cargo-bins/reflink-copy/compare/0.1.12...0.1.13

0.1.12

What's Changed

Full Changelog: https://github.com/cargo-bins/reflink-copy/compare/0.1.11...0.1.12

0.1.11

What's Changed

New Contributors

Full Changelog: https://github.com/cargo-bins/reflink-copy/compare/0.1.10...0.1.11

0.1.10

What's Changed

Full Changelog: https://github.com/cargo-bins/reflink-copy/compare/0.1.9...0.1.10

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

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.01      6.8±0.29ms   638.8 KB/sec    1.00      6.7±0.24ms   642.7 KB/sec
github-actions[bot] commented 9 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 130.2 ± 11.6 115.7 147.4 1.05 ± 0.11
pacquet@main 123.9 ± 7.1 112.7 139.5 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.13021576848666666, "stddev": 0.011618033119322264, "median": 0.12687152062, "user": 0.06316757333333332, "system": 0.19908663333333332, "min": 0.11571965962000001, "max": 0.14740717262, "times": [ 0.14008603962, 0.14455952262, 0.13955215862, 0.11673771362000002, 0.14740717262, 0.12547511662, 0.11629721162000001, 0.14549278862, 0.12687152062, 0.11920209262, 0.13468098162, 0.12190149762000001, 0.13799899362, 0.11571965962000001, 0.12125405762000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12394577150235293, "stddev": 0.007116064192528939, "median": 0.12460855862000002, "user": 0.06106558117647059, "system": 0.20296667647058822, "min": 0.11269452862000001, "max": 0.13945521262, "times": [ 0.11679559062000001, 0.12891819562, 0.11603495862000002, 0.12691443262, 0.12504884362, 0.12700403762, 0.12431781662000001, 0.12600962962, 0.12279179762000002, 0.13945521262, 0.12607378062, 0.11269452862000001, 0.11744172662, 0.12369912862, 0.13538799162, 0.11388188562000001, 0.12460855862000002 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```