|
Ran
|
Jobs
6
|
Files
51
|
Run time
1min
|
Badge
README BADGES
|
push
github
chore(deps): update pnpm to v11.7.0 (#3483) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`11.6.0+sha512.9a3651822703f3f46250aad4113751bc95f` → `11.7.0`](https://renovatebot.com/diffs/npm/pnpm/11.6.0/11.7.0) |  |  | --- ### Release Notes <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v11.7.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1170) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v11.6.0...v11.7.0) ##### Minor Changes - Added a new setting `frozenStore` (`--frozen-store`) that lets `pnpm install` run against a package store on a read-only filesystem (e.g. a Nix store, a read-only bind mount, an OCI layer). When enabled, pnpm opens the store's SQLite `index.db` through the `immutable=1` URI — bypassing the WAL/`-shm` sidecar creation that otherwise fails on a read-only directory — and suppresses every store-write path (the `index.db` writer and the project-registry write). Pair it with `--offline --frozen-lockfile` against a fully-populated store. Under the global virtual store, package directories live inside the store, so if the store is missing the build output of a package whose lifecycle scripts are approved (or that has a patch), pnpm fails up front with `ERR_PNPM_FROZEN_STORE_NEEDS_BUILD` rather than crashing mid-build on a read-only write — seed the store with those builds first. Incompatible with `--force` and with a configured pnpr server, since both write into the store; the si... (continued)
1021 of 1065 branches covered (95.87%)
1486 of 1486 relevant lines covered (100.0%)
432.78 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-24.0.0 - 27964532200.1 | 51 |
100.0 |
GitHub Action Run | |
| 2 | run-24.x - 27964532200.2 | 51 |
100.0 |
GitHub Action Run | |
| 3 | run-22.x - 27964532200.3 | 51 |
100.0 |
GitHub Action Run | |
| 4 | run-26.0.0 - 27964532200.4 | 51 |
100.0 |
GitHub Action Run | |
| 5 | run-22.19.0 - 27964532200.5 | 51 |
100.0 |
GitHub Action Run | |
| 6 | run-26.x - 27964532200.6 | 51 |
100.0 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|