Commit 9808c34
fix(ios): Pin SnapshotPreviews (#796)
Pin the `SnapshotPreviews` Swift package dependency to the semantic
version range `0.13.0..<1.0.0` instead of tracking the upstream `main`
branch.
Tracking `main` meant each resolve could pull in unreviewed upstream
changes, making builds non-reproducible and leaving snapshot tests
vulnerable to breakage from dependency drift. Pinning to a version range
keeps future updates explicit and reviewable while still allowing
non-breaking upgrades within the 0.x line.
Resolved revision moves from `ee693c3` (unversioned `main`) to `83131a5`
(tag `0.13.0`).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 30434f9 commit 9808c34
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
1274 | | - | |
1275 | | - | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
1276 | 1277 | | |
1277 | 1278 | | |
1278 | 1279 | | |
| |||
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments