mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-15 02:53:25 +10:00
The dependency-update commit bumped @react-pdf/renderer 4.5.1->4.6.0 (textkit 6.3.0->6.4.0) and silently dropped the pnpm patch that overrides font vertical metrics to prefer OS/2 sTypo* over inflated hhea values, matching browser line boxes. 6.4.0 did not upstream it, so the semantic-CSS template visual snapshots (baselined with the patch, maxDiffPixelRatio 0) no longer matched and the E2E job failed. Re-create the patch for textkit@6.4.0 and re-register it in patchedDependencies; remove the orphaned 6.3.0 patch. Claude-Session: https://claude.ai/code/session_01ULhhLQ24DvnYwzP4afDuye
21 lines
433 B
YAML
21 lines
433 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
- tooling
|
|
minimumReleaseAge: 0
|
|
allowBuilds:
|
|
bcrypt: true
|
|
esbuild: true
|
|
lefthook: true
|
|
msgpackr-extract: true
|
|
msw: true
|
|
sharp: true
|
|
overrides:
|
|
esbuild@>=0.17.0 <0.28.1: ^0.28.1
|
|
esbuild@>=0.27.3 <0.28.1: ^0.28.1
|
|
postcss@<8.5.10: ^8.5.14
|
|
samlify@<2.13.0: ^2.13.0
|
|
uuid@<11.1.1: ^11.1.1
|
|
patchedDependencies:
|
|
'@react-pdf/textkit@6.4.0': patches/@react-pdf__textkit@6.4.0.patch
|