pnpm / pacquet

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

chore(cargo): bump tempfile from 3.8.0 to 3.8.1 #209

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps tempfile from 3.8.0 to 3.8.1.

Changelog

Sourced from tempfile's changelog.

3.8.1

  • Update rustix to fix a potential panic on persist_noclobber on android.
  • Update redox_syscall to 0.4 (on redox).
  • Fix some docs typos.
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.01      6.7±0.19ms   646.3 KB/sec    1.00      6.7±0.22ms   651.4 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 140.1 ± 11.3 129.2 163.6 1.03 ± 0.13
pacquet@main 135.9 ± 13.4 119.6 169.6 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.14006543664615384, "stddev": 0.011262706054265407, "median": 0.1351148778, "user": 0.05641572615384615, "system": 0.20713262000000002, "min": 0.12924808180000003, "max": 0.16361157080000002, "times": [ 0.16361157080000002, 0.13295431880000003, 0.1381327548, 0.13467280680000002, 0.1574068818, 0.1351148778, 0.1492886408, 0.13217143480000001, 0.1309964308, 0.1312210668, 0.15066006880000002, 0.1353717418, 0.12924808180000003 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.13593344272857147, "stddev": 0.013434623185086286, "median": 0.1307119048, "user": 0.06136066571428571, "system": 0.2028667628571428, "min": 0.1195967628, "max": 0.16964268980000002, "times": [ 0.15046701380000002, 0.13102202880000002, 0.1345274588, 0.12755645180000003, 0.15076921380000002, 0.12906742980000002, 0.12526802280000002, 0.13205835880000003, 0.14576326480000001, 0.12781705280000003, 0.12911066880000002, 0.1304017808, 0.16964268980000002, 0.1195967628 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```