pnpm / pacquet

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

chore(cargo): bump serde_json from 1.0.107 to 1.0.108 #219

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 11 months ago

Bumps serde_json from 1.0.107 to 1.0.108.

Release notes

Sourced from serde_json's releases.

v1.0.108

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   651.9 KB/sec    1.00      6.6±0.14ms   654.7 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 133.7 ± 10.5 119.5 157.3 1.04 ± 0.13
pacquet@main 128.0 ± 12.6 113.6 154.7 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.13365226507142855, "stddev": 0.010521952999469985, "median": 0.132169422, "user": 0.06227491714285714, "system": 0.2084126085714286, "min": 0.11952650050000001, "max": 0.15730682650000002, "times": [ 0.14219522650000002, 0.15730682650000002, 0.1255292775, 0.1405227865, 0.1256718875, 0.1287042025, 0.1443478635, 0.13674537350000002, 0.1237973655, 0.11952650050000001, 0.1346322905, 0.12237916750000001, 0.12970655350000002, 0.1400663895 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12796974936666666, "stddev": 0.012551717697274834, "median": 0.12473866550000001, "user": 0.05982136, "system": 0.2063710133333333, "min": 0.11363663850000001, "max": 0.1546751305, "times": [ 0.1337886685, 0.1546751305, 0.12057129450000001, 0.1239713975, 0.11363663850000001, 0.15113702750000002, 0.11915436550000001, 0.11639624750000001, 0.11668304250000001, 0.12588102850000002, 0.1204378175, 0.13009554550000002, 0.1429430585, 0.12473866550000001, 0.1254363125 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```
dependabot[bot] commented 9 months ago

Superseded by #232.